OSDN Git Service

Change copyright year to 2019
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 17 Jan 2019 03:11:17 +0000 (12:11 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 17 Jan 2019 04:03:01 +0000 (13:03 +0900)
13 files changed:
COPYRIGHT
COPYRIGHT.postgresql
Makefile
SPECS/pg_hint_plan10.spec
core.c
doc/hint_list-ja.html
doc/hint_list.html
doc/pg_hint_plan-ja.html
doc/pg_hint_plan.html
make_join_rel.c
normalize_query.h
pg_hint_plan.c
pg_stat_statements.c

index 631bdc8..2778cb9 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 9ca2620..b10da58 100644 (file)
@@ -2,7 +2,7 @@ core.c and make_join_rel.c are parts of PostgreSQL Database Management System.
 (formerly known as Postgres, then as Postgres95)
 Copyright holders of those files are following organizations:
 
-Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
 
 Portions Copyright (c) 1994, The Regents of the University of California
 
index 64bacf5..da76369 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 #
 # pg_hint_plan: Makefile
 #
-# Copyright (c) 2012-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+# Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
 #
 
 MODULES = pg_hint_plan
index b7d4774..5586121 100644 (file)
@@ -1,5 +1,5 @@
-# SPEC file for pg_hint_plans
-# Copyright(C) 2018 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+# SPEC file for pg_hint_plan
+# Copyright(C) 2019 NIPPON TELEGRAPH AND TELEPHONE CORPORATION
 
 %define _pgdir   /usr/pgsql-10
 %define _bindir  %{_pgdir}/bin
@@ -11,7 +11,7 @@
   %define _sourcedir %(echo ${MAKE_ROOT})
 %endif
 
-## Set general information for pg_store_plans.
+## Set general information for pg_hint_plan.
 Summary:    Optimizer hint on PostgreSQL 10
 Name:       pg_hint_plan10
 Version:    1.3.2
diff --git a/core.c b/core.c
index 4ca915d..48c9410 100644 (file)
--- a/core.c
+++ b/core.c
@@ -45,7 +45,7 @@
  *     restriction_is_constant_false()
  *
  *
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index 456e7a1..548533b 100755 (executable)
@@ -108,6 +108,6 @@ PostgreSQL 9.2以降で動作します。</td></tr>
   <a href="hint_list-ja.html">Appendix A. ヒント句一覧</a>
 </div>
 
-<p class="footer">Copyright (c) 2012-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
+<p class="footer">Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
 </body>
 </html>
index 8dc3bbc..512ec50 100755 (executable)
@@ -88,6 +88,6 @@
   <a href="hint_list-ja.html">Appendix A. hints list</a>
 </div>
 
-<p class="footer">Copyright (c) 2012-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
+<p class="footer">Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
 </body>
 </html>
index 3f1d119..bb1bd67 100755 (executable)
@@ -695,6 +695,6 @@ pg_hint_plan 1.3 は PostgreSQL 10 のみをサポートします。
   <a href="pg_hint_plan-ja.html">pg_hint_plan</a>
 </div>
 
-<p class="footer">Copyright (c) 2012-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
+<p class="footer">Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
 </body>
 </html>
index 404a176..9ce7a9a 100755 (executable)
@@ -502,6 +502,6 @@ pg_hint_plan 1.3 requires PostgreSQL 10.
   <a href="pg_hint_plan.html">pg_hint_plan</a>
 </div>
 
-<p class="footer">Copyright (c) 2012-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
+<p class="footer">Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
 </body>
 </html>
index 3763bf4..8858d4a 100644 (file)
@@ -7,8 +7,8 @@
  * src/backend/optimizer/path/joinrels.c
  *     make_join_rel()
  *
- * Portions Copyright (c) 2013-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
- * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+ * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *-------------------------------------------------------------------------
index fab1e6b..9929056 100644 (file)
@@ -6,7 +6,7 @@
  * This header file is created from pg_stat_statements.c to implement
  * normalization of query string.
  *
- * Portions Copyright (c) 2008-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2008-2019, PostgreSQL Global Development Group
  */
 #ifndef NORMALIZE_QUERY_H
 #define NORMALIZE_QUERY_H
index 0d6325c..f70d7a4 100644 (file)
@@ -3,7 +3,7 @@
  * pg_hint_plan.c
  *               hinting on how to execute a query for PostgreSQL
  *
- * Copyright (c) 2012-2017, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+ * Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
  *
  *-------------------------------------------------------------------------
  */
index 8f74903..b8c6ef8 100644 (file)
@@ -4,7 +4,7 @@
  * 
  * Part of pg_stat_statements.c in PostgreSQL 10.
  *
- * Copyright (c) 2008-2017, PostgreSQL Global Development Group
+ * Copyright (c) 2008-2019, PostgreSQL Global Development Group
  *
  *-------------------------------------------------------------------------
  */