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 /autogen.sh | |
parent | 334f276dc843863c87b1f522e7bd545c4a1e5795 (diff) | |
download | ratpoison-85dd9fc3650b1a161d2bec5eb04c33e1dfb6f445.zip |
fixed copyright notice.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |