CVS update [cvs1-11-x-branch]: /ccvs/contrib/
[email protected] 12 Jul 2005 14:01:35 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Tag: cvs1-11-x-branch User: dprice Date: 05/07/12 07:01:35 Modified: /ccvs/contrib/ ChangeLog, clmerge.in, cln_hist.in, commit_prep.in, cvs2vendor.sh, cvs_acls.in, cvscheck.sh, debug_check_log.sh, descend.sh, log.in, log_accum.in, mfpipe.in, rcs-to-cvs.sh, rcs2log.sh, rcs2sccs.sh, rcslock.in, sccs2rcs.in Log: * clmerge.in, cln_hist.in, commit_prep.in, cvs2vendor.sh, cvs_acls.in, cvscheck.sh, debug_check_log.sh, descend.sh, log.in, log_accum.in, mfpipe.in, rcs-to-cvs.sh, rcs2log.sh, rcs2sccs.sh, rcslock.in, sccs2rcs.in: Add copyright notices. File Changes: Directory: /ccvs/contrib/ ========================= File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/ChangeLog?r1=1.89.4.19&r2=1.89.4.20 Delta lines: +7 -0 ------------------- --- ChangeLog 11 Jul 2005 15:38:47 -0000 1.89.4.19 +++ ChangeLog 12 Jul 2005 14:01:33 -0000 1.89.4.20 @@ -1,3 +1,10 @@ +2005-07-12 Derek Price <[email protected]> + + * clmerge.in, cln_hist.in, commit_prep.in, cvs2vendor.sh, cvs_acls.in, + cvscheck.sh, debug_check_log.sh, descend.sh, log.in, log_accum.in, + mfpipe.in, rcs-to-cvs.sh, rcs2log.sh, rcs2sccs.sh, rcslock.in, + sccs2rcs.in: Add copyright notices. + 2005-07-11 Derek Price <[email protected]> * clmerge.in, cln_hist.in, commit_prep.in, cvs2vendor.sh, cvs_acls.in, File [changed]: clmerge.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/clmerge.in?r1=1.1.6.1&r2=1.1.6.2 Delta lines: +2 -0 ------------------- --- clmerge.in 11 Jul 2005 15:38:47 -0000 1.1.6.1 +++ clmerge.in 12 Jul 2005 14:01:33 -0000 1.1.6.2 @@ -1,5 +1,7 @@ #! @PERL@ +# Copyright (C) 1995-2005 The Free Software Foundation, Inc. + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: cln_hist.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/cln_hist.in?r1=1.1.6.1&r2=1.1.6.2 Delta lines: +2 -0 ------------------- --- cln_hist.in 11 Jul 2005 15:38:47 -0000 1.1.6.1 +++ cln_hist.in 12 Jul 2005 14:01:33 -0000 1.1.6.2 @@ -1,6 +1,8 @@ #! @PERL@ # -*-Perl-*- +# Copyright (C) 1995-2005 The Free Software Foundation, Inc. + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: commit_prep.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/commit_prep.in?r1=1.1.6.3&r2=1.1.6.4 Delta lines: +2 -0 ------------------- --- commit_prep.in 11 Jul 2005 15:38:47 -0000 1.1.6.3 +++ commit_prep.in 12 Jul 2005 14:01:33 -0000 1.1.6.4 @@ -1,6 +1,8 @@ #! @PERL@ -T # -*-Perl-*- +# Copyright (C) 1994-2005 The Free Software Foundation, Inc. + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: cvs2vendor.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/cvs2vendor.sh?r1=1.2.8.2&r2=1.2.8.3 Delta lines: +2 -0 ------------------- --- cvs2vendor.sh 11 Jul 2005 15:38:47 -0000 1.2.8.2 +++ cvs2vendor.sh 12 Jul 2005 14:01:33 -0000 1.2.8.3 @@ -1,5 +1,7 @@ #! /bin/sh # +# Copyright (C) 1997-2005 The Free Software Foundation, Inc. +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: cvs_acls.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/cvs_acls.in?r1=1.4.4.3&r2=1.4.4.4 Delta lines: +3 -1 ------------------- --- cvs_acls.in 11 Jul 2005 15:38:47 -0000 1.4.4.3 +++ cvs_acls.in 12 Jul 2005 14:01:33 -0000 1.4.4.4 @@ -1,6 +1,8 @@ #! @PERL@ -T # -*-Perl-*- +# Copyright (C) 1994-2005 The Free Software Foundation, Inc. + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) @@ -233,7 +235,7 @@ Additionally, it was built and tested under Red Hat Linux 7.3 using PERL 5.6.1. -$Id: cvs_acls.in,v 1.4.4.3 2005/07/11 15:38:47 dprice Exp $ +$Id: cvs_acls.in,v 1.4.4.4 2005/07/12 14:01:33 dprice Exp $ This version is based on the 1.11.13 version of cvs_acls [email protected] (Peter Connolly) File [changed]: cvscheck.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/cvscheck.sh?r1=1.2.8.1&r2=1.2.8.2 Delta lines: +2 -0 ------------------- --- cvscheck.sh 11 Jul 2005 15:38:48 -0000 1.2.8.1 +++ cvscheck.sh 12 Jul 2005 14:01:33 -0000 1.2.8.2 @@ -1,5 +1,7 @@ #! /bin/sh # +# Copyright (C) 1995-2005 The Free Software Foundation, Inc. +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: debug_check_log.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/debug_check_log.sh?r1=1.2.4.1&r2=1.2.4.2 Delta lines: +2 -0 ------------------- --- debug_check_log.sh 11 Jul 2005 15:38:48 -0000 1.2.4.1 +++ debug_check_log.sh 12 Jul 2005 14:01:33 -0000 1.2.4.2 @@ -1,5 +1,7 @@ #!/bin/sh +# Copyright (C) 2000-2005 The Free Software Foundation, Inc. + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: descend.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/descend.sh?r1=1.2.8.1&r2=1.2.8.2 Delta lines: +2 -0 ------------------- --- descend.sh 11 Jul 2005 15:38:48 -0000 1.2.8.1 +++ descend.sh 12 Jul 2005 14:01:33 -0000 1.2.8.2 @@ -1,5 +1,7 @@ #! /bin/sh # +# Copyright (C) 1995-2005 The Free Software Foundation, Inc. +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: log.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/log.in?r1=1.2.6.2&r2=1.2.6.3 Delta lines: +2 -0 ------------------- --- log.in 11 Jul 2005 15:38:48 -0000 1.2.6.2 +++ log.in 12 Jul 2005 14:01:33 -0000 1.2.6.3 @@ -1,6 +1,8 @@ #! @PERL@ -T # -*-Perl-*- +# Copyright (C) 1994-2005 The Free Software Foundation, Inc. + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: log_accum.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/log_accum.in?r1=1.1.6.5&r2=1.1.6.6 Delta lines: +2 -0 ------------------- --- log_accum.in 11 Jul 2005 15:38:48 -0000 1.1.6.5 +++ log_accum.in 12 Jul 2005 14:01:33 -0000 1.1.6.6 @@ -1,6 +1,8 @@ #! @PERL@ -T # -*-Perl-*- +# Copyright (C) 1994-2005 The Free Software Foundation, Inc. + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: mfpipe.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/mfpipe.in?r1=1.1.6.2&r2=1.1.6.3 Delta lines: +2 -0 ------------------- --- mfpipe.in 11 Jul 2005 15:38:48 -0000 1.1.6.2 +++ mfpipe.in 12 Jul 2005 14:01:33 -0000 1.1.6.3 @@ -1,6 +1,8 @@ #! @PERL@ -T # -*-Perl-*- +# Copyright (C) 1994-2005 The Free Software Foundation, Inc. + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: rcs-to-cvs.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/rcs-to-cvs.sh?r1=1.4.8.1&r2=1.4.8.2 Delta lines: +2 -1 ------------------- --- rcs-to-cvs.sh 11 Jul 2005 15:38:48 -0000 1.4.8.1 +++ rcs-to-cvs.sh 12 Jul 2005 14:01:33 -0000 1.4.8.2 @@ -1,6 +1,7 @@ #! /bin/sh # -# Copyright (c) 1989, Brian Berliner +# Copyright (c) 1989-2005 The Free Software Foundation, Inc. +# Portions Copyright (c) 1989, Brian Berliner # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by File [changed]: rcs2log.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/rcs2log.sh?r1=1.8.6.2&r2=1.8.6.3 Delta lines: +2 -0 ------------------- --- rcs2log.sh 11 Jul 2005 15:38:48 -0000 1.8.6.2 +++ rcs2log.sh 12 Jul 2005 14:01:33 -0000 1.8.6.3 @@ -1,5 +1,7 @@ #! /bin/sh +# Copyright (C) 1995-2005 The Free Software Foundation, Inc. + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: rcs2sccs.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/rcs2sccs.sh?r1=1.3.6.2&r2=1.3.6.3 Delta lines: +2 -0 ------------------- --- rcs2sccs.sh 11 Jul 2005 15:38:48 -0000 1.3.6.2 +++ rcs2sccs.sh 12 Jul 2005 14:01:33 -0000 1.3.6.3 @@ -1,5 +1,7 @@ #! /bin/sh # +# Copyright (C) 1995-2005 The Free Software Foundation, Inc. +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: rcslock.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/rcslock.in?r1=1.1.6.2&r2=1.1.6.3 Delta lines: +2 -0 ------------------- --- rcslock.in 11 Jul 2005 15:38:48 -0000 1.1.6.2 +++ rcslock.in 12 Jul 2005 14:01:33 -0000 1.1.6.3 @@ -1,6 +1,8 @@ #! @PERL@ -T # -*-Perl-*- +# Copyright (C) 1994-2005 The Free Software Foundation, Inc. + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) File [changed]: sccs2rcs.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/sccs2rcs.in?r1=1.5.6.3&r2=1.5.6.4 Delta lines: +2 -0 ------------------- --- sccs2rcs.in 11 Jul 2005 15:38:48 -0000 1.5.6.3 +++ sccs2rcs.in 12 Jul 2005 14:01:33 -0000 1.5.6.4 @@ -1,5 +1,7 @@ #! @CSH@ -f +# Copyright (C) 1995-2005 The Free Software Foundation, Inc. + # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option)