Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9098ab9

Browse files
committed
Update copyrights in source tree to 2008.
1 parent 44ede10 commit 9098ab9

File tree

976 files changed

+1930
-1930
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

976 files changed

+1930
-1930
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL Database Management System
22
(formerly known as Postgres, then as Postgres95)
33

4-
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
4+
Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
55

66
Portions Copyright (c) 1994, The Regents of the University of California
77

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This configure script is free software; the Free Software Foundation
99
# gives unlimited permission to copy, distribute and modify it.
1010
#
11-
# Copyright (c) 1996-2007, PostgreSQL Global Development Group
11+
# Copyright (c) 1996-2008, PostgreSQL Global Development Group
1212
## --------------------- ##
1313
## M4sh Initialization. ##
1414
## --------------------- ##
@@ -1021,7 +1021,7 @@ Copyright (C) 2003 Free Software Foundation, Inc.
10211021
This configure script is free software; the Free Software Foundation
10221022
gives unlimited permission to copy, distribute and modify it.
10231023

1024-
Copyright (c) 1996-2007, PostgreSQL Global Development Group
1024+
Copyright (c) 1996-2008, PostgreSQL Global Development Group
10251025
_ACEOF
10261026
exit 0
10271027
fi

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.541 2007/12/31 17:28:21 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.542 2008/01/01 19:45:44 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -23,7 +23,7 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 2.5
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not
2424
recommended. You can remove the check from 'configure.in' but it is then
2525
your responsibility whether the result works or not.])])
26-
AC_COPYRIGHT([Copyright (c) 1996-2007, PostgreSQL Global Development Group])
26+
AC_COPYRIGHT([Copyright (c) 1996-2008, PostgreSQL Global Development Group])
2727
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
2828
AC_CONFIG_AUX_DIR(config)
2929
AC_PREFIX_DEFAULT(/usr/local/pgsql)

contrib/adminpack/adminpack.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* adminpack.c
44
*
55
*
6-
* Copyright (c) 2002-2007, PostgreSQL Global Development Group
6+
* Copyright (c) 2002-2008, PostgreSQL Global Development Group
77
*
88
* Author: Andreas Pflug <pgadmin@pse-consulting.de>
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/contrib/adminpack/adminpack.c,v 1.9 2007/01/10 02:41:28 momjian Exp $
11+
* $PostgreSQL: pgsql/contrib/adminpack/adminpack.c,v 1.10 2008/01/01 19:45:45 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

contrib/dblink/dblink.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* Darko Prenosil <Darko.Prenosil@finteh.hr>
99
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
1010
*
11-
* $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.66 2007/11/15 21:14:29 momjian Exp $
12-
* Copyright (c) 2001-2007, PostgreSQL Global Development Group
11+
* $PostgreSQL: pgsql/contrib/dblink/dblink.c,v 1.67 2008/01/01 19:45:45 momjian Exp $
12+
* Copyright (c) 2001-2008, PostgreSQL Global Development Group
1313
* ALL RIGHTS RESERVED;
1414
*
1515
* Permission to use, copy, modify, and distribute this software and its

contrib/dblink/dblink.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* Darko Prenosil <Darko.Prenosil@finteh.hr>
99
* Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
1010
*
11-
* $PostgreSQL: pgsql/contrib/dblink/dblink.h,v 1.18 2007/01/05 22:19:17 momjian Exp $
12-
* Copyright (c) 2001-2007, PostgreSQL Global Development Group
11+
* $PostgreSQL: pgsql/contrib/dblink/dblink.h,v 1.19 2008/01/01 19:45:45 momjian Exp $
12+
* Copyright (c) 2001-2008, PostgreSQL Global Development Group
1313
* ALL RIGHTS RESERVED;
1414
*
1515
* Permission to use, copy, modify, and distribute this software and its

contrib/fuzzystrmatch/fuzzystrmatch.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*
66
* Joe Conway <mail@joeconway.com>
77
*
8-
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c,v 1.24 2007/02/13 18:00:35 momjian Exp $
9-
* Copyright (c) 2001-2007, PostgreSQL Global Development Group
8+
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.c,v 1.25 2008/01/01 19:45:45 momjian Exp $
9+
* Copyright (c) 2001-2008, PostgreSQL Global Development Group
1010
* ALL RIGHTS RESERVED;
1111
*
1212
* levenshtein()

contrib/fuzzystrmatch/fuzzystrmatch.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*
66
* Joe Conway <mail@joeconway.com>
77
*
8-
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h,v 1.15 2007/01/05 22:19:18 momjian Exp $
9-
* Copyright (c) 2001-2007, PostgreSQL Global Development Group
8+
* $PostgreSQL: pgsql/contrib/fuzzystrmatch/fuzzystrmatch.h,v 1.16 2008/01/01 19:45:45 momjian Exp $
9+
* Copyright (c) 2001-2008, PostgreSQL Global Development Group
1010
* ALL RIGHTS RESERVED;
1111
*
1212
* levenshtein()

contrib/isn/isn.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
55
*
66
* Copyright (c) 2004-2006, Germán Méndez Bravo (Kronuz)
7-
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/contrib/isn/isn.c,v 1.7 2007/11/15 21:14:29 momjian Exp $
10+
* $PostgreSQL: pgsql/contrib/isn/isn.c,v 1.8 2008/01/01 19:45:45 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

contrib/isn/isn.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
55
*
66
* Copyright (c) 2004-2006, Germán Méndez Bravo (Kronuz)
7-
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/contrib/isn/isn.h,v 1.4 2007/06/05 21:31:03 tgl Exp $
10+
* $PostgreSQL: pgsql/contrib/isn/isn.h,v 1.5 2008/01/01 19:45:45 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

contrib/tablefunc/tablefunc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* And contributors:
88
* Nabil Sayegh <postgresql@e-trolley.de>
99
*
10-
* Copyright (c) 2002-2007, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2008, PostgreSQL Global Development Group
1111
*
1212
* Permission to use, copy, modify, and distribute this software and its
1313
* documentation for any purpose, without fee, and without a written agreement

contrib/tablefunc/tablefunc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* And contributors:
88
* Nabil Sayegh <postgresql@e-trolley.de>
99
*
10-
* Copyright (c) 2002-2007, PostgreSQL Global Development Group
10+
* Copyright (c) 2002-2008, PostgreSQL Global Development Group
1111
*
1212
* Permission to use, copy, modify, and distribute this software and its
1313
* documentation for any purpose, without fee, and without a written agreement

contrib/tsearch2/tsearch2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* tsearch2.c
44
* Backwards-compatibility package for old contrib/tsearch2 API
55
*
6-
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
77
*
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/contrib/tsearch2/tsearch2.c,v 1.4 2007/11/16 00:34:54 tgl Exp $
10+
* $PostgreSQL: pgsql/contrib/tsearch2/tsearch2.c,v 1.5 2008/01/01 19:45:45 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

contrib/vacuumlo/vacuumlo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* vacuumlo.c
44
* This removes orphaned large objects from a database.
55
*
6-
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.35 2007/12/11 19:57:32 tgl Exp $
11+
* $PostgreSQL: pgsql/contrib/vacuumlo/vacuumlo.c,v 1.36 2008/01/01 19:45:45 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

doc/FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
PostgreSQL Data Base Management System
132132

133-
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
133+
Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
134134
Portions Copyright (c) 1994-1996 Regents of the University of
135135
California
136136

doc/FAQ_brazilian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151

152152
PostgreSQL Data Base Management System
153153

154-
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
154+
Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
155155
Portions Copyright (c) 1994-1996 Regents of the University of
156156
California
157157

doc/FAQ_czech

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
PostgreSQL je predmetem n�sleduj�c�ch autorsk�ch pr�v:
130130

131-
D�lc� Copyright (c) 1996-2005, PostgreSQL Global Development Group
131+
D�lc� Copyright (c) 1996-2008, PostgreSQL Global Development Group
132132
D�lc� Copyright (c) 1994-6, Regents of the University of California
133133

134134
Udeluje se opr�vnen� k uzit�, rozmnozov�n�, prov�den� �prav a

doc/FAQ_french

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171

172172
PostgreSQL Data Base Management System
173173

174-
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
174+
Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
175175
Portions Copyright (c) 1994-6 Regents of the University of California
176176

177177
Permission to use, copy, modify, and distribute this software and its

doc/FAQ_german

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148

149149
PostgreSQL Data Base Management System
150150

151-
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
151+
Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
152152
Portions Copyright (c) 1994-6 Regents of the University of California
153153

154154
Permission to use, copy, modify, and distribute this software and its

doc/FAQ_japanese

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ PostgreSQL
151151

152152
PostgreSQL Data Base Management System
153153

154-
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group Portions
154+
Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group Portions
155155
Copyright (c) 1994-1996 Regents of the University of California
156156

157157
Permission to use, copy, modify, and distribute this software and its

doc/FAQ_polish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166
PostgreSQL Data Base Management System
167167

168-
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
168+
Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
169169
Portions Copyright (c) 1994-6 Regents of the University of California
170170

171171
Permission to use, copy, modify, and distribute this software and its

doc/FAQ_turkish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156

157157
PostgreSQL Data Base Management System
158158

159-
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
159+
Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
160160
Portions Copyright (c) 1994-6 Regents of the University of California
161161

162162
Permission to use, copy, modify, and distribute this software and its

doc/src/FAQ/FAQ.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <H3 id="item1.3">1.3) What is the copyright of
177177

178178
<P>PostgreSQL Data Base Management System</P>
179179

180-
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
180+
<P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
181181
Portions Copyright (c) 1994-1996 Regents of the University of California</P>
182182

183183
<P>Permission to use, copy, modify, and distribute this software

doc/src/FAQ/FAQ_brazilian.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <H3 id="item1.3">1.3) Qual &eacute; a licen&ccedil;a do PostgreSQL?</H3>
144144

145145
<P>PostgreSQL Data Base Management System</P>
146146

147-
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
147+
<P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
148148
Portions Copyright (c) 1994-1996 Regents of the University of California</P>
149149

150150
<P>Permission to use, copy, modify, and distribute this software

doc/src/FAQ/FAQ_czech.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h3><a name="item1.2">1.2</a>) Kdo řídí vývoj PostgreSQL?</h3>
102102
<h3><a name="item1.3">1.3</a>) Pod jakou licencí je PostgreSQL?</h3>
103103
<p>PostgreSQL je předmětem následujících autorských práv:
104104
</p>
105-
<p>Dílčí Copyright (c) 1996-2005, PostgreSQL Global Development Group<br>
105+
<p>Dílčí Copyright (c) 1996-2008, PostgreSQL Global Development Group<br>
106106
Dílčí Copyright (c) 1994-6, Regents of the University of California
107107
</p>
108108
<p>Uděluje se oprávnění k užití, rozmnožování, provádění úprav a

doc/src/FAQ/FAQ_french.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <H4><A name="1.2">1.2</A>) Quelle est la licence de PostgreSQL&nbsp;?</H4>
193193

194194
<P>PostgreSQL Data Base Management System</P>
195195

196-
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
196+
<P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
197197
Portions Copyright (c) 1994-6 Regents of the University of California</P>
198198

199199
<P>Permission to use, copy, modify, and distribute this software

doc/src/FAQ/FAQ_german.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h3><a name="1.3">1.3</a>) Welchem Copyright unterliegt PostgreSQL?</h3>
151151

152152
<p>PostgreSQL Data Base Management System</p>
153153

154-
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
154+
<P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
155155
Portions Copyright (c) 1994-6 Regents of the University of California</P>
156156

157157
<p>Permission to use, copy, modify, and distribute this software

doc/src/FAQ/FAQ_japanese.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h4 id="item1.3">1.3</a>) PostgreSQL の著作権はどうなってますか?<
173173
</pre></small>
174174
<p>PostgreSQL Data Base Management System</p>
175175
<p>
176-
Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
176+
Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
177177
Portions Copyright (c) 1994-1996 Regents of the University of California</p>
178178
<p>
179179
Permission to use, copy, modify, and distribute this software and its

doc/src/FAQ/FAQ_polish.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <H2 align="center">Rozwijanie PostgreSQL</H2>
213213

214214
<P>PostgreSQL Data Base Management System</P>
215215

216-
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
216+
<P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
217217
Portions Copyright (c) 1994-6 Regents of the University of California</P>
218218

219219
<P>Permission to use, copy, modify, and distribute this software

doc/src/FAQ/FAQ_turkish.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h2 align="center">Genel Sorular</h2>
159159
<h4><a name="1.2">1.2</a>) PostgreSQL'in hakları nedir?</h4>
160160
<p>PostgreSQL Data Base Management System</p>
161161

162-
<P>Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
162+
<P>Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
163163
Portions Copyright (c) 1994-6 Regents of the University of California</P>
164164

165165
<p>Permission to use, copy, modify, and distribute this software

doc/src/sgml/legal.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.22 2007/01/05 22:19:21 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.23 2008/01/01 19:45:45 momjian Exp $ -->
22

33
<copyright>
4-
<year>1996-2007</year>
4+
<year>1996-2008</year>
55
<holder>The PostgreSQL Global Development Group</holder>
66
</copyright>
77

88
<legalnotice id="legalnotice">
99
<title>Legal Notice</title>
1010

1111
<para>
12-
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2007
12+
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2008
1313
by the PostgreSQL Global Development Group and is distributed under
1414
the terms of the license of the University of California below.
1515
</para>

src/backend/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#
33
# Makefile for the postgres backend
44
#
5-
# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
5+
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.124 2007/08/21 01:11:12 tgl Exp $
8+
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.125 2008/01/01 19:45:45 momjian Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

src/backend/access/common/heaptuple.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
* and we'd like to still refer to them via C struct offsets.
5353
*
5454
*
55-
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
55+
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
5656
* Portions Copyright (c) 1994, Regents of the University of California
5757
*
5858
*
5959
* IDENTIFICATION
60-
* $PostgreSQL: pgsql/src/backend/access/common/heaptuple.c,v 1.119 2007/11/15 21:14:31 momjian Exp $
60+
* $PostgreSQL: pgsql/src/backend/access/common/heaptuple.c,v 1.120 2008/01/01 19:45:45 momjian Exp $
6161
*
6262
*-------------------------------------------------------------------------
6363
*/

src/backend/access/common/indextuple.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
* This file contains index tuple accessor and mutator routines,
55
* as well as various tuple utilities.
66
*
7-
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/access/common/indextuple.c,v 1.84 2007/11/15 21:14:31 momjian Exp $
12+
* $PostgreSQL: pgsql/src/backend/access/common/indextuple.c,v 1.85 2008/01/01 19:45:45 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/

src/backend/access/common/printtup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* clients and standalone backends are supported here).
66
*
77
*
8-
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
8+
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/access/common/printtup.c,v 1.100 2007/01/05 22:19:21 momjian Exp $
12+
* $PostgreSQL: pgsql/src/backend/access/common/printtup.c,v 1.101 2008/01/01 19:45:45 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/

0 commit comments

Comments
 (0)