aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-12-17 10:04:37 +0000
committerYann Herklotz <git@yannherklotz.com>2020-12-17 10:04:37 +0000
commitf353cc0a0a6b22236be74dfd1d04400a97b1b6f1 (patch)
treed95ff2cb55afc5a12a9766fced839e8e62748198 /LICENSE
parent8a0bd7b74939b65a89b81352b238d1d8252fb278 (diff)
downloadvericert-f353cc0a0a6b22236be74dfd1d04400a97b1b6f1.tar.gz
vericert-f353cc0a0a6b22236be74dfd1d04400a97b1b6f1.zip
Add license mentioning copyright of SoftwarePipelining
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE31
1 files changed, 31 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index fd6a7ce..9438d6d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,3 +1,12 @@
+Everything under src/ is licensed under the GPLv3 shown below, except for the
+following files:
+
+src/SoftwarePipeline/*:
+
+ Copyright (c) 2008,2009,2010 Jean-Baptiste Tristan and INRIA
+
+--------------------------------------------------------------------------------
+
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
@@ -672,3 +681,25 @@ may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
+
+--------------------------------------------------------------------------------
+
+Copyright (c) 2008,2009,2010 Jean-Baptiste Tristan and INRIA
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.