From 8bfbf09fd40aa4b55fbb9e81d06ff3202edd78a7 Mon Sep 17 00:00:00 2001 From: catvayor Date: Sat, 21 Dec 2024 17:45:46 +0100 Subject: [PATCH] fix(license): all rights reserved --- LICENSES/LicenseRef-Reserved.txt | 1 + REUSE.toml | 2 +- default.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 LICENSES/LicenseRef-Reserved.txt diff --git a/LICENSES/LicenseRef-Reserved.txt b/LICENSES/LicenseRef-Reserved.txt new file mode 100644 index 0000000..ad850ff --- /dev/null +++ b/LICENSES/LicenseRef-Reserved.txt @@ -0,0 +1 @@ +All rights reserved, unless other license granted. diff --git a/REUSE.toml b/REUSE.toml index 200916a..0a69701 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -55,6 +55,6 @@ precedence = "closest" [[annotations]] SPDX-FileCopyrightText = "La Délégation Générale Numérique " -SPDX-License-Identifier = "Reserved" +SPDX-License-Identifier = "LicenseRef-Reserved" path = ["machines/nixos/compute01/search/static-data/images/dgnum.png", "machines/nixos/compute01/search/static-data/images/favicon.ico", "machines/nixos/compute01/search/static-data/images/favicon.png"] precedence = "closest" diff --git a/default.nix b/default.nix index e37da4a..7f6253f 100644 --- a/default.nix +++ b/default.nix @@ -137,7 +137,7 @@ let "machines/nixos/compute01/search/static-data/images/favicon.ico" "machines/nixos/compute01/search/static-data/images/favicon.png" ]; - license = "Reserved"; # FIXME: doesn't exist + license = "LicenseRef-Reserved"; } ]; };