3

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.

Aaron Mazie
  • 763
  • 6
  • 15

1 Answers1

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