Devrim GUNDUZ devrim at lists.slony.info
Mon Aug 17 10:25:52 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/misc
In directory main.slony.info:/tmp/cvs-serv8406/src/misc

Modified Files:
	avl_tree.c avl_tree.h 
Log Message:
Update Copyright year


Index: avl_tree.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/misc/avl_tree.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** avl_tree.c	23 Apr 2008 20:35:43 -0000	1.2
--- avl_tree.c	17 Aug 2009 17:25:50 -0000	1.3
***************
*** 4,8 ****
   *	AVL style self balancing tree support.
   *
!  *	Copyright (c) 2007, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	AVL style self balancing tree support.
   *
!  *	Copyright (c) 2007-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *

Index: avl_tree.h
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/misc/avl_tree.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** avl_tree.h	23 Apr 2008 20:35:43 -0000	1.2
--- avl_tree.h	17 Aug 2009 17:25:50 -0000	1.3
***************
*** 4,8 ****
   *	Declarations for AVL style balanced tree support.
   *
!  *	Copyright (c) 2003-2007, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *
--- 4,8 ----
   *	Declarations for AVL style balanced tree support.
   *
!  *	Copyright (c) 2003-2009, PostgreSQL Global Development Group
   *	Author: Jan Wieck, Afilias USA INC.
   *



More information about the Slony1-commit mailing list