diff options
author | Bdale Garbee <bdale@gag.com> | 2011-08-25 01:11:47 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-08-25 01:11:47 -0600 |
commit | 3fc92a529dae410a41038cce38c6a44f5e58bd1f (patch) | |
tree | 16df046b6ed4192b2d1ec187b04341e7a72b2a72 | |
parent | 73abe19acf709c00f5352ec12e8cd6edae1d1963 (diff) |
prepare to release
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/copyright | 17 |
2 files changed, 17 insertions, 2 deletions
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 <keithp@keithp.com> + 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 |