I'm new to programming and was wondering if I would ever run into any copyright issues with PEPs and what the guidelines are with code and intellectual property.
Asked
Active
Viewed 83 times
1 Answers
3
PEP1:
Copyright/public domain -- Each PEP must either be explicitly labeled as placed in the public domain (see this PEP as an example) or licensed under the Open Publication License [7].
i.e. an explicit statement is required for public domain; otherwise, recognition of a proposal as PEP requires OPL

Marat
- 15,215
- 2
- 39
- 48
-
Ok, awesome! Thanks!! – Aaron Mazie Jan 20 '18 at 10:15