diff options
author | Soispha <soispha@vhack.eu> | 2023-04-18 17:43:56 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-04-18 18:21:05 +0200 |
commit | 98d83942e4b2bbbb2b23357bd88b436517a1fa72 (patch) | |
tree | 6abc5e855c9dfb90376f39e67cd4db8c316d7e40 /LICENSE.spdx | |
parent | Build: Add update script (diff) | |
download | nixos-server-98d83942e4b2bbbb2b23357bd88b436517a1fa72.tar.gz nixos-server-98d83942e4b2bbbb2b23357bd88b436517a1fa72.zip |
Docs(License): Add
See https://spdx.dev/resources/learn/ for information about 'LICENSE.spdx'. I'm not fully sure, if the spdx spec is correctly applied. The decision to go for the GPL-3.0-or-later is obviously open to be changed, if it should be desired.
Diffstat (limited to 'LICENSE.spdx')
-rw-r--r-- | LICENSE.spdx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/LICENSE.spdx b/LICENSE.spdx new file mode 100644 index 0000000..428a7ec --- /dev/null +++ b/LICENSE.spdx @@ -0,0 +1,7 @@ +SPDXVersion: SPDX-2.3 +DataLicense: CC0-1.0 +Creator: vhack.eu authors +PackageName: server-config +PackageOriginator: vhack.eu authors +PackageHomePage: https://codeberg.org/vhack.eu/nixos-server +PackageLicenseDeclared: GPL-3.0-or-later |