aboutsummaryrefslogtreecommitdiffhomepage
path: root/easycrypt
diff options
context:
space:
mode:
authorGravatar Pierre-Yves Strub <pierre-yves@strub.nu>2016-02-03 06:34:17 +0100
committerGravatar Pierre-Yves Strub <pierre-yves@strub.nu>2016-02-03 06:34:17 +0100
commit2dd3c41c95ff436bce03cd4605f0d4cfc61be82c (patch)
treec508bb0a62a41b9894807ea32a4f58f274842414 /easycrypt
parentb72c81f8090c1326fe819ea4c0a2714c0944b8e8 (diff)
EasyCrypt mode: copyright + license
Diffstat (limited to 'easycrypt')
-rw-r--r--easycrypt/easycrypt-abbrev.el7
-rw-r--r--easycrypt/easycrypt-hooks.el7
-rw-r--r--easycrypt/easycrypt-keywords.el7
-rw-r--r--easycrypt/easycrypt-syntax.el7
-rw-r--r--easycrypt/easycrypt.el7
5 files changed, 35 insertions, 0 deletions
diff --git a/easycrypt/easycrypt-abbrev.el b/easycrypt/easycrypt-abbrev.el
index 6d87367f..3850ffb7 100644
--- a/easycrypt/easycrypt-abbrev.el
+++ b/easycrypt/easycrypt-abbrev.el
@@ -1,3 +1,10 @@
+;; --------------------------------------------------------------------
+;; Copyright (c) - 2012--2016 - IMDEA Software Institute
+;; Copyright (c) - 2012--2016 - Inria
+;;
+;; Distributed under the terms of the GPL-v3 license
+;; --------------------------------------------------------------------
+
(require 'proof)
(require 'easycrypt-syntax)
diff --git a/easycrypt/easycrypt-hooks.el b/easycrypt/easycrypt-hooks.el
index 22669c3a..3cf891e3 100644
--- a/easycrypt/easycrypt-hooks.el
+++ b/easycrypt/easycrypt-hooks.el
@@ -1,3 +1,10 @@
+;; --------------------------------------------------------------------
+;; Copyright (c) - 2012--2016 - IMDEA Software Institute
+;; Copyright (c) - 2012--2016 - Inria
+;;
+;; Distributed under the terms of the GPL-v3 license
+;; --------------------------------------------------------------------
+
(require 'span)
(require 'proof)
diff --git a/easycrypt/easycrypt-keywords.el b/easycrypt/easycrypt-keywords.el
index 53b695ff..0bc10346 100644
--- a/easycrypt/easycrypt-keywords.el
+++ b/easycrypt/easycrypt-keywords.el
@@ -1,3 +1,10 @@
+;; --------------------------------------------------------------------
+;; Copyright (c) - 2012--2016 - IMDEA Software Institute
+;; Copyright (c) - 2012--2016 - Inria
+;;
+;; Distributed under the terms of the GPL-v3 license
+;; --------------------------------------------------------------------
+
; Generated on Thu Dec 17 16:14:05 2015
(defvar easycrypt-bytac-keywords '(
diff --git a/easycrypt/easycrypt-syntax.el b/easycrypt/easycrypt-syntax.el
index db1e5342..a784395b 100644
--- a/easycrypt/easycrypt-syntax.el
+++ b/easycrypt/easycrypt-syntax.el
@@ -1,3 +1,10 @@
+;; --------------------------------------------------------------------
+;; Copyright (c) - 2012--2016 - IMDEA Software Institute
+;; Copyright (c) - 2012--2016 - Inria
+;;
+;; Distributed under the terms of the GPL-v3 license
+;; --------------------------------------------------------------------
+
(require 'proof-syntax)
(require 'easycrypt-keywords)
(require 'easycrypt-hooks)
diff --git a/easycrypt/easycrypt.el b/easycrypt/easycrypt.el
index 81e3299c..ecea9744 100644
--- a/easycrypt/easycrypt.el
+++ b/easycrypt/easycrypt.el
@@ -1,3 +1,10 @@
+;; --------------------------------------------------------------------
+;; Copyright (c) - 2012--2016 - IMDEA Software Institute
+;; Copyright (c) - 2012--2016 - Inria
+;;
+;; Distributed under the terms of the GPL-v3 license
+;; --------------------------------------------------------------------
+
(require 'proof)
(require 'pg-custom)
(require 'easycrypt-syntax)