From 0ac333cdc03407538b5b19d60a8e7c64588490fb Mon Sep 17 00:00:00 2001
From: 06kellyjac
Date: Tue, 2 Nov 2021 17:29:10 +0000
Subject: chore: replace .license files with dep5 config
---
.reuse/dep5 | 4 ++++
Cargo.lock.license | 3 ---
docs/logo.svg.license | 3 ---
examples/simple/flake.lock.license | 3 ---
examples/system/flake.lock.license | 3 ---
examples/system/nix-pub.pem.license | 3 ---
examples/system/nix.key.license | 3 ---
flake.lock.license | 3 ---
interface.json.license | 3 ---
9 files changed, 4 insertions(+), 24 deletions(-)
delete mode 100644 Cargo.lock.license
delete mode 100644 docs/logo.svg.license
delete mode 100644 examples/simple/flake.lock.license
delete mode 100644 examples/system/flake.lock.license
delete mode 100644 examples/system/nix-pub.pem.license
delete mode 100644 examples/system/nix.key.license
delete mode 100644 flake.lock.license
delete mode 100644 interface.json.license
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
Source: https://github.com/serokell/deploy-rs
+Copyright: 2020 Serokell
+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
-
-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
-
-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
-
-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
-
-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
-
-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
-
-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
-
-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
-
-SPDX-License-Identifier: MPL-2.0
\ No newline at end of file
--
cgit v1.2.3