CVS update: /ccvs/, /ccvs/contrib/, /ccvs/src/, /ccvs/windows-NT/
[email protected] 11 Jul 2005 16:09:20 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dprice Date: 05/07/11 09:09:20 Modified: /ccvs/ ChangeLog, FAQ, HACKING, INSTALL-CVS /ccvs/contrib/ ChangeLog, clmerge.in, cln_hist.in, commit_prep.in, cvs2vendor.sh, cvs_acls.in, debug_check_log.sh, descend.sh, log.in, log_accum.in, mfpipe.in, rcs-to-cvs.sh, rcs2log.sh, rcs2sccs.sh, rcslock.in, sandbox_status.sh, sccs2rcs.in /ccvs/src/ ChangeLog, buffer.c, buffer.h, client.h, expand_path.c, history.c, myndbm.h, release.c /ccvs/windows-NT/ ChangeLog, mkdir.c, startserver.c, woe32.c Log: Merge changes from 1.11.x. File Changes: Directory: /ccvs/ ================= File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.1230&r2=1.1231 Delta lines: +4 -0 ------------------- --- ChangeLog 15 Jun 2005 18:20:33 -0000 1.1230 +++ ChangeLog 11 Jul 2005 16:09:15 -0000 1.1231 @@ -1,3 +1,7 @@ +2005-07-11 Derek Price <[email protected]> + + * FAQ, HACKING, INSTALL-CVS: Update license notices. + 2005-06-15 Derek Price <[email protected]> * build-aux/missing: Add hack to fail gracefully when Bison is too old. File [changed]: FAQ Url: https://ccvs.cvshome.org/source/browse/ccvs/FAQ?r1=1.25&r2=1.26 Delta lines: +19 -0 -------------------- --- FAQ 5 Apr 2005 20:42:47 -0000 1.25 +++ FAQ 11 Jul 2005 16:09:15 -0000 1.26 @@ -1,3 +1,22 @@ +------------------------------------------------------------------------------- + + CVS 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 1, or (at your option) + any later version. + + More details are available in the COPYING file but, in simplified + terms, this means that any distributed modifications you make to + this software must also be released under the GNU General Public + License. + + CVS is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +------------------------------------------------------------------------------- + This file contains a CVS FAQ. Until 1995 it was maintained by David Grubbs. It was out of date and not being maintained, but it had a certain following and in 1997 Pascal Molli decided to start File [changed]: HACKING Url: https://ccvs.cvshome.org/source/browse/ccvs/HACKING?r1=1.42&r2=1.43 Delta lines: +17 -0 -------------------- --- HACKING 15 Jun 2005 15:29:59 -0000 1.42 +++ HACKING 11 Jul 2005 16:09:15 -0000 1.43 @@ -1,5 +1,22 @@ How to write code for CVS +* License of CVS + + 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 1, or (at your option) + any later version. + + More details are available in the COPYING file but, in simplified + terms, this means that any distributed modifications you make to + this software must also be released under the GNU General Public + License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + * Source Patches against the development version of CVS are most likely to be accepted: File [changed]: INSTALL-CVS Url: https://ccvs.cvshome.org/source/browse/ccvs/INSTALL-CVS?r1=1.2&r2=1.3 Delta lines: +18 -1 -------------------- --- INSTALL-CVS 4 May 2005 02:37:03 -0000 1.2 +++ INSTALL-CVS 11 Jul 2005 16:09:15 -0000 1.3 @@ -1,4 +1,21 @@ -First, read the README file. If you're still happy... +------------------------------------------------------------------------------- + +CVS 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 1, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +------------------------------------------------------------------------------- + +Now back to our regularly scheduled program: + +Please read the README file before reading this INSTALL file. Then, to +install CVS: First you need to obtain and install the CVS executables. If you got a distribution which contains executables, consult the installation Directory: /ccvs/contrib/ ========================= File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/ChangeLog?r1=1.151&r2=1.152 Delta lines: +7 -0 ------------------- --- ChangeLog 27 Jun 2005 19:20:04 -0000 1.151 +++ ChangeLog 11 Jul 2005 16:09:16 -0000 1.152 @@ -1,3 +1,10 @@ +2005-07-11 Derek Price <[email protected]> + + * clmerge.in, cln_hist.in, commit_prep.in, cvs2vendor.sh, cvs_acls.in, + debug_check_log.sh, descend.sh, log.in, log_accum.in, mfpipe.in, + rcs-to-cvs.sh, rcs2log.sh, rcs2sccs.sh, rcslock.in, sandbox_status.sh, + sccs2rcs.in: Update license notices. + 2005-06-27 Derek Price <[email protected]> * pvcs2rcs.pl (bin_ext): Add some new extensions. Reorganize slightly. File [changed]: clmerge.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/clmerge.in?r1=1.1&r2=1.2 Delta lines: +10 -0 -------------------- --- clmerge.in 5 Jan 2001 18:18:18 -0000 1.1 +++ clmerge.in 11 Jul 2005 16:09:16 -0000 1.2 @@ -1,5 +1,15 @@ #! @PERL@ +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + # Merge conflicted ChangeLogs # tromey Mon Aug 15 1994 File [changed]: cln_hist.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/cln_hist.in?r1=1.1&r2=1.2 Delta lines: +10 -0 -------------------- --- cln_hist.in 5 Jan 2001 18:18:18 -0000 1.1 +++ cln_hist.in 11 Jul 2005 16:09:16 -0000 1.2 @@ -1,5 +1,15 @@ #! @PERL@ # -*-Perl-*- + +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # Contributed by David G. Grubbs <[email protected]> # File [changed]: commit_prep.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/commit_prep.in?r1=1.3&r2=1.4 Delta lines: +10 -0 -------------------- --- commit_prep.in 14 Apr 2005 15:45:00 -0000 1.3 +++ commit_prep.in 11 Jul 2005 16:09:16 -0000 1.4 @@ -1,6 +1,16 @@ #! @PERL@ -T # -*-Perl-*- +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + ############################################################################### ############################################################################### ############################################################################### File [changed]: cvs2vendor.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/cvs2vendor.sh?r1=1.3&r2=1.4 Delta lines: +10 -0 -------------------- --- cvs2vendor.sh 14 Oct 2003 17:08:41 -0000 1.3 +++ cvs2vendor.sh 11 Jul 2005 16:09:16 -0000 1.4 @@ -1,5 +1,15 @@ #! /bin/sh # +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# # cvs2vendor - move revsisions from files in A to files in B # # The primary reason for this script is to move deltas from a File [changed]: cvs_acls.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/cvs_acls.in?r1=1.7&r2=1.8 Delta lines: +11 -1 -------------------- --- cvs_acls.in 14 Apr 2005 15:45:00 -0000 1.7 +++ cvs_acls.in 11 Jul 2005 16:09:16 -0000 1.8 @@ -1,6 +1,16 @@ #! @PERL@ -T # -*-Perl-*- +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + ############################################################################### ############################################################################### ############################################################################### @@ -223,7 +233,7 @@ Additionally, it was built and tested under Red Hat Linux 7.3 using PERL 5.6.1. -$Id: cvs_acls.in,v 1.7 2005/04/14 15:45:00 dprice Exp $ +$Id: cvs_acls.in,v 1.8 2005/07/11 16:09:16 dprice Exp $ This version is based on the 1.11.13 version of cvs_acls [email protected] (Peter Connolly) File [changed]: debug_check_log.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/debug_check_log.sh?r1=1.2&r2=1.3 Delta lines: +10 -9 -------------------- --- debug_check_log.sh 8 Nov 2002 20:15:17 -0000 1.2 +++ debug_check_log.sh 11 Jul 2005 16:09:16 -0000 1.3 @@ -1,5 +1,15 @@ #!/bin/sh +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + # # This program is intended to take a check.log file generated by a failed run of # sanity.sh as input and run expr line by line on it. It seems a much easier @@ -7,15 +17,6 @@ # # -# This script falls under the GNU General Public License and is intended to -# be distributed with CVS. -# - -# -# No warranties, express or implied. -# - -# # Contributed by Derek R. Price <[email protected]> # File [changed]: descend.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/descend.sh?r1=1.2&r2=1.3 Delta lines: +10 -0 -------------------- --- descend.sh 12 Feb 1997 15:35:02 -0000 1.2 +++ descend.sh 11 Jul 2005 16:09:16 -0000 1.3 @@ -1,5 +1,15 @@ #! /bin/sh # +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# # descend - walk down a directory tree and execute a command at each node fullname=$0 File [changed]: log.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/log.in?r1=1.3&r2=1.4 Delta lines: +10 -0 -------------------- --- log.in 14 Apr 2005 15:45:00 -0000 1.3 +++ log.in 11 Jul 2005 16:09:16 -0000 1.4 @@ -1,6 +1,16 @@ #! @PERL@ -T # -*-Perl-*- +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + ############################################################################### ############################################################################### ############################################################################### File [changed]: log_accum.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/log_accum.in?r1=1.6&r2=1.7 Delta lines: +10 -0 -------------------- --- log_accum.in 14 Apr 2005 15:45:00 -0000 1.6 +++ log_accum.in 11 Jul 2005 16:09:16 -0000 1.7 @@ -1,6 +1,16 @@ #! @PERL@ -T # -*-Perl-*- +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + ############################################################################### ############################################################################### ############################################################################### File [changed]: mfpipe.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/mfpipe.in?r1=1.2&r2=1.3 Delta lines: +10 -0 -------------------- --- mfpipe.in 14 Apr 2005 15:45:00 -0000 1.2 +++ mfpipe.in 11 Jul 2005 16:09:16 -0000 1.3 @@ -1,6 +1,16 @@ #! @PERL@ -T # -*-Perl-*- +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + ############################################################################### ############################################################################### ############################################################################### File [changed]: rcs-to-cvs.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/rcs-to-cvs.sh?r1=1.4&r2=1.5 Delta lines: +12 -4 -------------------- --- rcs-to-cvs.sh 21 Feb 1997 03:44:46 -0000 1.4 +++ rcs-to-cvs.sh 11 Jul 2005 16:09:16 -0000 1.5 @@ -1,13 +1,21 @@ #! /bin/sh # +# 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# # Based on the CVS 1.0 checkin csh script. # Contributed by Per Cederqvist <[email protected]>. # Rewritten in sh by David MacKenzie <[email protected]>. # -# Copyright (c) 1989, Brian Berliner -# -# You may distribute under the terms of the GNU General Public License. -# ############################################################################# # # Check in sources that previously were under RCS or no source control system. File [changed]: rcs2log.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/rcs2log.sh?r1=1.9&r2=1.10 Delta lines: +10 -0 -------------------- --- rcs2log.sh 25 Feb 2003 21:32:51 -0000 1.9 +++ rcs2log.sh 11 Jul 2005 16:09:16 -0000 1.10 @@ -1,5 +1,15 @@ #! /bin/sh +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + # RCS to ChangeLog generator # Generate a change log prefix from RCS files (perhaps in the CVS repository) File [changed]: rcs2sccs.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/rcs2sccs.sh?r1=1.4&r2=1.5 Delta lines: +9 -0 ------------------- --- rcs2sccs.sh 14 Oct 2003 17:08:41 -0000 1.4 +++ rcs2sccs.sh 11 Jul 2005 16:09:16 -0000 1.5 @@ -1,5 +1,14 @@ #! /bin/sh # +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # ############################################################ File [changed]: rcslock.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/rcslock.in?r1=1.2&r2=1.3 Delta lines: +10 -0 -------------------- --- rcslock.in 14 Apr 2005 15:45:00 -0000 1.2 +++ rcslock.in 11 Jul 2005 16:09:16 -0000 1.3 @@ -1,6 +1,16 @@ #! @PERL@ -T # -*-Perl-*- +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + ############################################################################### ############################################################################### ############################################################################### File [changed]: sandbox_status.sh Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/sandbox_status.sh?r1=1.1&r2=1.2 Delta lines: +10 -0 -------------------- --- sandbox_status.sh 1 Apr 2004 01:19:02 -0000 1.1 +++ sandbox_status.sh 11 Jul 2005 16:09:16 -0000 1.2 @@ -1,5 +1,15 @@ #! /bin/sh # +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# # sandbox_status - identify files added, changed, or removed # in CVS working directory # File [changed]: sccs2rcs.in Url: https://ccvs.cvshome.org/source/browse/ccvs/contrib/sccs2rcs.in?r1=1.7&r2=1.8 Delta lines: +10 -0 -------------------- --- sccs2rcs.in 14 Oct 2003 17:08:41 -0000 1.7 +++ sccs2rcs.in 11 Jul 2005 16:09:16 -0000 1.8 @@ -1,4 +1,14 @@ #! @CSH@ -f + +# 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) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # Sccs2rcs is a script to convert an existing SCCS # history into an RCS history without losing any of Directory: /ccvs/src/ ===================== File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog?r1=1.3215&r2=1.3216 Delta lines: +5 -0 ------------------- --- ChangeLog 28 Jun 2005 20:13:05 -0000 1.3215 +++ ChangeLog 11 Jul 2005 16:09:16 -0000 1.3216 @@ -1,3 +1,8 @@ +2005-07-11 Derek Price <[email protected]> + + * buffer.c, buffer.h, client.h, expand_path.c, history.c, myndbm.h, + release.c: Update license notices. + 2005-06-28 Derek Price <[email protected]> * server.c (serve_co): Remove obsolete support for Repository request. File [changed]: buffer.c Url: https://ccvs.cvshome.org/source/browse/ccvs/src/buffer.c?r1=1.58&r2=1.59 Delta lines: +11 -0 -------------------- --- buffer.c 26 May 2005 08:24:17 -0000 1.58 +++ buffer.c 11 Jul 2005 16:09:17 -0000 1.59 @@ -1,3 +1,14 @@ +/* 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) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + /* Code for the buffer data structure. */ #include "cvs.h" File [changed]: buffer.h Url: https://ccvs.cvshome.org/source/browse/ccvs/src/buffer.h?r1=1.24&r2=1.25 Delta lines: +11 -0 -------------------- --- buffer.h 26 May 2005 08:24:17 -0000 1.24 +++ buffer.h 11 Jul 2005 16:09:17 -0000 1.25 @@ -1,3 +1,14 @@ +/* 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) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + /* Declarations concerning the buffer data structure. */ #if defined (SERVER_SUPPORT) || defined (CLIENT_SUPPORT) File [changed]: client.h Url: https://ccvs.cvshome.org/source/browse/ccvs/src/client.h?r1=1.56&r2=1.57 Delta lines: +11 -0 -------------------- --- client.h 27 May 2005 18:07:48 -0000 1.56 +++ client.h 11 Jul 2005 16:09:17 -0000 1.57 @@ -1,3 +1,14 @@ +/* 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) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + /* Interface between the client and the rest of CVS. */ /* Stuff shared with the server. */ File [changed]: expand_path.c Url: https://ccvs.cvshome.org/source/browse/ccvs/src/expand_path.c?r1=1.34&r2=1.35 Delta lines: +10 -0 -------------------- --- expand_path.c 3 Jun 2005 15:36:35 -0000 1.34 +++ expand_path.c 11 Jul 2005 16:09:17 -0000 1.35 @@ -1,5 +1,15 @@ /* expand_path.c -- expand environmental variables in passed in string * + * 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) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * * The main routine is expand_path(), it is the routine that handles * the '~' character in four forms: * ~name File [changed]: history.c Url: https://ccvs.cvshome.org/source/browse/ccvs/src/history.c?r1=1.92&r2=1.93 Delta lines: +12 -6 -------------------- --- history.c 11 May 2005 20:01:47 -0000 1.92 +++ history.c 11 Jul 2005 16:09:17 -0000 1.93 @@ -1,9 +1,15 @@ -/* - * - * You may distribute under the terms of the GNU General Public License - * as specified in the README file that comes with the CVS 1.0 kit. - * - * **************** History of Users and Module **************** +/* 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) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +/* **************** History of Users and Module **************** * * LOGGING: Append record to "${CVSROOT}/CVSROOTADM/CVSROOTADM_HISTORY". * File [changed]: myndbm.h Url: https://ccvs.cvshome.org/source/browse/ccvs/src/myndbm.h?r1=1.6&r2=1.7 Delta lines: +11 -0 -------------------- --- myndbm.h 23 Jul 2003 20:42:26 -0000 1.6 +++ myndbm.h 11 Jul 2005 16:09:17 -0000 1.7 @@ -1,3 +1,14 @@ +/* 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) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + #ifdef MY_NDBM #define DBLKSIZ 4096 File [changed]: release.c Url: https://ccvs.cvshome.org/source/browse/ccvs/src/release.c?r1=1.68&r2=1.69 Delta lines: +11 -0 -------------------- --- release.c 8 Mar 2005 15:45:16 -0000 1.68 +++ release.c 11 Jul 2005 16:09:17 -0000 1.69 @@ -1,3 +1,14 @@ +/* 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) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + /* * Release: "cancel" a checkout in the history log. * Directory: /ccvs/windows-NT/ ============================ File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/ChangeLog?r1=1.318&r2=1.319 Delta lines: +4 -0 ------------------- --- ChangeLog 7 Jul 2005 16:20:34 -0000 1.318 +++ ChangeLog 11 Jul 2005 16:09:17 -0000 1.319 @@ -1,3 +1,7 @@ +2005-07-11 Derek Price <[email protected]> + + * mkdir.c, startserver.c, woe32.c: Update license notices. + 2005-07-07 Derek Price <[email protected]> * config.h.in.footer (WOE32): New macro. File [changed]: mkdir.c Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/mkdir.c?r1=1.2&r2=1.3 Delta lines: +11 -0 -------------------- --- mkdir.c 30 Aug 1995 20:43:58 -0000 1.2 +++ mkdir.c 11 Jul 2005 16:09:17 -0000 1.3 @@ -1,3 +1,14 @@ +/* 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) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + /* mkdir.c --- mkdir for Windows NT Jim Blandy <[email protected]> --- July 1995 */ File [changed]: startserver.c Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/startserver.c?r1=1.9&r2=1.10 Delta lines: +11 -0 -------------------- --- startserver.c 1 Jul 1998 13:24:02 -0000 1.9 +++ startserver.c 11 Jul 2005 16:09:17 -0000 1.10 @@ -1,3 +1,14 @@ +/* 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) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + /* startserver.c --- open a connection to the CVS server under Windows NT Jim Blandy <[email protected]> --- August 1995 */ File [changed]: woe32.c Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/woe32.c?r1=1.9&r2=1.10 Delta lines: +11 -0 -------------------- --- woe32.c 31 May 2005 07:13:31 -0000 1.9 +++ woe32.c 11 Jul 2005 16:09:17 -0000 1.10 @@ -1,3 +1,14 @@ +/* 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) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + /* * woe32.c * - utility functions for cvs under win32