summaryrefslogtreecommitdiff
path: root/ublock-origin-combined/debian/copyright
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-20 14:14:07 -0400
committerB Stack <bgstack15@gmail.com>2020-10-20 14:14:07 -0400
commitec1b4def96f555245774ae843bdcafff58103168 (patch)
treeb7f982ca20c7f9a6f1d3129e587dd7c58f6202ff /ublock-origin-combined/debian/copyright
parentMerge branch 'makemkv-bump' into 'master' (diff)
downloadstackrpms-ec1b4def96f555245774ae843bdcafff58103168.tar.gz
stackrpms-ec1b4def96f555245774ae843bdcafff58103168.tar.bz2
stackrpms-ec1b4def96f555245774ae843bdcafff58103168.zip
ublock-origin-combined rc1
First attempt in both rpm and dpkg for a single package that owns ublock-origin. This should simplify maintenance going forward.
Diffstat (limited to 'ublock-origin-combined/debian/copyright')
-rw-r--r--ublock-origin-combined/debian/copyright8
1 files changed, 8 insertions, 0 deletions
diff --git a/ublock-origin-combined/debian/copyright b/ublock-origin-combined/debian/copyright
new file mode 100644
index 0000000..bb755b9
--- /dev/null
+++ b/ublock-origin-combined/debian/copyright
@@ -0,0 +1,8 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: palemoon-ublock
+Source: https://github.com/gorhill/uBlock/releases/
+uBlock0.firefox-legacy.xpi GPLv3
+
+#----------------------------------------------------------------------------
+# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
+# license/copyright files.
bgstack15