OSDN Git Service

Add the LICENSE file and update copyright notice of all files
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 8 Jan 2019 04:11:36 +0000 (13:11 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 8 Jan 2019 04:31:39 +0000 (13:31 +0900)
The LICENSE file is added to explicitly declare copyright notice of
this software. Updated copyright notice on each files along with.

LICENSE [new file with mode: 0644]
pg_store_plans.c
pgsp_explain.c
pgsp_explain.h
pgsp_json.c
pgsp_json.h
pgsp_json_int.h
pgsp_json_text.c
pgsp_json_text.h

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..513b8f2
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,28 @@
+Copyright (c) 2009-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+
+Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
+Portions Copyright (c) 1994, The Regents of the University of California
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+    * Neither the name of the NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+      (NTT) nor the names of its contributors may be used to endorse or
+      promote products derived from this software without specific prior
+      written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
index 4944772..dc59c12 100644 (file)
@@ -22,8 +22,8 @@
  * them of the latest execution. Entry eviction is done in the same
  * way to pg_stat_statements.
  *
- * Copyright (c) 2008-2016, PostgreSQL Global Development Group
- * Copyright (c) 2012-2016, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+ * Copyright (c) 2008-2019, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
  *
  * IDENTIFICATION
  *       pg_store_plan/pg_store_plan.c
index 15fabe8..da11ca5 100644 (file)
@@ -2,8 +2,8 @@
  *
  * pgsp_explain.c: extracted code from explain.c for explain of triggers.
  *
- * Copyright (c) 2008-2016, PostgreSQL Global Development Group
- * Copyright (c) 2012-2016, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+ * Copyright (c) 2008-2019, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
  *
  * IDENTIFICATION
  *       pg_store_plan/pgsp_explain.c
index 182b4bb..bbf649f 100644 (file)
@@ -2,8 +2,8 @@
  *
  * pgsp_explain.h: extracted code from explain.c for explain of triggers.
  *
- * Copyright (c) 2008-2016, PostgreSQL Global Development Group
- * Copyright (c) 2012-2016, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+ * Copyright (c) 2008-2019, PostgreSQL Global Development Group
+ * Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
  *
  * IDENTIFICATION
  *       pg_store_plan/pgsp_explain.h
index 6afdc40..b74dc18 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pgsp_json.c: Plan handler for JSON/XML/YAML style plans
  *
- * Copyright (c) 2012-2016, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+ * Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
  *
  * IDENTIFICATION
  *       pg_store_plan/pgsp_json.c
index d14a11a..80a2293 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pgsp_json.h: Definitions of plan handler for JSON/XML/YAML style plans
  *
- * Copyright (c) 2012-2016, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+ * Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
  *
  * IDENTIFICATION
  *       pg_store_plan/pgsp_json.h
index 64dabc5..66758f5 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pgsp_json_int.h: Definitions for internal use for pgsp_json.c
  *
- * Copyright (c) 2012-2016, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+ * Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
  *
  * IDENTIFICATION
  *       pg_store_plan/pgsp_json_int.h
index 59aadb6..be8db61 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pgsp_json_text.h: Text plan generator for pg_store_plan.
  *
- * Copyright (c) 2012-2016, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+ * Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
  *
  * IDENTIFICATION
  *       pg_store_plan/pgsp_json_text.c
index e4995b5..fb3b49d 100644 (file)
@@ -2,7 +2,7 @@
  *
  * pgsp_json_text.h: Defenitions for text plan generator for pg_store_plan.
  *
- * Copyright (c) 2012-2016, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
+ * Copyright (c) 2012-2019, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
  *
  * IDENTIFICATION
  *       pg_store_plan/pgsp_json_text.h