diff options
| author | Bruce Momjian | 2022-01-08 00:04:57 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2022-01-08 00:04:57 +0000 |
| commit | 27b77ecf9f4d5be211900eda54d8155ada50d696 (patch) | |
| tree | 63b0c8a1c05e6fa3c0314212f64bc1cc6d26d6a6 /src/test/isolation | |
| parent | c3879a7b4c87344d804483234a7278a68e8248d9 (diff) | |
Update copyright for 2022
Backpatch-through: 10
Diffstat (limited to 'src/test/isolation')
| -rw-r--r-- | src/test/isolation/isolation_main.c | 2 | ||||
| -rw-r--r-- | src/test/isolation/isolationtester.h | 2 | ||||
| -rw-r--r-- | src/test/isolation/specparse.y | 2 | ||||
| -rw-r--r-- | src/test/isolation/specscanner.l | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/test/isolation/isolation_main.c b/src/test/isolation/isolation_main.c index eff9c4f2dfe..31a0e6b709d 100644 --- a/src/test/isolation/isolation_main.c +++ b/src/test/isolation/isolation_main.c @@ -2,7 +2,7 @@ * * isolation_main --- pg_regress test launcher for isolation tests * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/test/isolation/isolation_main.c diff --git a/src/test/isolation/isolationtester.h b/src/test/isolation/isolationtester.h index 5f300219c20..e00bc6b816b 100644 --- a/src/test/isolation/isolationtester.h +++ b/src/test/isolation/isolationtester.h @@ -3,7 +3,7 @@ * isolationtester.h * include file for isolation tests * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/test/isolation/specparse.y b/src/test/isolation/specparse.y index c25aa1a73fa..eb368184b8b 100644 --- a/src/test/isolation/specparse.y +++ b/src/test/isolation/specparse.y @@ -4,7 +4,7 @@ * specparse.y * bison grammar for the isolation test file format * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * *------------------------------------------------------------------------- diff --git a/src/test/isolation/specscanner.l b/src/test/isolation/specscanner.l index d9fa6a5b54a..aa6e89268ef 100644 --- a/src/test/isolation/specscanner.l +++ b/src/test/isolation/specscanner.l @@ -4,7 +4,7 @@ * specscanner.l * a lexical scanner for an isolation test specification * - * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * *------------------------------------------------------------------------- |
