diff options
author | 06kellyjac | 2021-11-02 17:29:10 +0000 |
---|---|---|
committer | notgne2 | 2022-01-13 15:38:18 -0700 |
commit | 0ac333cdc03407538b5b19d60a8e7c64588490fb (patch) | |
tree | eaab709806734aa4dca66daa0b7d2070f5e3a3ad | |
parent | 14daa4acf67b80d2d8dadeddfb95fc3d59721f26 (diff) |
chore: replace .license files with dep5 config
-rw-r--r-- | .reuse/dep5 | 4 | ||||
-rw-r--r-- | Cargo.lock.license | 3 | ||||
-rw-r--r-- | docs/logo.svg.license | 3 | ||||
-rw-r--r-- | examples/simple/flake.lock.license | 3 | ||||
-rw-r--r-- | examples/system/flake.lock.license | 3 | ||||
-rw-r--r-- | examples/system/nix-pub.pem.license | 3 | ||||
-rw-r--r-- | examples/system/nix.key.license | 3 | ||||
-rw-r--r-- | flake.lock.license | 3 | ||||
-rw-r--r-- | interface.json.license | 3 |
9 files changed, 4 insertions, 24 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index d5d6256..584e163 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,6 +3,10 @@ Upstream-Name: deploy-rs Upstream-Contact: Serokell <https://serokell.io/> Source: https://github.com/serokell/deploy-rs +Copyright: 2020 Serokell <https://serokell.io/> +License: MPL-2.0 +Files: *.lock *.json docs/*.svg examples/* + # Sample paragraph, commented out: # # Files: src/* diff --git a/Cargo.lock.license b/Cargo.lock.license deleted file mode 100644 index 9e9897d..0000000 --- a/Cargo.lock.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> - -SPDX-License-Identifier: MPL-2.0
\ No newline at end of file diff --git a/docs/logo.svg.license b/docs/logo.svg.license deleted file mode 100644 index 9e9897d..0000000 --- a/docs/logo.svg.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> - -SPDX-License-Identifier: MPL-2.0
\ No newline at end of file diff --git a/examples/simple/flake.lock.license b/examples/simple/flake.lock.license deleted file mode 100644 index 9e9897d..0000000 --- a/examples/simple/flake.lock.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> - -SPDX-License-Identifier: MPL-2.0
\ No newline at end of file diff --git a/examples/system/flake.lock.license b/examples/system/flake.lock.license deleted file mode 100644 index 9e9897d..0000000 --- a/examples/system/flake.lock.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> - -SPDX-License-Identifier: MPL-2.0
\ No newline at end of file diff --git a/examples/system/nix-pub.pem.license b/examples/system/nix-pub.pem.license deleted file mode 100644 index 9e9897d..0000000 --- a/examples/system/nix-pub.pem.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> - -SPDX-License-Identifier: MPL-2.0
\ No newline at end of file diff --git a/examples/system/nix.key.license b/examples/system/nix.key.license deleted file mode 100644 index 9e9897d..0000000 --- a/examples/system/nix.key.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> - -SPDX-License-Identifier: MPL-2.0
\ No newline at end of file diff --git a/flake.lock.license b/flake.lock.license deleted file mode 100644 index 9e9897d..0000000 --- a/flake.lock.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> - -SPDX-License-Identifier: MPL-2.0
\ No newline at end of file diff --git a/interface.json.license b/interface.json.license deleted file mode 100644 index 9e9897d..0000000 --- a/interface.json.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> - -SPDX-License-Identifier: MPL-2.0
\ No newline at end of file |