Update copyright year.

This commit is contained in:
Julien Rouhaud 2024-04-28 09:18:01 +08:00
parent 8943fd0831
commit 6e1a46d4cc
14 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
Portions Copyright (c) 2015-2023, PostgreSQL GLobal Development Group
Portions Copyright (c) 2015-2024, PostgreSQL GLobal Development Group
Portions Copyright (c) 1994, The Regents of the University of California

2
debian/copyright vendored
View file

@ -1,4 +1,4 @@
Portions Copyright (c) 2015-2023, PostgreSQL GLobal Development Group
Portions Copyright (c) 2015-2024, PostgreSQL GLobal Development Group
Portions Copyright (c) 1994, The Regents of the University of California

View file

@ -50,7 +50,7 @@ master_doc = 'index'
# General information about the project.
project = 'HypoPG'
copyright = '2015-2023, Julien Rouhaud'
copyright = '2015-2024, Julien Rouhaud'
author = 'Julien Rouhaud'
# The version info for the project you're documenting, acts as replacement for

View file

@ -1,7 +1,7 @@
-- This program is open source, licensed under the PostgreSQL License.
-- For license terms, see the LICENSE file.
--
-- Copyright (C) 2015-2023: Julien Rouhaud
-- Copyright (C) 2015-2024: Julien Rouhaud
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "ALTER EXTENSION hypopg" to load this file. \quit
@ -47,4 +47,4 @@ AS
SELECT hl.*, true AS is_hypo
FROM hypopg_hidden_indexes() hi
JOIN hypopg_list_indexes hl on hl.indexrelid = hi.indexid
ORDER BY index_name;
ORDER BY index_name;

View file

@ -1,7 +1,7 @@
-- This program is open source, licensed under the PostgreSQL License.
-- For license terms, see the LICENSE file.
--
-- Copyright (C) 2015-2023: Julien Rouhaud
-- Copyright (C) 2015-2024: Julien Rouhaud
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION hypopg" to load this file. \quit

View file

@ -1,7 +1,7 @@
-- This program is open source, licensed under the PostgreSQL License.
-- For license terms, see the LICENSE file.
--
-- Copyright (C) 2015-2023: Julien Rouhaud
-- Copyright (C) 2015-2024: Julien Rouhaud
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION hypopg" to load this file. \quit
@ -102,4 +102,4 @@ AS
SELECT hl.*, true AS is_hypo
FROM hypopg_hidden_indexes() hi
JOIN hypopg_list_indexes hl on hl.indexrelid = hi.indexid
ORDER BY index_name;
ORDER BY index_name;

View file

@ -8,7 +8,7 @@
* This program is open source, licensed under the PostgreSQL license.
* For license terms, see the LICENSE file.
*
* Copyright (C) 2015-2023: Julien Rouhaud
* Copyright (C) 2015-2024: Julien Rouhaud
*
*-------------------------------------------------------------------------
*/

View file

@ -8,7 +8,7 @@
* This program is open source, licensed under the PostgreSQL license.
* For license terms, see the LICENSE file.
*
* Copyright (C) 2015-2023: Julien Rouhaud
* Copyright (C) 2015-2024: Julien Rouhaud
*
*-------------------------------------------------------------------------
*/

View file

@ -5,7 +5,7 @@
* This program is open source, licensed under the PostgreSQL license.
* For license terms, see the LICENSE file.
*
* Copyright (c) 2008-2023, PostgreSQL Global Development Group
* Copyright (c) 2008-2024, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View file

@ -6,7 +6,7 @@
* This program is open source, licensed under the PostgreSQL license.
* For license terms, see the LICENSE file.
*
* Copyright (c) 2008-2023, PostgreSQL Global Development Group
* Copyright (c) 2008-2024, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View file

@ -5,7 +5,7 @@
* This program is open source, licensed under the PostgreSQL license.
* For license terms, see the LICENSE file.
*
* Copyright (C) 2015-2023: Julien Rouhaud
* Copyright (C) 2015-2024: Julien Rouhaud
*
*-------------------------------------------------------------------------
*/

View file

@ -5,7 +5,7 @@
* This program is open source, licensed under the PostgreSQL license.
* For license terms, see the LICENSE file.
*
* Copyright (c) 2008-2023, PostgreSQL Global Development Group
* Copyright (c) 2008-2024, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View file

@ -6,7 +6,7 @@
* This program is open source, licensed under the PostgreSQL license.
* For license terms, see the LICENSE file.
*
* Copyright (c) 2008-2023, PostgreSQL Global Development Group
* Copyright (c) 2008-2024, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/

View file

@ -8,7 +8,7 @@
* This program is open source, licensed under the PostgreSQL license.
* For license terms, see the LICENSE file.
*
* Copyright (C) 2015-2023: Julien Rouhaud
* Copyright (C) 2015-2024: Julien Rouhaud
*
*-------------------------------------------------------------------------
*/