Devrim GUNDUZ devrim at lists.slony.info
Mon Aug 17 10:10:01 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/src/slon/port
In directory main.slony.info:/tmp/cvs-serv6360/src/slon/port

Modified Files:
      Tag: REL_2_0_STABLE
	pipe.c win32service.c win32service.h win32ver.rc.in 
Log Message:
Update copyrights


Index: win32service.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/port/win32service.c,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -d -r1.8 -r1.8.2.1
*** win32service.c	23 Apr 2008 20:35:44 -0000	1.8
--- win32service.c	17 Aug 2009 17:09:59 -0000	1.8.2.1
***************
*** 4,8 ****
   *	Windows service integration and eventlog
   *
!  *	Copyright (c) 2005, PostgreSQL Global Development Group
   *	Author: Magnus Hagander
   *
--- 4,8 ----
   *	Windows service integration and eventlog
   *
!  *	Copyright (c) 2005-2009, PostgreSQL Global Development Group
   *	Author: Magnus Hagander
   *

Index: win32service.h
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/port/win32service.h,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -d -r1.5 -r1.5.2.1
*** win32service.h	23 Apr 2008 20:35:44 -0000	1.5
--- win32service.h	17 Aug 2009 17:09:59 -0000	1.5.2.1
***************
*** 4,8 ****
   *	Windows service definitions
   *
!  *	Copyright (c) 2005, PostgreSQL Global Development Group
   *
   *	$Id$
--- 4,8 ----
   *	Windows service definitions
   *
!  *	Copyright (c) 2005-2009, PostgreSQL Global Development Group
   *
   *	$Id$

Index: pipe.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/port/pipe.c,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -d -r1.2 -r1.2.4.1
*** pipe.c	30 Aug 2005 18:24:04 -0000	1.2
--- pipe.c	17 Aug 2009 17:09:59 -0000	1.2.4.1
***************
*** 4,8 ****
   *	  pipe()
   *
!  * Copyright (c) 1996-2005, PostgreSQL Global Development Group
   *
   *	This is a replacement version of pipe for Win32 which allows
--- 4,8 ----
   *	  pipe()
   *
!  * Copyright (c) 1996-2009, PostgreSQL Global Development Group
   *
   *	This is a replacement version of pipe for Win32 which allows

Index: win32ver.rc.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/port/win32ver.rc.in,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -d -r1.2 -r1.2.4.1
*** win32ver.rc.in	30 Aug 2005 18:24:04 -0000	1.2
--- win32ver.rc.in	17 Aug 2009 17:09:59 -0000	1.2.4.1
***************
*** 18,22 ****
     VALUE "FileDescription",  FILEDESC
     VALUE "FileVersion",      SLONY_I_VERSION_STRING 
!    VALUE "LegalCopyright", "Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
     VALUE "ProductName",      "Slony-I"
     VALUE "ProductVersion",   SLONY_I_VERSION_STRING
--- 18,22 ----
     VALUE "FileDescription",  FILEDESC
     VALUE "FileVersion",      SLONY_I_VERSION_STRING 
!    VALUE "LegalCopyright", "Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California."
     VALUE "ProductName",      "Slony-I"
     VALUE "ProductVersion",   SLONY_I_VERSION_STRING



More information about the Slony1-commit mailing list