From 8005133cd4ccf50474bfc8f185e91593965d6bd1 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sun, 16 Jan 2022 12:57:30 +0800 Subject: [PATCH] Update copyright year. --- LICENSE | 2 +- debian/copyright | 2 +- docs/conf.py | 2 +- hypopg--1.3.1--1.3.2.sql | 2 +- hypopg--1.3.1.sql | 2 +- hypopg--1.3.2.sql | 2 +- hypopg.c | 2 +- hypopg_index.c | 2 +- import/hypopg_import.c | 2 +- import/hypopg_import_index.c | 2 +- include/hypopg.h | 2 +- include/hypopg_import.h | 2 +- include/hypopg_import_index.h | 2 +- include/hypopg_index.h | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 1ed145e..d2632be 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Portions Copyright (c) 2015-2021, PostgreSQL GLobal Development Group +Portions Copyright (c) 2015-2022, PostgreSQL GLobal Development Group Portions Copyright (c) 1994, The Regents of the University of California diff --git a/debian/copyright b/debian/copyright index a978fb4..20aab17 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Portions Copyright (c) 2015-2021, PostgreSQL GLobal Development Group +Portions Copyright (c) 2015-2022, PostgreSQL GLobal Development Group Portions Copyright (c) 1994, The Regents of the University of California diff --git a/docs/conf.py b/docs/conf.py index 689ac91..5118637 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ master_doc = 'index' # General information about the project. project = 'HypoPG' -copyright = '2015-2021, Julien Rouhaud' +copyright = '2015-2022, Julien Rouhaud' author = 'Julien Rouhaud' # The version info for the project you're documenting, acts as replacement for diff --git a/hypopg--1.3.1--1.3.2.sql b/hypopg--1.3.1--1.3.2.sql index 35387ac..41b1f4d 100644 --- a/hypopg--1.3.1--1.3.2.sql +++ b/hypopg--1.3.1--1.3.2.sql @@ -1,7 +1,7 @@ -- This program is open source, licensed under the PostgreSQL License. -- For license terms, see the LICENSE file. -- --- Copyright (C) 2015-2021: Julien Rouhaud +-- Copyright (C) 2015-2022: Julien Rouhaud -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "ALTER EXTENSION hypopg" to load this file. \quit diff --git a/hypopg--1.3.1.sql b/hypopg--1.3.1.sql index 8462df6..978cf40 100644 --- a/hypopg--1.3.1.sql +++ b/hypopg--1.3.1.sql @@ -1,7 +1,7 @@ -- This program is open source, licensed under the PostgreSQL License. -- For license terms, see the LICENSE file. -- --- Copyright (C) 2015-2021: Julien Rouhaud +-- Copyright (C) 2015-2022: Julien Rouhaud -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION hypopg" to load this file. \quit diff --git a/hypopg--1.3.2.sql b/hypopg--1.3.2.sql index 8462df6..978cf40 100644 --- a/hypopg--1.3.2.sql +++ b/hypopg--1.3.2.sql @@ -1,7 +1,7 @@ -- This program is open source, licensed under the PostgreSQL License. -- For license terms, see the LICENSE file. -- --- Copyright (C) 2015-2021: Julien Rouhaud +-- Copyright (C) 2015-2022: Julien Rouhaud -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION hypopg" to load this file. \quit diff --git a/hypopg.c b/hypopg.c index 872d24c..cc81102 100644 --- a/hypopg.c +++ b/hypopg.c @@ -8,7 +8,7 @@ * This program is open source, licensed under the PostgreSQL license. * For license terms, see the LICENSE file. * - * Copyright (C) 2015-2021: Julien Rouhaud + * Copyright (C) 2015-2022: Julien Rouhaud * *------------------------------------------------------------------------- */ diff --git a/hypopg_index.c b/hypopg_index.c index 3b8a4c3..bf7ca38 100644 --- a/hypopg_index.c +++ b/hypopg_index.c @@ -8,7 +8,7 @@ * This program is open source, licensed under the PostgreSQL license. * For license terms, see the LICENSE file. * - * Copyright (C) 2015-2021: Julien Rouhaud + * Copyright (C) 2015-2022: Julien Rouhaud * *------------------------------------------------------------------------- */ diff --git a/import/hypopg_import.c b/import/hypopg_import.c index d21dfa0..5c11263 100644 --- a/import/hypopg_import.c +++ b/import/hypopg_import.c @@ -5,7 +5,7 @@ * This program is open source, licensed under the PostgreSQL license. * For license terms, see the LICENSE file. * - * Copyright (c) 2008-2021, PostgreSQL Global Development Group + * Copyright (c) 2008-2022, PostgreSQL Global Development Group * *------------------------------------------------------------------------- */ diff --git a/import/hypopg_import_index.c b/import/hypopg_import_index.c index 22e2902..2b5f4a7 100644 --- a/import/hypopg_import_index.c +++ b/import/hypopg_import_index.c @@ -6,7 +6,7 @@ * This program is open source, licensed under the PostgreSQL license. * For license terms, see the LICENSE file. * - * Copyright (c) 2008-2021, PostgreSQL Global Development Group + * Copyright (c) 2008-2022, PostgreSQL Global Development Group * *------------------------------------------------------------------------- */ diff --git a/include/hypopg.h b/include/hypopg.h index 0d47093..662acd6 100644 --- a/include/hypopg.h +++ b/include/hypopg.h @@ -5,7 +5,7 @@ * This program is open source, licensed under the PostgreSQL license. * For license terms, see the LICENSE file. * - * Copyright (C) 2015-2021: Julien Rouhaud + * Copyright (C) 2015-2022: Julien Rouhaud * *------------------------------------------------------------------------- */ diff --git a/include/hypopg_import.h b/include/hypopg_import.h index 0569190..98aedf3 100644 --- a/include/hypopg_import.h +++ b/include/hypopg_import.h @@ -5,7 +5,7 @@ * This program is open source, licensed under the PostgreSQL license. * For license terms, see the LICENSE file. * - * Copyright (c) 2008-2021, PostgreSQL Global Development Group + * Copyright (c) 2008-2022, PostgreSQL Global Development Group * *------------------------------------------------------------------------- */ diff --git a/include/hypopg_import_index.h b/include/hypopg_import_index.h index 9af3d2f..915f795 100644 --- a/include/hypopg_import_index.h +++ b/include/hypopg_import_index.h @@ -6,7 +6,7 @@ * This program is open source, licensed under the PostgreSQL license. * For license terms, see the LICENSE file. * - * Copyright (c) 2008-2021, PostgreSQL Global Development Group + * Copyright (c) 2008-2022, PostgreSQL Global Development Group * *------------------------------------------------------------------------- */ diff --git a/include/hypopg_index.h b/include/hypopg_index.h index a07b03e..06d2f9a 100644 --- a/include/hypopg_index.h +++ b/include/hypopg_index.h @@ -8,7 +8,7 @@ * This program is open source, licensed under the PostgreSQL license. * For license terms, see the LICENSE file. * - * Copyright (C) 2015-2021: Julien Rouhaud + * Copyright (C) 2015-2022: Julien Rouhaud * *------------------------------------------------------------------------- */