Add license and update copyright

This commit is contained in:
Julien Rouhaud 2017-06-10 19:12:38 +02:00
parent c2bc7e03df
commit becd003507
5 changed files with 24 additions and 1 deletions

17
LICENSE Normal file
View file

@ -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.

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: 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

View file

@ -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
*
*-------------------------------------------------------------------------
*/

View file

@ -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
*
*-------------------------------------------------------------------------
*/

View file

@ -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
*
*-------------------------------------------------------------------------
*/