Skip to content

Commit 7c4c0f2

Browse files
committed
Update copyrights
1 parent 4207356 commit 7c4c0f2

17 files changed

+17
-17
lines changed

src/rum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* rum.h
44
* Exported definitions for RUM index.
55
*
6-
* Portions Copyright (c) 2015-2019, Postgres Professional
6+
* Portions Copyright (c) 2015-2021, Postgres Professional
77
* Portions Copyright (c) 2006-2016, PostgreSQL Global Development Group
88
*
99
*-------------------------------------------------------------------------

src/rum_arr_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* rum_arr_utils.c
44
* various anyarray-search functions
55
*
6-
* Portions Copyright (c) 2015-2019, Postgres Professional
6+
* Portions Copyright (c) 2015-2021, Postgres Professional
77
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
88
*
99
*-------------------------------------------------------------------------

src/rum_ts_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* rum_ts_utils.c
44
* various text-search functions
55
*
6-
* Portions Copyright (c) 2015-2019, Postgres Professional
6+
* Portions Copyright (c) 2015-2021, Postgres Professional
77
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
88
*
99
*-------------------------------------------------------------------------

src/rumbtree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* page utilities routines for the postgres inverted index access method.
55
*
66
*
7-
* Portions Copyright (c) 2015-2019, Postgres Professional
7+
* Portions Copyright (c) 2015-2021, Postgres Professional
88
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

src/rumbulk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* routines for fast build of inverted index
55
*
66
*
7-
* Portions Copyright (c) 2015-2019, Postgres Professional
7+
* Portions Copyright (c) 2015-2021, Postgres Professional
88
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

src/rumdatapage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* page utilities routines for the postgres inverted index access method.
55
*
66
*
7-
* Portions Copyright (c) 2015-2019, Postgres Professional
7+
* Portions Copyright (c) 2015-2021, Postgres Professional
88
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

src/rumentrypage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* page utilities routines for the postgres inverted index access method.
55
*
66
*
7-
* Portions Copyright (c) 2015-2019, Postgres Professional
7+
* Portions Copyright (c) 2015-2021, Postgres Professional
88
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

src/rumget.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* fetch tuples from a RUM scan.
55
*
66
*
7-
* Portions Copyright (c) 2015-2019, Postgres Professional
7+
* Portions Copyright (c) 2015-2021, Postgres Professional
88
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

src/ruminsert.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* insert routines for the postgres inverted index access method.
55
*
66
*
7-
* Portions Copyright (c) 2015-2019, Postgres Professional
7+
* Portions Copyright (c) 2015-2021, Postgres Professional
88
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

src/rumscan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* routines to manage scans of inverted index relations
55
*
66
*
7-
* Portions Copyright (c) 2015-2019, Postgres Professional
7+
* Portions Copyright (c) 2015-2021, Postgres Professional
88
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
99
* Portions Copyright (c) 1994, Regents of the University of California
1010
*

0 commit comments

Comments
 (0)