File tree Expand file tree Collapse file tree 12 files changed +23
-23
lines changed
conversion_procs/euc_jis_2004_and_shift_jis_2004 Expand file tree Collapse file tree 12 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 33 * dict_int.c
44 * Text search dictionary for integers
55 *
6- * Copyright (c) 2007, PostgreSQL Global Development Group
6+ * Copyright (c) 2007-2008 , PostgreSQL Global Development Group
77 *
88 * IDENTIFICATION
9- * $PostgreSQL: pgsql/contrib/dict_int/dict_int.c,v 1.2 2007/11/15 21:14:29 momjian Exp $
9+ * $PostgreSQL: pgsql/contrib/dict_int/dict_int.c,v 1.3 2008/01/01 20:31:21 tgl Exp $
1010 *
1111 *-------------------------------------------------------------------------
1212 */
Original file line number Diff line number Diff line change 33 * dict_xsyn.c
44 * Extended synonym dictionary
55 *
6- * Copyright (c) 2007, PostgreSQL Global Development Group
6+ * Copyright (c) 2007-2008 , PostgreSQL Global Development Group
77 *
88 * IDENTIFICATION
9- * $PostgreSQL: pgsql/contrib/dict_xsyn/dict_xsyn.c,v 1.3 2007/11/15 22:25:14 momjian Exp $
9+ * $PostgreSQL: pgsql/contrib/dict_xsyn/dict_xsyn.c,v 1.4 2008/01/01 20:31:21 tgl Exp $
1010 *
1111 *-------------------------------------------------------------------------
1212 */
Original file line number Diff line number Diff line change 1515 * there's hardly any use case for using these without superuser-rights
1616 * anyway.
1717 *
18- * Copyright (c) 2007, PostgreSQL Global Development Group
18+ * Copyright (c) 2007-2008 , PostgreSQL Global Development Group
1919 *
2020 * IDENTIFICATION
21- * $PostgreSQL: pgsql/contrib/pageinspect/heapfuncs.c,v 1.3 2007/11/15 21:14:30 momjian Exp $
21+ * $PostgreSQL: pgsql/contrib/pageinspect/heapfuncs.c,v 1.4 2008/01/01 20:31:21 tgl Exp $
2222 *
2323 *-------------------------------------------------------------------------
2424 */
Original file line number Diff line number Diff line change 55 *
66 * Access-method specific inspection functions are in separate files.
77 *
8- * Copyright (c) 2007, PostgreSQL Global Development Group
8+ * Copyright (c) 2007-2008 , PostgreSQL Global Development Group
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/contrib/pageinspect/rawpage.c,v 1.3 2007/11/15 21:14:30 momjian Exp $
11+ * $PostgreSQL: pgsql/contrib/pageinspect/rawpage.c,v 1.4 2008/01/01 20:31:21 tgl Exp $
1212 *
1313 *-------------------------------------------------------------------------
1414 */
Original file line number Diff line number Diff line change 33 * test_parser.c
44 * Simple example of a text search parser
55 *
6- * Copyright (c) 2007, PostgreSQL Global Development Group
6+ * Copyright (c) 2007-2008 , PostgreSQL Global Development Group
77 *
88 * IDENTIFICATION
9- * $PostgreSQL: pgsql/contrib/test_parser/test_parser.c,v 1.3 2007/11/15 22:25:14 momjian Exp $
9+ * $PostgreSQL: pgsql/contrib/test_parser/test_parser.c,v 1.4 2008/01/01 20:31:21 tgl Exp $
1010 *
1111 *-------------------------------------------------------------------------
1212 */
Original file line number Diff line number Diff line change 22 *
33 * UUID generation functions using the OSSP UUID library
44 *
5- * Copyright (c) 2007 PostgreSQL Global Development Group
5+ * Copyright (c) 2007-2008 PostgreSQL Global Development Group
66 *
7- * $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.6 2007/12/31 03:55:50 alvherre Exp $
7+ * $PostgreSQL: pgsql/contrib/uuid-ossp/uuid-ossp.c,v 1.7 2008/01/01 20:31:21 tgl Exp $
88 *
99 *-------------------------------------------------------------------------
1010 */
Original file line number Diff line number Diff line change 33 * uuid.c
44 * Functions for the built-in type "uuid".
55 *
6- * Copyright (c) 2007, PostgreSQL Global Development Group
6+ * Copyright (c) 2007-2008 , PostgreSQL Global Development Group
77 *
88 * IDENTIFICATION
9- * $PostgreSQL: pgsql/src/backend/utils/adt/uuid.c,v 1.6 2007/11/15 22:25:16 momjian Exp $
9+ * $PostgreSQL: pgsql/src/backend/utils/adt/uuid.c,v 1.7 2008/01/01 20:31:21 tgl Exp $
1010 *
1111 *-------------------------------------------------------------------------
1212 */
Original file line number Diff line number Diff line change 11# ! /usr/bin/perl
22#
3- # Copyright (c) 2007, PostgreSQL Global Development Group
3+ # Copyright (c) 2007-2008 , PostgreSQL Global Development Group
44#
5- # $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl,v 1.1 2007/03/25 11:56:02 ishii Exp $
5+ # $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl,v 1.2 2008/01/01 20:31:21 tgl Exp $
66#
77# Generate UTF-8 <--> EUC_JIS_2004 code conversion tables from
88# "euc-jis-2004-std.txt" (http://x0213.org)
Original file line number Diff line number Diff line change 11# ! /usr/bin/perl
22#
3- # Copyright (c) 2007, PostgreSQL Global Development Group
3+ # Copyright (c) 2007-2008 , PostgreSQL Global Development Group
44#
5- # $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl,v 1.1 2007/03/25 11:56:02 ishii Exp $
5+ # $PostgreSQL: pgsql/src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl,v 1.2 2008/01/01 20:31:21 tgl Exp $
66#
77# Generate UTF-8 <--> SHIFT_JIS_2004 code conversion tables from
88# "sjis-0213-2004-std.txt" (http://x0213.org)
Original file line number Diff line number Diff line change 22 *
33 * EUC_JIS_2004, SHIFT_JIS_2004
44 *
5- * Copyright (c) 2007, PostgreSQL Global Development Group
5+ * Copyright (c) 2007-2008 , PostgreSQL Global Development Group
66 *
77 * IDENTIFICATION
8- * $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 $
8+ * $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 $
99 *
1010 *-------------------------------------------------------------------------
1111 */
You can’t perform that action at this time.
0 commit comments