mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 16:42:29 +03:00
Update copyright for 2014
Update all files in head, and files COPYRIGHT and legal.sgml in all back branches.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* A simple binary heap implementation
|
||||
*
|
||||
* Portions Copyright (c) 2012-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/lib/binaryheap.h
|
||||
*/
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
* }
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -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-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2014, 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