CVS update [cvs1-11-x-branch]: /ccvs/src/

[email protected] 11 Jul 2005 15:38:32 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
Tag: cvs1-11-x-branch
User: dprice  
Date: 05/07/11 08:38:32

Modified:
 /ccvs/src/
  ChangeLog, buffer.c, buffer.h, client.h, expand_path.c, history.c, myndbm.h,
  release.c

Log:
 * buffer.c, buffer.h, client.h, expand_path.c, history.c, myndbm.h,
 release.c: Update license notices.

File Changes:

Directory: /ccvs/src/
=====================

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog?r1=1.2336.2.381&r2=1.2336.2.382
Delta lines:  +5 -0
-------------------
--- ChangeLog	22 Jun 2005 18:56:01 -0000	1.2336.2.381
+++ ChangeLog	11 Jul 2005 15:38:28 -0000	1.2336.2.382
@@ -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-22  Larry Jones  <[email protected]>
 
         * vers_ts (Version_TS): Don't allow command line keyword expansion

File [changed]: buffer.c
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/buffer.c?r1=1.21.4.10&r2=1.21.4.11
Delta lines:  +11 -0
--------------------
--- buffer.c	9 Mar 2005 19:47:14 -0000	1.21.4.10
+++ buffer.c	11 Jul 2005 15:38:29 -0000	1.21.4.11
@@ -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 <assert.h>

File [changed]: buffer.h
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/buffer.h?r1=1.10.4.1&r2=1.10.4.2
Delta lines:  +11 -0
--------------------
--- buffer.h	20 Mar 2004 22:17:06 -0000	1.10.4.1
+++ buffer.h	11 Jul 2005 15:38:29 -0000	1.10.4.2
@@ -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.39.6.3&r2=1.39.6.4
Delta lines:  +11 -0
--------------------
--- client.h	27 May 2005 16:25:10 -0000	1.39.6.3
+++ client.h	11 Jul 2005 15:38:29 -0000	1.39.6.4
@@ -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.21.6.3&r2=1.21.6.4
Delta lines:  +10 -0
--------------------
--- expand_path.c	19 Dec 2004 20:33:08 -0000	1.21.6.3
+++ expand_path.c	11 Jul 2005 15:38:29 -0000	1.21.6.4
@@ -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.58.4.11&r2=1.58.4.12
Delta lines:  +12 -6
--------------------
--- history.c	28 Apr 2005 20:00:55 -0000	1.58.4.11
+++ history.c	11 Jul 2005 15:38:29 -0000	1.58.4.12
@@ -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.3&r2=1.3.8.1
Delta lines:  +11 -0
--------------------
--- myndbm.h	8 Jan 1997 20:01:27 -0000	1.3
+++ myndbm.h	11 Jul 2005 15:38:29 -0000	1.3.8.1
@@ -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.48.6.6&r2=1.48.6.7
Delta lines:  +11 -0
--------------------
--- release.c	26 Feb 2005 20:43:40 -0000	1.48.6.6
+++ release.c	11 Jul 2005 15:38:29 -0000	1.48.6.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.
+ */
+
 /*
  * Release: "cancel" a checkout in the history log.
  *