From 6906e39f50ee74159e001a78be3ad521de537949 Mon Sep 17 00:00:00 2001 From: mtwente <127845092+mtwente@users.noreply.github.com> Date: Sat, 4 May 2024 13:47:24 +0200 Subject: [PATCH] feat: improve rendering by changing licenses file format --- LICENSE-AGPL => LICENSE-AGPL.md | 0 LICENSE-CCBY => LICENSE-CCBY.md | 0 README.md | 5 +++-- README.template.md | 4 ++-- _quarto.yml | 8 ++++---- 5 files changed, 9 insertions(+), 8 deletions(-) rename LICENSE-AGPL => LICENSE-AGPL.md (100%) rename LICENSE-CCBY => LICENSE-CCBY.md (100%) diff --git a/LICENSE-AGPL b/LICENSE-AGPL.md similarity index 100% rename from LICENSE-AGPL rename to LICENSE-AGPL.md diff --git a/LICENSE-CCBY b/LICENSE-CCBY.md similarity index 100% rename from LICENSE-CCBY rename to LICENSE-CCBY.md diff --git a/README.md b/README.md index c02e012..010b1ea 100644 --- a/README.md +++ b/README.md @@ -141,5 +141,6 @@ See also the list of [contributors](https://github.com/maehr/open-research-data- ## License -The data in this repository is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License - see the [LICENSE-CCBY](LICENSE-CCBY) file for details. By using this data, you agree to give appropriate credit to the original author(s) and to indicate if any modifications have been made. -The code in this repository is released under the GNU Affero General Public License v3.0 - see the [LICENSE-AGPL](LICENSE-AGPL) file for details. By using this code, you agree to make any modifications available under the same license. +The data in this repository is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License - see the [LICENSE-CCBY](LICENSE-CCBY.md) file for details. By using this data, you agree to give appropriate credit to the original author(s) and to indicate if any modifications have been made. + +The code in this repository is released under the GNU Affero General Public License v3.0 - see the [LICENSE-AGPL](LICENSE-AGPL.md) file for details. By using this code, you agree to make any modifications available under the same license. diff --git a/README.template.md b/README.template.md index 1e9d308..9083cd1 100644 --- a/README.template.md +++ b/README.template.md @@ -81,6 +81,6 @@ See also the list of [contributors](https://github.com/USERNAME/REPO_NAME/graphs ## License -The data in this repository is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License - see the [LICENSE-CCBY](LICENSE-CCBY) file for details. By using this data, you agree to give appropriate credit to the original author(s) and to indicate if any modifications have been made. +The data in this repository is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License - see the [LICENSE-CCBY](LICENSE-CCBY.md) file for details. By using this data, you agree to give appropriate credit to the original author(s) and to indicate if any modifications have been made. -The code in this repository is released under the GNU Affero General Public License v3.0 - see the [LICENSE-AGPL](LICENSE-AGPL) file for details. By using this code, you agree to make any modifications available under the same license. +The code in this repository is released under the GNU Affero General Public License v3.0 - see the [LICENSE-AGPL](LICENSE-AGPL.md) file for details. By using this code, you agree to make any modifications available under the same license. diff --git a/_quarto.yml b/_quarto.yml index 3cbffcd..7076a09 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -40,10 +40,10 @@ website: href: CODE_OF_CONDUCT.md - text: Contributing href: CONTRIBUTING.md - - text: License Data - href: LICENSE-CCBY - - text: License Code - href: LICENSE-AGPL + - text: License (Data) + href: LICENSE-CCBY.md + - text: License (Code) + href: LICENSE-AGPL.md - text: Security href: SECURITY.md - href: report.md