From a7d2acf5e2c3e4cd22bab85e472d4157faa2ad3d Mon Sep 17 00:00:00 2001 From: "Sanders, Austin Ray" <arsanders@usgs.gov> Date: Tue, 24 Oct 2023 19:25:31 +0000 Subject: [PATCH] Added PR template with licensing --- .github/pull_request_template.md | 7 +++++++ .gitlab/pull_request_template.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 .github/pull_request_template.md create mode 100644 .gitlab/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..cd00e50 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Licensing +This project is mostly composed of free and unencumbered software released into the public domain, and we are unlikely to accept contributions that are not also released into the public domain. Somewhere near the top of each file should have these words: + +> This work is free and unencumbered software released into the public domain. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. + +- [ ] I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. + diff --git a/.gitlab/pull_request_template.md b/.gitlab/pull_request_template.md new file mode 100644 index 0000000..cd00e50 --- /dev/null +++ b/.gitlab/pull_request_template.md @@ -0,0 +1,7 @@ +## Licensing +This project is mostly composed of free and unencumbered software released into the public domain, and we are unlikely to accept contributions that are not also released into the public domain. Somewhere near the top of each file should have these words: + +> This work is free and unencumbered software released into the public domain. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. + +- [ ] I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. + -- GitLab