summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-12-03 01:20:56 +0000
committersabetts <sabetts>2004-12-03 01:20:56 +0000
commit85dd9fc3650b1a161d2bec5eb04c33e1dfb6f445 (patch)
tree04b98d50b2b9567abf32361845474e15a14db686
parent334f276dc843863c87b1f522e7bd545c4a1e5795 (diff)
downloadratpoison-85dd9fc3650b1a161d2bec5eb04c33e1dfb6f445.zip
fixed copyright notice.
-rw-r--r--FAQ2
-rw-r--r--Makefile.am4
-rw-r--r--NEWS2
-rw-r--r--README2
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.in4
6 files changed, 9 insertions, 9 deletions
diff --git a/FAQ b/FAQ
index 24f94ca..bfa38fa 100644
--- a/FAQ
+++ b/FAQ
@@ -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@
diff --git a/NEWS b/NEWS
index 6c2a15b..21f483d 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 83bd162..5189352 100644
--- a/README
+++ b/README
@@ -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
diff --git a/autogen.sh b/autogen.sh
index 1071eac..f3576a4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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)