This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author David.James
Recipients David.James
Date 2013-03-22.00:22:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363911732.52.0.330096157772.issue17514@psf.upfronthosting.co.za>
In-reply-to
Content
Lib/argparse.py [1] doesn't mention a license in it. Could you please add a license to it?

According to the argparse project [2], argparse is licensed under the Python license. Chromium OS uses argparse. If you would add information about the license to argparse, we'd appreciate it.

Here's an example license string that passes the Debian licensecheck [3] script:

# Licensed under the Python Software Foundation License version 2.7


In case you don't understand why Chromium wants include a license in argparse.py, rather than just consulting the global LICENSE file, here's a bit more detail: Chromium includes many files from different authors in its distribution. Many projects contain LICENSE files, but this doesn't mean that every file under the project is licensed under that license. So it's helpful if each file has a quick note that mentions what license it uses. This helps us ensure that we understand the license of all files we include. We automate this check using  Debian's licensecheck.pl script.


[1]: http://hg.python.org/cpython/file/62a988b3bf2e/Lib/argparse.py
[2]: https://code.google.com/p/argparse/source/browse/LICENSE.txt
[3]: http://ftp.de.debian.org/debian/pool/main/d/devscripts/devscripts_2.12.6.tar.gz or http://src.chromium.org/viewvc/chrome/trunk/src/third_party/devscripts/licensecheck.pl
History
Date User Action Args
2013-03-22 00:22:12David.Jamessetrecipients: + David.James
2013-03-22 00:22:12David.Jamessetmessageid: <1363911732.52.0.330096157772.issue17514@psf.upfronthosting.co.za>
2013-03-22 00:22:12David.Jameslinkissue17514 messages
2013-03-22 00:22:12David.Jamescreate