diff options
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/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/uavc.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/contrib/sepgsql/database.c b/contrib/sepgsql/database.c index 102c9c8012c..d49231a4b18 100644 --- a/contrib/sepgsql/database.c +++ b/contrib/sepgsql/database.c @@ -4,7 +4,7 @@ * * Routines corresponding to database objects * - * Copyright (c) 2010-2018, PostgreSQL Global Development Group + * Copyright (c) 2010-2019, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/dml.c b/contrib/sepgsql/dml.c index 9bdbd7b60f5..cc934b54afb 100644 --- a/contrib/sepgsql/dml.c +++ b/contrib/sepgsql/dml.c @@ -4,7 +4,7 @@ * * Routines to handle DML permission checks * - * Copyright (c) 2010-2018, PostgreSQL Global Development Group + * Copyright (c) 2010-2019, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/hooks.c b/contrib/sepgsql/hooks.c index 4249ed552c8..ebfa441b47a 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-2018, PostgreSQL Global Development Group + * Copyright (c) 2010-2019, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/label.c b/contrib/sepgsql/label.c index acffc468d28..db00b481228 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-2018, PostgreSQL Global Development Group + * Copyright (c) 2010-2019, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/launcher b/contrib/sepgsql/launcher index 45139f37504..fa449339db2 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-2018, PostgreSQL Global Development Group +# Copyright (c) 2010-2019, PostgreSQL Global Development Group # # ------------------------------------------------------------------------- diff --git a/contrib/sepgsql/proc.c b/contrib/sepgsql/proc.c index a4acfd92dae..94b9dbf6ecd 100644 --- a/contrib/sepgsql/proc.c +++ b/contrib/sepgsql/proc.c @@ -4,7 +4,7 @@ * * Routines corresponding to procedure objects * - * Copyright (c) 2010-2018, PostgreSQL Global Development Group + * Copyright (c) 2010-2019, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/relation.c b/contrib/sepgsql/relation.c index 312740c5983..42a4604f24b 100644 --- a/contrib/sepgsql/relation.c +++ b/contrib/sepgsql/relation.c @@ -4,7 +4,7 @@ * * Routines corresponding to relation/attribute objects * - * Copyright (c) 2010-2018, PostgreSQL Global Development Group + * Copyright (c) 2010-2019, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/schema.c b/contrib/sepgsql/schema.c index 7b098318eda..19ca6fa9b0f 100644 --- a/contrib/sepgsql/schema.c +++ b/contrib/sepgsql/schema.c @@ -4,7 +4,7 @@ * * Routines corresponding to schema objects * - * Copyright (c) 2010-2018, PostgreSQL Global Development Group + * Copyright (c) 2010-2019, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/selinux.c b/contrib/sepgsql/selinux.c index 47def00a460..fbc044e818c 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-2018, PostgreSQL Global Development Group + * Copyright (c) 2010-2019, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/sepgsql.h b/contrib/sepgsql/sepgsql.h index 99adfc522a3..a2d48d37c52 100644 --- a/contrib/sepgsql/sepgsql.h +++ b/contrib/sepgsql/sepgsql.h @@ -4,7 +4,7 @@ * * Definitions corresponding to SE-PostgreSQL * - * Copyright (c) 2010-2018, PostgreSQL Global Development Group + * Copyright (c) 2010-2019, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ diff --git a/contrib/sepgsql/uavc.c b/contrib/sepgsql/uavc.c index ea276ee0ccd..fce6e987854 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-2018, PostgreSQL Global Development Group + * Copyright (c) 2011-2019, PostgreSQL Global Development Group * * ------------------------------------------------------------------------- */ |