diff options
| author | Bruce Momjian | 2015-01-06 16:43:47 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2015-01-06 16:43:47 +0000 |
| commit | 4baaf863eca5412e07a8441b3b7e7482b7a8b21a (patch) | |
| tree | cc846ecbd09b540bc7e8868db2dec202ff6c332e /src/include/common | |
| parent | adfc157dd91471e995f3aa72e0fb5b50ecd93575 (diff) | |
Update copyright for 2015
Backpatch certain files through 9.0
Diffstat (limited to 'src/include/common')
| -rw-r--r-- | src/include/common/fe_memutils.h | 2 | ||||
| -rw-r--r-- | src/include/common/relpath.h | 2 | ||||
| -rw-r--r-- | src/include/common/username.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/common/fe_memutils.h b/src/include/common/fe_memutils.h index 61c1b6fd2d..f7114c244f 100644 --- a/src/include/common/fe_memutils.h +++ b/src/include/common/fe_memutils.h @@ -2,7 +2,7 @@ * fe_memutils.h * memory management support for frontend code * - * Copyright (c) 2003-2014, PostgreSQL Global Development Group + * Copyright (c) 2003-2015, PostgreSQL Global Development Group * * src/include/common/fe_memutils.h */ diff --git a/src/include/common/relpath.h b/src/include/common/relpath.h index 4010c720f8..a263779871 100644 --- a/src/include/common/relpath.h +++ b/src/include/common/relpath.h @@ -3,7 +3,7 @@ * relpath.h * Declarations for GetRelationPath() and friends * - * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/common/relpath.h diff --git a/src/include/common/username.h b/src/include/common/username.h index 115d1ed450..8377ac52d5 100644 --- a/src/include/common/username.h +++ b/src/include/common/username.h @@ -2,7 +2,7 @@ * username.h * lookup effective username * - * Copyright (c) 2003-2014, PostgreSQL Global Development Group + * Copyright (c) 2003-2015, PostgreSQL Global Development Group * * src/include/common/username.h */ |
