diff options
| -rw-r--r-- | debian/copyright | 113 | 
1 files changed, 63 insertions, 50 deletions
| diff --git a/debian/copyright b/debian/copyright index f227602e..b1eff802 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,51 +1,64 @@ -This package was debianized by Bdale Garbee <bdale@gag.com> on -Mon, 17 Aug 2009 23:01:22 -0600. +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: altos +Source: https://altusmetrum.org/ + +Files: * +Copyright: 2009-2018 Keith Packard <keithp@keithp.com> +	   2009-2018 Bdale Garbee <bdale@gag.com> +License: GPL-2+ + +Files: debian/* +Copyright: 2009-2011 Bdale Garbee <bdale@gag.com> +License: GPL-2+ + +Files:	altoslib/AltosMap.java +	altoslib/AltosMapCache.java +	altoslib/AltosMapTile.java +	altosui/AltosGraphUI.java +	altosuilib/AltosUIMap.java +	src/avr/ao_eeprom_avr.c +	src/cc1111/ao_intflash.c +	telegps/TeleGPSGraphUI.java +Copyright: 2010-2011 Anthony Towns <aj@erisian.com.au> +License: GPL-2+ + +Files: altosui/Instdrv/* +Copyright: 2001, 2002, 2003 Jan Kiszka (Jan.Kiszka@web.de) +License: Zlib + +Files: ao-tools/lib/cmath.h +Copyright: 1991-1995 Paul J Turner, Portland, OR +Copyright: 1996-2000 Grace Development Team +License: GPL-2+ + +Files: ao-tools/lib/cephes.h ao-tools/lib/chbevl.c ao-tools/lib/i0.c ao-tools/lib/mconf.h +Copyright: 1984, 1987, 1989, 1995 Stephen L. Moshier +License: GPL-2+ + +Files: src/cc1111/cc1111.h ao-tools/target/timer/cc1111.h +Copyright: 2003 Maarten Brock, sourceforge.brock@dse.nl +License: LGPL-2.1+ + +License: Zlib + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + . + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute + it freely, subject to the following restrictions: + . + 1. The origin of this software must not be misrepresented;  +    you must not claim that you wrote the original software. +    If you use this software in a product, an acknowledgment in the +    product documentation would be appreciated but is not required. + 2. Altered versions must be plainly marked as such, +    and must not be misrepresented as being the original software. + 3. This notice may not be removed or altered from any distribution. + +License: GPL-2+ + /usr/share/common-licenses/GPL-2 + +License: LGPL-2.1+ + /usr/share/common-licenses/LGPL-2.1 -It was downloaded from git.gag.com. - -Upstream Authors: - -    Keith Packard <keithp@keithp.com> -    Bdale Garbee <bdale@gag.com> - -Copyright: - -    The overall AltOS package is - -        Copyright © 2009-2011 Keith Packard <keithp@keithp.com> - -    Significant contributions include - -        Copyright © 2009-2011 Bdale Garbee <bdale@gag.com> -        Copyright © 2009-2011 Anthony Towns <aj@erisian.com.au> - -    Some files incorporated from other projects carry other copyrights: - -        Copyright © 2001, 2002, 2003 Jan Kiszka (Jan.Kiszka@web.de) -	Copyright © 1991-1995 Paul J Turner, Portland, OR -	Copyright © 1996-2000 Grace Development Team -	Copyright © 1984, 1987, 1989, 1995 Stephen L. Moshier -	Copyright © 2003 Maarten Brock, sourceforge.brock@dse.nl - -License: - -    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; version 2 of the License. - -    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 St, Fifth Floor, Boston, MA 02110-1301, USA. - -The Debian packaging is: - -    Copyright © 2009-2011 Bdale Garbee <bdale@gag.com> - -and is also licensed under the GPL version 2. - -For a complete copy of the license, see `/usr/share/common-licenses/GPL-2'. | 
