diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-01-02 23:30:12 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-01-02 23:30:12 -0500 |
commit | 9d4649ca49416111aee2c84b7e4441a0b7aa2fac (patch) | |
tree | e2a7ca9692af92a1985e93cc8d9b93702b604e73 /src/bin/psql/variables.h | |
parent | f9ccf92e16fc4d831d324c7f7ef347a0acdaef0a (diff) | |
download | postgresql-9d4649ca49416111aee2c84b7e4441a0b7aa2fac.tar.gz postgresql-9d4649ca49416111aee2c84b7e4441a0b7aa2fac.zip |
Update copyright for 2018
Backpatch-through: certain files through 9.3
Diffstat (limited to 'src/bin/psql/variables.h')
-rw-r--r-- | src/bin/psql/variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/variables.h b/src/bin/psql/variables.h index 02d85b1bc2e..03af11197ca 100644 --- a/src/bin/psql/variables.h +++ b/src/bin/psql/variables.h @@ -1,7 +1,7 @@ /* * psql - the PostgreSQL interactive terminal * - * Copyright (c) 2000-2017, PostgreSQL Global Development Group + * Copyright (c) 2000-2018, PostgreSQL Global Development Group * * This implements a sort of variable repository. One could also think of it * as a cheap version of an associative array. Each variable has a string |