From 15dc2a48343f92f9727d81c073f7ca58a502e12b Mon Sep 17 00:00:00 2001 From: Ronan Dunklau Date: Wed, 2 Nov 2022 10:14:07 +0100 Subject: [PATCH] Switch to GPL v3. After some discussion, it appears PGTracer uses some GPL-licensed eBPF functions. We could split the eBPF code to be the only one licensed under GPL, or dual-license the whole project, but for sake of simplicity let's just license the whole project under GPL. --- LICENSE | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index b3d7f40..97f022d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,15 @@ -Copyright (c) 2022, Aiven +PGTracer +Copyright (C) 2022 Aiven -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. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -IN NO EVENT SHALL Aiven 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 Aiven HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -Aiven 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 Aiven HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. +You should have received a copy of the GNU General Public License +along with this program. If not, see .