aboutsummaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2021-05-04 10:46:17 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2021-05-08 09:10:28 +0200
commit04f499c632a76e460560fc9ec4e14d8216e7fc18 (patch)
tree09cfb1f22edd86564a9018e3857a210cf7632984 /backend
parent1f35599abe1b82f565a9a1b1ee03f60df362f22d (diff)
downloadcompcert-kvx-04f499c632a76e460560fc9ec4e14d8216e7fc18.tar.gz
compcert-kvx-04f499c632a76e460560fc9ec4e14d8216e7fc18.zip
Use the LGPL instead of the GPL for dual-licensed files
The GPL makes sense for whole applications, but the dual-licensed Coq and OCaml files are more like libraries to be combined with other code, so the LGPL is more appropriate.
Diffstat (limited to 'backend')
-rw-r--r--backend/Cminor.v9
-rw-r--r--backend/PrintCminor.ml9
2 files changed, 10 insertions, 8 deletions
diff --git a/backend/Cminor.v b/backend/Cminor.v
index cf0ba314..1618866e 100644
--- a/backend/Cminor.v
+++ b/backend/Cminor.v
@@ -6,10 +6,11 @@
(* *)
(* Copyright Institut National de Recherche en Informatique et en *)
(* Automatique. All rights reserved. This file is distributed *)
-(* under the terms of the GNU General Public License as published by *)
-(* the Free Software Foundation, either version 2 of the License, or *)
-(* (at your option) any later version. This file is also distributed *)
-(* under the terms of the INRIA Non-Commercial License Agreement. *)
+(* under the terms of the GNU Lesser General Public License as *)
+(* published by the Free Software Foundation, either version 2.1 of *)
+(* the License, or (at your option) any later version. *)
+(* This file is also distributed under the terms of the *)
+(* INRIA Non-Commercial License Agreement. *)
(* *)
(* *********************************************************************)
diff --git a/backend/PrintCminor.ml b/backend/PrintCminor.ml
index c9a6d399..59b340f7 100644
--- a/backend/PrintCminor.ml
+++ b/backend/PrintCminor.ml
@@ -6,10 +6,11 @@
(* *)
(* Copyright Institut National de Recherche en Informatique et en *)
(* Automatique. All rights reserved. This file is distributed *)
-(* under the terms of the GNU General Public License as published by *)
-(* the Free Software Foundation, either version 2 of the License, or *)
-(* (at your option) any later version. This file is also distributed *)
-(* under the terms of the INRIA Non-Commercial License Agreement. *)
+(* under the terms of the GNU Lesser General Public License as *)
+(* published by the Free Software Foundation, either version 2.1 of *)
+(* the License, or (at your option) any later version. *)
+(* This file is also distributed under the terms of the *)
+(* INRIA Non-Commercial License Agreement. *)
(* *)
(* *********************************************************************)