From becd00350750f5fd46eb77ffb22e4129d612a9cc Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sat, 10 Jun 2017 19:12:38 +0200 Subject: [PATCH] Add license and update copyright --- LICENSE | 17 +++++++++++++++++ hypopg--1.1.0dev.sql | 2 +- hypopg.c | 2 ++ hypopg_import.c | 2 ++ hypopg_import.h | 2 ++ 5 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ac61f6b --- /dev/null +++ b/LICENSE @@ -0,0 +1,17 @@ +Copyright (c) 2015-2017, Julien Rouhaud + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose, without fee, and without a written agreement is +hereby granted, provided that the above copyright notice and this paragraph and +the following two paragraphs appear in all copies. + +IN NO EVENT SHALL Julien Rouhaud BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, +SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING +OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF Julien Rouhaud +HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Julien Rouhaud SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A +PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND +Julien Rouhaud HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, +ENHANCEMENTS, OR MODIFICATIONS. diff --git a/hypopg--1.1.0dev.sql b/hypopg--1.1.0dev.sql index 420cbe9..5aa7f75 100644 --- a/hypopg--1.1.0dev.sql +++ b/hypopg--1.1.0dev.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: Julien Rouhaud +-- Copyright (C) 2015-2017: 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 14f4e4c..8fe09da 100644 --- a/hypopg.c +++ b/hypopg.c @@ -8,6 +8,8 @@ * This program is open source, licensed under the PostgreSQL license. * For license terms, see the LICENSE file. * + * Copyright (C) 2015-2017: Julien Rouhaud + * *------------------------------------------------------------------------- */ diff --git a/hypopg_import.c b/hypopg_import.c index 976a020..8f275ee 100644 --- a/hypopg_import.c +++ b/hypopg_import.c @@ -5,6 +5,8 @@ * This program is open source, licensed under the PostgreSQL license. * For license terms, see the LICENSE file. * + * Copyright (c) 2008-2017, PostgreSQL Global Development Group + * *------------------------------------------------------------------------- */ diff --git a/hypopg_import.h b/hypopg_import.h index 95ffdb5..edbe882 100644 --- a/hypopg_import.h +++ b/hypopg_import.h @@ -5,6 +5,8 @@ * This program is open source, licensed under the PostgreSQL license. * For license terms, see the LICENSE file. * + * Copyright (c) 2008-2017, PostgreSQL Global Development Group + * *------------------------------------------------------------------------- */