From 05d21e0b66bf7f92eddd5b858e76f3caceebd2e0 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Tue, 1 Dec 2020 22:41:22 -0500 Subject: Add SPDX-FileCopyrightText to the three files that I changed substantially --- flake.nix | 1 + src/utils/deploy.rs | 1 + src/utils/mod.rs | 1 + 3 files changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 7b6d31a..3ea18af 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,5 @@ # SPDX-FileCopyrightText: 2020 Serokell +# SPDX-FileCopyrightText: 2020 Andreas Fuchs # # SPDX-License-Identifier: MPL-2.0 diff --git a/src/utils/deploy.rs b/src/utils/deploy.rs index 3e2eb4c..14a44a0 100644 --- a/src/utils/deploy.rs +++ b/src/utils/deploy.rs @@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2020 Serokell +// SPDX-FileCopyrightText: 2020 Andreas Fuchs // // SPDX-License-Identifier: MPL-2.0 diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 4d9c68a..5770f98 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: 2020 Serokell +// SPDX-FileCopyrightText: 2020 Andreas Fuchs // // SPDX-License-Identifier: MPL-2.0 -- cgit v1.2.3