From cd5ce661e2a8f9694933358ccb5b916fbed089c2 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 18 Aug 2009 21:49:39 -0600 Subject: add support for building Debian package --- debian/copyright | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 debian/copyright (limited to 'debian/copyright') diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 00000000..7d9a469e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Bdale Garbee on +Mon, 17 Aug 2009 23:01:22 -0600. + +It was downloaded from git.gag.com. + +Upstream Authors: + + Keith Packard + Bdale Garbee + +Copyright: + + Copyright © 2009 Keith Packard + +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 (C) 2009 Bdale Garbee + +and is also licensed under the GPL version 2. + +For a complete copy of the license, see `/usr/share/common-licenses/GPL-2'. -- cgit v1.2.3 From 26c4cc3054b1c7c9ed6ce3c2f21f6254b3245718 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 18 Jan 2011 23:29:03 -0700 Subject: freshen copyright year --- debian/copyright | 4 ++-- doc/altusmetrum.xsl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/copyright') diff --git a/debian/copyright b/debian/copyright index 7d9a469e..50cbcd80 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,7 +10,7 @@ Upstream Authors: Copyright: - Copyright © 2009 Keith Packard + Copyright © 2009-2011 Keith Packard License: @@ -29,7 +29,7 @@ License: The Debian packaging is: - Copyright (C) 2009 Bdale Garbee + Copyright © 2009-2011 Bdale Garbee and is also licensed under the GPL version 2. diff --git a/doc/altusmetrum.xsl b/doc/altusmetrum.xsl index a2a9e331..25f24593 100644 --- a/doc/altusmetrum.xsl +++ b/doc/altusmetrum.xsl @@ -22,7 +22,7 @@ Towns - 2010 + 2011 Bdale Garbee and Keith Packard -- cgit v1.2.3 From 3fc92a529dae410a41038cce38c6a44f5e58bd1f Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 25 Aug 2011 01:11:47 -0600 Subject: prepare to release --- configure.ac | 2 +- debian/copyright | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) (limited to 'debian/copyright') diff --git a/configure.ac b/configure.ac index 9f386680..f9002508 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 0.9.7.1) +AC_INIT([altos], 1.0) AC_CONFIG_SRCDIR([src/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE diff --git a/debian/copyright b/debian/copyright index 50cbcd80..55841bca 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,8 +10,23 @@ Upstream Authors: Copyright: - Copyright © 2009-2011 Keith Packard + The overall AltOS package is + Copyright © 2009-2011 Keith Packard + + Significant contributions include + + Copyright © 2009-2011 Bdale Garbee + Copyright © 2009-2011 Anthony Towns + + 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 -- cgit v1.2.3