Devrim GUNDUZ devrim at lists.slony.info
Mon Aug 17 09:56:11 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/misc
In directory main.slony.info:/tmp/cvs-serv3893/src/misc

Modified Files:
      Tag: REL_2_0_STABLE
	avl_tree.c avl_tree.h 
Log Message:
Update copyrights


Index: avl_tree.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/misc/avl_tree.c,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** avl_tree.c	23 Apr 2008 20:35:43 -0000	1.2
--- avl_tree.c	17 Aug 2009 16:56:09 -0000	1.2.2.1
***************
*** 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.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** avl_tree.h	23 Apr 2008 20:35:43 -0000	1.2
--- avl_tree.h	17 Aug 2009 16:56:09 -0000	1.2.2.1
***************
*** 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