Skip to content

Commit

Permalink
Also changed COPYING in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cikzh authored and davidv1992 committed Jan 25, 2024
1 parent 709b13b commit f6be833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions statime-linux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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 },
Expand Down

0 comments on commit f6be833

Please sign in to comment.