From f6be83341c43857bebb788ea6eee91e728d6b733 Mon Sep 17 00:00:00 2001 From: marlonp Date: Mon, 22 Jan 2024 12:12:39 +0100 Subject: [PATCH] Also changed COPYING in Cargo.toml --- statime-linux/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/statime-linux/Cargo.toml b/statime-linux/Cargo.toml index 1ddf606d6..746ffb97c 100644 --- a/statime-linux/Cargo.toml +++ b/statime-linux/Cargo.toml @@ -57,7 +57,7 @@ assets = [ ["docs/examples/conf/statime.toml.default", "/etc/statime/statime.toml", "644"], ["docs/examples/conf/statime.preset", "/lib/systemd/system-preset/50-statime.preset", "644"], ["docs/examples/conf/statime.service", "/lib/systemd/system/statime.service", "644"], - ["../COPYING", "/usr/share/doc/statime/COPYING", "644"], + ["../COPYRIGHT", "/usr/share/doc/statime/COPYRIGHT", "644"], ["../LICENSE-APACHE", "/usr/share/doc/statime/LICENSE-APACHE", "644"], ["../LICENSE-MIT", "/usr/share/doc/statime/LICENSE-MIT", "644"], ["../CHANGELOG.md", "/usr/share/doc/statime/CHANGELOG.md", "644"], @@ -79,7 +79,7 @@ assets = [ { source = "docs/examples/conf/statime.toml.default", dest = "/etc/statime/statime.toml", mode = "644", config = true }, { source = "docs/examples/conf/statime.preset", dest = "/lib/systemd/system-preset/50-statime.preset", mode = "644" }, { source = "docs/examples/conf/statime.service", dest = "/lib/systemd/system/statime.service", mode = "644" }, - { source = "../COPYING", dest = "/usr/share/doc/statime/COPYING", mode = "644", doc = true }, + { source = "../COPYRIGHT", dest = "/usr/share/doc/statime/COPYRIGHT", mode = "644", doc = true }, { source = "../LICENSE-APACHE", dest = "/usr/share/doc/statime/LICENSE-APACHE", mode = "644", doc = true }, { source = "../LICENSE-MIT", dest = "/usr/share/doc/statime/LICENSE-MIT", mode = "644", doc = true }, { source = "../CHANGELOG.md", dest = "/usr/share/doc/statime/CHANGELOG.md", mode = "644", doc = true },