Skip to content

Commit 92eb5dc

Browse files
uchi-hhoriguti
authored andcommitted
Update copyright year of files
1 parent 8ed0a7f commit 92eb5dc

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Copyright (c) 2009-2024, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
1+
Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
22

3-
Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
3+
Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
44
Portions Copyright (c) 1994, The Regents of the University of California
55

66
Redistribution and use in source and binary forms, with or without

SPECS/pg_store_plans17.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPEC file for pg_store_plans
2-
# Copyright(c) 2024, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2+
# Copyright(c) 2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
33

44
%define _pgdir /usr/pgsql-17
55
%define _bindir %{_pgdir}/bin

pg_store_plans.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
* them of the latest execution. Entry eviction is done in the same
2323
* way to pg_stat_statements.
2424
*
25-
* Copyright (c) 2008-2024, PostgreSQL Global Development Group
26-
* Copyright (c) 2012-2024, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
25+
* Copyright (c) 2008-2025, PostgreSQL Global Development Group
26+
* Copyright (c) 2012-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2727
*
2828
* IDENTIFICATION
2929
* pg_store_plans/pg_store_plans.c

pgsp_explain.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
*
33
* pgsp_explain.c: extracted code from explain.c for explain of triggers.
44
*
5-
* Copyright (c) 2008-2024, PostgreSQL Global Development Group
6-
* Copyright (c) 2012-2024, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2008-2025, PostgreSQL Global Development Group
6+
* Copyright (c) 2012-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
77
*
88
* IDENTIFICATION
99
* pg_store_plans/pgsp_explain.c

pgsp_explain.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
*
33
* pgsp_explain.h: extracted code from explain.c for explain of triggers.
44
*
5-
* Copyright (c) 2008-2024, PostgreSQL Global Development Group
6-
* Copyright (c) 2012-2024, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2008-2025, PostgreSQL Global Development Group
6+
* Copyright (c) 2012-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
77
*
88
* IDENTIFICATION
99
* pg_store_plans/pgsp_explain.h

pgsp_json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pgsp_json.c: Plan handler for JSON/XML/YAML style plans
44
*
5-
* Copyright (c) 2012-2024, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2012-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
* IDENTIFICATION
88
* pg_store_plans/pgsp_json.c

pgsp_json.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pgsp_json.h: Definitions of plan handler for JSON/XML/YAML style plans
44
*
5-
* Copyright (c) 2012-2024, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2012-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
* IDENTIFICATION
88
* pg_store_plans/pgsp_json.h

pgsp_json_int.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pgsp_json_int.h: Definitions for internal use for pgsp_json.c
44
*
5-
* Copyright (c) 2012-2024, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2012-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
* IDENTIFICATION
88
* pg_store_plans/pgsp_json_int.h

pgsp_json_text.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pgsp_json_text.h: Text plan generator for pg_store_plans.
44
*
5-
* Copyright (c) 2012-2024, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2012-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
* IDENTIFICATION
88
* pg_store_plans/pgsp_json_text.c

pgsp_json_text.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* pgsp_json_text.h: Defenitions for text plan generator for pg_store_plans.
44
*
5-
* Copyright (c) 2012-2024, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5+
* Copyright (c) 2012-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
66
*
77
* IDENTIFICATION
88
* pg_store_plans/pgsp_json_text.h

0 commit comments

Comments
 (0)