Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2843cf4

Browse files
committed
Added Postgres Professional copyright notice
1 parent1800214 commit2843cf4

File tree

80 files changed

+84
-2
lines changed

Some content is hidden

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

80 files changed

+84
-2
lines changed

‎configure‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# gives unlimited permission to copy, distribute and modify it.
1313
#
1414
# Copyright (c) 1996-2015, PostgreSQL Global Development Group
15+
# Copyright (c) 2015-2016, Postgres Professional
1516
## -------------------- ##
1617
## M4sh Initialization. ##
1718
## -------------------- ##
@@ -1621,6 +1622,7 @@ This configure script is free software; the Free Software Foundation
16211622
gives unlimited permission to copy, distribute and modify it.
16221623
16231624
Copyright (c) 1996-2015, PostgreSQL Global Development Group
1625+
Copyright (c) 2015-2016, Postgres Professional
16241626
_ACEOF
16251627
exit
16261628
fi

‎configure.in‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.6
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-2015, PostgreSQL Global Development Group])
26+
AC_COPYRIGHT([Copyright (c) 1996-2015, PostgreSQL Global Development Group
27+
Copyright (c) 2015-2016, Postgres Professional])
2728
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
2829
AC_CONFIG_AUX_DIR(config)
2930
AC_PREFIX_DEFAULT(/usr/local/pgsql)

‎contrib/dblink/dblink.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*
1111
* contrib/dblink/dblink.c
1212
* Copyright (c) 2001-2015, PostgreSQL Global Development Group
13+
* Copyright (c) 2015-2016, Postgres Professional
1314
* ALL RIGHTS RESERVED;
1415
*
1516
* Permission to use, copy, modify, and distribute this software and its

‎contrib/pageinspect/heapfuncs.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* anyway.
1717
*
1818
* Copyright (c) 2007-2015, PostgreSQL Global Development Group
19+
* Copyright (c) 2015-2016, Postgres Professional
1920
*
2021
* IDENTIFICATION
2122
* contrib/pageinspect/heapfuncs.c

‎contrib/pg_stat_statements/pg_stat_statements.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
*
5050
*
5151
* Copyright (c) 2008-2015, PostgreSQL Global Development Group
52+
* Copyright (c) 2015-2016, Postgres Professional
5253
*
5354
* IDENTIFICATION
5455
* contrib/pg_stat_statements/pg_stat_statements.c

‎contrib/pg_trgm/trgm_regexp.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
* 7) Mark state 3 final because state 5 of source NFA is marked as final.
182182
*
183183
*
184+
* Portions Copyright (c) 2015-2016, Postgres Professional
184185
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
185186
* Portions Copyright (c) 1994, Regents of the University of California
186187
*

‎src/backend/access/common/indextuple.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* This file contains index tuple accessor and mutator routines,
55
* as well as various tuple utilities.
66
*
7+
* Portions Copyright (c) 2015-2016, Postgres Professional
78
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
89
* Portions Copyright (c) 1994, Regents of the University of California
910
*

‎src/backend/access/hash/hashfunc.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* hashfunc.c
44
* Support functions for hash access method.
55
*
6+
* Portions Copyright (c) 2015-2016, Postgres Professional
67
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
78
* Portions Copyright (c) 1994, Regents of the University of California
89
*

‎src/backend/access/index/genam.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* genam.c
44
* general index access method routines
55
*
6+
* Portions Copyright (c) 2015-2016, Postgres Professional
67
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
78
* Portions Copyright (c) 1994, Regents of the University of California
89
*

‎src/backend/access/nbtree/nbtinsert.c‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* nbtinsert.c
44
* Item insertion in Lehman and Yao btrees for Postgres.
55
*
6+
* Portions Copyright (c) 2015-2016, Postgres Professional
67
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
78
* Portions Copyright (c) 1994, Regents of the University of California
89
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp