-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLICENSE.thy
148 lines (123 loc) · 5.75 KB
/
LICENSE.thy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
theory LICENSE imports LICENSE0 begin license "3-Clause BSD" where \<open>
Copyright (c) 2017-2018 Virginia Tech, USA \<close>\<open>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of the copyright holders nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\<close>
country ch where \<open>Switzerland\<close>
country de where \<open>Germany\<close>
country fr where \<open>France\<close>
country sg where \<open>Singapore\<close>
country uk where \<open>UK\<close>
country us where \<open>USA\<close>
holder brucker :: de where \<open>Achim D. Brucker\<close>
holder cam :: uk where \<open>University of Cambridge\<close>
holder chakravarty where \<open>Manuel M T Chakravarty\<close>
holder contributors where \<open>Contributors (in the changeset history)\<close>
holder coutts where \<open>Duncan Coutts\<close>
holder ethz :: ch where \<open>ETH Zurich\<close>
holder huber where \<open>Benedikt Huber\<close>
holder hulette where \<open>Geoff Hulette\<close>
holder "irt-systemx" :: fr where \<open>IRT SystemX\<close>
holder ntu :: sg where \<open>Nanyang Technological University\<close>
holder roskind where \<open>James A. Roskind\<close>
holder sheffield :: uk where \<open>The University of Sheffield\<close>
holder tum :: de where \<open>Technische Universität München\<close>
holder "u-psud" :: fr where \<open>Université Paris-Saclay\<close>, \<open>Univ. Paris-Sud\<close>
holder vt :: us where \<open>Virginia Tech\<close>
holder wolff :: fr where \<open>B. Wolff\<close>, \<open>Univ. Paris-Saclay\<close>, \<open>Univ. Paris-Sud\<close>
copyright default where 2011-2018 "u-psud"
2013-2017 "irt-systemx"
2011-2015 brucker
2016-2018 sheffield
2016-2017 ntu
2017-2018 vt
project ROOT :: "3-Clause BSD" where \<open>
http://www.brucker.ch/projects/hol-testgen/
This file is part of HOL-TestGen.
\<close> imports default
project LICENSE0 :: "3-Clause BSD" where \<open>LICENSE\<close> defines 2017-2018 vt
project LICENSE :: "3-Clause BSD" where \<open>
theory LICENSE imports LICENSE0 begin license "3-Clause BSD" where
\<close> defines 2017-2018 vt
project "Featherweight OCL" :: "3-Clause BSD" where \<open>
Featherweight-OCL --- A Formal Semantics for UML-OCL Version OCL 2.5
for the OMG Standard.
http://www.brucker.ch/projects/hol-testgen/
This file is part of HOL-TestGen.
\<close> imports default
project Citadelle :: "3-Clause BSD" where \<open>Citadelle\<close> imports default
project Isabelle_Meta_Model :: "3-Clause BSD" where \<open>A Meta-Model for the Isabelle API\<close> imports default
project Isabelle :: "3-Clause BSD" where \<open>
ISABELLE COPYRIGHT NOTICE, LICENCE AND DISCLAIMER.
\<close> defines 1986-2018 contributors
project Haskabelle :: "3-Clause BSD" where \<open>
Haskabelle --- Converting Haskell Source Files to Isabelle/HOL Theories.
http://isabelle.in.tum.de/repos/haskabelle
\<close> defines 2007-2015 tum
2017-2018 vt
project "HOL-OCL" :: "3-Clause BSD" where \<open>HOL-OCL\<close> imports default
project "HOL-TOY" :: "3-Clause BSD" where \<open>HOL-TOY\<close> imports default
project C11 :: "3-Clause BSD" where \<open>
Language.C
https://hackage.haskell.org/package/language-c
\<close> defines 1999-2017 chakravarty, coutts, huber
portions 1989,1990 roskind
where \<open>
Language.C.Comments
https://hackage.haskell.org/package/language-c-comments
\<close> defines 2010-2014 hulette
where \<open>
Securify & Orca
\<close> defines 2016-2017 ntu
2017-2018 vt
project Miscellaneous_Monads :: "3-Clause BSD" where \<open>
HOL-TestGen --- theorem-prover based test case generation
http://www.brucker.ch/projects/hol-testgen/
Monads.thy --- a base testing theory for sequential computations.
This file is part of HOL-TestGen.
\<close> defines 2005-2007 ethz
2009 wolff
2009,2012 brucker
2013-2016 "u-psud"
2013-2016 "irt-systemx"
check_license Miscellaneous_Monads
in file "examples/archive/Monads.thy"
(*
check_license ROOT
LICENSE0
LICENSE
"Featherweight OCL"
Citadelle
Isabelle_Meta_Model
Isabelle
Haskabelle
"HOL-OCL"
"HOL-TOY"
C11
in "."
insert_license
map_license
*)
end