diff options
author | sabetts <sabetts> | 2004-12-03 01:20:56 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-12-03 01:20:56 +0000 |
commit | 85dd9fc3650b1a161d2bec5eb04c33e1dfb6f445 (patch) | |
tree | 04b98d50b2b9567abf32361845474e15a14db686 | |
parent | 334f276dc843863c87b1f522e7bd545c4a1e5795 (diff) | |
download | ratpoison-85dd9fc3650b1a161d2bec5eb04c33e1dfb6f445.zip |
fixed copyright notice.
-rw-r--r-- | FAQ | 2 | ||||
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.in | 4 |
6 files changed, 9 insertions, 9 deletions
@@ -1,7 +1,7 @@ -*- outline -*- Ratpoison Frequently Asked Questions -Copyright (C) 2000-2004 Shawn Betts +Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/Makefile.am b/Makefile.am index 8069b93..78cdacc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -## Copyright (C) 2000-2004 Shawn Betts <sabetts@vcn.bc.ca> +## Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> ## ## This file is part of ratpoison. ## @@ -17,7 +17,7 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## -## $Id: Makefile.am,v 1.10 2004/12/02 00:22:38 sabetts Exp $ +## $Id: Makefile.am,v 1.11 2004/12/03 01:20:56 sabetts Exp $ PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -1,6 +1,6 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- -Copyright (C) 2000-2004 Shawn Betts +Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -1,7 +1,7 @@ Ratpoison - Say good-bye to the rodent -------------------------------------- -Copyright (C) 2000-2004 Shawn Betts +Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2000-2004 Shawn Betts <sabetts@vcn.bc.ca> +# Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> # # This file is part of ratpoison. # @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: autogen.sh,v 1.6 2004/12/02 00:22:38 sabetts Exp $ +# $Id: autogen.sh,v 1.7 2004/12/03 01:20:56 sabetts Exp $ # # usage: ./autogen.sh [-f] # option "-f" means forcefully create symlinks for missing files diff --git a/configure.in b/configure.in index b50a25f..27ada6e 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2000-2004 Shawn Betts <sabetts@vcn.bc.ca> +dnl Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> dnl dnl This file is part of ratpoison. dnl @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.48 2004/12/02 00:22:38 sabetts Exp $ +dnl $Id: configure.in,v 1.49 2004/12/03 01:20:56 sabetts Exp $ AC_INIT(src/main.c) AM_INIT_AUTOMAKE(ratpoison, 1.3.1-CVS) |