Each project repository requires, at a minimum:
- Readme --
README.md
- License --
LICENSE
- Contributing Guidelines --
.github/CONTRIBUTING.md
- Issue Template --
.github/ISSUE_TEMPLATE.md
Each readme follows a README.md
template
GPLv3--or AGPLv3 (why Affero? )--is our preferred license for code, and Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) for creative works and documentation.
We also use a License and Copyright block, added to our READMEs, add a LICENSE to the repo, and occasionally include a Code Header License block.
## License & Copyright
Copyright (C) <year> Data Together
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, version 3.0.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
See the [`LICENSE`](./LICENSE) file for details.
/**
* Copyright (C) <year(s)> Data Together
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See LICENSE file for details.
*/
We use a CONTRIBUTING.md
template that points
to our main Contributing Guidelines located in
datatogether/datatogether
,
the template can be extended to cover project- or repo- specific requirements.