summaryrefslogtreecommitdiff
path: root/waterfox/debian/copyright
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-17 14:40:22 +0000
committerB Stack <bgstack15@gmail.com>2019-04-17 14:40:22 +0000
commit0ac673f30cefe3f6acbdcca177505d8c4a89f8dd (patch)
tree0024cc9509ab6f1a93d2ce18a1a118b49dacb926 /waterfox/debian/copyright
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentwaterfox: WIP do not use pinned rust (diff)
downloadstackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.tar.gz
stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.tar.bz2
stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.zip
Merge branch 'waterfox-rpm' into 'master'
Waterfox 56.2.8 See merge request bgstack15/stackrpms!53
Diffstat (limited to 'waterfox/debian/copyright')
-rw-r--r--waterfox/debian/copyright10
1 files changed, 10 insertions, 0 deletions
diff --git a/waterfox/debian/copyright b/waterfox/debian/copyright
new file mode 100644
index 0000000..45642a8
--- /dev/null
+++ b/waterfox/debian/copyright
@@ -0,0 +1,10 @@
+This package was debianized by hawkeye116477 <hawkeye116477@gmail.com>.
+
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Waterfox Web Browser
+Source: https://github.com/MrAlex94/Waterfox.git
+
+Files: *
+Copyright: Copyright 2016-2019 All rights belongs to Waterfox Project and other
+ respective owners.
+License: MPL-2.0
bgstack15