Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ce9baa06
Commit
ce9baa06
authored
Jan 01, 2008
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some missed copyright updates.
parent
9098ab9e
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
23 additions
and
23 deletions
+23
-23
contrib/dict_int/dict_int.c
contrib/dict_int/dict_int.c
+2
-2
contrib/dict_xsyn/dict_xsyn.c
contrib/dict_xsyn/dict_xsyn.c
+2
-2
contrib/pageinspect/heapfuncs.c
contrib/pageinspect/heapfuncs.c
+2
-2
contrib/pageinspect/rawpage.c
contrib/pageinspect/rawpage.c
+2
-2
contrib/test_parser/test_parser.c
contrib/test_parser/test_parser.c
+2
-2
contrib/uuid-ossp/uuid-ossp.c
contrib/uuid-ossp/uuid-ossp.c
+2
-2
src/backend/utils/adt/uuid.c
src/backend/utils/adt/uuid.c
+2
-2
src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
+2
-2
src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
+2
-2
src/backend/utils/mb/conversion_procs/euc_jis_2004_and_shift_jis_2004/euc_jis_2004_and_shift_jis_2004.c
...2004_and_shift_jis_2004/euc_jis_2004_and_shift_jis_2004.c
+2
-2
src/include/utils/uuid.h
src/include/utils/uuid.h
+2
-2
src/interfaces/libpq/libpq.rc.in
src/interfaces/libpq/libpq.rc.in
+1
-1
No files found.
contrib/dict_int/dict_int.c
View file @
ce9baa06
...
...
@@ -3,10 +3,10 @@
* dict_int.c
* Text search dictionary for integers
*
* Copyright (c) 2007, PostgreSQL Global Development Group
* Copyright (c) 2007
-2008
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/dict_int/dict_int.c,v 1.
2 2007/11/15 21:14:29 momjian
Exp $
* $PostgreSQL: pgsql/contrib/dict_int/dict_int.c,v 1.
3 2008/01/01 20:31:21 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
contrib/dict_xsyn/dict_xsyn.c
View file @
ce9baa06
...
...
@@ -3,10 +3,10 @@
* dict_xsyn.c
* Extended synonym dictionary
*
* Copyright (c) 2007, PostgreSQL Global Development Group
* Copyright (c) 2007
-2008
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/dict_xsyn/dict_xsyn.c,v 1.
3 2007/11/15 22:25:14 momjian
Exp $
* $PostgreSQL: pgsql/contrib/dict_xsyn/dict_xsyn.c,v 1.
4 2008/01/01 20:31:21 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
contrib/pageinspect/heapfuncs.c
View file @
ce9baa06
...
...
@@ -15,10 +15,10 @@
* there's hardly any use case for using these without superuser-rights
* anyway.
*
* Copyright (c) 2007, PostgreSQL Global Development Group
* Copyright (c) 2007
-2008
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/pageinspect/heapfuncs.c,v 1.
3 2007/11/15 21:14:30 momjian
Exp $
* $PostgreSQL: pgsql/contrib/pageinspect/heapfuncs.c,v 1.
4 2008/01/01 20:31:21 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
contrib/pageinspect/rawpage.c
View file @
ce9baa06
...
...
@@ -5,10 +5,10 @@
*
* Access-method specific inspection functions are in separate files.
*
* Copyright (c) 2007, PostgreSQL Global Development Group
* Copyright (c) 2007
-2008
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/pageinspect/rawpage.c,v 1.
3 2007/11/15 21:14:30 momjian
Exp $
* $PostgreSQL: pgsql/contrib/pageinspect/rawpage.c,v 1.
4 2008/01/01 20:31:21 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
contrib/test_parser/test_parser.c
View file @
ce9baa06
...
...
@@ -3,10 +3,10 @@
* test_parser.c
* Simple example of a text search parser
*
* Copyright (c) 2007, PostgreSQL Global Development Group
* Copyright (c) 2007
-2008
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/contrib/test_parser/test_parser.c,v 1.
3 2007/11/15 22:25:14 momjian
Exp $
* $PostgreSQL: pgsql/contrib/test_parser/test_parser.c,v 1.
4 2008/01/01 20:31:21 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
contrib/uuid-ossp/uuid-ossp.c
View file @
ce9baa06
...
...
@@ -2,9 +2,9 @@
*
* UUID generation functions using the OSSP UUID library
*
* Copyright (c) 2007 PostgreSQL Global Development Group
* Copyright (c) 2007
-2008
PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.
6 2007/12/31 03:55:50 alvherre
Exp $
* $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.
7 2008/01/01 20:31:21 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/adt/uuid.c
View file @
ce9baa06
...
...
@@ -3,10 +3,10 @@
* uuid.c
* Functions for the built-in type "uuid".
*
* Copyright (c) 2007, PostgreSQL Global Development Group
* Copyright (c) 2007
-2008
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/uuid.c,v 1.
6 2007/11/15 22:25:16 momjian
Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/uuid.c,v 1.
7 2008/01/01 20:31:21 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
View file @
ce9baa06
#! /usr/bin/perl
#
# Copyright (c) 2007, PostgreSQL Global Development Group
# Copyright (c) 2007
-2008
, PostgreSQL Global Development Group
#
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl,v 1.
1 2007/03/25 11:56:02 ishii
Exp $
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl,v 1.
2 2008/01/01 20:31:21 tgl
Exp $
#
# Generate UTF-8 <--> EUC_JIS_2004 code conversion tables from
# "euc-jis-2004-std.txt" (http://x0213.org)
...
...
src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
View file @
ce9baa06
#! /usr/bin/perl
#
# Copyright (c) 2007, PostgreSQL Global Development Group
# Copyright (c) 2007
-2008
, PostgreSQL Global Development Group
#
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl,v 1.
1 2007/03/25 11:56:02 ishii
Exp $
# $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl,v 1.
2 2008/01/01 20:31:21 tgl
Exp $
#
# Generate UTF-8 <--> SHIFT_JIS_2004 code conversion tables from
# "sjis-0213-2004-std.txt" (http://x0213.org)
...
...
src/backend/utils/mb/conversion_procs/euc_jis_2004_and_shift_jis_2004/euc_jis_2004_and_shift_jis_2004.c
View file @
ce9baa06
...
...
@@ -2,10 +2,10 @@
*
* EUC_JIS_2004, SHIFT_JIS_2004
*
* Copyright (c) 2007, PostgreSQL Global Development Group
* Copyright (c) 2007
-2008
, PostgreSQL Global Development Group
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_jis_2004_and_shift_jis_2004/euc_jis_2004_and_shift_jis_2004.c,v 1.
2 2007/11/15 21:14:40 momjian
Exp $
* $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/euc_jis_2004_and_shift_jis_2004/euc_jis_2004_and_shift_jis_2004.c,v 1.
3 2008/01/01 20:31:21 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/include/utils/uuid.h
View file @
ce9baa06
...
...
@@ -5,9 +5,9 @@
* to avoid conflicts with any uuid_t type that might be defined by
* the system headers.
*
* Copyright (c) 2007, PostgreSQL Global Development Group
* Copyright (c) 2007
-2008
, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/include/utils/uuid.h,v 1.
3 2007/11/15 21:14:45 momjian
Exp $
* $PostgreSQL: pgsql/src/include/utils/uuid.h,v 1.
4 2008/01/01 20:31:21 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
src/interfaces/libpq/libpq.rc.in
View file @
ce9baa06
...
...
@@ -17,7 +17,7 @@ BEGIN
VALUE "FileDescription", "PostgreSQL Access Library\0"
VALUE "FileVersion", "8.3.0\0"
VALUE "InternalName", "libpq\0"
VALUE "LegalCopyright", "Copyright (C) 200
7
\0"
VALUE "LegalCopyright", "Copyright (C) 200
8
\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libpq.dll\0"
VALUE "ProductName", "PostgreSQL\0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment