diff options
| author | Bruce Momjian | 2025-01-01 16:21:55 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2025-01-01 16:21:55 +0000 |
| commit | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (patch) | |
| tree | afa997a1b8df3ed53e220af8374e637cd5de5c5a /src/test/isolation | |
| parent | 98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff) | |
Update copyright for 2025
Backpatch-through: 13
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/meson.build | 2 | ||||
| -rw-r--r-- | src/test/isolation/specparse.y | 2 | ||||
| -rw-r--r-- | src/test/isolation/specscanner.l | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/test/isolation/isolation_main.c b/src/test/isolation/isolation_main.c index 8b108a31b11..a13f9cdcaf7 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-2024, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2025, 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 fca67106153..1ef14dc9909 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-2024, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION diff --git a/src/test/isolation/meson.build b/src/test/isolation/meson.build index 1082887a44a..a180e4e2741 100644 --- a/src/test/isolation/meson.build +++ b/src/test/isolation/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024, PostgreSQL Global Development Group +# Copyright (c) 2022-2025, PostgreSQL Global Development Group # pg_regress_c helpfully provided by regress/meson.build diff --git a/src/test/isolation/specparse.y b/src/test/isolation/specparse.y index 788069d1ba5..98949a446e5 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-2024, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2025, 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 a643002804a..068a77836c9 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-2024, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * *------------------------------------------------------------------------- |
