summaryrefslogtreecommitdiff
path: root/systemdtl/debian/copyright
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-01-13 09:12:28 -0500
committerB Stack <bgstack15@gmail.com>2020-01-13 09:12:28 -0500
commit332c8effb2942c6c57d02d42bc214c861203a076 (patch)
treec2f31f2de09058667188ca84bd511f645a0310a2 /systemdtl/debian/copyright
parentimprove debian/watch files for many packages (diff)
downloadstackrpms-332c8effb2942c6c57d02d42bc214c861203a076.tar.gz
stackrpms-332c8effb2942c6c57d02d42bc214c861203a076.tar.bz2
stackrpms-332c8effb2942c6c57d02d42bc214c861203a076.zip
add systemdtl 0.0.1
Diffstat (limited to 'systemdtl/debian/copyright')
-rw-r--r--systemdtl/debian/copyright16
1 files changed, 16 insertions, 0 deletions
diff --git a/systemdtl/debian/copyright b/systemdtl/debian/copyright
new file mode 100644
index 0000000..d93ed1e
--- /dev/null
+++ b/systemdtl/debian/copyright
@@ -0,0 +1,16 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: systemdtl
+Source: <url://example.com>
+#
+# Please double check copyright with the licensecheck(1) command.
+
+Files: Makefile
+ README.md
+ src/etc/systemdtl.conf
+ src/sbin/systemctl
+Copyright: __NO_COPYRIGHT_NOR_LICENSE__
+License: CC-BY-SA 4.0
+
+#----------------------------------------------------------------------------
+# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
+# license/copyright files.
bgstack15