mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Update copyright for 2016
Backpatch certain files through 9.1
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
 *		parse analysis for optimizable statements
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/analyze.h
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@
 | 
			
		||||
 * outside the core parser should be in parser.h.
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/gramparse.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *	  lexical token lookup for key words in PostgreSQL
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/keywords.h
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
 * by the PG_KEYWORD macro, which is not defined in this file; it can
 | 
			
		||||
 * be defined by the caller for special purposes.
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * IDENTIFICATION
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
 * parse_agg.h
 | 
			
		||||
 *	  handle aggregates and window functions in parser
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_agg.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *	  handle clauses in parser
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_clause.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *	Routines for type coercion.
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_coerce.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *	Routines for assigning collation information.
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_collate.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *	  handle CTEs (common table expressions) in parser
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_cte.h
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
 * parse_expr.h
 | 
			
		||||
 *	  handle expressions in parser
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_expr.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_func.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *		Internal definitions for parser
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_node.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *		handle operator things for parser
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_oper.h
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
 * parse_param.h
 | 
			
		||||
 *	  handle parameters in parser
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_param.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *	  prototypes for parse_relation.c.
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_relation.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *	  handle target lists
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_target.h
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
 * parse_type.h
 | 
			
		||||
 *		handle type operations for parser
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_type.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *		parse analysis for utility commands
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parse_utilcmd.h
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
 *
 | 
			
		||||
 * This is the external API for the raw lexing/parsing functions.
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parser.h
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
 *	  parse trees.
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/parsetree.h
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@
 | 
			
		||||
 * higher-level API provided by parser.h.
 | 
			
		||||
 *
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/scanner.h
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
 *	  scanner support routines.  used by both the bootstrap lexer
 | 
			
		||||
 * as well as the normal lexer
 | 
			
		||||
 *
 | 
			
		||||
 * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 | 
			
		||||
 * Portions Copyright (c) 1994, Regents of the University of California
 | 
			
		||||
 *
 | 
			
		||||
 * src/include/parser/scansup.h
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user