Closed afeld closed 3 years ago
CFPB had a nice checklist, but I don't remember if it was ever published.
@ascott1 @contolini @marcesher ?
Here's the CFPB list:
TERMS.md
included?CHANGELOG.md
present and does it contain structured, consistently formatted recent history?CONTRIBUTING.md
)?README
and tested on a clean machine?README
, requirements.txt
, and/or buildout.cfg
?README
, if applicable?We now have some combination of this:
So… wrt to this
List the licensing information for your project. This part of the repo should answer the question: What is the license for this project? All 18F projects are developed in the international public domain whenever possible and contain a LICENSE.md https://github.com/18F/open-source-policy/blob/master/LICENSE.mddocument, as well as a paragraph at the end of each README which contains information about the public domain. We post this information in the README https://github.com/18F/18f.gsa.gov#public-domain, so that users know the code can be adapted and reused, and so they can easily see this information instead of going to a second site.
—
It’s not suggested that Public Domain is a software license is it?
Deb
On Apr 6, 2016, at 1:14 PM, Aidan Feldman notifications@github.com wrote:
We now have some combination of this:
https://pages.18f.gov/before-you-ship/ https://pages.18f.gov/before-you-ship/ https://pages.18f.gov/open-source-guide/ https://pages.18f.gov/open-source-guide/ — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/18F/open-source-policy/issues/35#issuecomment-206469937
Hi @debbryant -- we're not suggesting that "public domain" is a software license. Occasionally, our repos have a license (not public domain) when we're forking or modifying some externally licensed code. And in practice, we want to use the LICENSE
naming convention that GitHub and others look for no matter what we use.
Our general approach is to apply the CC0 public domain dedication in international contexts. CC0 does technically contain a "fallback license" for countries that have no concept of the public domain, a license which tries to create a legal state that resembles our concept of the public domain as closely as possible.
However, in general we do try to talk about public domain dedications and not licenses. I'm sure we have various slips throughout our blog posts and documents, since it's honestly pretty confusing.
Closing as stale.
Things like:
/cc https://18f.github.io/open-source-program/pages/maintainer_guidelines/