1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-03 09:13:20 +03:00

Update copyright for 2018

Backpatch-through: certain files through 9.3
This commit is contained in:
Bruce Momjian
2018-01-02 23:30:12 -05:00
parent f9ccf92e16
commit 9d4649ca49
1638 changed files with 1648 additions and 1648 deletions

View File

@@ -2,7 +2,7 @@
#
# Makefile for ecpg compatibility library
#
# 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/interfaces/ecpg/compatlib/Makefile

View File

@@ -2,7 +2,7 @@
#
# Makefile for ecpg library
#
# 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/interfaces/ecpg/ecpglib/Makefile

View File

@@ -5,7 +5,7 @@
*
* XXX keep this in sync with src/include/catalog/pg_type.h
*
* 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/interfaces/ecpg/ecpglib/pg_type.h

View File

@@ -2,7 +2,7 @@
#
# Makefile for ecpg pgtypes library
#
# 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/interfaces/ecpg/pgtypeslib/Makefile

View File

@@ -2,7 +2,7 @@
#
# Makefile for src/interfaces/ecpg/preproc
#
# Copyright (c) 1998-2017, PostgreSQL Global Development Group
# Copyright (c) 1998-2018, PostgreSQL Global Development Group
#
# src/interfaces/ecpg/preproc/Makefile
#

View File

@@ -3,7 +3,7 @@
# test parser generater for ecpg
# call with backend parser as stdin
#
# Copyright (c) 2009-2017, PostgreSQL Global Development Group
# Copyright (c) 2009-2018, PostgreSQL Global Development Group
#
# Written by Michael Meskes <meskes@postgresql.org>
# Andy Colson <andy@squeakycode.net>

View File

@@ -1,7 +1,7 @@
/* src/interfaces/ecpg/preproc/ecpg.c */
/* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
/* Copyright (c) 1996-2017, PostgreSQL Global Development Group */
/* Copyright (c) 1996-2018, PostgreSQL Global Development Group */
#include "postgres_fe.h"

View File

@@ -4,7 +4,7 @@
* lexical token lookup for key words in PostgreSQL
*
*
* 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
*
*

View File

@@ -3,7 +3,7 @@
# parser generater for ecpg version 2
# call with backend parser as stdin
#
# Copyright (c) 2007-2017, PostgreSQL Global Development Group
# Copyright (c) 2007-2018, PostgreSQL Global Development Group
#
# Written by Mike Aubury <mike.aubury@aubit.com>
# Michael Meskes <meskes@postgresql.org>

View File

@@ -7,7 +7,7 @@
* need to bother with re-entrant interfaces.
*
*
* 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

View File

@@ -7,7 +7,7 @@
* This is a modified version of src/backend/parser/scan.l
*
*
* 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
*
*

View File

@@ -8,7 +8,7 @@
*
* This code is released under the terms of the PostgreSQL License.
*
* 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/interfaces/ecpg/test/pg_regress_ecpg.c