mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Update copyrights for 2013
Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for ecpg compatibility library
|
||||
#
|
||||
# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/interfaces/ecpg/compatlib/Makefile
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for ecpg library
|
||||
#
|
||||
# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/interfaces/ecpg/ecpglib/Makefile
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
* XXX keep this in sync with src/include/catalog/pg_type.h
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/ecpg/ecpglib/pg_type.h
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for ecpg pgtypes library
|
||||
#
|
||||
# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/interfaces/ecpg/pgtypeslib/Makefile
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/interfaces/ecpg/preproc
|
||||
#
|
||||
# Copyright (c) 1998-2012, PostgreSQL Global Development Group
|
||||
# Copyright (c) 1998-2013, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/interfaces/ecpg/preproc/Makefile
|
||||
#
|
||||
|
@ -3,7 +3,7 @@
|
||||
# test parser generater for ecpg
|
||||
# call with backend parser as stdin
|
||||
#
|
||||
# Copyright (c) 2009-2012, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2009-2013, PostgreSQL Global Development Group
|
||||
#
|
||||
# Written by Michael Meskes <meskes@postgresql.org>
|
||||
# Andy Colson <andy@squeakycode.net>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* src/interfaces/ecpg/preproc/ecpg.c */
|
||||
|
||||
/* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
|
||||
/* Copyright (c) 1996-2012, PostgreSQL Global Development Group */
|
||||
/* Copyright (c) 1996-2013, PostgreSQL Global Development Group */
|
||||
|
||||
#include "postgres_fe.h"
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
* lexical token lookup for key words in PostgreSQL
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
# parser generater for ecpg version 2
|
||||
# call with backend parser as stdin
|
||||
#
|
||||
# Copyright (c) 2007-2012, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2007-2013, PostgreSQL Global Development Group
|
||||
#
|
||||
# Written by Mike Aubury <mike.aubury@aubit.com>
|
||||
# Michael Meskes <meskes@postgresql.org>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* analyze.c and related files.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -7,7 +7,7 @@
|
||||
* This is a modified version of src/backend/parser/scan.l
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -8,7 +8,7 @@
|
||||
*
|
||||
* This code is released under the terms of the PostgreSQL License.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/ecpg/test/pg_regress_ecpg.c
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/interfaces/libpq library
|
||||
#
|
||||
# Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
# Portions Copyright (c) 1994, Regents of the University of California
|
||||
#
|
||||
# src/interfaces/libpq/Makefile
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-auth.c
|
||||
* The front-end (client) authorization routines
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Definitions for network authentication routines
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/fe-auth.h
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-connect.c
|
||||
* functions related to setting up a connection to the backend
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-exec.c
|
||||
* functions related to sending a query down to the backend
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-lobj.c
|
||||
* Front-end large object interface
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -19,7 +19,7 @@
|
||||
* routines.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-print.c
|
||||
* functions for pretty-printing query results
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* These functions were formerly part of fe-exec.c, but they
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-protocol2.c
|
||||
* functions that are specific to frontend/backend protocol version 2
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* fe-protocol3.c
|
||||
* functions that are specific to frontend/backend protocol version 3
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -6,7 +6,7 @@
|
||||
* message integrity and endpoint authentication.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* libpq-events.c
|
||||
* functions for supporting the libpq "events" API
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -5,7 +5,7 @@
|
||||
* that invoke the libpq "events" API, but are not interesting to
|
||||
* ordinary users of libpq.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/libpq-events.h
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This file contains definitions for structures and
|
||||
* externs for functions used by frontend postgres applications.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/libpq-fe.h
|
||||
|
@ -9,7 +9,7 @@
|
||||
* more likely to break across PostgreSQL releases than code that uses
|
||||
* only the official API.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/libpq-int.h
|
||||
|
@ -17,7 +17,7 @@ BEGIN
|
||||
VALUE "FileDescription", "PostgreSQL Access Library\0"
|
||||
VALUE "FileVersion", "9.3.0\0"
|
||||
VALUE "InternalName", "libpq\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2012\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2013\0"
|
||||
VALUE "LegalTrademarks", "\0"
|
||||
VALUE "OriginalFilename", "libpq.dll\0"
|
||||
VALUE "ProductName", "PostgreSQL\0"
|
||||
|
@ -14,7 +14,7 @@
|
||||
* a usable vsnprintf(), then a copy of our own implementation of it will
|
||||
* be linked into libpq.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/pqexpbuffer.c
|
||||
|
@ -15,7 +15,7 @@
|
||||
* a usable vsnprintf(), then a copy of our own implementation of it will
|
||||
* be linked into libpq.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/pqexpbuffer.h
|
||||
|
@ -4,7 +4,7 @@
|
||||
* reliable BSD-style signal(2) routine stolen from RWW who stole it
|
||||
* from Stevens...
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*
|
||||
|
@ -4,7 +4,7 @@
|
||||
* prototypes for the reliable BSD-style signal(2) routine.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/interfaces/libpq/pqsignal.h
|
||||
|
@ -3,7 +3,7 @@
|
||||
* pthread-win32.c
|
||||
* partial pthread implementation for win32
|
||||
*
|
||||
* Copyright (c) 2004-2012, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2004-2013, PostgreSQL Global Development Group
|
||||
* IDENTIFICATION
|
||||
* src/interfaces/libpq/pthread-win32.c
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
* prints out the values from the parsed PQconninfoOption struct that differ
|
||||
* from the defaults (obtained from PQconndefaults).
|
||||
*
|
||||
* Portions Copyright (c) 2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2012-2013, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/interfaces/libpq/test/uri-regress.c
|
||||
|
@ -15,7 +15,7 @@
|
||||
* The error constants are taken from the Frambak Bakfram LGSOCKET
|
||||
* library guys who in turn took them from the Winsock FAQ.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user