summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissiere <rafael@debian.org>2009-04-15 14:20:57 +0000
committerRafael Laboissiere <rafael@debian.org>2009-04-15 14:20:57 +0000
commitebdc2fb98eabb9da599e0ab7189859aee8cb420c (patch)
treec7a1f94fde996370d571aa3afd3f1f349abc4de5
parentf162a65d72be8f030007227ebf0dd8fed95bba74 (diff)
Add copyright notices
-rw-r--r--debian/copyright45
1 files changed, 44 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright
index ddf2a91..2e607a3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,50 @@ Upstream-Name: Mapping package for Octave
Upstream-Maintainer: The Octave Community <octave-dev@lists.sf.net>
Upstream-Source: http://octave.sourceforge.net/mapping/index.html
+Files: inst/azimuth.m, inst/deg2rad.m, inst/distance.m,inst/rad2deg.m
+Copyright: © 2004 Andrew Collier <abcollier@users.sourceforge.net>
+License: GPL-2+
+
+Files: inst/km2deg.m, inst/reckon.m
+Copyright: © 2008 Alexander Barth <barth.alexander@gmail.com>
+License: GPL-2+
+
Files: debian/*
Copyright: © 2008 Olafur Jens Sigurdsson <ojsbug@gmail.com>
License: GPL-3+
- The Debian packaging information is under the GPL, version 3 or later.
+
+License: GPL-2+
+ 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
+ (at your option) any later version.
+ .
+ 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, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ In Debian systems, the complete text of the GNU General Public
+ License, version 2, is in /usr/share/common-licenses/GPL-2.
+
+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 3 of the License, or
+ (at your option) any later version.
+ .
+ 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 <http://www.gnu.org/licenses/>.
+ .
+ In Debian systems, the complete text of the GNU General Public
+ License, version 3, is in /usr/share/common-licenses/GPL-3.
+