summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2017-01-24 01:22:59 +0100
committerGard Spreemann <gspreemann@gmail.com>2017-01-24 01:22:59 +0100
commit7742e8b0d9b73f13916ecd50fb6e3c300c8189f0 (patch)
treed77356b85f17df4e903713050f8f8431e1bf70ed
parent24c3cb5207e96c784871fe2c586de9b51163b11e (diff)
Initial copyright file.
-rw-r--r--debian/copyright72
1 files changed, 52 insertions, 20 deletions
diff --git a/debian/copyright b/debian/copyright
index 9f536ce..f55e23c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,38 +1,70 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: tikzit
-Source: <url://example.com>
+Source: http://tikzit.sourceforge.net/
Files: *
-Copyright: 2010-2013
- <years> <likewise for another author>
-License: <special license>
- <Put the license of the package here indented by 1 space>
- <This follows the format of Description: lines in control file>
- .
- <Including paragraphs>
+Copyright: 2010-2017 Aleks Kissinger <aleks0@gmail.com>
+ 2010-2017 Alex Merry <dev@randomguy3.me.uk>
+ 2010-2017 Johan Paulsson <gonz@badcode.net>
+ 2010-2017 Chris Heunen
+License: GPL-3+
+
+Files: tikzit/src/gtk/tztoolpalette.*
+Copyright: 2010 Michael Natterer <mitch@gimp.org>
+License: GPL-3+
+
+Files: tikzit/src/gtk/gtkhelpers.*
+Copyright: 2001 Ximian, Inc.
+ 2010 Aleks Kissinger <aleks0@gmail.com>
+License: GPL-3+
+
+Files: tikzit/src/gtk/Menu.*
+Copyright: 2001 Ximian, Inc.
+ 2007 Vincent Geddes
+ 2011 Aleks Kissinger <aleks0@gmail.com>
+License: GPL-3+
+
+Files: tikzit/src/gtk/mkdtemp.*
+Copyright: 1999, 2001-2003, Free Software Foundation, Inc.
+License: LGPL-2+
-# If you want to use GPL v2 or later for the /debian/* files use
-# the following clauses, or change it to suit. Delete these two lines
Files: debian/*
Copyright: 2017 Gard Spreemann <gspreemann@gmail.com>
-License: GPL-2+
- This package is free software; you can redistribute it and/or modify
+License: GPL-3+
+
+License: GPL-3+
+ This program 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
- This package is distributed in the hope that it will be useful,
+ This program 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 <https://www.gnu.org/licenses/>
+ 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".
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
-# Please avoid picking licenses with terms that are more restrictive than the
-# packaged work, as it may make Debian's contributions unacceptable upstream.
+License: LGPL-2+
+ This file is part of the GNU C Library.
+ .
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+ .
+ The GNU C Library 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
+ Library General Public License for more details.
+ .
+ You should have received a copy of the GNU Library General Public
+ License along with the GNU C Library; see the file COPYING.LIB. If not,
+ see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Library General
+ Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". \ No newline at end of file