diff options
| author | Bruce Momjian <bruce@momjian.us> | 2026-01-01 13:24:10 -0500 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2026-01-01 13:24:10 -0500 |
| commit | 451c43974f8e199097d97624a4952ad0973cea61 (patch) | |
| tree | 8a36348c0999fd7aebb2c4d2b344f6462faf3838 /contrib/sepgsql | |
| parent | f3c9e341cdf167ae3378e74e770558e81f9aa48e (diff) | |
Update copyright for 2026HEADorigin/masterorigin/HEADmaster
Backpatch-through: 14
Diffstat (limited to 'contrib/sepgsql')
| -rw-r--r-- | contrib/sepgsql/database.c | 2 | ||||
| -rw-r--r-- | contrib/sepgsql/dml.c | 2 | ||||
| -rw-r--r-- | contrib/sepgsql/hooks.c | 2 | ||||
| -rw-r--r-- | contrib/sepgsql/label.c | 2 | ||||
| -rwxr-xr-x | contrib/sepgsql/launcher | 2 | ||||
| -rw-r--r-- | contrib/sepgsql/meson.build | 2 | ||||
| -rw-r--r-- | contrib/sepgsql/proc.c | 2 | ||||
| -rw-r--r-- | contrib/sepgsql/relation.c | 2 | ||||
| -rw-r--r-- | contrib/sepgsql/schema.c | 2 | ||||
| -rw-r--r-- | contrib/sepgsql/selinux.c | 2 | ||||
| -rw-r--r-- | contrib/sepgsql/sepgsql.h | 2 | ||||
| -rw-r--r-- | contrib/sepgsql/t/001_sepgsql.pl | 2 | ||||
| -rw-r--r-- | contrib/sepgsql/uavc.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/contrib/sepgsql/database.c b/contrib/sepgsql/database.c index c4ed6464369..451c061f5ad 100644 --- a/contrib/sepgsql/database.c +++ b/contrib/sepgsql/database.c @@ -4,7 +4,7 @@ * * Routines corresponding to database objects * - * Copyright (c) 2010-2025, PostgreSQL Global Development Group + * Copyright (c) 2010-2026, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/dml.c b/contrib/sepgsql/dml.c index b437007d671..b44d09e447f 100644 --- a/contrib/sepgsql/dml.c +++ b/contrib/sepgsql/dml.c @@ -4,7 +4,7 @@ * * Routines to handle DML permission checks * - * Copyright (c) 2010-2025, PostgreSQL Global Development Group + * Copyright (c) 2010-2026, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/hooks.c b/contrib/sepgsql/hooks.c index 7aff15c6aec..9bbc9e069c0 100644 --- a/contrib/sepgsql/hooks.c +++ b/contrib/sepgsql/hooks.c @@ -4,7 +4,7 @@ * * Entrypoints of the hooks in PostgreSQL, and dispatches the callbacks. * - * Copyright (c) 2010-2025, PostgreSQL Global Development Group + * Copyright (c) 2010-2026, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/label.c b/contrib/sepgsql/label.c index 978067e0391..01c2074a0ed 100644 --- a/contrib/sepgsql/label.c +++ b/contrib/sepgsql/label.c @@ -4,7 +4,7 @@ * * Routines to support SELinux labels (security context) * - * Copyright (c) 2010-2025, PostgreSQL Global Development Group + * Copyright (c) 2010-2026, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/launcher b/contrib/sepgsql/launcher index 911e082fdee..0e8294b4705 100755 --- a/contrib/sepgsql/launcher +++ b/contrib/sepgsql/launcher @@ -2,7 +2,7 @@ # # A wrapper script to launch psql command in regression test # -# Copyright (c) 2010-2025, PostgreSQL Global Development Group +# Copyright (c) 2010-2026, PostgreSQL Global Development Group # # ------------------------------------------------------------------------- diff --git a/contrib/sepgsql/meson.build b/contrib/sepgsql/meson.build index 6bf69783729..70f9d768630 100644 --- a/contrib/sepgsql/meson.build +++ b/contrib/sepgsql/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2025, PostgreSQL Global Development Group +# Copyright (c) 2022-2026, PostgreSQL Global Development Group if not selinux.found() subdir_done() diff --git a/contrib/sepgsql/proc.c b/contrib/sepgsql/proc.c index 0d2723d4459..2cf8039c704 100644 --- a/contrib/sepgsql/proc.c +++ b/contrib/sepgsql/proc.c @@ -4,7 +4,7 @@ * * Routines corresponding to procedure objects * - * Copyright (c) 2010-2025, PostgreSQL Global Development Group + * Copyright (c) 2010-2026, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/relation.c b/contrib/sepgsql/relation.c index 528a529d456..5c61e1f4c81 100644 --- a/contrib/sepgsql/relation.c +++ b/contrib/sepgsql/relation.c @@ -4,7 +4,7 @@ * * Routines corresponding to relation/attribute objects * - * Copyright (c) 2010-2025, PostgreSQL Global Development Group + * Copyright (c) 2010-2026, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/schema.c b/contrib/sepgsql/schema.c index f85e544bef4..3f9fce3eadd 100644 --- a/contrib/sepgsql/schema.c +++ b/contrib/sepgsql/schema.c @@ -4,7 +4,7 @@ * * Routines corresponding to schema objects * - * Copyright (c) 2010-2025, PostgreSQL Global Development Group + * Copyright (c) 2010-2026, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/selinux.c b/contrib/sepgsql/selinux.c index fcdcf8072d4..d9313737a08 100644 --- a/contrib/sepgsql/selinux.c +++ b/contrib/sepgsql/selinux.c @@ -5,7 +5,7 @@ * Interactions between userspace and selinux in kernelspace, * using libselinux api. * - * Copyright (c) 2010-2025, PostgreSQL Global Development Group + * Copyright (c) 2010-2026, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/sepgsql.h b/contrib/sepgsql/sepgsql.h index 678d1ffab45..b97f18b1aac 100644 --- a/contrib/sepgsql/sepgsql.h +++ b/contrib/sepgsql/sepgsql.h @@ -4,7 +4,7 @@ * * Definitions corresponding to SE-PostgreSQL * - * Copyright (c) 2010-2025, PostgreSQL Global Development Group + * Copyright (c) 2010-2026, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/t/001_sepgsql.pl b/contrib/sepgsql/t/001_sepgsql.pl index f5e4645e4e6..2ef7192f5f3 100644 --- a/contrib/sepgsql/t/001_sepgsql.pl +++ b/contrib/sepgsql/t/001_sepgsql.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2024-2025, PostgreSQL Global Development Group +# Copyright (c) 2024-2026, PostgreSQL Global Development Group use strict; use warnings FATAL => 'all'; diff --git a/contrib/sepgsql/uavc.c b/contrib/sepgsql/uavc.c index 5e57971bb4d..1c201666f99 100644 --- a/contrib/sepgsql/uavc.c +++ b/contrib/sepgsql/uavc.c @@ -6,7 +6,7 @@ * access control decisions recently used, and reduce number of kernel * invocations to avoid unnecessary performance hit. * - * Copyright (c) 2011-2025, PostgreSQL Global Development Group + * Copyright (c) 2011-2026, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ |
