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 /contrib/seg | |
| parent | 325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff) | |
Update copyright for 2023
Backpatch-through: 11
Diffstat (limited to 'contrib/seg')
| -rw-r--r-- | contrib/seg/meson.build | 2 | ||||
| -rwxr-xr-x | contrib/seg/seg-validate.pl | 2 | ||||
| -rwxr-xr-x | contrib/seg/sort-segments.pl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/seg/meson.build b/contrib/seg/meson.build index 200a67f4453..0395f7609f0 100644 --- a/contrib/seg/meson.build +++ b/contrib/seg/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022, PostgreSQL Global Development Group +# Copyright (c) 2022-2023, PostgreSQL Global Development Group seg_sources = files( 'seg.c', diff --git a/contrib/seg/seg-validate.pl b/contrib/seg/seg-validate.pl index 3d27492f8cc..00bc23aa955 100755 --- a/contrib/seg/seg-validate.pl +++ b/contrib/seg/seg-validate.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (c) 2021-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, PostgreSQL Global Development Group use strict; use warnings; diff --git a/contrib/seg/sort-segments.pl b/contrib/seg/sort-segments.pl index 67a227bdb2b..3cc21a3ba04 100755 --- a/contrib/seg/sort-segments.pl +++ b/contrib/seg/sort-segments.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (c) 2021-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, PostgreSQL Global Development Group # this script will sort any table with the segment data type in its last column |
