aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE15
-rw-r--r--common/Determinism.v3
2 files changed, 4 insertions, 14 deletions
diff --git a/LICENSE b/LICENSE
index 75718e5b..0151a7fa 100644
--- a/LICENSE
+++ b/LICENSE
@@ -24,20 +24,7 @@ option) any later version:
all files in the lib/ directory
- common/AST.v
- common/Behaviors.v
- common/Errors.v
- common/Events.v
- common/Globalenvs.v
- common/Linking.v
- common/Memdata.v
- common/Memory.v
- common/Memtype.v
- common/Smallstep.v
- common/Subtyping.v
- common/Switch.v
- common/Unityping.v
- common/Values.v
+ all files in the common/ directory
cfrontend/Clight.v
cfrontend/ClightBigstep.v
diff --git a/common/Determinism.v b/common/Determinism.v
index e68c363f..a813dd92 100644
--- a/common/Determinism.v
+++ b/common/Determinism.v
@@ -6,6 +6,9 @@
(* *)
(* 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. *)
(* *)
(* *********************************************************************)