From f9240fdd2901802e49dac255e8a1a9c4d3cb41e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20BERSAC?= Date: Mon, 11 Jul 2022 11:35:30 +0200 Subject: [PATCH 1/2] Add License file --- LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..757ab86 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +PostgreSQL Licence + +Copyright (c) 2022, DALIBO + +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 DALIBO 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 DALIBO HAS BEEN ADVISED OF +THE POSSIBILITY OF SUCH DAMAGE. + +DALIBO 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 DALIBO HAS NO +OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR +MODIFICATIONS. From 9414b2d50ff5a082451e29efdafcd3a46f2cbbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20BERSAC?= Date: Mon, 11 Jul 2022 11:36:53 +0200 Subject: [PATCH 2/2] Ignore setuptools dist/ dir --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5ec9cb0..570b1cb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ test/*.state_file test/vagrant/.vagrant .*.swp .venv/ +dist/