mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Update copyrights for 2020
Backpatch-through: update all files in master, backpatch legal files through 9.4
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* brinfuncs.c
|
||||
* Functions to investigate BRIN indexes
|
||||
*
|
||||
* Copyright (c) 2014-2019, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2014-2020, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* contrib/pageinspect/brinfuncs.c
|
||||
|
@ -9,7 +9,7 @@
|
||||
* there's hardly any use case for using these without superuser-rights
|
||||
* anyway.
|
||||
*
|
||||
* Copyright (c) 2007-2019, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2007-2020, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* contrib/pageinspect/fsmfuncs.c
|
||||
|
@ -2,7 +2,7 @@
|
||||
* ginfuncs.c
|
||||
* Functions to investigate the content of GIN indexes
|
||||
*
|
||||
* Copyright (c) 2014-2019, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2014-2020, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* contrib/pageinspect/ginfuncs.c
|
||||
|
@ -2,7 +2,7 @@
|
||||
* hashfuncs.c
|
||||
* Functions to investigate the content of HASH indexes
|
||||
*
|
||||
* Copyright (c) 2017-2019, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2017-2020, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* contrib/pageinspect/hashfuncs.c
|
||||
|
@ -15,7 +15,7 @@
|
||||
* there's hardly any use case for using these without superuser-rights
|
||||
* anyway.
|
||||
*
|
||||
* Copyright (c) 2007-2019, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2007-2020, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* contrib/pageinspect/heapfuncs.c
|
||||
|
@ -3,7 +3,7 @@
|
||||
* pageinspect.h
|
||||
* Common functions for pageinspect.
|
||||
*
|
||||
* Copyright (c) 2017-2019, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2017-2020, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* contrib/pageinspect/pageinspect.h
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
* Access-method specific inspection functions are in separate files.
|
||||
*
|
||||
* Copyright (c) 2007-2019, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2007-2020, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* contrib/pageinspect/rawpage.c
|
||||
|
Reference in New Issue
Block a user