summaryrefslogtreecommitdiff
path: root/connman-gtk-xdg-autostart/debian/copyright
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-13 09:09:25 -0400
committerB Stack <bgstack15@gmail.com>2020-08-13 09:09:25 -0400
commit0c166c12cfdbf01bc8a5611d690336236d7771e1 (patch)
tree88c05313172a682acc7bdca3cf5a0abf2b35ec2e /connman-gtk-xdg-autostart/debian/copyright
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-0c166c12cfdbf01bc8a5611d690336236d7771e1.tar.gz
stackrpms-0c166c12cfdbf01bc8a5611d690336236d7771e1.tar.bz2
stackrpms-0c166c12cfdbf01bc8a5611d690336236d7771e1.zip
add connman-gtk-xdg-autostart
Diffstat (limited to 'connman-gtk-xdg-autostart/debian/copyright')
-rw-r--r--connman-gtk-xdg-autostart/debian/copyright14
1 files changed, 14 insertions, 0 deletions
diff --git a/connman-gtk-xdg-autostart/debian/copyright b/connman-gtk-xdg-autostart/debian/copyright
new file mode 100644
index 0000000..c9f018b
--- /dev/null
+++ b/connman-gtk-xdg-autostart/debian/copyright
@@ -0,0 +1,14 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: connman-gtk-xdg-autostart
+Upstream-Contact: <preferred name and address to reach the upstream project>
+Source: <url://example.com>
+#
+# Please double check copyright with the licensecheck(1) command.
+
+Files: README.md
+Copyright: __NO_COPYRIGHT_NOR_LICENSE__
+License: __NO_COPYRIGHT_NOR_LICENSE__
+
+#----------------------------------------------------------------------------
+# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
+# license/copyright files.
bgstack15