summaryrefslogtreecommitdiff
path: root/keyboard-leds-trayicons/debian/copyright
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-15 14:26:48 +0000
committerB Stack <bgstack15@gmail.com>2020-02-15 14:26:48 +0000
commit37038b1e16626091ecbea2ffa22f22f3a3d6e2b6 (patch)
treeaaad6847ff7fb13ad6440a3d6365dfbe793afe12 /keyboard-leds-trayicons/debian/copyright
parentadd readme for mktrayicon (diff)
parentfix icon transparency (diff)
downloadstackrpms-37038b1e16626091ecbea2ffa22f22f3a3d6e2b6.tar.gz
stackrpms-37038b1e16626091ecbea2ffa22f22f3a3d6e2b6.tar.bz2
stackrpms-37038b1e16626091ecbea2ffa22f22f3a3d6e2b6.zip
Merge branch 'klt-bump' into 'mktrayicon-bump'
add keyboard-leds-trayicons See merge request bgstack15/stackrpms!124
Diffstat (limited to 'keyboard-leds-trayicons/debian/copyright')
-rw-r--r--keyboard-leds-trayicons/debian/copyright22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboard-leds-trayicons/debian/copyright b/keyboard-leds-trayicons/debian/copyright
new file mode 100644
index 0000000..4685f26
--- /dev/null
+++ b/keyboard-leds-trayicons/debian/copyright
@@ -0,0 +1,22 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: keyboard-leds-trayicons
+Source: <url://example.com>
+#
+# Please double check copyright with the licensecheck(1) command.
+
+Files: README.md
+ src/etc/keyboard-leds-trayicons.conf
+ src/usr/bin/keyboard-leds-trayicons.sh
+Copyright: __NO_COPYRIGHT_NOR_LICENSE__
+License: __NO_COPYRIGHT_NOR_LICENSE__
+
+#----------------------------------------------------------------------------
+# xml and html files (skipped):
+# src/usr/share/icons/hicolor/scalable/status/numlock-off.svg
+# src/usr/share/icons/hicolor/scalable/status/numlock-on.svg
+# src/usr/share/icons/hicolor/scalable/status/capslock-off.svg
+# src/usr/share/icons/hicolor/scalable/status/capslock-on.svg
+
+#----------------------------------------------------------------------------
+# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
+# license/copyright files.
bgstack15