diff options
| author | Bruce Momjian | 2018-01-03 04:30:12 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2018-01-03 04:30:12 +0000 |
| commit | 9d4649ca49416111aee2c84b7e4441a0b7aa2fac (patch) | |
| tree | e2a7ca9692af92a1985e93cc8d9b93702b604e73 /src/backend/bootstrap | |
| parent | f9ccf92e16fc4d831d324c7f7ef347a0acdaef0a (diff) | |
Update copyright for 2018
Backpatch-through: certain files through 9.3
Diffstat (limited to 'src/backend/bootstrap')
| -rw-r--r-- | src/backend/bootstrap/bootparse.y | 2 | ||||
| -rw-r--r-- | src/backend/bootstrap/bootscanner.l | 2 | ||||
| -rw-r--r-- | src/backend/bootstrap/bootstrap.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/bootstrap/bootparse.y b/src/backend/bootstrap/bootparse.y index 2e1fef03504..8c52846a92e 100644 --- a/src/backend/bootstrap/bootparse.y +++ b/src/backend/bootstrap/bootparse.y @@ -4,7 +4,7 @@ * bootparse.y * yacc grammar for the "bootstrap" mode (BKI file format) * - * 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 * * diff --git a/src/backend/bootstrap/bootscanner.l b/src/backend/bootstrap/bootscanner.l index 5465217bc30..2ce6e524db1 100644 --- a/src/backend/bootstrap/bootscanner.l +++ b/src/backend/bootstrap/bootscanner.l @@ -4,7 +4,7 @@ * bootscanner.l * a lexical scanner for the bootstrap parser * - * 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 * * diff --git a/src/backend/bootstrap/bootstrap.c b/src/backend/bootstrap/bootstrap.c index 8287de97a2a..80860128fbe 100644 --- a/src/backend/bootstrap/bootstrap.c +++ b/src/backend/bootstrap/bootstrap.c @@ -4,7 +4,7 @@ * routines to support running postgres in 'bootstrap' mode * bootstrap mode is used to create the initial template database * - * 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 |
