diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:01:54 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-06-11 09:01:54 +0200 |
commit | 9ffcfb2197bd5b721d18a730afb8eadfec9d41e7 (patch) | |
tree | 10c71912d0e29d1088a93882172ff85578eda1b7 /templates | |
parent | fix(templates/rust/update.sh): Frist `upgrade` then `update` (diff) | |
download | flake-templates-9ffcfb2197bd5b721d18a730afb8eadfec9d41e7.tar.gz flake-templates-9ffcfb2197bd5b721d18a730afb8eadfec9d41e7.zip |
refactor(templates/): Move `LICENSE.spdx` and `README.md` to `common`
Diffstat (limited to 'templates')
l---------[-rw-r--r--] | templates/awk/LICENSE.spdx | 8 | ||||
l---------[-rw-r--r--] | templates/awk/README.md | 13 | ||||
l---------[-rw-r--r--] | templates/c/LICENSE.spdx | 8 | ||||
l---------[-rw-r--r--] | templates/c/README.md | 13 | ||||
l---------[-rw-r--r--] | templates/latex/LICENSE.spdx | 8 | ||||
l---------[-rw-r--r--] | templates/rust/LICENSE.spdx | 8 | ||||
l---------[-rw-r--r--] | templates/rust/README.md | 13 | ||||
l---------[-rw-r--r--] | templates/shell/LICENSE.spdx | 8 | ||||
l---------[-rw-r--r--] | templates/shell/README.md | 13 |
9 files changed, 9 insertions, 83 deletions
diff --git a/templates/awk/LICENSE.spdx b/templates/awk/LICENSE.spdx index 72ea9a5..c49b1dc 100644..120000 --- a/templates/awk/LICENSE.spdx +++ b/templates/awk/LICENSE.spdx @@ -1,7 +1 @@ -SPDXVersion: SPDX-2.3 -DataLicense: CC0-1.0 -Creator: flake template init -PackageName: %INIT_APPLICATION_NAME -PackageOriginator: %INIT_APPLICATION_ORIGINATOR -PackageHomePage: %INIT_APPLICATION_HOME_PAGE -PackageLicenseDeclared: GPL-3.0-or-later +../../common/files/LICENSE.spdx \ No newline at end of file diff --git a/templates/awk/README.md b/templates/awk/README.md index 46287a6..7f79e6c 100644..120000 --- a/templates/awk/README.md +++ b/templates/awk/README.md @@ -1,12 +1 @@ -# %INIT_APPLICATION_NAME_STYLIZED - -> %INIT_DESCRIPTION - -Some text about the project. - -## Licence - -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, either version 3 of the License, or -(at your option) any later version. +../../common/files/README.md \ No newline at end of file diff --git a/templates/c/LICENSE.spdx b/templates/c/LICENSE.spdx index 72ea9a5..c49b1dc 100644..120000 --- a/templates/c/LICENSE.spdx +++ b/templates/c/LICENSE.spdx @@ -1,7 +1 @@ -SPDXVersion: SPDX-2.3 -DataLicense: CC0-1.0 -Creator: flake template init -PackageName: %INIT_APPLICATION_NAME -PackageOriginator: %INIT_APPLICATION_ORIGINATOR -PackageHomePage: %INIT_APPLICATION_HOME_PAGE -PackageLicenseDeclared: GPL-3.0-or-later +../../common/files/LICENSE.spdx \ No newline at end of file diff --git a/templates/c/README.md b/templates/c/README.md index 46287a6..7f79e6c 100644..120000 --- a/templates/c/README.md +++ b/templates/c/README.md @@ -1,12 +1 @@ -# %INIT_APPLICATION_NAME_STYLIZED - -> %INIT_DESCRIPTION - -Some text about the project. - -## Licence - -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, either version 3 of the License, or -(at your option) any later version. +../../common/files/README.md \ No newline at end of file diff --git a/templates/latex/LICENSE.spdx b/templates/latex/LICENSE.spdx index 3a4f6fb..c49b1dc 100644..120000 --- a/templates/latex/LICENSE.spdx +++ b/templates/latex/LICENSE.spdx @@ -1,7 +1 @@ -SPDXVersion: SPDX-2.3 -DataLicense: CC0-1.0 -Creator: flake template init -PackageName: %INIT_APPLICATION_NAME -PackageOriginator: %INIT_APPLICATION_ORIGINATOR -PackageHomePage: %INIT_APPLICATION_HOME_PAGE -PackageLicenseDeclared: CC-BY-SA-4.0 +../../common/files/LICENSE.spdx \ No newline at end of file diff --git a/templates/rust/LICENSE.spdx b/templates/rust/LICENSE.spdx index 72ea9a5..c49b1dc 100644..120000 --- a/templates/rust/LICENSE.spdx +++ b/templates/rust/LICENSE.spdx @@ -1,7 +1 @@ -SPDXVersion: SPDX-2.3 -DataLicense: CC0-1.0 -Creator: flake template init -PackageName: %INIT_APPLICATION_NAME -PackageOriginator: %INIT_APPLICATION_ORIGINATOR -PackageHomePage: %INIT_APPLICATION_HOME_PAGE -PackageLicenseDeclared: GPL-3.0-or-later +../../common/files/LICENSE.spdx \ No newline at end of file diff --git a/templates/rust/README.md b/templates/rust/README.md index 46287a6..7f79e6c 100644..120000 --- a/templates/rust/README.md +++ b/templates/rust/README.md @@ -1,12 +1 @@ -# %INIT_APPLICATION_NAME_STYLIZED - -> %INIT_DESCRIPTION - -Some text about the project. - -## Licence - -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, either version 3 of the License, or -(at your option) any later version. +../../common/files/README.md \ No newline at end of file diff --git a/templates/shell/LICENSE.spdx b/templates/shell/LICENSE.spdx index 72ea9a5..c49b1dc 100644..120000 --- a/templates/shell/LICENSE.spdx +++ b/templates/shell/LICENSE.spdx @@ -1,7 +1 @@ -SPDXVersion: SPDX-2.3 -DataLicense: CC0-1.0 -Creator: flake template init -PackageName: %INIT_APPLICATION_NAME -PackageOriginator: %INIT_APPLICATION_ORIGINATOR -PackageHomePage: %INIT_APPLICATION_HOME_PAGE -PackageLicenseDeclared: GPL-3.0-or-later +../../common/files/LICENSE.spdx \ No newline at end of file diff --git a/templates/shell/README.md b/templates/shell/README.md index 46287a6..7f79e6c 100644..120000 --- a/templates/shell/README.md +++ b/templates/shell/README.md @@ -1,12 +1 @@ -# %INIT_APPLICATION_NAME_STYLIZED - -> %INIT_DESCRIPTION - -Some text about the project. - -## Licence - -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, either version 3 of the License, or -(at your option) any later version. +../../common/files/README.md \ No newline at end of file |