From abe836b4f223ea3f3b89ce106c0d258074680589 Mon Sep 17 00:00:00 2001 From: Tero Tervala Date: Wed, 28 Feb 2024 10:42:03 +0200 Subject: [PATCH] Unify copyright messages Follow Ghaf guidelines on copyright messages. Signed-off-by: Tero Tervala --- .envrc | 5 ++--- .github/workflows/check-commit-message.yaml | 2 +- .github/workflows/test-ghaf-infra.yml | 3 +-- .gitignore | 3 +-- .sops.yaml | 3 +-- README.md | 3 +-- default.nix | 3 +-- docs/adapting-to-new-environments.md | 3 +-- docs/monitoring-server.md | 3 +-- docs/nixos-anywhere.md | 3 +-- flake.nix | 3 +-- githooks/check-commit.sh | 2 +- githooks/check-commits.sh | 2 +- githooks/install-git-hooks.sh | 2 +- hosts/azure-common.nix | 3 +-- hosts/azure-scratch-store-common.nix | 3 +-- hosts/azure/binary-cache/configuration.nix | 3 +-- hosts/azure/builder/configuration.nix | 3 +-- hosts/azure/jenkins-controller/configuration.nix | 3 +-- hosts/binarycache/configuration.nix | 2 +- hosts/binarycache/disk-config.nix | 3 +-- hosts/common.nix | 3 +-- hosts/default.nix | 2 +- hosts/ficolo-common.nix | 2 +- hosts/ficolobuild/build3.nix | 3 +-- hosts/ficolobuild/build4.nix | 3 +-- hosts/ficolobuild/builder.nix | 3 +-- hosts/ficolobuild/developers.nix | 3 +-- hosts/ficolobuild/disk-config.nix | 3 +-- hosts/generic-disk-config.nix | 3 +-- hosts/monitoring/configuration.nix | 2 +- hosts/monitoring/disk-config.nix | 3 +-- hosts/prbuilder/configuration.nix | 2 +- hosts/prbuilder/disk-config.nix | 3 +-- hosts/qemu-common.nix | 3 +-- hosts/templates/configuration.nix | 3 +-- hosts/templates/default.nix | 3 +-- nix/checks.nix | 3 +-- nix/default.nix | 3 +-- nix/devshell.nix | 3 +-- nix/nixpkgs.nix | 3 +-- nix/treefmt.nix | 3 +-- pkgs/sshified/default.nix | 3 +-- scripts/add-remote-user.sh | 3 +-- services/binary-cache/default.nix | 3 +-- services/default.nix | 3 +-- services/nginx/default.nix | 3 +-- services/node-exporter/default.nix | 3 +-- services/openssh/default.nix | 3 +-- services/remote-build/default.nix | 3 +-- shell.nix | 3 +-- tasks.py | 3 +-- terraform/README-azure.md | 3 +-- terraform/README.md | 5 ++--- terraform/azarm/azarm.tf | 5 ++--- terraform/azarm/ubuntu-builder.sh | 3 +-- terraform/binary-cache.tf | 2 +- terraform/builder.tf | 2 +- terraform/jenkins-controller.tf | 2 +- terraform/main.tf | 3 +-- terraform/modules/azurerm-linux-vm/README.md | 3 +-- terraform/modules/azurerm-linux-vm/variables.tf | 2 +- terraform/modules/azurerm-linux-vm/virtual_machine.tf | 2 +- terraform/modules/azurerm-nix-vm-image/README.md | 3 +-- terraform/modules/azurerm-nix-vm-image/main.tf | 3 +-- terraform/modules/azurerm-nix-vm-image/nix-build.sh | 3 +-- terraform/modules/azurerm-nix-vm-image/variables.tf | 3 +-- .../persistent/binary-cache-sigkey/binary-cache-sigkey.tf | 3 +-- .../persistent/binary-cache-storage/binary-cache-storage.tf | 3 +-- terraform/persistent/builder-ssh-key/builder-ssh-key.tf | 3 +-- terraform/persistent/main.tf | 3 +-- terraform/persistent/workspace-specific/main.tf | 3 +-- terraform/playground/README.md | 3 +-- terraform/playground/terraform-playground.sh | 3 +-- terraform/playground/test-infra.tf | 3 +-- terraform/state-storage/tfstate-storage.tf | 3 +-- terraform/terraform-init.sh | 3 +-- users/barna.nix | 3 +-- users/builder.nix | 3 +-- users/cazfi.nix | 3 +-- users/default.nix | 3 +-- users/hrosten.nix | 3 +-- users/hydra.nix | 3 +-- users/jrautiola.nix | 3 +-- users/karim.nix | 3 +-- users/ktu.nix | 3 +-- users/mika.nix | 3 +-- users/mkaapu.nix | 3 +-- users/tervis.nix | 2 +- users/tester.nix | 3 +-- users/themisto.nix | 3 +-- 91 files changed, 94 insertions(+), 170 deletions(-) diff --git a/.envrc b/.envrc index f07c6c91..c004ab83 100644 --- a/.envrc +++ b/.envrc @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # try to use flake initially, fallback to non-flake use otherwise @@ -7,4 +6,4 @@ if nix flake show &> /dev/null; then use flake else use nix -fi \ No newline at end of file +fi diff --git a/.github/workflows/check-commit-message.yaml b/.github/workflows/check-commit-message.yaml index 4f2d178a..4b15821a 100644 --- a/.github/workflows/check-commit-message.yaml +++ b/.github/workflows/check-commit-message.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 name: Check Commit Message diff --git a/.github/workflows/test-ghaf-infra.yml b/.github/workflows/test-ghaf-infra.yml index 4d115958..62317564 100644 --- a/.github/workflows/test-ghaf-infra.yml +++ b/.github/workflows/test-ghaf-infra.yml @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 name: Test ghaf-infra diff --git a/.gitignore b/.gitignore index c7d19b53..0cb5eca0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 result diff --git a/.sops.yaml b/.sops.yaml index 8f4e52d7..bc7e3f8b 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 keys: diff --git a/README.md b/README.md index ac4f3387..45f0e7be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ diff --git a/default.nix b/default.nix index 59dcb3cd..fe85b6b7 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,5 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-FileCopyrightText: 2020-2023 Eelco Dolstra and the flake-compat contributors -# # SPDX-License-Identifier: MIT # This file originates from: # https://github.com/nix-community/flake-compat diff --git a/docs/adapting-to-new-environments.md b/docs/adapting-to-new-environments.md index eba9acd2..7b4b987c 100644 --- a/docs/adapting-to-new-environments.md +++ b/docs/adapting-to-new-environments.md @@ -1,6 +1,5 @@ diff --git a/docs/monitoring-server.md b/docs/monitoring-server.md index 1af4bbfe..d679ef88 100644 --- a/docs/monitoring-server.md +++ b/docs/monitoring-server.md @@ -1,6 +1,5 @@ diff --git a/docs/nixos-anywhere.md b/docs/nixos-anywhere.md index 4dde04a9..2bcca821 100644 --- a/docs/nixos-anywhere.md +++ b/docs/nixos-anywhere.md @@ -1,6 +1,5 @@ diff --git a/flake.nix b/flake.nix index 75e918a0..1a59e856 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { description = "NixOS configurations for Ghaf"; diff --git a/githooks/check-commit.sh b/githooks/check-commit.sh index 27c46b62..a2912c5c 100755 --- a/githooks/check-commit.sh +++ b/githooks/check-commit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: 2021-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 function Error { diff --git a/githooks/check-commits.sh b/githooks/check-commits.sh index 8cc15948..c5ae39d4 100755 --- a/githooks/check-commits.sh +++ b/githooks/check-commits.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # Get actual directory of this bash script diff --git a/githooks/install-git-hooks.sh b/githooks/install-git-hooks.sh index 9fa8625d..e83762d7 100755 --- a/githooks/install-git-hooks.sh +++ b/githooks/install-git-hooks.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 set -e diff --git a/hosts/azure-common.nix b/hosts/azure-common.nix index 47cd7920..968bbd91 100644 --- a/hosts/azure-common.nix +++ b/hosts/azure-common.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # # Profile to import for Azure VMs. Imports azure-common.nix from nixpkgs, diff --git a/hosts/azure-scratch-store-common.nix b/hosts/azure-scratch-store-common.nix index 8cd3a79b..104e56fc 100644 --- a/hosts/azure-scratch-store-common.nix +++ b/hosts/azure-scratch-store-common.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # # This configuration is currently not used, but kept here for reference. diff --git a/hosts/azure/binary-cache/configuration.nix b/hosts/azure/binary-cache/configuration.nix index b21d2744..6046577a 100644 --- a/hosts/azure/binary-cache/configuration.nix +++ b/hosts/azure/binary-cache/configuration.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { self, diff --git a/hosts/azure/builder/configuration.nix b/hosts/azure/builder/configuration.nix index 4020db90..9260c716 100644 --- a/hosts/azure/builder/configuration.nix +++ b/hosts/azure/builder/configuration.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { self, diff --git a/hosts/azure/jenkins-controller/configuration.nix b/hosts/azure/jenkins-controller/configuration.nix index 35ba3d25..6a6b95f5 100644 --- a/hosts/azure/jenkins-controller/configuration.nix +++ b/hosts/azure/jenkins-controller/configuration.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { pkgs, diff --git a/hosts/binarycache/configuration.nix b/hosts/binarycache/configuration.nix index 72ce6341..f1349043 100644 --- a/hosts/binarycache/configuration.nix +++ b/hosts/binarycache/configuration.nix @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # { diff --git a/hosts/binarycache/disk-config.nix b/hosts/binarycache/disk-config.nix index f39ad48c..93085b84 100644 --- a/hosts/binarycache/disk-config.nix +++ b/hosts/binarycache/disk-config.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # BIOS compatible gpt partition { diff --git a/hosts/common.nix b/hosts/common.nix index 9c4cfc7a..afff491b 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { inputs, diff --git a/hosts/default.nix b/hosts/default.nix index c1dd4146..e45d6fae 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # { diff --git a/hosts/ficolo-common.nix b/hosts/ficolo-common.nix index aec7c7e9..88977ee0 100644 --- a/hosts/ficolo-common.nix +++ b/hosts/ficolo-common.nix @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # { diff --git a/hosts/ficolobuild/build3.nix b/hosts/ficolobuild/build3.nix index 96f7d675..846f4d28 100644 --- a/hosts/ficolobuild/build3.nix +++ b/hosts/ficolobuild/build3.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { self, diff --git a/hosts/ficolobuild/build4.nix b/hosts/ficolobuild/build4.nix index 72e9074c..431e9953 100644 --- a/hosts/ficolobuild/build4.nix +++ b/hosts/ficolobuild/build4.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { self, diff --git a/hosts/ficolobuild/builder.nix b/hosts/ficolobuild/builder.nix index 0e64f98f..1ffd4bb9 100644 --- a/hosts/ficolobuild/builder.nix +++ b/hosts/ficolobuild/builder.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023-2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { self, diff --git a/hosts/ficolobuild/developers.nix b/hosts/ficolobuild/developers.nix index 192664e3..b39a23f5 100644 --- a/hosts/ficolobuild/developers.nix +++ b/hosts/ficolobuild/developers.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 {lib, ...}: let groupName = "developers"; diff --git a/hosts/ficolobuild/disk-config.nix b/hosts/ficolobuild/disk-config.nix index 7855180d..d040b20a 100644 --- a/hosts/ficolobuild/disk-config.nix +++ b/hosts/ficolobuild/disk-config.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # BIOS compatible gpt partition { diff --git a/hosts/generic-disk-config.nix b/hosts/generic-disk-config.nix index 1b864658..e5a79fd7 100644 --- a/hosts/generic-disk-config.nix +++ b/hosts/generic-disk-config.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 {lib, ...}: { disko.devices = { diff --git a/hosts/monitoring/configuration.nix b/hosts/monitoring/configuration.nix index 6ac6a32f..ab78018d 100644 --- a/hosts/monitoring/configuration.nix +++ b/hosts/monitoring/configuration.nix @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # { diff --git a/hosts/monitoring/disk-config.nix b/hosts/monitoring/disk-config.nix index 8ddb3878..81f4296a 100644 --- a/hosts/monitoring/disk-config.nix +++ b/hosts/monitoring/disk-config.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # BIOS compatible gpt partition { diff --git a/hosts/prbuilder/configuration.nix b/hosts/prbuilder/configuration.nix index 049d654e..85dfd025 100644 --- a/hosts/prbuilder/configuration.nix +++ b/hosts/prbuilder/configuration.nix @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # { diff --git a/hosts/prbuilder/disk-config.nix b/hosts/prbuilder/disk-config.nix index f39ad48c..93085b84 100644 --- a/hosts/prbuilder/disk-config.nix +++ b/hosts/prbuilder/disk-config.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # BIOS compatible gpt partition { diff --git a/hosts/qemu-common.nix b/hosts/qemu-common.nix index 742dcb73..4fe71e3e 100644 --- a/hosts/qemu-common.nix +++ b/hosts/qemu-common.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { services.qemuGuest.enable = true; diff --git a/hosts/templates/configuration.nix b/hosts/templates/configuration.nix index 13510e57..bc8661be 100644 --- a/hosts/templates/configuration.nix +++ b/hosts/templates/configuration.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { self, diff --git a/hosts/templates/default.nix b/hosts/templates/default.nix index 7054bd34..689440ca 100644 --- a/hosts/templates/default.nix +++ b/hosts/templates/default.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { self, diff --git a/nix/checks.nix b/nix/checks.nix index 47ae7a7d..2ac464a5 100644 --- a/nix/checks.nix +++ b/nix/checks.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 _: { perSystem = {pkgs, ...}: { diff --git a/nix/default.nix b/nix/default.nix index 2fd86ad1..80885451 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { imports = [ diff --git a/nix/devshell.nix b/nix/devshell.nix index 75c6b136..2b17e1b7 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { perSystem = {pkgs, ...}: { diff --git a/nix/nixpkgs.nix b/nix/nixpkgs.nix index 766e68ec..4a0d2a1b 100644 --- a/nix/nixpkgs.nix +++ b/nix/nixpkgs.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { lib, diff --git a/nix/treefmt.nix b/nix/treefmt.nix index a79a0574..feae290d 100644 --- a/nix/treefmt.nix +++ b/nix/treefmt.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 {inputs, ...}: { imports = with inputs; [ diff --git a/pkgs/sshified/default.nix b/pkgs/sshified/default.nix index 5cfb56f3..d0d278c1 100644 --- a/pkgs/sshified/default.nix +++ b/pkgs/sshified/default.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { buildGoModule, diff --git a/scripts/add-remote-user.sh b/scripts/add-remote-user.sh index 71031058..768a512d 100755 --- a/scripts/add-remote-user.sh +++ b/scripts/add-remote-user.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 ################################################################################ diff --git a/services/binary-cache/default.nix b/services/binary-cache/default.nix index 17bee84b..ab09622f 100644 --- a/services/binary-cache/default.nix +++ b/services/binary-cache/default.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { config, diff --git a/services/default.nix b/services/default.nix index 63fea607..b204b17c 100644 --- a/services/default.nix +++ b/services/default.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { flake.nixosModules = { diff --git a/services/nginx/default.nix b/services/nginx/default.nix index ea67a774..5b496125 100644 --- a/services/nginx/default.nix +++ b/services/nginx/default.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 {config, ...}: { networking.firewall.allowedTCPPorts = [443 80]; diff --git a/services/node-exporter/default.nix b/services/node-exporter/default.nix index 3f7216b4..ddd12cb8 100644 --- a/services/node-exporter/default.nix +++ b/services/node-exporter/default.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 {config, ...}: { networking.firewall = { diff --git a/services/openssh/default.nix b/services/openssh/default.nix index 8a870618..d4408fa0 100644 --- a/services/openssh/default.nix +++ b/services/openssh/default.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { pkgs, diff --git a/services/remote-build/default.nix b/services/remote-build/default.nix index e7ba619b..aa9f2097 100644 --- a/services/remote-build/default.nix +++ b/services/remote-build/default.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 _: { # Adds a "remote-build" ssh user, which can trigger nix builds. diff --git a/shell.nix b/shell.nix index 867a3e38..b0879f7a 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,5 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-FileCopyrightText: 2020-2023 Eelco Dolstra and the flake-compat contributors -# # SPDX-License-Identifier: MIT # This file originates from: # https://github.com/nix-community/flake-compat diff --git a/tasks.py b/tasks.py index eb5b8964..fb4bae83 100644 --- a/tasks.py +++ b/tasks.py @@ -1,8 +1,7 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: 2023-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-FileCopyrightText: 2023 Nix community projects -# # SPDX-License-Identifier: MIT # This file originates from: diff --git a/terraform/README-azure.md b/terraform/README-azure.md index e115b7da..5d8fdb6d 100644 --- a/terraform/README-azure.md +++ b/terraform/README-azure.md @@ -1,6 +1,5 @@ diff --git a/terraform/README.md b/terraform/README.md index 7af6a6c1..70e5660f 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -1,6 +1,5 @@ @@ -208,4 +207,4 @@ $ terraform apply │ 207: data "azurerm_managed_disk" "binary_cache_caddy_state" { ``` Above error (or similar) is likely caused by missing initialization for some `persistent` resources. -Fix the persistent initialization by running `terraform-init.sh` then run `terraform apply` again. \ No newline at end of file +Fix the persistent initialization by running `terraform-init.sh` then run `terraform apply` again. diff --git a/terraform/azarm/azarm.tf b/terraform/azarm/azarm.tf index 8de7a83f..2b7d5a22 100644 --- a/terraform/azarm/azarm.tf +++ b/terraform/azarm/azarm.tf @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 terraform { @@ -138,4 +137,4 @@ resource "azurerm_virtual_machine_extension" "deploy_ubuntu_builder" { EOF } -################################################################################ \ No newline at end of file +################################################################################ diff --git a/terraform/azarm/ubuntu-builder.sh b/terraform/azarm/ubuntu-builder.sh index 7966f516..4f082438 100755 --- a/terraform/azarm/ubuntu-builder.sh +++ b/terraform/azarm/ubuntu-builder.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 set -x # debug diff --git a/terraform/binary-cache.tf b/terraform/binary-cache.tf index cd1a4524..34192e58 100644 --- a/terraform/binary-cache.tf +++ b/terraform/binary-cache.tf @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 module "binary_cache_image" { diff --git a/terraform/builder.tf b/terraform/builder.tf index ae7f2e90..f4fa0176 100644 --- a/terraform/builder.tf +++ b/terraform/builder.tf @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 module "builder_image" { diff --git a/terraform/jenkins-controller.tf b/terraform/jenkins-controller.tf index 25ae9f13..eb741e8e 100644 --- a/terraform/jenkins-controller.tf +++ b/terraform/jenkins-controller.tf @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 # Build the Jenkins controller image diff --git a/terraform/main.tf b/terraform/main.tf index 517708c7..9d7adaa1 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 provider "azurerm" { diff --git a/terraform/modules/azurerm-linux-vm/README.md b/terraform/modules/azurerm-linux-vm/README.md index c0cc5aee..c3d5ab19 100644 --- a/terraform/modules/azurerm-linux-vm/README.md +++ b/terraform/modules/azurerm-linux-vm/README.md @@ -1,6 +1,5 @@ diff --git a/terraform/modules/azurerm-linux-vm/variables.tf b/terraform/modules/azurerm-linux-vm/variables.tf index 5deb6c79..36464c9e 100644 --- a/terraform/modules/azurerm-linux-vm/variables.tf +++ b/terraform/modules/azurerm-linux-vm/variables.tf @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 variable "resource_group_name" { diff --git a/terraform/modules/azurerm-linux-vm/virtual_machine.tf b/terraform/modules/azurerm-linux-vm/virtual_machine.tf index 01d779ed..18d61344 100644 --- a/terraform/modules/azurerm-linux-vm/virtual_machine.tf +++ b/terraform/modules/azurerm-linux-vm/virtual_machine.tf @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2022-2024 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 resource "azurerm_virtual_machine" "main" { diff --git a/terraform/modules/azurerm-nix-vm-image/README.md b/terraform/modules/azurerm-nix-vm-image/README.md index b610710c..63cc780a 100644 --- a/terraform/modules/azurerm-nix-vm-image/README.md +++ b/terraform/modules/azurerm-nix-vm-image/README.md @@ -1,6 +1,5 @@ diff --git a/terraform/modules/azurerm-nix-vm-image/main.tf b/terraform/modules/azurerm-nix-vm-image/main.tf index f788ade7..4a8a999e 100644 --- a/terraform/modules/azurerm-nix-vm-image/main.tf +++ b/terraform/modules/azurerm-nix-vm-image/main.tf @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 resource "azurerm_storage_blob" "default" { diff --git a/terraform/modules/azurerm-nix-vm-image/nix-build.sh b/terraform/modules/azurerm-nix-vm-image/nix-build.sh index 0e194f56..e298e40d 100755 --- a/terraform/modules/azurerm-nix-vm-image/nix-build.sh +++ b/terraform/modules/azurerm-nix-vm-image/nix-build.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: 2023 The TVL Authors -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: MIT # diff --git a/terraform/modules/azurerm-nix-vm-image/variables.tf b/terraform/modules/azurerm-nix-vm-image/variables.tf index cf655ec3..960854b6 100644 --- a/terraform/modules/azurerm-nix-vm-image/variables.tf +++ b/terraform/modules/azurerm-nix-vm-image/variables.tf @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 variable "nix_attrpath" { diff --git a/terraform/persistent/binary-cache-sigkey/binary-cache-sigkey.tf b/terraform/persistent/binary-cache-sigkey/binary-cache-sigkey.tf index 8288843f..f1df9ee0 100644 --- a/terraform/persistent/binary-cache-sigkey/binary-cache-sigkey.tf +++ b/terraform/persistent/binary-cache-sigkey/binary-cache-sigkey.tf @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 ################################################################################ diff --git a/terraform/persistent/binary-cache-storage/binary-cache-storage.tf b/terraform/persistent/binary-cache-storage/binary-cache-storage.tf index 224c167c..1583adba 100644 --- a/terraform/persistent/binary-cache-storage/binary-cache-storage.tf +++ b/terraform/persistent/binary-cache-storage/binary-cache-storage.tf @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 ################################################################################ diff --git a/terraform/persistent/builder-ssh-key/builder-ssh-key.tf b/terraform/persistent/builder-ssh-key/builder-ssh-key.tf index b2904c18..e35dc221 100644 --- a/terraform/persistent/builder-ssh-key/builder-ssh-key.tf +++ b/terraform/persistent/builder-ssh-key/builder-ssh-key.tf @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 ################################################################################ diff --git a/terraform/persistent/main.tf b/terraform/persistent/main.tf index 534870d8..c3b198f7 100644 --- a/terraform/persistent/main.tf +++ b/terraform/persistent/main.tf @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 provider "azurerm" { diff --git a/terraform/persistent/workspace-specific/main.tf b/terraform/persistent/workspace-specific/main.tf index e77181cb..61fc9e38 100644 --- a/terraform/persistent/workspace-specific/main.tf +++ b/terraform/persistent/workspace-specific/main.tf @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 provider "azurerm" { diff --git a/terraform/playground/README.md b/terraform/playground/README.md index cc248a49..212895f1 100644 --- a/terraform/playground/README.md +++ b/terraform/playground/README.md @@ -1,6 +1,5 @@ diff --git a/terraform/playground/terraform-playground.sh b/terraform/playground/terraform-playground.sh index 12881521..59840623 100755 --- a/terraform/playground/terraform-playground.sh +++ b/terraform/playground/terraform-playground.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 set -e # exit immediately if a command fails diff --git a/terraform/playground/test-infra.tf b/terraform/playground/test-infra.tf index edcabe11..8cd25d5e 100644 --- a/terraform/playground/test-infra.tf +++ b/terraform/playground/test-infra.tf @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 terraform { diff --git a/terraform/state-storage/tfstate-storage.tf b/terraform/state-storage/tfstate-storage.tf index 6771c2d6..76bfc5bd 100644 --- a/terraform/state-storage/tfstate-storage.tf +++ b/terraform/state-storage/tfstate-storage.tf @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 terraform { diff --git a/terraform/terraform-init.sh b/terraform/terraform-init.sh index 8bb7b3b9..853e408e 100755 --- a/terraform/terraform-init.sh +++ b/terraform/terraform-init.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 set -e # exit immediately if a command fails diff --git a/users/barna.nix b/users/barna.nix index e89b07a6..8e798dbc 100644 --- a/users/barna.nix +++ b/users/barna.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/builder.nix b/users/builder.nix index c4ed326a..c559c420 100644 --- a/users/builder.nix +++ b/users/builder.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/cazfi.nix b/users/cazfi.nix index db4f4558..ce69a2b6 100644 --- a/users/cazfi.nix +++ b/users/cazfi.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/default.nix b/users/default.nix index 07ef7a85..6d1e7eba 100644 --- a/users/default.nix +++ b/users/default.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023-2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { flake.nixosModules = { diff --git a/users/hrosten.nix b/users/hrosten.nix index 61eb9203..c7705e37 100644 --- a/users/hrosten.nix +++ b/users/hrosten.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/hydra.nix b/users/hydra.nix index 71732a23..3968a903 100644 --- a/users/hydra.nix +++ b/users/hydra.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/jrautiola.nix b/users/jrautiola.nix index 5116111c..1815a4f4 100644 --- a/users/jrautiola.nix +++ b/users/jrautiola.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/karim.nix b/users/karim.nix index 4db59528..05f151f0 100644 --- a/users/karim.nix +++ b/users/karim.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/ktu.nix b/users/ktu.nix index 3f6792e6..aa79a4fd 100644 --- a/users/ktu.nix +++ b/users/ktu.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/mika.nix b/users/mika.nix index 49189ee0..7fc288aa 100644 --- a/users/mika.nix +++ b/users/mika.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2024 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/mkaapu.nix b/users/mkaapu.nix index bb7471e9..7f68edbe 100644 --- a/users/mkaapu.nix +++ b/users/mkaapu.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/tervis.nix b/users/tervis.nix index 421bddf7..507e102a 100644 --- a/users/tervis.nix +++ b/users/tervis.nix @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/tester.nix b/users/tester.nix index 41d48aea..dfaf8a84 100644 --- a/users/tester.nix +++ b/users/tester.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = { diff --git a/users/themisto.nix b/users/themisto.nix index ed05da2b..73c2ffed 100644 --- a/users/themisto.nix +++ b/users/themisto.nix @@ -1,5 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII) -# +# SPDX-FileCopyrightText: 2022-2024 TII (SSRC) and the Ghaf contributors # SPDX-License-Identifier: Apache-2.0 { users.users = {