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
daae53d0
Commit
daae53d0
authored
Apr 09, 2012
by
MARCHE Claude
Browse files
fix headers
parent
b863300b
Changes
226
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
daae53d0
##########################################################################
# #
# Copyright (C) 2010-201
1
#
# Copyright (C) 2010-201
2
#
# François Bobot #
# Jean-Christophe Filliâtre #
# Claude Marché #
# Guillaume Melquiond #
# Andrei Paskevich #
# #
# This software is free software; you can redistribute it and/or #
...
...
@@ -1340,21 +1341,21 @@ $(DISTRIB_TAR): doc/manual.pdf
headers
:
headache
-c
misc/headache_config.txt
-h
misc/header.txt
\
Makefile.in configure.in src/
*
.ml
*
src/
*
/
*
.ml
*
\
src/tools/cpulimit.c
plugins/
*
/
*
.ml
*
src/tools/cpulimit.c
headache
-c
misc/headache_config.txt
-h
misc/header_gm.txt
\
src/transform/abstraction.ml
*
\
src/transform/instantiate_predicate.ml
*
\
src/transform/simplify_formula.ml
*
\
src/
printer
/print_number.ml
*
\
src/
util
/print_number.ml
*
\
src/printer/gappa.ml
*
headache
-c
misc/headache_config.txt
-h
misc/header_jk.txt
\
src/transform/close_epsilon.ml
*
\
src/transform/lift_epsilon.ml
*
headache
-c
misc/headache_config.txt
-h
misc/header_sc.txt
\
src
/transform/hypothesis_selection.ml
*
plugins
/transform/hypothesis_selection.ml
*
sed
-i
-f
misc/fixnames.sed
--
\
Makefile.in configure.in src/
*
.ml
*
src/
*
/
*
.ml
*
\
src/tools/cpulimit.c
plugins/
*
/
*
.ml
*
src/tools/cpulimit.c
#########
# myself
...
...
configure.in
View file @
daae53d0
##########################################################################
# #
# Copyright (C) 2010-201
1
#
# Copyright (C) 2010-201
2
#
# François Bobot #
# Jean-Christophe Filliâtre #
# Claude Marché #
# Guillaume Melquiond #
# Andrei Paskevich #
# #
# This software is free software; you can redistribute it and/or #
...
...
misc/header.txt
View file @
daae53d0
Copyright (C) 2010-201
1
Copyright (C) 2010-201
2
Francois Bobot
Jean-Christophe Filliatre
Claude Marche
Guillaume Melquiond
Andrei Paskevich
This software is free software; you can redistribute it and/or
...
...
misc/header_gm.txt
View file @
daae53d0
Copyright (C) 2010-201
1
Copyright (C) 2010-201
2
Francois Bobot
Jean-Christophe Filliatre
Claude Marche
...
...
misc/header_jk.txt
View file @
daae53d0
Copyright (C) 2010-201
1
Copyright (C) 2010-201
2
Francois Bobot
Jean-Christophe Filliatre
Johannes Kanig
...
...
misc/header_sc.txt
View file @
daae53d0
Copyright (C) 2010-201
1
Copyright (C) 2010-201
2
Francois Bobot
Simon Cruanes
Jean-Christophe Filliatre
...
...
plugins/parser/genequlin.ml
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010- *)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Copyright (C) 2010-2012 *)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
plugins/printer/tptpfof.ml
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
plugins/printer/tptpfof.mli
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
plugins/tptp/tptp_ast.ml
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
plugins/tptp/tptp_lexer.mli
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
plugins/tptp/tptp_lexer.mll
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
plugins/tptp/tptp_parser.mly
View file @
daae53d0
/**************************************************************************/
/*
*/
/*
Copyright
(
C
)
2010
-
201
1
*/
/*
Copyright
(
C
)
2010
-
201
2
*/
/*
Fran
ç
ois
Bobot
*/
/*
Jean
-
Christophe
Filli
â
tre
*/
/*
Claude
March
é
*/
/*
Guillaume
Melquiond
*/
/*
Andrei
Paskevich
*/
/*
*/
/*
This
software
is
free
software
;
you
can
redistribute
it
and
/
or
*/
...
...
plugins/tptp/tptp_typing.ml
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
plugins/tptp/tptp_typing.mli
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
plugins/transform/hypothesis_selection.ml
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Simon Cruanes *)
(* Jean-Christophe Filliâtre *)
...
...
src/bench/bench.ml
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/bench/bench.mli
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/bench/benchdb.ml
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
src/bench/benchdb.mli
View file @
daae53d0
(**************************************************************************)
(* *)
(* Copyright (C) 2010-201
1
*)
(* Copyright (C) 2010-201
2
*)
(* François Bobot *)
(* Jean-Christophe Filliâtre *)
(* Claude Marché *)
(* Guillaume Melquiond *)
(* Andrei Paskevich *)
(* *)
(* This software is free software; you can redistribute it and/or *)
...
...
Prev
1
2
3
4
5
…
12
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