summaryrefslogtreecommitdiff
path: root/debian/copyright
diff options
context:
space:
mode:
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright66
1 files changed, 66 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..84ce51f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,66 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mozilla-devscripts
+Source: git://git.debian.org/pkg-mozext/mozilla-devscripts.git
+
+Files: *
+Copyright: 2009-2014, Benjamin Drung <bdrung@debian.org>
+License: ISC
+
+Files: README
+Copyright: 2007-2009, Sasa Bodiroza <jazzva@gmail.com>
+ 2009-2011, Benjamin Drung <bdrung@debian.org>
+ 2007-2009, Alexander Sack <asac@ubuntu.com>
+ 2007-2009, Fabien Tassin <fta@sofaraway.org>
+License: GPL-2+
+
+Files: amo-changelog man/amo-changelog.1
+Copyright: 2014, Jakub Wilk <jwilk@debian.org>
+ 2014, Ximin Luo <infinity0@pwned.gg>
+License: ISC
+
+Files: xpi-pack xpi-unpack
+Copyright: 2007-2009, Sasa Bodiroza <jazzva@gmail.com>
+ 2007-2009, Alexander Sack <asac@ubuntu.com>
+License: GPL-2+
+
+Files: data/xpi.mk
+Copyright: 2008-2009 Canonical Ltd.
+License: GPL-2+
+
+Files: man/xpi-pack.1 man/xpi-unpack.1
+Copyright: 2007-2009, Sasa Bodiroza <jazzva@gmail.com>
+License: GPL-2+
+
+Files: perl/Debian/Buildsystem/xul_ext.pm perl/Debian/Sequence/xul_ext.pm
+Copyright: 2010, Mike Hommey <glandium@debian.org>
+License: GPL-2+
+
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".