diff options
| author | Bruce Momjian | 2023-01-02 20:00:37 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2023-01-02 20:00:37 +0000 |
| commit | c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch) | |
| tree | bc2e271d4b902b97d9dee7870b138d5750aa86db /src/backend/bootstrap | |
| parent | 325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff) | |
Update copyright for 2023
Backpatch-through: 11
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 | ||||
| -rw-r--r-- | src/backend/bootstrap/meson.build | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/bootstrap/bootparse.y b/src/backend/bootstrap/bootparse.y index e6d62d81c17..86804bb598e 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-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, 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 d6eae84816b..6a9d4193f2c 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-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, 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 d623ad9d50d..49e956b2c57 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-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/backend/bootstrap/meson.build b/src/backend/bootstrap/meson.build index bcc6fbad5bd..aa18de6ba6c 100644 --- a/src/backend/bootstrap/meson.build +++ b/src/backend/bootstrap/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022, PostgreSQL Global Development Group +# Copyright (c) 2022-2023, PostgreSQL Global Development Group backend_sources += files( 'bootstrap.c') |
