diff options
Diffstat (limited to 'src/interfaces/ecpg/preproc/parse.pl')
-rw-r--r-- | src/interfaces/ecpg/preproc/parse.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/parse.pl b/src/interfaces/ecpg/preproc/parse.pl index 86943ae2537..ad9aec63cb7 100644 --- a/src/interfaces/ecpg/preproc/parse.pl +++ b/src/interfaces/ecpg/preproc/parse.pl @@ -9,7 +9,7 @@ # --parser: the backend gram.y file to read (required, no default) # --output: where to write preproc.y (required, no default) # -# Copyright (c) 2007-2024, PostgreSQL Global Development Group +# Copyright (c) 2007-2025, PostgreSQL Global Development Group # # Written by Mike Aubury <mike.aubury@aubit.com> # Michael Meskes <meskes@postgresql.org> |