Index: ossp-pkg/iselect/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/iselect/ChangeLog,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/iselect/ChangeLog,v' 2>/dev/null --- ChangeLog 2005/10/05 18:04:52 1.4 +++ ChangeLog 2005/10/05 18:19:42 1.5 @@ -5,6 +5,7 @@ Changes between 1.3.0 and 1.4.0 ------------------------------- 051005 o upgraded GNU shtool from 2.0.1 to 2.0.3 + o adjusted year range in copyright messages Changes between 1.2.0 and 1.3.0 ------------------------------- Index: ossp-pkg/iselect/README RCS File: /v/ossp/cvs/ossp-pkg/iselect/README,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/iselect/README,v' 2>/dev/null --- README 2004/09/11 15:22:32 1.3 +++ README 2005/10/05 18:19:42 1.4 @@ -17,7 +17,7 @@ The latest release can be found on http://www.ossp.org/pkg/tool/iselect/ - Copyright (c) 1997-2004 Ralf S. Engelschall + Copyright (c) 1997-2005 Ralf S. Engelschall This program is free software; it may be redistributed and/or modified only under the terms of the GNU General Public License, which may be found in the Index: ossp-pkg/iselect/configure RCS File: /v/ossp/cvs/ossp-pkg/iselect/configure,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/iselect/configure,v' 2>/dev/null --- configure 2004/09/11 15:26:21 1.4 +++ configure 2005/10/05 18:19:42 1.5 @@ -1301,7 +1301,7 @@ T_MD=`$SHTOOL echo -e %B 2>/dev/null` T_ME=`$SHTOOL echo -e %b 2>/dev/null` echo "${T_MD}Configuring for iSelect `./etc/shtool version -lc -dlong iselect_version.c`${T_ME}" -echo "Copyright (c) 1997-2004 Ralf S. Engelschall " +echo "Copyright (c) 1997-2005 Ralf S. Engelschall " ac_config_headers="$ac_config_headers config_ac.h" Index: ossp-pkg/iselect/configure.in RCS File: /v/ossp/cvs/ossp-pkg/iselect/configure.in,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/iselect/configure.in,v' 2>/dev/null --- configure.in 2004/09/11 15:24:05 1.4 +++ configure.in 2005/10/05 18:19:42 1.5 @@ -3,14 +3,14 @@ dnl ## Copyright (c) Ralf S. Engelschall dnl ## -AC_PREREQ(2.50)dnl +AC_PREREQ(2.59)dnl AC_REVISION(1.0)dnl AC_INIT(README) SHTOOL="./etc/shtool" T_MD=`$SHTOOL echo -e %B 2>/dev/null` T_ME=`$SHTOOL echo -e %b 2>/dev/null` echo "${T_MD}Configuring for iSelect `./etc/shtool version -lc -dlong iselect_version.c`${T_ME}" -echo "Copyright (c) 1997-2004 Ralf S. Engelschall " +echo "Copyright (c) 1997-2005 Ralf S. Engelschall " AC_CONFIG_HEADER(config_ac.h)dnl AC_PREFIX_DEFAULT(/usr/local) Index: ossp-pkg/iselect/iselect.pod RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect.pod,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect.pod,v' 2>/dev/null --- iselect.pod 2004/09/11 15:22:32 1.4 +++ iselect.pod 2005/10/05 18:19:42 1.5 @@ -11,7 +11,7 @@ ## ## ====================================================================== ## -## Copyright (c) 1997-2004 Ralf S. Engelschall. +## Copyright (c) 1997-2005 Ralf S. Engelschall. ## ## This program is free software; it may be redistributed and/or ## modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_browse.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_browse.c,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_browse.c,v' 2>/dev/null --- iselect_browse.c 2004/09/11 15:18:49 1.2 +++ iselect_browse.c 2005/10/05 18:19:42 1.3 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2004 Ralf S. Engelschall. +** Copyright (c) 1997-2005 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_browse.h RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_browse.h,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_browse.h,v' 2>/dev/null --- iselect_browse.h 2004/09/11 15:18:49 1.2 +++ iselect_browse.h 2005/10/05 18:19:42 1.3 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2004 Ralf S. Engelschall. +** Copyright (c) 1997-2005 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_getopt.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_getopt.c,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_getopt.c,v' 2>/dev/null --- iselect_getopt.c 2004/09/11 15:18:49 1.2 +++ iselect_getopt.c 2005/10/05 18:19:42 1.3 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2004 Ralf S. Engelschall. +** Copyright (c) 1997-2005 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_getopt.h RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_getopt.h,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_getopt.h,v' 2>/dev/null --- iselect_getopt.h 2004/09/11 15:18:49 1.2 +++ iselect_getopt.h 2005/10/05 18:19:42 1.3 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2004 Ralf S. Engelschall. +** Copyright (c) 1997-2005 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_global.h RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_global.h,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_global.h,v' 2>/dev/null --- iselect_global.h 2004/09/11 15:18:49 1.2 +++ iselect_global.h 2005/10/05 18:19:42 1.3 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2004 Ralf S. Engelschall. +** Copyright (c) 1997-2005 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_keys.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_keys.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_keys.c,v' 2>/dev/null --- iselect_keys.c 2004/09/11 15:18:49 1.3 +++ iselect_keys.c 2005/10/05 18:19:42 1.4 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2004 Ralf S. Engelschall. +** Copyright (c) 1997-2005 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_keys.h RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_keys.h,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_keys.h,v' 2>/dev/null --- iselect_keys.h 2004/09/11 15:18:49 1.2 +++ iselect_keys.h 2005/10/05 18:19:42 1.3 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2004 Ralf S. Engelschall. +** Copyright (c) 1997-2005 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_main.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_main.c,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_main.c,v' 2>/dev/null --- iselect_main.c 2004/09/11 15:18:49 1.2 +++ iselect_main.c 2005/10/05 18:19:42 1.3 @@ -11,7 +11,7 @@ ** ** ====================================================================== ** -** Copyright (c) 1997-2004 Ralf S. Engelschall. +** Copyright (c) 1997-2005 Ralf S. Engelschall. ** ** This program is free software; it may be redistributed and/or ** modified only under the terms of the GNU General Public License, Index: ossp-pkg/iselect/iselect_readme.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_readme.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_readme.c,v' 2>/dev/null --- iselect_readme.c 2004/09/11 15:19:59 1.3 +++ iselect_readme.c 2005/10/05 18:19:42 1.4 @@ -22,7 +22,7 @@ " The latest release can be found on", " http://www.ossp.org/pkg/tool/iselect/", "", -" Copyright (c) 1997-2004 Ralf S. Engelschall ", +" Copyright (c) 1997-2005 Ralf S. Engelschall ", "", " This program is free software; it may be redistributed and/or modified ", " only under the terms of the GNU General Public License, which may be found ", Index: ossp-pkg/iselect/iselect_readme.txt RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_readme.txt,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_readme.txt,v' 2>/dev/null --- iselect_readme.txt 2004/09/11 15:18:49 1.2 +++ iselect_readme.txt 2005/10/05 18:19:42 1.3 @@ -17,7 +17,7 @@ The latest release can be found on http://www.ossp.org/pkg/tool/iselect/ - Copyright (c) 1997-2004 Ralf S. Engelschall + Copyright (c) 1997-2005 Ralf S. Engelschall This program is free software; it may be redistributed and/or modified only under the terms of the GNU General Public License, which may be found