[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tinc/lib avl_tree.c,1.1.2.14,1.1.2.15 avl_tree.h,1.1.2.8,1.1.2.9 dropin.c,1.1.2.13,1.1.2.14 dropin.h,1.1.2.10,1.1.2.11 list.c,1.1.2.14,1.1.2.15 list.h,1.1.2.9,1.1.2.10 utils.c,1.1.1.1.4.13,1.1.1.1.4.14 utils.h,1.1.1.1.4.14,1.1.1.1.4.15



Update of /home/CVS/tinc/lib
In directory humbolt:/tmp/cvs-serv24957

Modified Files:
      Tag: CABAL
	avl_tree.c avl_tree.h dropin.c dropin.h list.c list.h utils.c 
	utils.h 
Log Message:
Update copyrights.


Index: avl_tree.c
===================================================================
RCS file: /home/CVS/tinc/lib/avl_tree.c,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -r1.1.2.14 -r1.1.2.15
--- avl_tree.c	2003/07/06 23:16:27	1.1.2.14
+++ avl_tree.c	2003/07/12 17:48:38	1.1.2.15
@@ -1,9 +1,9 @@
 /*
     avl_tree.c -- avl_ tree and linked list convenience
     Copyright (C) 1998 Michael H. Buselli
-                  2000,2001 Ivo Timmermans <ivo@o2w.nl>,
-                  2000,2001 Guus Sliepen <guus@sliepen.eu.org>
-                  2000,2001 Wessel Dankers <wsl@nl.linux.org>
+                  2000-2003 Ivo Timmermans <ivo@o2w.nl>,
+                  2000-2003 Guus Sliepen <guus@sliepen.eu.org>
+                  2000-2003 Wessel Dankers <wsl@nl.linux.org>
 
     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

Index: avl_tree.h
===================================================================
RCS file: /home/CVS/tinc/lib/avl_tree.h,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -r1.1.2.8 -r1.1.2.9
--- avl_tree.h	2003/07/12 17:41:45	1.1.2.8
+++ avl_tree.h	2003/07/12 17:48:38	1.1.2.9
@@ -1,9 +1,9 @@
 /*
     avl_tree.h -- header file for avl_tree.c
     Copyright (C) 1998 Michael H. Buselli
-                  2000,2001 Ivo Timmermans <ivo@o2w.nl>,
-                  2000,2001 Guus Sliepen <guus@sliepen.eu.org>
-                  2000,2001 Wessel Dankers <wsl@nl.linux.org>
+                  2000-2003 Ivo Timmermans <ivo@o2w.nl>,
+                  2000-2003 Guus Sliepen <guus@sliepen.eu.org>
+                  2000-2003 Wessel Dankers <wsl@nl.linux.org>
 
     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

Index: dropin.c
===================================================================
RCS file: /home/CVS/tinc/lib/dropin.c,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -r1.1.2.13 -r1.1.2.14
--- dropin.c	2003/07/12 17:41:45	1.1.2.13
+++ dropin.c	2003/07/12 17:48:38	1.1.2.14
@@ -1,7 +1,7 @@
 /*
     dropin.c -- a set of drop-in replacements for libc functions
-    Copyright (C) 2000,2001 Ivo Timmermans <ivo@o2w.nl>,
-                  2000,2001 Guus Sliepen <guus@sliepen.eu.org>
+    Copyright (C) 2000-2003 Ivo Timmermans <ivo@o2w.nl>,
+                  2000-2003 Guus Sliepen <guus@sliepen.eu.org>
 
     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

Index: dropin.h
===================================================================
RCS file: /home/CVS/tinc/lib/dropin.h,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -r1.1.2.10 -r1.1.2.11
--- dropin.h	2003/07/12 17:41:45	1.1.2.10
+++ dropin.h	2003/07/12 17:48:38	1.1.2.11
@@ -1,7 +1,7 @@
 /*
     dropin.h -- header file for dropin.c
-    Copyright (C) 2000,2001 Ivo Timmermans <ivo@o2w.nl>,
-                  2000,2001 Guus Sliepen <guus@sliepen.eu.org>
+    Copyright (C) 2000-2003 Ivo Timmermans <ivo@o2w.nl>,
+                  2000-2003 Guus Sliepen <guus@sliepen.eu.org>
 
     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

Index: list.c
===================================================================
RCS file: /home/CVS/tinc/lib/list.c,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -r1.1.2.14 -r1.1.2.15
--- list.c	2003/07/12 17:41:45	1.1.2.14
+++ list.c	2003/07/12 17:48:38	1.1.2.15
@@ -1,7 +1,7 @@
 /*
     list.c -- functions to deal with double linked lists
-    Copyright (C) 2000,2001 Ivo Timmermans <ivo@o2w.nl>
-                  2000,2001 Guus Sliepen <guus@sliepen.eu.org>
+    Copyright (C) 2000-2003 Ivo Timmermans <ivo@o2w.nl>
+                  2000-2003 Guus Sliepen <guus@sliepen.eu.org>
 
     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

Index: list.h
===================================================================
RCS file: /home/CVS/tinc/lib/list.h,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -r1.1.2.9 -r1.1.2.10
--- list.h	2003/07/06 23:16:28	1.1.2.9
+++ list.h	2003/07/12 17:48:38	1.1.2.10
@@ -1,7 +1,7 @@
 /*
     list.h -- header file for list.c
-    Copyright (C) 2000,2001 Ivo Timmermans <ivo@o2w.nl>
-                  2000,2001 Guus Sliepen <guus@sliepen.eu.org>
+    Copyright (C) 2000-2003 Ivo Timmermans <ivo@o2w.nl>
+                  2000-2003 Guus Sliepen <guus@sliepen.eu.org>
 
     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

Index: utils.c
===================================================================
RCS file: /home/CVS/tinc/lib/utils.c,v
retrieving revision 1.1.1.1.4.13
retrieving revision 1.1.1.1.4.14
diff -u -r1.1.1.1.4.13 -r1.1.1.1.4.14
--- utils.c	2002/09/10 22:13:01	1.1.1.1.4.13
+++ utils.c	2003/07/12 17:48:38	1.1.1.1.4.14
@@ -1,7 +1,7 @@
 /*
     utils.c -- gathering of some stupid small functions
-    Copyright (C) 1999-2001 Ivo Timmermans <zarq@iname.com>
-                  2000,2001 Guus Sliepen <guus@sliepen.eu.org>
+    Copyright (C) 1999-2003 Ivo Timmermans <zarq@iname.com>
+                  2000-2003 Guus Sliepen <guus@sliepen.eu.org>
 
     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

Index: utils.h
===================================================================
RCS file: /home/CVS/tinc/lib/utils.h,v
retrieving revision 1.1.1.1.4.14
retrieving revision 1.1.1.1.4.15
diff -u -r1.1.1.1.4.14 -r1.1.1.1.4.15
--- utils.h	2003/07/07 11:11:33	1.1.1.1.4.14
+++ utils.h	2003/07/12 17:48:38	1.1.1.1.4.15
@@ -1,7 +1,7 @@
 /*
     utils.h -- header file for utils.c
-    Copyright (C) 1999-2001 Ivo Timmermans <zarq@iname.com>
-                  2000,2001 Guus Sliepen <guus@sliepen.eu.org>
+    Copyright (C) 1999-2003 Ivo Timmermans <zarq@iname.com>
+                  2000-2003 Guus Sliepen <guus@sliepen.eu.org>
 
     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

--
Tinc-cvs:     CVS changelog list for the tinc VPN daemon
Archive:      http://mail.nl.linux.org/tinc-cvs/
Tinc site:    http://tinc.nl.linux.org/