Mon Aug 17 10:10:01 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/src/slon Makefile cleanup_thread.c dbutils.c local_listen.c misc.c remote_listen.c remote_worker.c runtime_config.c scheduler.c slon.c slon.h sync_thread.c
- Next message: [Slony1-commit] slony1-engine/src/slony_logshipper Makefile dbutil.c ipcutil.c parser.y scan.l slony_logshipper.c slony_logshipper.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/slonik
In directory main.slony.info:/tmp/cvs-serv6360/src/slonik
Modified Files:
Tag: REL_2_0_STABLE
Makefile dbutil.c parser.y scan.l slonik.c slonik.h
Log Message:
Update copyrights
Index: slonik.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.91.2.4
retrieving revision 1.91.2.5
diff -C2 -d -r1.91.2.4 -r1.91.2.5
*** slonik.c 21 Jul 2009 21:15:51 -0000 1.91.2.4
--- slonik.c 17 Aug 2009 17:09:59 -0000 1.91.2.5
***************
*** 4,8 ****
* A configuration and admin script utility for Slony-I.
*
! * Copyright (c) 2003-2004, PostgreSQL Global Development Group
* Author: Jan Wieck, Afilias USA INC.
*
--- 4,8 ----
* A configuration and admin script utility for Slony-I.
*
! * Copyright (c) 2003-2009, PostgreSQL Global Development Group
* Author: Jan Wieck, Afilias USA INC.
*
Index: slonik.h
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/slonik.h,v
retrieving revision 1.34.2.1
retrieving revision 1.34.2.2
diff -C2 -d -r1.34.2.1 -r1.34.2.2
*** slonik.h 17 Jun 2009 21:37:38 -0000 1.34.2.1
--- slonik.h 17 Aug 2009 17:09:59 -0000 1.34.2.2
***************
*** 4,8 ****
* Definitions for slonik
*
! * Copyright (c) 2003-2004, PostgreSQL Global Development Group
* Author: Jan Wieck, Afilias USA INC.
*
--- 4,8 ----
* Definitions for slonik
*
! * Copyright (c) 2003-2009, PostgreSQL Global Development Group
* Author: Jan Wieck, Afilias USA INC.
*
Index: parser.y
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/parser.y,v
retrieving revision 1.32.2.1
retrieving revision 1.32.2.2
diff -C2 -d -r1.32.2.1 -r1.32.2.2
*** parser.y 17 Jun 2009 21:37:38 -0000 1.32.2.1
--- parser.y 17 Aug 2009 17:09:59 -0000 1.32.2.2
***************
*** 5,9 ****
* The slonik command language grammar
*
! * Copyright (c) 2003-2004, PostgreSQL Global Development Group
* Author: Jan Wieck, Afilias USA INC.
*
--- 5,9 ----
* The slonik command language grammar
*
! * Copyright (c) 2003-2009, PostgreSQL Global Development Group
* Author: Jan Wieck, Afilias USA INC.
*
Index: dbutil.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/dbutil.c,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -C2 -d -r1.15 -r1.15.2.1
*** dbutil.c 23 Apr 2008 20:34:21 -0000 1.15
--- dbutil.c 17 Aug 2009 17:09:59 -0000 1.15.2.1
***************
*** 4,8 ****
* General database support functions.
*
! * Copyright (c) 2003-2004, PostgreSQL Global Development Group
* Author: Jan Wieck, Afilias USA INC.
*
--- 4,8 ----
* General database support functions.
*
! * Copyright (c) 2003-2009, PostgreSQL Global Development Group
* Author: Jan Wieck, Afilias USA INC.
*
Index: Makefile
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/Makefile,v
retrieving revision 1.28
retrieving revision 1.28.2.1
diff -C2 -d -r1.28 -r1.28.2.1
*** Makefile 11 Apr 2008 15:43:08 -0000 1.28
--- Makefile 17 Aug 2009 17:09:59 -0000 1.28.2.1
***************
*** 2,6 ****
# Makefile for src/slonik
#
! # Copyright (c) 2003-2004, PostgreSQL Global Development Group
# Author: Jan Wieck, Afilias USA INC.
#
--- 2,6 ----
# Makefile for src/slonik
#
! # Copyright (c) 2003-2009, PostgreSQL Global Development Group
# Author: Jan Wieck, Afilias USA INC.
#
Index: scan.l
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slonik/scan.l,v
retrieving revision 1.30.2.1
retrieving revision 1.30.2.2
diff -C2 -d -r1.30.2.1 -r1.30.2.2
*** scan.l 17 Jun 2009 21:37:38 -0000 1.30.2.1
--- scan.l 17 Aug 2009 17:09:59 -0000 1.30.2.2
***************
*** 5,9 ****
* Flex keyword and token scanner for slonik
*
! * Copyright (c) 2003-2004, PostgreSQL Global Development Group
* Author: Jan Wieck, Afilias USA INC.
*
--- 5,9 ----
* Flex keyword and token scanner for slonik
*
! * Copyright (c) 2003-2009, PostgreSQL Global Development Group
* Author: Jan Wieck, Afilias USA INC.
*
- Previous message: [Slony1-commit] slony1-engine/src/slon Makefile cleanup_thread.c dbutils.c local_listen.c misc.c remote_listen.c remote_worker.c runtime_config.c scheduler.c slon.c slon.h sync_thread.c
- Next message: [Slony1-commit] slony1-engine/src/slony_logshipper Makefile dbutil.c ipcutil.c parser.y scan.l slony_logshipper.c slony_logshipper.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list