Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
dbc424b6
Commit
dbc424b6
authored
Mar 19, 2015
by
MARCHE Claude
Browse files
updated headers for 2015, new headers in .v files
parent
e7fdadf6
Changes
328
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
dbc424b6
####################################################################
# #
# The Why3 Verification Platform / The Why3 Development Team #
# Copyright 2010-201
4
-- INRIA - CNRS - Paris-Sud University #
# Copyright 2010-201
5
-- INRIA - CNRS - Paris-Sud University #
# #
# This software is distributed under the terms of the GNU Lesser #
# General Public License version 2.1, with the special exception #
# on linking described in file LICENSE. #
# #
####################################################################
VERBOSEMAKE
?=
@enable_verbose_make@
...
...
@@ -1818,8 +1817,10 @@ dist: $(EXTRA_DIST)
headers
:
headache
-c
misc/headache_config.txt
-h
misc/header.txt
\
Makefile.in configure.in
\
src/
*
/
*
.ml src/
*
/
*
.ml[iyl]
\
plugins/
*
/
*
.ml plugins/
*
/
*
.ml[ily] src/tools/cpulimit.c
\
src/
*
/
*
.ml src/
*
/
*
.ml[iyl4]
\
plugins/
*
/
*
.ml plugins/
*
/
*
.ml[ily]
\
lib/coq-tactic/
*
.v lib/coq/
*
.v lib/coq/
*
/
*
.v
\
src/tools/cpulimit.c
\
examples/use_api/
*
.ml
#########
...
...
configure.in
View file @
dbc424b6
####################################################################
# #
# The Why3 Verification Platform / The Why3 Development Team #
# Copyright 2010-201
4
-- INRIA - CNRS - Paris-Sud University #
# Copyright 2010-201
5
-- INRIA - CNRS - Paris-Sud University #
# #
# This software is distributed under the terms of the GNU Lesser #
# General Public License version 2.1, with the special exception #
# on linking described in file LICENSE. #
# #
####################################################################
#
...
...
examples/use_api/create_session.ml
View file @
dbc424b6
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
4
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
5
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(* *)
(********************************************************************)
(*******************
...
...
examples/use_api/logic.ml
View file @
dbc424b6
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
4
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
5
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(* *)
(********************************************************************)
(*******************
...
...
examples/use_api/mlw.ml
View file @
dbc424b6
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
4
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
5
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(* *)
(********************************************************************)
(*******************
...
...
examples/use_api/mlw_tree.ml
View file @
dbc424b6
(********************************************************************)
(* *)
(* The Why3 Verification Platform / The Why3 Development Team *)
(* Copyright 2010-201
4
-- INRIA - CNRS - Paris-Sud University *)
(* Copyright 2010-201
5
-- INRIA - CNRS - Paris-Sud University *)
(* *)
(* This software is distributed under the terms of the GNU Lesser *)
(* General Public License version 2.1, with the special exception *)
(* on linking described in file LICENSE. *)
(* *)
(********************************************************************)
(*******************
...
...
lib/coq-tactic/Why3.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
Require
Import
ZArith
Reals
Why3
.
BuiltIn
.
Declare
ML
Module
"why3tac"
.
lib/coq/BuiltIn.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
Require
Export
ZArith
.
Require
Export
Rbase
.
...
...
lib/coq/bool/Bool.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
lib/coq/floating_point/Double.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
lib/coq/floating_point/DoubleFormat.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
lib/coq/floating_point/GenFloat.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
lib/coq/floating_point/Rounding.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
lib/coq/floating_point/Single.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
lib/coq/floating_point/SingleFormat.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
lib/coq/int/Abs.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
lib/coq/int/ComputerDivision.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
lib/coq/int/Div2.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
lib/coq/int/EuclideanDivision.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
lib/coq/int/Exponentiation.v
View file @
dbc424b6
(
********************************************************************
)
(
*
*
)
(
*
The
Why3
Verification
Platform
/
The
Why3
Development
Team
*
)
(
*
Copyright
2010
-
2015
--
INRIA
-
CNRS
-
Paris
-
Sud
University
*
)
(
*
*
)
(
*
This
software
is
distributed
under
the
terms
of
the
GNU
Lesser
*
)
(
*
General
Public
License
version
2.1
,
with
the
special
exception
*
)
(
*
on
linking
described
in
file
LICENSE
.
*
)
(
********************************************************************
)
(
*
This
file
is
generated
by
Why3
'
s
Coq
-
realize
driver
*
)
(
*
Beware
!
Only
edit
allowed
sections
below
*
)
Require
Import
BuiltIn
.
...
...
Prev
1
2
3
4
5
…
17
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment