mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 16:42:29 +03:00
Update copyright for 2018
Backpatch-through: certain files through 9.3
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* A simple binary heap implementation
|
||||
*
|
||||
* Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/lib/binaryheap.h
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* bipartite_match.h
|
||||
*
|
||||
* Copyright (c) 2015-2017, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2015-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/lib/bipartite_match.h
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* dshash.h
|
||||
* Concurrent hash tables backed by dynamic shared memory areas.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* A simple HyperLogLog cardinality estimator implementation
|
||||
*
|
||||
* Portions Copyright (c) 2014-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2014-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
* Based on Hideaki Ohno's C++ implementation. The copyright terms of Ohno's
|
||||
* original version (the MIT license) follow.
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
* }
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* knapsack.h
|
||||
*
|
||||
* Copyright (c) 2017, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2017-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/lib/knapsack.h
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* A Pairing Heap implementation
|
||||
*
|
||||
* Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/lib/pairingheap.h
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* rbtree.h
|
||||
* interface for PostgreSQL generic Red-Black binary tree package
|
||||
*
|
||||
* Copyright (c) 2009-2017, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2009-2018, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/include/lib/rbtree.h
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* It can be used to buffer either ordinary C strings (null-terminated text)
|
||||
* or arbitrary binary data. All storage is allocated with palloc().
|
||||
*
|
||||
* Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/lib/stringinfo.h
|
||||
|
||||
Reference in New Issue
Block a user