Skip to content

Commit

Permalink
Switch to GPL v3.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rdunklau committed Nov 3, 2022
1 parent 26f8f86 commit 15dc2a4
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.

0 comments on commit 15dc2a4

Please sign in to comment.