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

Modified Files:
      Tag: REL_1_2_STABLE
	pipe.c win32service.c win32service.h win32ver.rc.in 
Log Message:
Update Copyright year


Index: win32service.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/port/win32service.c,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -d -r1.7 -r1.7.2.1
*** win32service.c	19 Sep 2006 12:18:32 -0000	1.7
--- win32service.c	17 Aug 2009 17:39:58 -0000	1.7.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.4
retrieving revision 1.4.2.1
diff -C2 -d -r1.4 -r1.4.2.1
*** win32service.h	6 Sep 2005 13:14:04 -0000	1.4
--- win32service.h	17 Aug 2009 17:39:58 -0000	1.4.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.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** pipe.c	30 Aug 2005 18:24:04 -0000	1.2
--- pipe.c	17 Aug 2009 17:39:58 -0000	1.2.2.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.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** win32ver.rc.in	30 Aug 2005 18:24:04 -0000	1.2
--- win32ver.rc.in	17 Aug 2009 17:39:58 -0000	1.2.2.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