fix(license): all rights reserved
All checks were successful
Check meta / check_dns (pull_request) Successful in 18s
Check meta / check_meta (pull_request) Successful in 20s
Check workflows / check_workflows (pull_request) Successful in 26s
Run pre-commit on all files / pre-commit (push) Successful in 58s
Build all the nodes / ap01 (pull_request) Successful in 1m31s
Build all the nodes / bridge01 (pull_request) Successful in 1m57s
Build all the nodes / geo02 (pull_request) Successful in 1m59s
Build all the nodes / geo01 (pull_request) Successful in 2m13s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m48s
Build all the nodes / netcore02 (pull_request) Successful in 32s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m49s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m40s
Build all the nodes / rescue01 (pull_request) Successful in 2m3s
Build all the nodes / vault01 (pull_request) Successful in 1m53s
Build all the nodes / storage01 (pull_request) Successful in 2m26s
Build all the nodes / compute01 (pull_request) Successful in 4m57s
Build all the nodes / web02 (pull_request) Successful in 1m47s
Run pre-commit on all files / pre-commit (pull_request) Successful in 42s
Build all the nodes / web01 (pull_request) Successful in 2m20s
Build all the nodes / web03 (pull_request) Successful in 1m36s

This commit is contained in:
catvayor 2024-12-21 17:45:46 +01:00
parent cf2044c4b9
commit 8bfbf09fd4
Signed by: lbailly
GPG key ID: CE3E645251AC63F3
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
All rights reserved, unless other license granted.

View file

@ -55,6 +55,6 @@ precedence = "closest"
[[annotations]]
SPDX-FileCopyrightText = "La Délégation Générale Numérique <contact@dgnum.eu>"
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"

View file

@ -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";
}
];
};