diff --git a/AUTHORS b/AUTHORS index d33ca89e1..d997df26d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,33 +1,101 @@ The following people have contributed code to Spot: -Ala-Eddine Ben-Salem -Alexandre Duret-Lutz -Alexandre Gbaguidi Aïsse -Alexandre Lewkowicz -Amaury Fauchille -Antoine Martin -Arthur Remaud -Clément Gillard -Damien Lefortier -Denis Poitrenaud -Elie Abi Saad -Étienne Renault -Félix Abecassis -Florian Renkin -Guillaume Sadegh -Heikki Tauriainen -Henrich Lauko -Jérôme Dubois -Jonah Romero -Laurent Xu -Maximilien Colange -Philipp Schlehuber -Pierre Parutto -Rachid Rebiha -Souheib Baarir -Thibaud Michaud -Thomas Badie -Thomas Martinez -Thomas Medioni -Tomáš Babiak -Vincent Tourneur +- Ala-Eddine Ben-Salem (2010-2012) + During is PhD thesis at EPITA. + +- Alexandre Duret-Lutz (2002-) + During his master and then PhD at Université Pierre et Marie Curie. + Then as an employee of EPITA. + +- Alexandre Gbaguidi Aïsse (2016-2017) + While a student at EPITA. + +- Alexandre Lewkowicz (2014-2016) + While a student at EPITA. + +- Amaury Fauchille (2016) + While a student at EPITA. + +- Antoine Martin (2018-) + While a student at EPITA, and then during his PhD at EPITA. + +- Arthur Remaud (2017) + While a student at EPITA. + +- Clément Gillard (2017-2019) + While a student at EPITA. + +- Damien Lefortier (2008-2010) + While a student at EPITA. + +- Denis Poitrenaud (2004-2005) + As an employee of Univesité Paris V. + +- Elie Abi Saad (2013) + While a student at EPITA. + +- Étienne Renault (2013-2020) + During his PhD at EPITA & Université Pierre et Marie Curie. + Then as an employee of EPITA. + +- Félix Abecassis (2009-2010) + While a student at EPITA. + +- Florian Perlié-Long (2017) + While a student at EPITA. + +- Florian Renkin (2020-) + During his PhD at EPITA. + Then as an employee of Université Paris Cité. + +- Guillaume Sadegh (2008-2010) + While a student at EPITA. + +- Heikki Tauriainen (2004-2005) + During his PhD at Helsinki University of Technology. + +- Henrich Lauko (2017) + As an ERASMUS student from Masaryk University (Brno) visiting EPITA. + +- Jérôme Dubois (2020-2021) + While a student at EPITA. + +- Jonah Romero (2023) + During an internship at IMDEA Software Institute, supervised by Pierre Ganty. + +- Laurent Xu (2016-2017) + While a student at EPITA. + +- Maximilien Colange (2016-2018) + As an employee of EPITA. + +- Philipp Schlehuber (2020-) + As an employee of EPITA. + +- Pierre Parutto (2012) + While a student at EPITA. + +- Rachid Rebiha (2003) + During his master's internship at Université Pierre et Marie Curie. + +- Souheib Baarir (2004, 2008, 2013) + During his PhD at Université Pierre et Marie Curie. + Then during a sabatical visit at EPITA. + +- Thibaud Michaud (2014, 2017) + While a student at EPITA. + +- Thomas Badie (2011-2013) + While a student at EPITA. + +- Thomas Martinez (2004) + While a student at EPITA. + +- Thomas Medioni (2017) + During a master internship done at EPITA. + +- Tomáš Babiak (2012) + During his PHD at Masaryk University (Brno). + +- Vincent Tourneur (2017) + While a student at EPITA. diff --git a/Makefile.am b/Makefile.am index 5cd8257d2..e198a977c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2011-2017, 2020, 2022-2023 Laboratoire de Recherche -## et Développement de l'Epita (LRDE). -## Copyright (C) 2003, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -## département Systèmes Répartis Coopératifs (SRC), Université Pierre -## et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/bench/Makefile.am b/bench/Makefile.am index 406c4511a..b5f0cd98d 100644 --- a/bench/Makefile.am +++ b/bench/Makefile.am @@ -1,8 +1,4 @@ -## Copyright (C) 2008, 2009, 2010, 2012, 2013, 2014 Laboratoire de Recherche -## et Développement de l'Epita (LRDE). -## Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -## département Systèmes Répartis Coopératifs (SRC), Université Pierre -## et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/bench/dtgbasat/Makefile.am b/bench/dtgbasat/Makefile.am index 75ce40b37..48f2438c7 100644 --- a/bench/dtgbasat/Makefile.am +++ b/bench/dtgbasat/Makefile.am @@ -1,5 +1,4 @@ -## Copyright (C) 2013 Laboratoire de Recherche et Développement de -## l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/bench/dtgbasat/gen.py b/bench/dtgbasat/gen.py index dabf77971..60a707e91 100755 --- a/bench/dtgbasat/gen.py +++ b/bench/dtgbasat/gen.py @@ -1,6 +1,5 @@ #!/usr/bin/env python3 -# Copyright (C) 2016-2018, 2023 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/bench/emptchk/Makefile.am b/bench/emptchk/Makefile.am index ea5c10125..cbf3a03e9 100644 --- a/bench/emptchk/Makefile.am +++ b/bench/emptchk/Makefile.am @@ -1,6 +1,4 @@ -## Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -## département Systèmes Répartis Coopératifs (SRC), Université Pierre -## et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/bench/emptchk/defs.in b/bench/emptchk/defs.in index 6616cbbd2..b6b4b41ba 100644 --- a/bench/emptchk/defs.in +++ b/bench/emptchk/defs.in @@ -1,7 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/bench/ltl2tgba/Makefile.am b/bench/ltl2tgba/Makefile.am index 7be974138..e0ec7b0dc 100644 --- a/bench/ltl2tgba/Makefile.am +++ b/bench/ltl2tgba/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2013, 2016 Laboratoire de Recherche et Développement -## de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/bench/ltl2tgba/defs.in b/bench/ltl2tgba/defs.in index a27953353..d673c858a 100644 --- a/bench/ltl2tgba/defs.in +++ b/bench/ltl2tgba/defs.in @@ -1,9 +1,5 @@ # -*- mode: shell-script; coding: utf-8 -*- -# Copyright (C) 2012, 2013, 2016, 2018 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/bench/ltl2tgba/sum.py b/bench/ltl2tgba/sum.py index 17b81cc91..be2eb136c 100755 --- a/bench/ltl2tgba/sum.py +++ b/bench/ltl2tgba/sum.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 ## -*- coding: utf-8 -*- -## Copyright (C) 2013 Laboratoire de Recherche et Développement de -## l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/bench/ltlclasses/Makefile.am b/bench/ltlclasses/Makefile.am index 97f42d5d4..5d1383506 100644 --- a/bench/ltlclasses/Makefile.am +++ b/bench/ltlclasses/Makefile.am @@ -1,5 +1,4 @@ -# Copyright (C) 2009, 2010 Laboratoire de Recherche et Développement de -# l'EPITA (LRDE) +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/bench/ltlcounter/Makefile.am b/bench/ltlcounter/Makefile.am index a18041d68..07789ee70 100644 --- a/bench/ltlcounter/Makefile.am +++ b/bench/ltlcounter/Makefile.am @@ -1,5 +1,4 @@ -# Copyright (C) 2009, 2014 Laboratoire de Recherche et Développement -# de l'EPITA (LRDE) +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/bench/spin13/Makefile.am b/bench/spin13/Makefile.am index bccddb174..16d940c4e 100644 --- a/bench/spin13/Makefile.am +++ b/bench/spin13/Makefile.am @@ -1,5 +1,4 @@ -## Copyright (C) 2013 Laboratoire de Recherche et Développement de -## l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/bench/stutter/Makefile.am b/bench/stutter/Makefile.am index 5f7a85c8d..acaf1e342 100644 --- a/bench/stutter/Makefile.am +++ b/bench/stutter/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2014, 2015, 2017 Laboratoire de Recherche et Développement -## de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/bench/stutter/stutter_invariance_formulas.cc b/bench/stutter/stutter_invariance_formulas.cc index 32bc45083..a2ad684ca 100644 --- a/bench/stutter/stutter_invariance_formulas.cc +++ b/bench/stutter/stutter_invariance_formulas.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2015, 2016, 2017, 2022 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bench/stutter/stutter_invariance_randomgraph.cc b/bench/stutter/stutter_invariance_randomgraph.cc index 69c007bbb..39e32543e 100644 --- a/bench/stutter/stutter_invariance_randomgraph.cc +++ b/bench/stutter/stutter_invariance_randomgraph.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2015, 2017 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bench/wdba/Makefile.am b/bench/wdba/Makefile.am index 6cff187c3..c30b6a500 100644 --- a/bench/wdba/Makefile.am +++ b/bench/wdba/Makefile.am @@ -1,5 +1,4 @@ -# Copyright (C) 2010 Laboratoire de Recherche et Développement de -# l'EPITA (LRDE) +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/bin/Makefile.am b/bin/Makefile.am index 14be7285a..78d189dc9 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2012-2017 Laboratoire de Recherche et Développement -## de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/bin/autcross.cc b/bin/autcross.cc index b3e504bb3..6ada83f0b 100644 --- a/bin/autcross.cc +++ b/bin/autcross.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2020, 2022-2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/autfilt.cc b/bin/autfilt.cc index 820b37f49..87677e253 100644 --- a/bin/autfilt.cc +++ b/bin/autfilt.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_aoutput.cc b/bin/common_aoutput.cc index 0b84e60e0..9726659c9 100644 --- a/bin/common_aoutput.cc +++ b/bin/common_aoutput.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_aoutput.hh b/bin/common_aoutput.hh index 051212b3d..24066699a 100644 --- a/bin/common_aoutput.hh +++ b/bin/common_aoutput.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2018, 2020, 2022, 2023 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_color.cc b/bin/common_color.cc index 5c49e2021..3c63cae91 100644 --- a/bin/common_color.cc +++ b/bin/common_color.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2019 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_color.hh b/bin/common_color.hh index 657d9647d..82dab4de8 100644 --- a/bin/common_color.hh +++ b/bin/common_color.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_conv.cc b/bin/common_conv.cc index b23a67c51..1c9f16104 100644 --- a/bin/common_conv.cc +++ b/bin/common_conv.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2018, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_conv.hh b/bin/common_conv.hh index 617e97e23..a3a43f8eb 100644 --- a/bin/common_conv.hh +++ b/bin/common_conv.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_cout.cc b/bin/common_cout.cc index 2f5ada858..53e4ff10c 100644 --- a/bin/common_cout.cc +++ b/bin/common_cout.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2016 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_cout.hh b/bin/common_cout.hh index 7b55ad802..1fc52979f 100644 --- a/bin/common_cout.hh +++ b/bin/common_cout.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_file.cc b/bin/common_file.cc index 68a69a2af..88f54eddd 100644 --- a/bin/common_file.cc +++ b/bin/common_file.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2022, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_file.hh b/bin/common_file.hh index 51000d18c..b8b3b9b19 100644 --- a/bin/common_file.hh +++ b/bin/common_file.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2016, 2022-2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_finput.cc b/bin/common_finput.cc index dbcdb3849..df0343dd1 100644 --- a/bin/common_finput.cc +++ b/bin/common_finput.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2017, 2019, 2021-2023 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_finput.hh b/bin/common_finput.hh index 9ecb5b025..30b7f333c 100644 --- a/bin/common_finput.hh +++ b/bin/common_finput.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2017, 2022, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_hoaread.cc b/bin/common_hoaread.cc index d77c10771..c3029f0f0 100644 --- a/bin/common_hoaread.cc +++ b/bin/common_hoaread.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2019 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_hoaread.hh b/bin/common_hoaread.hh index e66967393..0acc840b1 100644 --- a/bin/common_hoaread.hh +++ b/bin/common_hoaread.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2017, 2018, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_output.cc b/bin/common_output.cc index 13988688a..3e44c9ab1 100644 --- a/bin/common_output.cc +++ b/bin/common_output.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2019, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_output.hh b/bin/common_output.hh index 30fe9e7d1..9d117bc39 100644 --- a/bin/common_output.hh +++ b/bin/common_output.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2018, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_post.cc b/bin/common_post.cc index 089473210..fdb1dc903 100644 --- a/bin/common_post.cc +++ b/bin/common_post.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2016, 2018-2020 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_post.hh b/bin/common_post.hh index fd75e3c98..332b65252 100644 --- a/bin/common_post.hh +++ b/bin/common_post.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_r.cc b/bin/common_r.cc index 599aaace6..da1354745 100644 --- a/bin/common_r.cc +++ b/bin/common_r.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2014 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_r.hh b/bin/common_r.hh index add0ddb91..e3c1b5dc7 100644 --- a/bin/common_r.hh +++ b/bin/common_r.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2015 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_range.cc b/bin/common_range.cc index 98e568b41..bcfe40336 100644 --- a/bin/common_range.cc +++ b/bin/common_range.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2014, 2016, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_range.hh b/bin/common_range.hh index 2727ef934..3e8ed5f32 100644 --- a/bin/common_range.hh +++ b/bin/common_range.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2014, 2015, 2016 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_setup.cc b/bin/common_setup.cc index c59ec0695..e0636b802 100644 --- a/bin/common_setup.cc +++ b/bin/common_setup.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // @@ -36,7 +35,7 @@ display_version(FILE *stream, struct argp_state*) fputs(program_name, stream); fputs(" (" PACKAGE_NAME ") " PACKAGE_VERSION "\n\ \n\ -Copyright (C) 2023 Laboratoire de Recherche de l'Epita (LRE)\n\ +Copyright (C) 2023 by the Spot authors, see the AUTHORS File for details.\n\ License GPLv3+: \ GNU GPL version 3 or later .\n\ This is free software: you are free to change and redistribute it.\n\ diff --git a/bin/common_setup.hh b/bin/common_setup.hh index 94cd16f4f..e48073920 100644 --- a/bin/common_setup.hh +++ b/bin/common_setup.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2013, 2018-2019, 2023 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_sys.hh b/bin/common_sys.hh index dbcc8fdbf..2c2392b52 100644 --- a/bin/common_sys.hh +++ b/bin/common_sys.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_trans.cc b/bin/common_trans.cc index b93535173..dd7ccc0ba 100644 --- a/bin/common_trans.cc +++ b/bin/common_trans.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/common_trans.hh b/bin/common_trans.hh index 0ebe59e8c..7a1f5f227 100644 --- a/bin/common_trans.hh +++ b/bin/common_trans.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2018, 2020, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/dstar2tgba.cc b/bin/dstar2tgba.cc index 6d7414587..65a634e2c 100644 --- a/bin/dstar2tgba.cc +++ b/bin/dstar2tgba.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2019, 2022, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/genaut.cc b/bin/genaut.cc index fbcffb48d..e873a263c 100644 --- a/bin/genaut.cc +++ b/bin/genaut.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2019, 2022-2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/genltl.cc b/bin/genltl.cc index 79b71b699..3a3cb169e 100644 --- a/bin/genltl.cc +++ b/bin/genltl.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2015-2019, 2022-2023 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/ltl2tgba.cc b/bin/ltl2tgba.cc index 1229cd422..88f41a234 100644 --- a/bin/ltl2tgba.cc +++ b/bin/ltl2tgba.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2019, 2022-2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/ltl2tgta.cc b/bin/ltl2tgta.cc index 60afcf9e8..e5a4a7340 100644 --- a/bin/ltl2tgta.cc +++ b/bin/ltl2tgta.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2020, 2022-2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/ltlcross.cc b/bin/ltlcross.cc index 3219beb75..2a24732ac 100644 --- a/bin/ltlcross.cc +++ b/bin/ltlcross.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2020, 2022, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/ltldo.cc b/bin/ltldo.cc index c695631df..015276264 100644 --- a/bin/ltldo.cc +++ b/bin/ltldo.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2020, 2022-2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/ltlfilt.cc b/bin/ltlfilt.cc index 5ed7a2fe1..689c26e53 100644 --- a/bin/ltlfilt.cc +++ b/bin/ltlfilt.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/ltlgrind.cc b/bin/ltlgrind.cc index 5e56f7d2c..626211adc 100644 --- a/bin/ltlgrind.cc +++ b/bin/ltlgrind.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2019, 2022, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/ltlsynt.cc b/bin/ltlsynt.cc index fb24a4e6b..78dfb8829 100644 --- a/bin/ltlsynt.cc +++ b/bin/ltlsynt.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/man/Makefile.am b/bin/man/Makefile.am index 64f1809df..1b6319766 100644 --- a/bin/man/Makefile.am +++ b/bin/man/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2012-2017 Laboratoire de Recherche et Développement -## de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/bin/options.py b/bin/options.py index 0d41562d1..c2ef4de72 100755 --- a/bin/options.py +++ b/bin/options.py @@ -1,7 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright (C) 2014 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/bin/randaut.cc b/bin/randaut.cc index ec1a06a88..0df0509c1 100644 --- a/bin/randaut.cc +++ b/bin/randaut.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2016, 2018-2020, 2022, 2023 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/randltl.cc b/bin/randltl.cc index 2a95def20..23adacc33 100644 --- a/bin/randltl.cc +++ b/bin/randltl.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2016, 2018-2019, 2022, 2023 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/spot-x.cc b/bin/spot-x.cc index 19721daeb..4f077c60d 100644 --- a/bin/spot-x.cc +++ b/bin/spot-x.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/bin/spot.cc b/bin/spot.cc index c6bad3c70..75401ddbc 100644 --- a/bin/spot.cc +++ b/bin/spot.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2018, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/configure.ac b/configure.ac index 41261d84c..209153007 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2008-2023, Laboratoire de Recherche et Développement -# de l'Epita (LRDE). -# Copyright (C) 2003-2007 Laboratoire d'Informatique de Paris 6 -# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -# Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/debian/copyright b/debian/copyright index 792afcec1..ae9290987 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,8 +3,7 @@ Upstream-Name: spot Source: http://www.lrde.epita.fr/dload/spot/ Files: * -Copyright: 2003-2007 Laboratoire d'Informatique de Paris 6 (LIP6) - 2007-2022 Laboratoire de Recherche et Développement de l'Epita (LRDE) +Copyright: 2003-2023 the Spot authors License: GPL-3+ Spot is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -161,7 +160,7 @@ License: GPL-3+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". Files: debian/* -Copyright: 2015-2018 Laboratoire de Recherche et Développement de l'Epita (LRDE) +Copyright: 2015-2023 the Spot authors License: GPL-3+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/doc/Makefile.am b/doc/Makefile.am index fed301d2a..30c9cfa69 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2010-2011, 2013-2021 Laboratoire de Recherche et -## Développement de l'Epita (LRDE). -## Copyright (C) 2003-2005 Laboratoire d'Informatique de Paris 6 -## (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -## Pierre et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/doc/tl/Makefile.am b/doc/tl/Makefile.am index e4a840aee..febeac1f8 100644 --- a/doc/tl/Makefile.am +++ b/doc/tl/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2011, 2012, 2013, 2015, 2019 Laboratoire de Recherche et -## Développement de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/elisp/Makefile.am b/elisp/Makefile.am index c67a969e8..74800d125 100644 --- a/elisp/Makefile.am +++ b/elisp/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2015-2018, 2022 Laboratoire de Recherche et -## Développement de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/python/Makefile.am b/python/Makefile.am index bab25349c..ae51bd2b3 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2010, 2011, 2013-2021 Laboratoire de Recherche -## et Development de l'Epita (LRDE). -## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -## département Systèmes Répartis Coopératifs (SRC), Université Pierre -## et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/python/buddy.i b/python/buddy.i index 6d5c11f1c..99eb1cbb1 100644 --- a/python/buddy.i +++ b/python/buddy.i @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2011, 2012, 2014, 2016, 2021 Laboratoire de -// Recherche et Développement de l'EPITA. -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/python/spot/__init__.py b/python/spot/__init__.py index cefb59b77..da366b0ee 100644 --- a/python/spot/__init__.py +++ b/python/spot/__init__.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2014-2023 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/python/spot/aux_.py b/python/spot/aux_.py index 3c6435296..211a988bd 100644 --- a/python/spot/aux_.py +++ b/python/spot/aux_.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2016, 2019-2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/python/spot/gen.i b/python/spot/gen.i index 190e00b8f..acd970dbc 100644 --- a/python/spot/gen.i +++ b/python/spot/gen.i @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2019 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/python/spot/impl.i b/python/spot/impl.i index 668ccff89..e8160c362 100644 --- a/python/spot/impl.i +++ b/python/spot/impl.i @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). -// Copyright (C) 2003-2006 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/python/spot/jupyter.py b/python/spot/jupyter.py index ea16c865d..136db6e5d 100644 --- a/python/spot/jupyter.py +++ b/python/spot/jupyter.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018 Laboratoire de Recherche et Développement de l'Epita -# (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/python/spot/ltsmin.i b/python/spot/ltsmin.i index bd49c5a3f..94b4ca93b 100644 --- a/python/spot/ltsmin.i +++ b/python/spot/ltsmin.i @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016-2017, 2019, 2021 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/Makefile.am b/spot/Makefile.am index 806b299ad..9e431a6ca 100644 --- a/spot/Makefile.am +++ b/spot/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2009, 2010, 2012, 2013, 2014, 2015, 2016, 2017, 2020, 2022 -## Laboratoire de Recherche et Développement de l'Epita (LRDE). -## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -## département Systèmes Répartis Coopératifs (SRC), Université Pierre -## et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/gen/Makefile.am b/spot/gen/Makefile.am index b8249f1e5..b4aa91253 100644 --- a/spot/gen/Makefile.am +++ b/spot/gen/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2017, 2018 Laboratoire de Recherche et Développement -## de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/gen/automata.cc b/spot/gen/automata.cc index 73c057a00..2e6c49458 100644 --- a/spot/gen/automata.cc +++ b/spot/gen/automata.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2019, 2021-2022 Laboratoire de Recherche et -// Developpement de l'EPITA (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/gen/automata.hh b/spot/gen/automata.hh index a54f75ac1..fdaa0a6d5 100644 --- a/spot/gen/automata.hh +++ b/spot/gen/automata.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2019, 2022 Laboratoire de Recherche et Developpement de -// l'EPITA (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/gen/formulas.cc b/spot/gen/formulas.cc index 10841e820..d888f4053 100644 --- a/spot/gen/formulas.cc +++ b/spot/gen/formulas.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2019, 2022 Laboratoire de Recherche et Developpement -// de l'EPITA (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/gen/formulas.hh b/spot/gen/formulas.hh index ef5a0d850..131b234b5 100644 --- a/spot/gen/formulas.hh +++ b/spot/gen/formulas.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2019, 2022 Laboratoire de Recherche et -// Developpement de l'EPITA (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/graph/Makefile.am b/spot/graph/Makefile.am index 87723057a..fcb498600 100644 --- a/spot/graph/Makefile.am +++ b/spot/graph/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2014, 2018 Laboratoire de Recherche et Développement de -## l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/graph/graph.hh b/spot/graph/graph.hh index d2a97d1c5..dc3c221c1 100644 --- a/spot/graph/graph.hh +++ b/spot/graph/graph.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2018, 2020-2023 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/graph/ngraph.hh b/spot/graph/ngraph.hh index 0e883ad2b..a6f25d099 100644 --- a/spot/graph/ngraph.hh +++ b/spot/graph/ngraph.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2015, 2016 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/kripke/Makefile.am b/spot/kripke/Makefile.am index 90161378e..7bb302e75 100644 --- a/spot/kripke/Makefile.am +++ b/spot/kripke/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2009, 2011, 2013-2015, 2018 Laboratoire de Recherche -## et Developpement de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/kripke/fairkripke.cc b/spot/kripke/fairkripke.cc index 70d44a2b4..814dc6134 100644 --- a/spot/kripke/fairkripke.cc +++ b/spot/kripke/fairkripke.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2010, 2014, 2016, 2018 Laboratoire de Recherche -// et Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/kripke/fairkripke.hh b/spot/kripke/fairkripke.hh index 41639a86f..9e4038425 100644 --- a/spot/kripke/fairkripke.hh +++ b/spot/kripke/fairkripke.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2010, 2013, 2014, 2015, 2016 Laboratoire de -// Recherche et Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/kripke/fwd.hh b/spot/kripke/fwd.hh index 2b4e81af3..f758cd536 100644 --- a/spot/kripke/fwd.hh +++ b/spot/kripke/fwd.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2016 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/kripke/kripke.cc b/spot/kripke/kripke.cc index 56b2addbd..2feb03874 100644 --- a/spot/kripke/kripke.cc +++ b/spot/kripke/kripke.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2010, 2014, 2016, 2018 Laboratoire de Recherche -// et Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/kripke/kripke.hh b/spot/kripke/kripke.hh index ed540ac41..8dd0b5da5 100644 --- a/spot/kripke/kripke.hh +++ b/spot/kripke/kripke.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2010, 2013, 2014, 2016, 2017, 2019, 2020, 2023 -// Laboratoire de Recherche et Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/kripke/kripkegraph.hh b/spot/kripke/kripkegraph.hh index d6292c070..48a6caeb9 100644 --- a/spot/kripke/kripkegraph.hh +++ b/spot/kripke/kripkegraph.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011-2019 Laboratoire de Recherche et Développement de -// l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ltsmin/Makefile.am b/spot/ltsmin/Makefile.am index e42bc730e..de85941ce 100644 --- a/spot/ltsmin/Makefile.am +++ b/spot/ltsmin/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Laboratoire de -## Recherche et Developpement de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/ltsmin/ltsmin.cc b/spot/ltsmin/ltsmin.cc index 46104a8d8..27e869f46 100644 --- a/spot/ltsmin/ltsmin.cc +++ b/spot/ltsmin/ltsmin.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2012, 2014-2019 Laboratoire de -// Recherche et Développement de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ltsmin/ltsmin.hh b/spot/ltsmin/ltsmin.hh index 130188a62..1611375fe 100644 --- a/spot/ltsmin/ltsmin.hh +++ b/spot/ltsmin/ltsmin.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013-2016, 2017, 2019 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ltsmin/spins_interface.cc b/spot/ltsmin/spins_interface.cc index f4e1823f2..edf115ed3 100644 --- a/spot/ltsmin/spins_interface.cc +++ b/spot/ltsmin/spins_interface.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2019, 2020, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ltsmin/spins_interface.hh b/spot/ltsmin/spins_interface.hh index c427ed3c2..de64a5c99 100644 --- a/spot/ltsmin/spins_interface.hh +++ b/spot/ltsmin/spins_interface.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2019 Laboratoire de Recherche et Développement de -// l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ltsmin/spins_kripke.hh b/spot/ltsmin/spins_kripke.hh index 8f5d66913..c122913ee 100644 --- a/spot/ltsmin/spins_kripke.hh +++ b/spot/ltsmin/spins_kripke.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2018, 2019, 2020 Laboratoire de Recherche et -// Développement de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ltsmin/spins_kripke.hxx b/spot/ltsmin/spins_kripke.hxx index bdf47fbb6..5ef77244c 100644 --- a/spot/ltsmin/spins_kripke.hxx +++ b/spot/ltsmin/spins_kripke.hxx @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2018, 2020, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/mc/Makefile.am b/spot/mc/Makefile.am index e84815433..191af1a99 100644 --- a/spot/mc/Makefile.am +++ b/spot/mc/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2015, 2016, 2017, 2019, 2020 Laboratoire de Recherche et -## Développement de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/mc/bloemen.hh b/spot/mc/bloemen.hh index 432badb76..995f5a00b 100644 --- a/spot/mc/bloemen.hh +++ b/spot/mc/bloemen.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2020, 2022 Laboratoire de Recherche et -// Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/mc/bloemen_ec.hh b/spot/mc/bloemen_ec.hh index 6e581a0ac..b91e0bbf8 100644 --- a/spot/mc/bloemen_ec.hh +++ b/spot/mc/bloemen_ec.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2020, 2022 Laboratoire de Recherche et -// Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/mc/cndfs.hh b/spot/mc/cndfs.hh index 02768144b..5cec44471 100644 --- a/spot/mc/cndfs.hh +++ b/spot/mc/cndfs.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2020, 2022 Laboratoire de Recherche et -// Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/mc/deadlock.hh b/spot/mc/deadlock.hh index 90c6c0556..3ce4d0ade 100644 --- a/spot/mc/deadlock.hh +++ b/spot/mc/deadlock.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 Laboratoire de Recherche et -// Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/mc/intersect.hh b/spot/mc/intersect.hh index 378bcf638..e34c8dc2d 100644 --- a/spot/mc/intersect.hh +++ b/spot/mc/intersect.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2018, 2019, 2020 Laboratoire de Recherche et -// Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/mc/lpar13.hh b/spot/mc/lpar13.hh index 77396fb9d..1abbd9faf 100644 --- a/spot/mc/lpar13.hh +++ b/spot/mc/lpar13.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2016, 2018-, 20222022 Laboratoire de Recherche et -// Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/mc/mc.hh b/spot/mc/mc.hh index a9ab6fc20..383e6e1fa 100644 --- a/spot/mc/mc.hh +++ b/spot/mc/mc.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2017, 2019, 2020 Laboratoire de Recherche et -// Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/mc/mc_instanciator.hh b/spot/mc/mc_instanciator.hh index db7b35373..aef392738 100644 --- a/spot/mc/mc_instanciator.hh +++ b/spot/mc/mc_instanciator.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2019-2021 Laboratoire de Recherche et -// Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/mc/unionfind.cc b/spot/mc/unionfind.cc index 2193d2080..7fe2baf5c 100644 --- a/spot/mc/unionfind.cc +++ b/spot/mc/unionfind.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2018, 2021 Laboratoire de Recherche et -// Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/mc/unionfind.hh b/spot/mc/unionfind.hh index 39f2d5e24..37c0fd7e4 100644 --- a/spot/mc/unionfind.hh +++ b/spot/mc/unionfind.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016 Laboratoire de Recherche et -// Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/mc/utils.hh b/spot/mc/utils.hh index 9f80c8764..0fc39cd53 100644 --- a/spot/mc/utils.hh +++ b/spot/mc/utils.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016, 2020 Laboratoire de Recherche et -// Developpement de l'Epita +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/Makefile.am b/spot/misc/Makefile.am index 6b771dbb5..747153500 100644 --- a/spot/misc/Makefile.am +++ b/spot/misc/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2011-2014, 2016-2018, 2020-2022 Laboratoire de -## Recherche et Développement de l'Epita (LRDE). -## Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de -## Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -## Université Pierre et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/misc/bareword.cc b/spot/misc/bareword.cc index 91a259a2f..a64d11511 100644 --- a/spot/misc/bareword.cc +++ b/spot/misc/bareword.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013, 2015 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/bareword.hh b/spot/misc/bareword.hh index 5d3b56902..4b5d96794 100644 --- a/spot/misc/bareword.hh +++ b/spot/misc/bareword.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2015 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/bddlt.hh b/spot/misc/bddlt.hh index 46e24ed33..34a9ea372 100644 --- a/spot/misc/bddlt.hh +++ b/spot/misc/bddlt.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2014, 2017, 2021, 2022 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/bitset.cc b/spot/misc/bitset.cc index 632b0ded1..9ab2a2e6c 100644 --- a/spot/misc/bitset.cc +++ b/spot/misc/bitset.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/bitset.hh b/spot/misc/bitset.hh index d17d26409..6b53ff712 100644 --- a/spot/misc/bitset.hh +++ b/spot/misc/bitset.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018, 2021 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/bitvect.cc b/spot/misc/bitvect.cc index c39ff2ed1..90eb2a55f 100644 --- a/spot/misc/bitvect.cc +++ b/spot/misc/bitvect.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2014, 2017, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/bitvect.hh b/spot/misc/bitvect.hh index 74ab2bf3f..f20c24324 100644 --- a/spot/misc/bitvect.hh +++ b/spot/misc/bitvect.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2021, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/casts.hh b/spot/misc/casts.hh index 0b0b9720c..3776a2a5f 100644 --- a/spot/misc/casts.hh +++ b/spot/misc/casts.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2015-2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/clz.hh b/spot/misc/clz.hh index 648b6615c..50345595a 100644 --- a/spot/misc/clz.hh +++ b/spot/misc/clz.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018, 2021 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/common.hh b/spot/misc/common.hh index 8b066b0a5..4d3a12766 100644 --- a/spot/misc/common.hh +++ b/spot/misc/common.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2022 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/escape.cc b/spot/misc/escape.cc index 2943ee503..73d232fe0 100644 --- a/spot/misc/escape.cc +++ b/spot/misc/escape.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2015, 2016, 2018 Laboratoire de Recherche -// et Developpement de l'Epita (LRDE) -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/escape.hh b/spot/misc/escape.hh index 8779dd2e2..e025cfa6d 100644 --- a/spot/misc/escape.hh +++ b/spot/misc/escape.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011-2013, 2015, 2018, 2020 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/fixpool.hh b/spot/misc/fixpool.hh index 0b7c1e92f..30b8a9b3e 100644 --- a/spot/misc/fixpool.hh +++ b/spot/misc/fixpool.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2015-2018, 2020, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/formater.cc b/spot/misc/formater.cc index 38896a420..8864f0bae 100644 --- a/spot/misc/formater.cc +++ b/spot/misc/formater.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2016 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/formater.hh b/spot/misc/formater.hh index 753ca0a8b..2e387fe55 100644 --- a/spot/misc/formater.hh +++ b/spot/misc/formater.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2016 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/hash.hh b/spot/misc/hash.hh index cad845a68..31031f61e 100644 --- a/spot/misc/hash.hh +++ b/spot/misc/hash.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2011, 2014, 2015-2018, 2021, 2022 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de -// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/hashfunc.hh b/spot/misc/hashfunc.hh index 0ab4fba0c..8c032ff9d 100644 --- a/spot/misc/hashfunc.hh +++ b/spot/misc/hashfunc.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE) -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/intvcmp2.cc b/spot/misc/intvcmp2.cc index b8b412236..4dad936cf 100644 --- a/spot/misc/intvcmp2.cc +++ b/spot/misc/intvcmp2.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013, 2014, 2015, 2016 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/intvcmp2.hh b/spot/misc/intvcmp2.hh index 95da48be6..f679aa5af 100644 --- a/spot/misc/intvcmp2.hh +++ b/spot/misc/intvcmp2.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013, 2015 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/intvcomp.cc b/spot/misc/intvcomp.cc index 65059f040..b400d230c 100644 --- a/spot/misc/intvcomp.cc +++ b/spot/misc/intvcomp.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013, 2014, 2016 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/intvcomp.hh b/spot/misc/intvcomp.hh index 8bafc1527..64af1a6c5 100644 --- a/spot/misc/intvcomp.hh +++ b/spot/misc/intvcomp.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013, 2015 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/ltstr.hh b/spot/misc/ltstr.hh index 15f7d11ef..9ecdbb875 100644 --- a/spot/misc/ltstr.hh +++ b/spot/misc/ltstr.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2022 Laboratoire de Recherche et Développement -// de l'Epita (LRDE) -// Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/memusage.cc b/spot/misc/memusage.cc index 968096d59..cec5eda1d 100644 --- a/spot/misc/memusage.cc +++ b/spot/misc/memusage.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013 Laboratoire de Recherche et Developpement de -// l'Epita (LRDE). -// Copyright (C) 2006 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/memusage.hh b/spot/misc/memusage.hh index 0185941dc..37603944b 100644 --- a/spot/misc/memusage.hh +++ b/spot/misc/memusage.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013 Laboratoire de Recherche et Developpement de -// l'Epita (LRDE). -// Copyright (C) 2006 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/minato.cc b/spot/misc/minato.cc index 331eeaa1e..53e23690e 100644 --- a/spot/misc/minato.cc +++ b/spot/misc/minato.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2013-2015, 2020 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris -// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/minato.hh b/spot/misc/minato.hh index ff1e1f8b1..26bb631c8 100644 --- a/spot/misc/minato.hh +++ b/spot/misc/minato.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2013-2015, 2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/mspool.hh b/spot/misc/mspool.hh index c2eb0428b..fd58669c2 100644 --- a/spot/misc/mspool.hh +++ b/spot/misc/mspool.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013, 2015-2016, 2018, 2022 Laboratoire de -// Recherche et Developpement de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/optionmap.cc b/spot/misc/optionmap.cc index 8be8d1adc..e4d56c4c1 100644 --- a/spot/misc/optionmap.cc +++ b/spot/misc/optionmap.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2013-2016, 2018, 2022 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/optionmap.hh b/spot/misc/optionmap.hh index 11ec8c456..6eb106071 100644 --- a/spot/misc/optionmap.hh +++ b/spot/misc/optionmap.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2015, 2016-2017, 2022 Laboratoire de Recherche -// et Developpement de l'Epita (LRDE) -// Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/random.cc b/spot/misc/random.cc index 8bbe1a67f..da48f4dc6 100644 --- a/spot/misc/random.cc +++ b/spot/misc/random.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011-2015, 2017 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/random.hh b/spot/misc/random.hh index be0db2c1d..0eda68bdb 100644 --- a/spot/misc/random.hh +++ b/spot/misc/random.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2017 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/satsolver.cc b/spot/misc/satsolver.cc index 3ef31dbb8..9180b7f7c 100644 --- a/spot/misc/satsolver.cc +++ b/spot/misc/satsolver.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2018 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/satsolver.hh b/spot/misc/satsolver.hh index 3b5bedccd..83d24d86c 100644 --- a/spot/misc/satsolver.hh +++ b/spot/misc/satsolver.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2017-2018, 2020, 2022 Laboratoire de Recherche -// et Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/timer.cc b/spot/misc/timer.cc index 1004aa19b..51541a8fd 100644 --- a/spot/misc/timer.cc +++ b/spot/misc/timer.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2013, 2014 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/timer.hh b/spot/misc/timer.hh index 9a7d754c3..e2a607376 100644 --- a/spot/misc/timer.hh +++ b/spot/misc/timer.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2011, 2012, 2013, 2014, 2015, 2016, 2022 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/tmpfile.cc b/spot/misc/tmpfile.cc index b068d2abe..154ee603c 100644 --- a/spot/misc/tmpfile.cc +++ b/spot/misc/tmpfile.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2015, 2017-2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/tmpfile.hh b/spot/misc/tmpfile.hh index 8ae6452ac..125b4c18f 100644 --- a/spot/misc/tmpfile.hh +++ b/spot/misc/tmpfile.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2015, 2017 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/trival.hh b/spot/misc/trival.hh index 472717f1a..c7675aa29 100644 --- a/spot/misc/trival.hh +++ b/spot/misc/trival.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016, 2018-2019 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/version.cc b/spot/misc/version.cc index 8daa1d2ad..de74474bd 100644 --- a/spot/misc/version.cc +++ b/spot/misc/version.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/misc/version.hh b/spot/misc/version.hh index f5d67b8e5..41b8f6962 100644 --- a/spot/misc/version.hh +++ b/spot/misc/version.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/parseaut/Makefile.am b/spot/parseaut/Makefile.am index 8d34c5605..9c08cd619 100644 --- a/spot/parseaut/Makefile.am +++ b/spot/parseaut/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2013, 2014, 2018 Laboratoire de Recherche et -## Développement de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/parseaut/fmterror.cc b/spot/parseaut/fmterror.cc index 49db70b41..babd775e6 100644 --- a/spot/parseaut/fmterror.cc +++ b/spot/parseaut/fmterror.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2015, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/parseaut/parseaut.yy b/spot/parseaut/parseaut.yy index 328977f2b..865bf6afd 100644 --- a/spot/parseaut/parseaut.yy +++ b/spot/parseaut/parseaut.yy @@ -1,6 +1,5 @@ /* -*- coding: utf-8 -*- -** Copyright (C) 2014-2023 Laboratoire de Recherche et Développement -** de l'Epita (LRDE). +** Copyright (C) by the Spot authors, see the AUTHORS file for details. ** ** This file is part of Spot, a model checking library. ** diff --git a/spot/parseaut/parsedecl.hh b/spot/parseaut/parsedecl.hh index 14fcc9958..28ce2b8fa 100644 --- a/spot/parseaut/parsedecl.hh +++ b/spot/parseaut/parsedecl.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2015, 2017, 2021 Laboratoire de Recherche et -// Développement de l'EPITA. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/parseaut/public.hh b/spot/parseaut/public.hh index 2a5cfff76..ee9a0e671 100644 --- a/spot/parseaut/public.hh +++ b/spot/parseaut/public.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2017, 2022-2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/parseaut/scanaut.ll b/spot/parseaut/scanaut.ll index c04834975..3b3d9ab4c 100644 --- a/spot/parseaut/scanaut.ll +++ b/spot/parseaut/scanaut.ll @@ -1,6 +1,5 @@ /* -*- coding: utf-8 -*- -** Copyright (C) 2014-2018, 2020, 2021, 2022 Laboratoire de Recherche et Développement -** de l'Epita (LRDE). +** Copyright (C) by the Spot authors, see the AUTHORS file for details. ** ** This file is part of Spot, a model checking library. ** diff --git a/spot/parsetl/Makefile.am b/spot/parsetl/Makefile.am index f218ca067..d67ac88ed 100644 --- a/spot/parsetl/Makefile.am +++ b/spot/parsetl/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2008-2015, 2018, 2022 Laboratoire de Recherche et -## Développement de l'Epita (LRDE). -## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris -## 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -## Université Pierre et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/parsetl/fmterror.cc b/spot/parsetl/fmterror.cc index eb13c9459..9cc6e55e7 100644 --- a/spot/parsetl/fmterror.cc +++ b/spot/parsetl/fmterror.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2012-2013, 2015-2016, 2018 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris -// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/parsetl/parsedecl.hh b/spot/parsetl/parsedecl.hh index a8e764ec4..0a4728329 100644 --- a/spot/parsetl/parsedecl.hh +++ b/spot/parsetl/parsedecl.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2012, 2013, 2014, 2015, 2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE) -// Copyright (C) 2003, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/parsetl/parsetl.yy b/spot/parsetl/parsetl.yy index 117695404..bbef42df5 100644 --- a/spot/parsetl/parsetl.yy +++ b/spot/parsetl/parsetl.yy @@ -1,9 +1,5 @@ /* -*- coding: utf-8 -*- -** Copyright (C) 2009-2019, 2021, 2022 Laboratoire de Recherche et -** Développement de l'Epita (LRDE). -** Copyright (C) 2003-2006 Laboratoire d'Informatique de Paris 6 -** (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -** Pierre et Marie Curie. +** Copyright (C) by the Spot authors, see the AUTHORS file for details. ** ** This file is part of Spot, a model checking library. ** diff --git a/spot/parsetl/scantl.ll b/spot/parsetl/scantl.ll index 33667a849..68c436d60 100644 --- a/spot/parsetl/scantl.ll +++ b/spot/parsetl/scantl.ll @@ -1,9 +1,5 @@ /* -*- coding: utf-8 -*- -** Copyright (C) 2010-2015, 2017-2019, 2021-2022, Laboratoire de -** Recherche et Développement de l'Epita (LRDE). -** Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 -** (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -** Pierre et Marie Curie. +** Copyright (C) by the Spot authors, see the AUTHORS file for details. ** ** This file is part of Spot, a model checking library. ** diff --git a/spot/priv/Makefile.am b/spot/priv/Makefile.am index 9a23caaa3..2dd29f541 100644 --- a/spot/priv/Makefile.am +++ b/spot/priv/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2013-2019, 2021-2023 Laboratoire de Recherche et -## Développement de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/priv/accmap.hh b/spot/priv/accmap.hh index f83a58f15..b5df7fd5f 100644 --- a/spot/priv/accmap.hh +++ b/spot/priv/accmap.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2018 Laboratoire de Recherche et Developpement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/bddalloc.cc b/spot/priv/bddalloc.cc index 3ce691c0f..8d6a0f768 100644 --- a/spot/priv/bddalloc.cc +++ b/spot/priv/bddalloc.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2007, 2011, 2014, 2015, 2017, 2018 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2006, 2007 Laboratoire d'Informatique de -// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/bddalloc.hh b/spot/priv/bddalloc.hh index 590c40d54..5634e5906 100644 --- a/spot/priv/bddalloc.hh +++ b/spot/priv/bddalloc.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2016, 2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/freelist.cc b/spot/priv/freelist.cc index f93c9428f..c9db1f6ae 100644 --- a/spot/priv/freelist.cc +++ b/spot/priv/freelist.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2018 Laboratoire de Recherche et Développement de -// l'Epita. -// Copyright (C) 2004, 2006 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/freelist.hh b/spot/priv/freelist.hh index 9dee2d28d..7f6395640 100644 --- a/spot/priv/freelist.hh +++ b/spot/priv/freelist.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008,2013,2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2006 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/partitioned_relabel.cc b/spot/priv/partitioned_relabel.cc index f28ea5554..0e415d944 100644 --- a/spot/priv/partitioned_relabel.cc +++ b/spot/priv/partitioned_relabel.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2022 Laboratoire de Recherche -// de l'Epita (LRE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. (LRE). // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/partitioned_relabel.hh b/spot/priv/partitioned_relabel.hh index cd19ffaea..27d82f406 100644 --- a/spot/priv/partitioned_relabel.hh +++ b/spot/priv/partitioned_relabel.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2022 Laboratoire de Recherche -// de l'Epita (LRE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. (LRE). // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/satcommon.cc b/spot/priv/satcommon.cc index aec73d104..b79c9cbea 100644 --- a/spot/priv/satcommon.cc +++ b/spot/priv/satcommon.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2019, 2022 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/satcommon.hh b/spot/priv/satcommon.hh index 653212a92..ce3fcffde 100644 --- a/spot/priv/satcommon.hh +++ b/spot/priv/satcommon.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2016, 2018, 2019 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/trim.cc b/spot/priv/trim.cc index a5f6c9c50..3fb449b86 100644 --- a/spot/priv/trim.cc +++ b/spot/priv/trim.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2018, 2019 Laboratoire de Recherche et Developpement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/trim.hh b/spot/priv/trim.hh index 8073e16e8..0f606f7d6 100644 --- a/spot/priv/trim.hh +++ b/spot/priv/trim.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015 Laboratoire de Recherche et Developpement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/weight.cc b/spot/priv/weight.cc index ec3e02baf..7a6164204 100644 --- a/spot/priv/weight.cc +++ b/spot/priv/weight.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2014, 2016, 2017, 2018 Laboratoire de Recherche -// et Developpement de l'Epita. -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/priv/weight.hh b/spot/priv/weight.hh index fb3063755..b49dee43c 100644 --- a/spot/priv/weight.hh +++ b/spot/priv/weight.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2017 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). -// Copyright (C) 2004, 2014 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ta/Makefile.am b/spot/ta/Makefile.am index 12f7196b1..a5e9124da 100644 --- a/spot/ta/Makefile.am +++ b/spot/ta/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2010, 2012, 2013, 2015, 2018 Laboratoire de Recherche -## et Développement de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/ta/ta.cc b/spot/ta/ta.cc index f69df726c..deaf5233f 100644 --- a/spot/ta/ta.cc +++ b/spot/ta/ta.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2011, 2014, 2018 Laboratoire de Recherche et -// Developpement de l Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ta/ta.hh b/spot/ta/ta.hh index 72b481894..cd3024ff6 100644 --- a/spot/ta/ta.hh +++ b/spot/ta/ta.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2012-2017 Laboratoire de Recherche et -// Developpement de l Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ta/taexplicit.cc b/spot/ta/taexplicit.cc index 3c8a42cf7..17a7b6038 100644 --- a/spot/ta/taexplicit.cc +++ b/spot/ta/taexplicit.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2018 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ta/taexplicit.hh b/spot/ta/taexplicit.hh index 4f833329a..05906d05c 100644 --- a/spot/ta/taexplicit.hh +++ b/spot/ta/taexplicit.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018 Laboratoire -// de Recherche et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ta/taproduct.cc b/spot/ta/taproduct.cc index 244ce9467..3b5a06527 100644 --- a/spot/ta/taproduct.cc +++ b/spot/ta/taproduct.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2012, 2014-2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // // This file is part of Spot, a model checking library. diff --git a/spot/ta/taproduct.hh b/spot/ta/taproduct.hh index 051e9bc79..ba0cf4cf3 100644 --- a/spot/ta/taproduct.hh +++ b/spot/ta/taproduct.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2012, 2013, 2014, 2016 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ta/tgta.hh b/spot/ta/tgta.hh index b997eeb3b..bed332805 100644 --- a/spot/ta/tgta.hh +++ b/spot/ta/tgta.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016 Laboratoire -// de Recherche et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ta/tgtaexplicit.cc b/spot/ta/tgtaexplicit.cc index 694636583..14c8f0b14 100644 --- a/spot/ta/tgtaexplicit.cc +++ b/spot/ta/tgtaexplicit.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2012, 2014-2016, 2018 Laboratoire de -// Recherche et Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ta/tgtaexplicit.hh b/spot/ta/tgtaexplicit.hh index 551f0551e..f0214d606 100644 --- a/spot/ta/tgtaexplicit.hh +++ b/spot/ta/tgtaexplicit.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016 Laboratoire -// de Recherche et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ta/tgtaproduct.cc b/spot/ta/tgtaproduct.cc index 17b240bc6..81fbef2db 100644 --- a/spot/ta/tgtaproduct.cc +++ b/spot/ta/tgtaproduct.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2014-2018 Laboratoire de Recherche et Développement de -// l Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/ta/tgtaproduct.hh b/spot/ta/tgtaproduct.hh index 46c201476..8b6da0088 100644 --- a/spot/ta/tgtaproduct.hh +++ b/spot/ta/tgtaproduct.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2012, 2013, 2014, 2016 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/Makefile.am b/spot/taalgos/Makefile.am index 958900947..45f35448c 100644 --- a/spot/taalgos/Makefile.am +++ b/spot/taalgos/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2010, 2012, 2013, 2015, 2018 Laboratoire de Recherche -## et Développement de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/taalgos/dot.cc b/spot/taalgos/dot.cc index ba0f3d517..d82e34270 100644 --- a/spot/taalgos/dot.cc +++ b/spot/taalgos/dot.cc @@ -1,7 +1,6 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2012, 2014-2016, 2018-2019 Laboratoire de -// Recherche et Developpement de l Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/dot.hh b/spot/taalgos/dot.hh index 76e6d453f..f9792496a 100644 --- a/spot/taalgos/dot.hh +++ b/spot/taalgos/dot.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2013, 2014, 2015 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/emptinessta.cc b/spot/taalgos/emptinessta.cc index b5a9ec93d..e91852388 100644 --- a/spot/taalgos/emptinessta.cc +++ b/spot/taalgos/emptinessta.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2016, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/emptinessta.hh b/spot/taalgos/emptinessta.hh index 46a5fc64e..934b16f13 100644 --- a/spot/taalgos/emptinessta.hh +++ b/spot/taalgos/emptinessta.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2014, 2016, 2018, 2019 Laboratoire de Recherche -// et Dévelopment de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/minimize.cc b/spot/taalgos/minimize.cc index b2b12cb12..28749ecdb 100644 --- a/spot/taalgos/minimize.cc +++ b/spot/taalgos/minimize.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2016, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/minimize.hh b/spot/taalgos/minimize.hh index 2d7af4741..855b426a9 100644 --- a/spot/taalgos/minimize.hh +++ b/spot/taalgos/minimize.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2019 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/reachiter.cc b/spot/taalgos/reachiter.cc index 44f52e4d0..b57f99a0d 100644 --- a/spot/taalgos/reachiter.cc +++ b/spot/taalgos/reachiter.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2012, 2014-2016, 2018 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/reachiter.hh b/spot/taalgos/reachiter.hh index 448aac65d..733bc7b68 100644 --- a/spot/taalgos/reachiter.hh +++ b/spot/taalgos/reachiter.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/statessetbuilder.cc b/spot/taalgos/statessetbuilder.cc index 68c4046fa..563a96a92 100644 --- a/spot/taalgos/statessetbuilder.cc +++ b/spot/taalgos/statessetbuilder.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2014, 2016, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/statessetbuilder.hh b/spot/taalgos/statessetbuilder.hh index 245e244cb..dada7323c 100644 --- a/spot/taalgos/statessetbuilder.hh +++ b/spot/taalgos/statessetbuilder.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2013, 2014 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/stats.cc b/spot/taalgos/stats.cc index 1787f6a27..37a64ca79 100644 --- a/spot/taalgos/stats.cc +++ b/spot/taalgos/stats.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2014, 2015, 2016, 2018 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/stats.hh b/spot/taalgos/stats.hh index e6f9553bc..0583829be 100644 --- a/spot/taalgos/stats.hh +++ b/spot/taalgos/stats.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013, 2014, 2015 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/tgba2ta.cc b/spot/taalgos/tgba2ta.cc index fc9073aa5..096080d6f 100644 --- a/spot/taalgos/tgba2ta.cc +++ b/spot/taalgos/tgba2ta.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2018, 2021 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/taalgos/tgba2ta.hh b/spot/taalgos/tgba2ta.hh index 50b06ff8c..99240893b 100644 --- a/spot/taalgos/tgba2ta.hh +++ b/spot/taalgos/tgba2ta.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2012-2015, 2017, 2019 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/Makefile.am b/spot/tl/Makefile.am index cdedddffd..a1f0ce104 100644 --- a/spot/tl/Makefile.am +++ b/spot/tl/Makefile.am @@ -1,6 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2015-2018 Laboratoire de Recherche et -## Développement de l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/tl/apcollect.cc b/spot/tl/apcollect.cc index 0a2c2d259..8e6cdefea 100644 --- a/spot/tl/apcollect.cc +++ b/spot/tl/apcollect.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2014, 2015, 2018, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/apcollect.hh b/spot/tl/apcollect.hh index 42424b4ac..a4ccfdaa6 100644 --- a/spot/tl/apcollect.hh +++ b/spot/tl/apcollect.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2014, 2015, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/contain.cc b/spot/tl/contain.cc index 858afc52d..6782f6211 100644 --- a/spot/tl/contain.cc +++ b/spot/tl/contain.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009-2012, 2014-2016, 2018-2020 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2006, 2007 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/contain.hh b/spot/tl/contain.hh index 28d83172f..5fadbf1f1 100644 --- a/spot/tl/contain.hh +++ b/spot/tl/contain.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011-2016, 2019, 2020 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2006 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/declenv.cc b/spot/tl/declenv.cc index cad6466cd..4b24fdcb1 100644 --- a/spot/tl/declenv.cc +++ b/spot/tl/declenv.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2012, 2014, 2015, 2018 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/declenv.hh b/spot/tl/declenv.hh index 863391aa2..6d561a332 100644 --- a/spot/tl/declenv.hh +++ b/spot/tl/declenv.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2012, 2013, 2014, 2015, 2016 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/defaultenv.cc b/spot/tl/defaultenv.cc index ae3c22643..533a4dea8 100644 --- a/spot/tl/defaultenv.cc +++ b/spot/tl/defaultenv.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2014, 2015, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/defaultenv.hh b/spot/tl/defaultenv.hh index 6bd4468cb..455641b12 100644 --- a/spot/tl/defaultenv.hh +++ b/spot/tl/defaultenv.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2014, 2015, 2016 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/dot.cc b/spot/tl/dot.cc index 2bfbb43da..7d8e936f7 100644 --- a/spot/tl/dot.cc +++ b/spot/tl/dot.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009-2015, 2018-2019, 2021 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/dot.hh b/spot/tl/dot.hh index 1c1543432..efa0c0024 100644 --- a/spot/tl/dot.hh +++ b/spot/tl/dot.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2015 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/environment.hh b/spot/tl/environment.hh index a44b3582b..29d7e515a 100644 --- a/spot/tl/environment.hh +++ b/spot/tl/environment.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2012, 2014, 2015 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris -// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/exclusive.cc b/spot/tl/exclusive.cc index 4d863eaf0..2cc22af3e 100644 --- a/spot/tl/exclusive.cc +++ b/spot/tl/exclusive.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/exclusive.hh b/spot/tl/exclusive.hh index b0310c34d..b3c1808ef 100644 --- a/spot/tl/exclusive.hh +++ b/spot/tl/exclusive.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/formula.cc b/spot/tl/formula.cc index 294c8cb5b..a1e67b475 100644 --- a/spot/tl/formula.cc +++ b/spot/tl/formula.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2019, 2021, 2022, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/formula.hh b/spot/tl/formula.hh index 7b7a5c174..3ab6dd100 100644 --- a/spot/tl/formula.hh +++ b/spot/tl/formula.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/hierarchy.cc b/spot/tl/hierarchy.cc index d069fd65b..5d29202b5 100644 --- a/spot/tl/hierarchy.cc +++ b/spot/tl/hierarchy.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2019 Laboratoire de Recherche et Développement de -// l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/hierarchy.hh b/spot/tl/hierarchy.hh index 347d175f8..ae7d5c343 100644 --- a/spot/tl/hierarchy.hh +++ b/spot/tl/hierarchy.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2018, 2019 Laboratoire de Recherche et Développement -// de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/length.cc b/spot/tl/length.cc index 2793a6af5..02a4c242c 100644 --- a/spot/tl/length.cc +++ b/spot/tl/length.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2012, 2014, 2015, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/length.hh b/spot/tl/length.hh index 83f34117e..cbf828c6f 100644 --- a/spot/tl/length.hh +++ b/spot/tl/length.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2015, 2016 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/ltlf.cc b/spot/tl/ltlf.cc index 8e9d3d64c..8a3e80e55 100644 --- a/spot/tl/ltlf.cc +++ b/spot/tl/ltlf.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016, 2018, 2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/ltlf.hh b/spot/tl/ltlf.hh index 1042e2f65..b74b6ed7c 100644 --- a/spot/tl/ltlf.hh +++ b/spot/tl/ltlf.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016, 2022 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/mark.cc b/spot/tl/mark.cc index fd022fb7e..b20d367b9 100644 --- a/spot/tl/mark.cc +++ b/spot/tl/mark.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2012, 2014-2015, 2018-2019 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/mark.hh b/spot/tl/mark.hh index ee917a440..74e34571e 100644 --- a/spot/tl/mark.hh +++ b/spot/tl/mark.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2011, 2012, 2013, 2015, 2016 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/mutation.cc b/spot/tl/mutation.cc index bf447fc92..e378adade 100644 --- a/spot/tl/mutation.cc +++ b/spot/tl/mutation.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2016, 2018-2019 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/mutation.hh b/spot/tl/mutation.hh index bef46345f..1d12a0476 100644 --- a/spot/tl/mutation.hh +++ b/spot/tl/mutation.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2015 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/nenoform.cc b/spot/tl/nenoform.cc index 8705960df..3779048a5 100644 --- a/spot/tl/nenoform.cc +++ b/spot/tl/nenoform.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009-2013, 2015, 2018 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/nenoform.hh b/spot/tl/nenoform.hh index 3522e4ca1..c05d77f63 100644 --- a/spot/tl/nenoform.hh +++ b/spot/tl/nenoform.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2012, 2013, 2015 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/parse.hh b/spot/tl/parse.hh index f42aa8f6f..5907d2756 100644 --- a/spot/tl/parse.hh +++ b/spot/tl/parse.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Laboratoire -// de Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de -// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/print.cc b/spot/tl/print.cc index 57c7f6a5f..044f83d94 100644 --- a/spot/tl/print.cc +++ b/spot/tl/print.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2010, 2012-2016, 2018, 2019 Laboratoire de -// Recherche et Développement de l'Epita (LRDE) -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/print.hh b/spot/tl/print.hh index 07d475be7..ce3e50879 100644 --- a/spot/tl/print.hh +++ b/spot/tl/print.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/randomltl.cc b/spot/tl/randomltl.cc index 3157f6fe8..21e6b61b3 100644 --- a/spot/tl/randomltl.cc +++ b/spot/tl/randomltl.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008-2012, 2014-2016, 2018-2019 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/randomltl.hh b/spot/tl/randomltl.hh index 2811c18ac..99b664b00 100644 --- a/spot/tl/randomltl.hh +++ b/spot/tl/randomltl.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2016, 2018 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/relabel.cc b/spot/tl/relabel.cc index 7fe94842c..1a376f11b 100644 --- a/spot/tl/relabel.cc +++ b/spot/tl/relabel.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2016, 2018-2020, 2022, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/relabel.hh b/spot/tl/relabel.hh index 5d076f10c..1f8e32f22 100644 --- a/spot/tl/relabel.hh +++ b/spot/tl/relabel.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2015, 2019, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/remove_x.cc b/spot/tl/remove_x.cc index 4ab27d1d7..06f48179c 100644 --- a/spot/tl/remove_x.cc +++ b/spot/tl/remove_x.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2014, 2015, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/remove_x.hh b/spot/tl/remove_x.hh index 2171077a7..fc6b1bad4 100644 --- a/spot/tl/remove_x.hh +++ b/spot/tl/remove_x.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2015, 2019 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/simplify.cc b/spot/tl/simplify.cc index 4eac97282..c670fc730 100644 --- a/spot/tl/simplify.cc +++ b/spot/tl/simplify.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011-2022 Laboratoire de Recherche et Developpement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/simplify.hh b/spot/tl/simplify.hh index ec102a205..72a3664a4 100644 --- a/spot/tl/simplify.hh +++ b/spot/tl/simplify.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011-2022 Laboratoire de Recherche et Developpement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/snf.cc b/spot/tl/snf.cc index 941ac1b10..220a62e98 100644 --- a/spot/tl/snf.cc +++ b/spot/tl/snf.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2014, 2015, 2016, 2018, 2019 Laboratoire de Recherche -// et Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/snf.hh b/spot/tl/snf.hh index 839b0496b..38e055e0a 100644 --- a/spot/tl/snf.hh +++ b/spot/tl/snf.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2015, 2019 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/sonf.cc b/spot/tl/sonf.cc index 29a319039..29b613eaa 100644 --- a/spot/tl/sonf.cc +++ b/spot/tl/sonf.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2021 Laboratoire de Recherche et Developpement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/sonf.hh b/spot/tl/sonf.hh index 37ef5d05d..4c3595321 100644 --- a/spot/tl/sonf.hh +++ b/spot/tl/sonf.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2021 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/unabbrev.cc b/spot/tl/unabbrev.cc index 1df1334a3..61391c3a7 100644 --- a/spot/tl/unabbrev.cc +++ b/spot/tl/unabbrev.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2018-2020 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/tl/unabbrev.hh b/spot/tl/unabbrev.hh index f691e58ed..96eac566f 100644 --- a/spot/tl/unabbrev.hh +++ b/spot/tl/unabbrev.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/Makefile.am b/spot/twa/Makefile.am index f99598a8f..08bf32e72 100644 --- a/spot/twa/Makefile.am +++ b/spot/twa/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2009-2016, 2018 Laboratoire de Recherche et -## Développement de l'Epita (LRDE). -## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -## département Systèmes Répartis Coopératifs (SRC), Université Pierre -## et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/twa/acc.cc b/spot/twa/acc.cc index 0549ce462..e7b2a563e 100644 --- a/spot/twa/acc.cc +++ b/spot/twa/acc.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2023 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/acc.hh b/spot/twa/acc.hh index b7817aa0b..069b9de07 100644 --- a/spot/twa/acc.hh +++ b/spot/twa/acc.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2023 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/bdddict.cc b/spot/twa/bdddict.cc index f1dc88450..e849ede7a 100644 --- a/spot/twa/bdddict.cc +++ b/spot/twa/bdddict.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2012-2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003-2006 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/bdddict.hh b/spot/twa/bdddict.hh index f9c2ed6df..504e4b089 100644 --- a/spot/twa/bdddict.hh +++ b/spot/twa/bdddict.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011-2017, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2006 Laboratoire d'Informatique de Paris -// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/bddprint.cc b/spot/twa/bddprint.cc index ea0d84c2c..5313bfb33 100644 --- a/spot/twa/bddprint.cc +++ b/spot/twa/bddprint.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2012, 2014, 2015, 2018, 2019 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/bddprint.hh b/spot/twa/bddprint.hh index e748079ba..a85acb765 100644 --- a/spot/twa/bddprint.hh +++ b/spot/twa/bddprint.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2014, 2015 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de -// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/formula2bdd.cc b/spot/twa/formula2bdd.cc index 15434395f..540426d85 100644 --- a/spot/twa/formula2bdd.cc +++ b/spot/twa/formula2bdd.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009-2019, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris -// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/formula2bdd.hh b/spot/twa/formula2bdd.hh index a84d27996..b9005295c 100644 --- a/spot/twa/formula2bdd.hh +++ b/spot/twa/formula2bdd.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2015, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/fwd.hh b/spot/twa/fwd.hh index 4563f8766..839844875 100644 --- a/spot/twa/fwd.hh +++ b/spot/twa/fwd.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2015, 2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/taatgba.cc b/spot/twa/taatgba.cc index 1ae35ff1b..95ddc85ee 100644 --- a/spot/twa/taatgba.cc +++ b/spot/twa/taatgba.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009-2018 Laboratoire de Recherche et Développement de -// l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/taatgba.hh b/spot/twa/taatgba.hh index 6a5b1c470..7a84e3884 100644 --- a/spot/twa/taatgba.hh +++ b/spot/twa/taatgba.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2011-2019, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/twa.cc b/spot/twa/twa.cc index 6ada4b6f4..ab4c12ef6 100644 --- a/spot/twa/twa.cc +++ b/spot/twa/twa.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2014-2019, 2021, 2022, 2023 Laboratoire de Recherche et -// Developpement de l'EPITA (LRDE). -// Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/twa.hh b/spot/twa/twa.hh index 819a90962..85ce382e3 100644 --- a/spot/twa/twa.hh +++ b/spot/twa/twa.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2011, 2013-2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003-2005 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/twagraph.cc b/spot/twa/twagraph.cc index e7a875680..1b9e2f484 100644 --- a/spot/twa/twagraph.cc +++ b/spot/twa/twagraph.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2023 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/twagraph.hh b/spot/twa/twagraph.hh index 1540692c6..30a023c68 100644 --- a/spot/twa/twagraph.hh +++ b/spot/twa/twagraph.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2023 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/twaproduct.cc b/spot/twa/twaproduct.cc index caa0ad3ef..a9b324835 100644 --- a/spot/twa/twaproduct.cc +++ b/spot/twa/twaproduct.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2011-2012, 2014-2018 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2006 Laboratoire d'Informatique de -// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twa/twaproduct.hh b/spot/twa/twaproduct.hh index ec998122a..7720672e8 100644 --- a/spot/twa/twaproduct.hh +++ b/spot/twa/twaproduct.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013, 2014, 2015, 2016, 2019 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2006 Laboratoire d'Informatique de Paris -// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/Makefile.am b/spot/twaalgos/Makefile.am index 7a09928f1..80884cdbb 100644 --- a/spot/twaalgos/Makefile.am +++ b/spot/twaalgos/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2008-2018, 2020-2022 Laboratoire de Recherche et -## Développement de l'Epita (LRDE). -## Copyright (C) 2003-2005 Laboratoire d'Informatique de Paris 6 -## (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -## Pierre et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/twaalgos/aiger.cc b/spot/twaalgos/aiger.cc index df3d05bdb..d41e2ae8a 100644 --- a/spot/twaalgos/aiger.cc +++ b/spot/twaalgos/aiger.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/aiger.hh b/spot/twaalgos/aiger.hh index 4737a80be..1fe2ffddf 100644 --- a/spot/twaalgos/aiger.hh +++ b/spot/twaalgos/aiger.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2020-2021, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/alternation.cc b/spot/twaalgos/alternation.cc index bdbe07982..b247a4e57 100644 --- a/spot/twaalgos/alternation.cc +++ b/spot/twaalgos/alternation.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016-2019, 2021, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/alternation.hh b/spot/twaalgos/alternation.hh index a4665aacf..e782856af 100644 --- a/spot/twaalgos/alternation.hh +++ b/spot/twaalgos/alternation.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016, 2018, 2019 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/are_isomorphic.cc b/spot/twaalgos/are_isomorphic.cc index 77fb95741..75bf6733b 100644 --- a/spot/twaalgos/are_isomorphic.cc +++ b/spot/twaalgos/are_isomorphic.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/are_isomorphic.hh b/spot/twaalgos/are_isomorphic.hh index 5d199b430..9c00e920e 100644 --- a/spot/twaalgos/are_isomorphic.hh +++ b/spot/twaalgos/are_isomorphic.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2015 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/bfssteps.cc b/spot/twaalgos/bfssteps.cc index af722d5a6..28ab1c3e5 100644 --- a/spot/twaalgos/bfssteps.cc +++ b/spot/twaalgos/bfssteps.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2015, 2018, 2020 Laboratoire de Recherche et -// Développement de l'Epita (LRDE) -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/bfssteps.hh b/spot/twaalgos/bfssteps.hh index 015a41328..3c834b396 100644 --- a/spot/twaalgos/bfssteps.hh +++ b/spot/twaalgos/bfssteps.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013, 2014, 2018 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/canonicalize.cc b/spot/twaalgos/canonicalize.cc index 1feca0113..3053445a4 100644 --- a/spot/twaalgos/canonicalize.cc +++ b/spot/twaalgos/canonicalize.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/canonicalize.hh b/spot/twaalgos/canonicalize.hh index f302fe4d7..079fd44ee 100644 --- a/spot/twaalgos/canonicalize.hh +++ b/spot/twaalgos/canonicalize.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014 Laboratoire de Recherche et -// Developpement de l Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/cleanacc.cc b/spot/twaalgos/cleanacc.cc index 913c2f10b..454b531c1 100644 --- a/spot/twaalgos/cleanacc.cc +++ b/spot/twaalgos/cleanacc.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2017-2020 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/cleanacc.hh b/spot/twaalgos/cleanacc.hh index de637c63b..3c2c38070 100644 --- a/spot/twaalgos/cleanacc.hh +++ b/spot/twaalgos/cleanacc.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2017-2020 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/cobuchi.cc b/spot/twaalgos/cobuchi.cc index 23d4871a0..6eacdb489 100644 --- a/spot/twaalgos/cobuchi.cc +++ b/spot/twaalgos/cobuchi.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2018, 2021, 2022 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/cobuchi.hh b/spot/twaalgos/cobuchi.hh index b02c0535d..f2b5e4900 100644 --- a/spot/twaalgos/cobuchi.hh +++ b/spot/twaalgos/cobuchi.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2019, 2022 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/complement.cc b/spot/twaalgos/complement.cc index 8db33225a..728b764d5 100644 --- a/spot/twaalgos/complement.cc +++ b/spot/twaalgos/complement.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2015, 2017-2021 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/complement.hh b/spot/twaalgos/complement.hh index 902f11363..4b74f27b8 100644 --- a/spot/twaalgos/complement.hh +++ b/spot/twaalgos/complement.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2015, 2017, 2019, 2022 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/complete.cc b/spot/twaalgos/complete.cc index b6ace400e..9218140d2 100644 --- a/spot/twaalgos/complete.cc +++ b/spot/twaalgos/complete.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2018, 2022 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/complete.hh b/spot/twaalgos/complete.hh index 3525904be..318f143e9 100644 --- a/spot/twaalgos/complete.hh +++ b/spot/twaalgos/complete.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2015, 2017, 2022 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/compsusp.cc b/spot/twaalgos/compsusp.cc index 0d7b624ac..859602b3f 100644 --- a/spot/twaalgos/compsusp.cc +++ b/spot/twaalgos/compsusp.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2015, 2018, 2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/compsusp.hh b/spot/twaalgos/compsusp.hh index 4da48f0e8..a660e81d6 100644 --- a/spot/twaalgos/compsusp.hh +++ b/spot/twaalgos/compsusp.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2014, 2015, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/contains.cc b/spot/twaalgos/contains.cc index 7170fbedf..3df305379 100644 --- a/spot/twaalgos/contains.cc +++ b/spot/twaalgos/contains.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018, 2019, 2022, 2023 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/contains.hh b/spot/twaalgos/contains.hh index 5c30a66b9..ac3be3f1e 100644 --- a/spot/twaalgos/contains.hh +++ b/spot/twaalgos/contains.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018, 2022, 2023 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/copy.hh b/spot/twaalgos/copy.hh index 47c762d5a..f08b94804 100644 --- a/spot/twaalgos/copy.hh +++ b/spot/twaalgos/copy.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2017 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003-2005 Laboratoire d'Informatique de Paris -// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/couvreurnew.cc b/spot/twaalgos/couvreurnew.cc index ee6130226..25797d27d 100644 --- a/spot/twaalgos/couvreurnew.cc +++ b/spot/twaalgos/couvreurnew.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016-2020 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/couvreurnew.hh b/spot/twaalgos/couvreurnew.hh index 18b451bff..b60bc6bca 100644 --- a/spot/twaalgos/couvreurnew.hh +++ b/spot/twaalgos/couvreurnew.hh @@ -1,5 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016 Laboratoire de Recherche et Developpement de l'EPITA. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/cycles.cc b/spot/twaalgos/cycles.cc index 51b528584..716252cb1 100644 --- a/spot/twaalgos/cycles.cc +++ b/spot/twaalgos/cycles.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2014-2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/cycles.hh b/spot/twaalgos/cycles.hh index 47c8d5ad4..bd613a1c2 100644 --- a/spot/twaalgos/cycles.hh +++ b/spot/twaalgos/cycles.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2015, 2018-2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/dbranch.cc b/spot/twaalgos/dbranch.cc index 7cf1b262e..d4ba24db0 100644 --- a/spot/twaalgos/dbranch.cc +++ b/spot/twaalgos/dbranch.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2022-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/dbranch.hh b/spot/twaalgos/dbranch.hh index 022c1a75b..f0f080b34 100644 --- a/spot/twaalgos/dbranch.hh +++ b/spot/twaalgos/dbranch.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2022, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/degen.cc b/spot/twaalgos/degen.cc index d79844b84..6e718459b 100644 --- a/spot/twaalgos/degen.cc +++ b/spot/twaalgos/degen.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2020, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/degen.hh b/spot/twaalgos/degen.hh index e9ae13021..b04ae7bb8 100644 --- a/spot/twaalgos/degen.hh +++ b/spot/twaalgos/degen.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2015, 2017-2020, 2022 Laboratoire de -// Recherche et Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/determinize.cc b/spot/twaalgos/determinize.cc index c87d992dd..c99933467 100644 --- a/spot/twaalgos/determinize.cc +++ b/spot/twaalgos/determinize.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2023 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/determinize.hh b/spot/twaalgos/determinize.hh index aa8196eaa..b7dbb8137 100644 --- a/spot/twaalgos/determinize.hh +++ b/spot/twaalgos/determinize.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2016, 2019-2021, 2023 Laboratoire de Recherche -// et Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/dot.cc b/spot/twaalgos/dot.cc index 19a638b9e..fd76e173f 100644 --- a/spot/twaalgos/dot.cc +++ b/spot/twaalgos/dot.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2012, 2014-2022 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/dot.hh b/spot/twaalgos/dot.hh index 1ef8c3e27..fbf63e641 100644 --- a/spot/twaalgos/dot.hh +++ b/spot/twaalgos/dot.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2012, 2013, 2014, 2015, 2016 Laboratoire de Recherche -// et Developpement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/dtbasat.cc b/spot/twaalgos/dtbasat.cc index c4bf3d1bc..bc556d264 100644 --- a/spot/twaalgos/dtbasat.cc +++ b/spot/twaalgos/dtbasat.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2018, 2021-2023 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/dtbasat.hh b/spot/twaalgos/dtbasat.hh index 79f096a1f..f4fa1e20f 100644 --- a/spot/twaalgos/dtbasat.hh +++ b/spot/twaalgos/dtbasat.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2015, 2021 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/dtwasat.cc b/spot/twaalgos/dtwasat.cc index 2ecf38fd1..9aee79d57 100644 --- a/spot/twaalgos/dtwasat.cc +++ b/spot/twaalgos/dtwasat.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2023 Laboratoire de Recherche -// et Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/dtwasat.hh b/spot/twaalgos/dtwasat.hh index ac5837741..f51ca1405 100644 --- a/spot/twaalgos/dtwasat.hh +++ b/spot/twaalgos/dtwasat.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2014, 2015, 2018 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/dualize.cc b/spot/twaalgos/dualize.cc index 1b60a0d17..4e2261e12 100644 --- a/spot/twaalgos/dualize.cc +++ b/spot/twaalgos/dualize.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2019, 2021-2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/dualize.hh b/spot/twaalgos/dualize.hh index 53c600dab..d84be8173 100644 --- a/spot/twaalgos/dualize.hh +++ b/spot/twaalgos/dualize.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2018, 2019 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/emptiness.cc b/spot/twaalgos/emptiness.cc index ef8890f95..d3f05ca38 100644 --- a/spot/twaalgos/emptiness.cc +++ b/spot/twaalgos/emptiness.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2011-2019, 2021, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/emptiness.hh b/spot/twaalgos/emptiness.hh index 66bf8ca56..cd9b40c3f 100644 --- a/spot/twaalgos/emptiness.hh +++ b/spot/twaalgos/emptiness.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013-2018, 2020-2021, 2023 Laboratoire de -// Recherche et Developpement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/emptiness_stats.hh b/spot/twaalgos/emptiness_stats.hh index c56915efa..936929bc3 100644 --- a/spot/twaalgos/emptiness_stats.hh +++ b/spot/twaalgos/emptiness_stats.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2017 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/forq_contains.cc b/spot/twaalgos/forq_contains.cc index 1e397106f..1b6b54f01 100644 --- a/spot/twaalgos/forq_contains.cc +++ b/spot/twaalgos/forq_contains.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2023 Laboratoire de Recherche et Développement -// de l'Epita. IMDEA Software Institute. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/forq_contains.hh b/spot/twaalgos/forq_contains.hh index 9e7c792af..f880aeb3c 100644 --- a/spot/twaalgos/forq_contains.hh +++ b/spot/twaalgos/forq_contains.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2023 Laboratoire de Recherche et Développement -// de l'Epita. IMDEA Software Institute. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/game.cc b/spot/twaalgos/game.cc index add0926fe..4850e07b2 100644 --- a/spot/twaalgos/game.cc +++ b/spot/twaalgos/game.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2018, 2020-2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/game.hh b/spot/twaalgos/game.hh index d4937e46c..c376304be 100644 --- a/spot/twaalgos/game.hh +++ b/spot/twaalgos/game.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/genem.cc b/spot/twaalgos/genem.cc index 77597db9f..63ee7ce24 100644 --- a/spot/twaalgos/genem.cc +++ b/spot/twaalgos/genem.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2023 Laboratoire de Recherche et Developpement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/genem.hh b/spot/twaalgos/genem.hh index 3fefcdc77..0a6de1040 100644 --- a/spot/twaalgos/genem.hh +++ b/spot/twaalgos/genem.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2022 Laboratoire de Recherche et Developpement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gfguarantee.cc b/spot/twaalgos/gfguarantee.cc index f25c378c4..8a4477a7a 100644 --- a/spot/twaalgos/gfguarantee.cc +++ b/spot/twaalgos/gfguarantee.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018, 2021, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gfguarantee.hh b/spot/twaalgos/gfguarantee.hh index 32edae439..204eca98d 100644 --- a/spot/twaalgos/gfguarantee.hh +++ b/spot/twaalgos/gfguarantee.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018, 2022, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gtec/Makefile.am b/spot/twaalgos/gtec/Makefile.am index 98198e6ef..9463d592c 100644 --- a/spot/twaalgos/gtec/Makefile.am +++ b/spot/twaalgos/gtec/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2011, 2013, 2014, 2016, 2018 Laboratoire de Recherche -## et Developpement de l'Epita (LRDE). -## Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -## département Systèmes Répartis Coopératifs (SRC), Université Pierre -## et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/twaalgos/gtec/ce.cc b/spot/twaalgos/gtec/ce.cc index 9b167d00c..846d55532 100644 --- a/spot/twaalgos/gtec/ce.cc +++ b/spot/twaalgos/gtec/ce.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2011, 2013-2016, 2018 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gtec/ce.hh b/spot/twaalgos/gtec/ce.hh index 4509f0bb6..adccb08ab 100644 --- a/spot/twaalgos/gtec/ce.hh +++ b/spot/twaalgos/gtec/ce.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2014, 2016 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gtec/gtec.cc b/spot/twaalgos/gtec/gtec.cc index 12eba32c8..e50e0b7ad 100644 --- a/spot/twaalgos/gtec/gtec.cc +++ b/spot/twaalgos/gtec/gtec.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2011, 2014-2016, 2018-2020 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de -// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gtec/gtec.hh b/spot/twaalgos/gtec/gtec.hh index a9e3e8292..e2e3f92c7 100644 --- a/spot/twaalgos/gtec/gtec.hh +++ b/spot/twaalgos/gtec/gtec.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2013-2016, 2018-2020 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de -// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gtec/sccstack.cc b/spot/twaalgos/gtec/sccstack.cc index eb2c5e73e..84b2a9dab 100644 --- a/spot/twaalgos/gtec/sccstack.cc +++ b/spot/twaalgos/gtec/sccstack.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2018 Laboratoire de Recherche et Developpement de -// l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gtec/sccstack.hh b/spot/twaalgos/gtec/sccstack.hh index 7285cafab..d4ae65b37 100644 --- a/spot/twaalgos/gtec/sccstack.hh +++ b/spot/twaalgos/gtec/sccstack.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2014 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gtec/status.cc b/spot/twaalgos/gtec/status.cc index d9b6d8fc8..5ac07365d 100644 --- a/spot/twaalgos/gtec/status.cc +++ b/spot/twaalgos/gtec/status.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2016, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gtec/status.hh b/spot/twaalgos/gtec/status.hh index 708bf8631..970059fcc 100644 --- a/spot/twaalgos/gtec/status.hh +++ b/spot/twaalgos/gtec/status.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2014, 2016 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gv04.cc b/spot/twaalgos/gv04.cc index fceec436a..cdaebcc4a 100644 --- a/spot/twaalgos/gv04.cc +++ b/spot/twaalgos/gv04.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2010, 2011, 2013-2020 Laboratoire de -// recherche et développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/gv04.hh b/spot/twaalgos/gv04.hh index 4bef9bff1..695c0e983 100644 --- a/spot/twaalgos/gv04.hh +++ b/spot/twaalgos/gv04.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2014, 2019 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/hoa.cc b/spot/twaalgos/hoa.cc index c8e7b13b9..0f2a8e8b1 100644 --- a/spot/twaalgos/hoa.cc +++ b/spot/twaalgos/hoa.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2023 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/hoa.hh b/spot/twaalgos/hoa.hh index 441b9ed16..70e2c98c6 100644 --- a/spot/twaalgos/hoa.hh +++ b/spot/twaalgos/hoa.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2015, 2022 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/iscolored.cc b/spot/twaalgos/iscolored.cc index 73a0dad56..f6b45b554 100644 --- a/spot/twaalgos/iscolored.cc +++ b/spot/twaalgos/iscolored.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2018, 2020 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/iscolored.hh b/spot/twaalgos/iscolored.hh index 7f53d7990..826afed78 100644 --- a/spot/twaalgos/iscolored.hh +++ b/spot/twaalgos/iscolored.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017 Laboratoire de Recherche et Développement de l'Epita -// (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/isdet.cc b/spot/twaalgos/isdet.cc index 864a9315c..485998efe 100644 --- a/spot/twaalgos/isdet.cc +++ b/spot/twaalgos/isdet.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2018, 2021 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/isdet.hh b/spot/twaalgos/isdet.hh index 2717c877f..7015391e6 100644 --- a/spot/twaalgos/isdet.hh +++ b/spot/twaalgos/isdet.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/isunamb.cc b/spot/twaalgos/isunamb.cc index 01497edcc..22fc0cdd8 100644 --- a/spot/twaalgos/isunamb.cc +++ b/spot/twaalgos/isunamb.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2015-2018 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/isunamb.hh b/spot/twaalgos/isunamb.hh index 4ec9c48f8..c63d9b3d2 100644 --- a/spot/twaalgos/isunamb.hh +++ b/spot/twaalgos/isunamb.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2015, 2018 Laboratoire de Recherche et Developpement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/isweakscc.cc b/spot/twaalgos/isweakscc.cc index ff2254302..6f4502e30 100644 --- a/spot/twaalgos/isweakscc.cc +++ b/spot/twaalgos/isweakscc.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2019 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/isweakscc.hh b/spot/twaalgos/isweakscc.hh index bc296519f..e1258c0f2 100644 --- a/spot/twaalgos/isweakscc.hh +++ b/spot/twaalgos/isweakscc.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2014, 2017 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/langmap.cc b/spot/twaalgos/langmap.cc index a3a77715d..50f70d037 100644 --- a/spot/twaalgos/langmap.cc +++ b/spot/twaalgos/langmap.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016-2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/langmap.hh b/spot/twaalgos/langmap.hh index afebe811c..98e783f41 100644 --- a/spot/twaalgos/langmap.hh +++ b/spot/twaalgos/langmap.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016, 2017 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/lbtt.cc b/spot/twaalgos/lbtt.cc index 70750eaff..cb0d1abe5 100644 --- a/spot/twaalgos/lbtt.cc +++ b/spot/twaalgos/lbtt.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011-2016, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003-2005 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/lbtt.hh b/spot/twaalgos/lbtt.hh index 5f26ecc81..5dbc39f2b 100644 --- a/spot/twaalgos/lbtt.hh +++ b/spot/twaalgos/lbtt.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2013, 2014, 2015 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/ltl2taa.cc b/spot/twaalgos/ltl2taa.cc index eaba49e92..e9405da5e 100644 --- a/spot/twaalgos/ltl2taa.cc +++ b/spot/twaalgos/ltl2taa.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009-2010, 2012-2016, 2018-2019, 2021 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/ltl2taa.hh b/spot/twaalgos/ltl2taa.hh index 755490334..b819b7678 100644 --- a/spot/twaalgos/ltl2taa.hh +++ b/spot/twaalgos/ltl2taa.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2010, 2013-2015, 2019 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/ltl2tgba_fm.cc b/spot/twaalgos/ltl2tgba_fm.cc index 9768dfbfd..3ce8f86db 100644 --- a/spot/twaalgos/ltl2tgba_fm.cc +++ b/spot/twaalgos/ltl2tgba_fm.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008-2019, 2021-2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003-2006 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/ltl2tgba_fm.hh b/spot/twaalgos/ltl2tgba_fm.hh index 8c1827490..554b8019d 100644 --- a/spot/twaalgos/ltl2tgba_fm.hh +++ b/spot/twaalgos/ltl2tgba_fm.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2015, 2017, 2019-2020 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de -// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/magic.cc b/spot/twaalgos/magic.cc index b8b472af7..4fb3d5b07 100644 --- a/spot/twaalgos/magic.cc +++ b/spot/twaalgos/magic.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013-2020 Laboratoire de recherche et -// développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/magic.hh b/spot/twaalgos/magic.hh index 744c81669..c8e3e4261 100644 --- a/spot/twaalgos/magic.hh +++ b/spot/twaalgos/magic.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2014, 2019 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/mask.cc b/spot/twaalgos/mask.cc index 5a6e6a6aa..69c27eecd 100644 --- a/spot/twaalgos/mask.cc +++ b/spot/twaalgos/mask.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/mask.hh b/spot/twaalgos/mask.hh index 8d21022d1..564622bed 100644 --- a/spot/twaalgos/mask.hh +++ b/spot/twaalgos/mask.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2017 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/mealy_machine.cc b/spot/twaalgos/mealy_machine.cc index fc36a42f1..89f44cc6a 100644 --- a/spot/twaalgos/mealy_machine.cc +++ b/spot/twaalgos/mealy_machine.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2021, 2022, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/mealy_machine.hh b/spot/twaalgos/mealy_machine.hh index 3bdb71b73..9fd3c084e 100644 --- a/spot/twaalgos/mealy_machine.hh +++ b/spot/twaalgos/mealy_machine.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2021-2022 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/minimize.cc b/spot/twaalgos/minimize.cc index 889028e57..4628df900 100644 --- a/spot/twaalgos/minimize.cc +++ b/spot/twaalgos/minimize.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2020, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/minimize.hh b/spot/twaalgos/minimize.hh index 0b454654a..e9390c6c1 100644 --- a/spot/twaalgos/minimize.hh +++ b/spot/twaalgos/minimize.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009-2016, 2018-2020 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/ndfs_result.hxx b/spot/twaalgos/ndfs_result.hxx index 2e17fc3fa..c2c584e2b 100644 --- a/spot/twaalgos/ndfs_result.hxx +++ b/spot/twaalgos/ndfs_result.hxx @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013-2016, 2018, 2021 Laboratoire de recherche -// et développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005, 2006 Laboratoire d'Informatique de Paris -// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/neverclaim.cc b/spot/twaalgos/neverclaim.cc index 674cfe49a..59cb152a0 100644 --- a/spot/twaalgos/neverclaim.cc +++ b/spot/twaalgos/neverclaim.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2011, 2012, 2014-2016, 2018 Laboratoire -// de Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/neverclaim.hh b/spot/twaalgos/neverclaim.hh index a3d0e9a3c..7186db0e8 100644 --- a/spot/twaalgos/neverclaim.hh +++ b/spot/twaalgos/neverclaim.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2011, 2012, 2013, 2014, 2015 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/parity.cc b/spot/twaalgos/parity.cc index 46eed1ff9..a54942400 100644 --- a/spot/twaalgos/parity.cc +++ b/spot/twaalgos/parity.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016, 2018, 2019, 2022, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/parity.hh b/spot/twaalgos/parity.hh index 188e92483..4043affc2 100644 --- a/spot/twaalgos/parity.hh +++ b/spot/twaalgos/parity.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016-2019, 2022 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/postproc.cc b/spot/twaalgos/postproc.cc index cbf677414..1a1ceb9cc 100644 --- a/spot/twaalgos/postproc.cc +++ b/spot/twaalgos/postproc.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2022 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/postproc.hh b/spot/twaalgos/postproc.hh index f470dcf5b..2a162501d 100644 --- a/spot/twaalgos/postproc.hh +++ b/spot/twaalgos/postproc.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2022 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/powerset.cc b/spot/twaalgos/powerset.cc index c69ffd75d..c192d72fb 100644 --- a/spot/twaalgos/powerset.cc +++ b/spot/twaalgos/powerset.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009-2011, 2013-2019, 2021, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/powerset.hh b/spot/twaalgos/powerset.hh index 00f3efc51..59a798ab3 100644 --- a/spot/twaalgos/powerset.hh +++ b/spot/twaalgos/powerset.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013-2015, 2019 Laboratoire de Recherche et -// Développement de l'Epita. -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/product.cc b/spot/twaalgos/product.cc index dc12b34f8..e494da1bb 100644 --- a/spot/twaalgos/product.cc +++ b/spot/twaalgos/product.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2020, 2022, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/product.hh b/spot/twaalgos/product.hh index 784a3cb49..796e4c23c 100644 --- a/spot/twaalgos/product.hh +++ b/spot/twaalgos/product.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2015, 2018-2020, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/randomgraph.cc b/spot/twaalgos/randomgraph.cc index 32e624f81..b66b6df01 100644 --- a/spot/twaalgos/randomgraph.cc +++ b/spot/twaalgos/randomgraph.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008-2010, 2012-2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005, 2007 Laboratoire d'Informatique de -// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/randomgraph.hh b/spot/twaalgos/randomgraph.hh index 8e8a5dd08..174f89ca8 100644 --- a/spot/twaalgos/randomgraph.hh +++ b/spot/twaalgos/randomgraph.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013-2015, 2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/randomize.cc b/spot/twaalgos/randomize.cc index c3b09a004..32765ecbe 100644 --- a/spot/twaalgos/randomize.cc +++ b/spot/twaalgos/randomize.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/randomize.hh b/spot/twaalgos/randomize.hh index faf020c27..3eb6dcd7c 100644 --- a/spot/twaalgos/randomize.hh +++ b/spot/twaalgos/randomize.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014, 2015, 2016 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/reachiter.cc b/spot/twaalgos/reachiter.cc index a85c20005..528d62f84 100644 --- a/spot/twaalgos/reachiter.cc +++ b/spot/twaalgos/reachiter.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2011, 2013-2016, 2018 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/reachiter.hh b/spot/twaalgos/reachiter.hh index 044794642..f1faf8b99 100644 --- a/spot/twaalgos/reachiter.hh +++ b/spot/twaalgos/reachiter.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2009, 2011, 2013, 2016 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/relabel.cc b/spot/twaalgos/relabel.cc index 2ba9e7d52..66c566846 100644 --- a/spot/twaalgos/relabel.cc +++ b/spot/twaalgos/relabel.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2018, 2020, 2022, 2023 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/relabel.hh b/spot/twaalgos/relabel.hh index 34f7a0a41..3e963b42a 100644 --- a/spot/twaalgos/relabel.hh +++ b/spot/twaalgos/relabel.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2017 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/remfin.cc b/spot/twaalgos/remfin.cc index 0b9bb3cc9..6274c8255 100644 --- a/spot/twaalgos/remfin.cc +++ b/spot/twaalgos/remfin.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2020 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/remfin.hh b/spot/twaalgos/remfin.hh index 5b71e5f29..08cb786a4 100644 --- a/spot/twaalgos/remfin.hh +++ b/spot/twaalgos/remfin.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2017, 2018, 2020 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/remprop.cc b/spot/twaalgos/remprop.cc index 8d4be8fbc..380ba1a71 100644 --- a/spot/twaalgos/remprop.cc +++ b/spot/twaalgos/remprop.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2019, 2022, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/remprop.hh b/spot/twaalgos/remprop.hh index 09d75ffac..ab234fed9 100644 --- a/spot/twaalgos/remprop.hh +++ b/spot/twaalgos/remprop.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2022 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/sbacc.cc b/spot/twaalgos/sbacc.cc index b23c95b6d..b67dc53b8 100644 --- a/spot/twaalgos/sbacc.cc +++ b/spot/twaalgos/sbacc.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2018, 2021, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/sbacc.hh b/spot/twaalgos/sbacc.hh index 4d91ce75a..5169b8e22 100644 --- a/spot/twaalgos/sbacc.hh +++ b/spot/twaalgos/sbacc.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2021 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/sccfilter.cc b/spot/twaalgos/sccfilter.cc index 9d8f2cfca..9ec3f1c0e 100644 --- a/spot/twaalgos/sccfilter.cc +++ b/spot/twaalgos/sccfilter.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009-2018, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/sccfilter.hh b/spot/twaalgos/sccfilter.hh index 4d34ca5d4..c3d264c59 100644 --- a/spot/twaalgos/sccfilter.hh +++ b/spot/twaalgos/sccfilter.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2010, 2012, 2013, 2014, 2015, 2018, 2023 Laboratoire de -// Recherche et Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/sccinfo.cc b/spot/twaalgos/sccinfo.cc index 3abc6fcbd..947c7cd94 100644 --- a/spot/twaalgos/sccinfo.cc +++ b/spot/twaalgos/sccinfo.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/sccinfo.hh b/spot/twaalgos/sccinfo.hh index dc275c517..d7aee5000 100644 --- a/spot/twaalgos/sccinfo.hh +++ b/spot/twaalgos/sccinfo.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2021, 2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/se05.cc b/spot/twaalgos/se05.cc index 508a1dca1..73558fcf7 100644 --- a/spot/twaalgos/se05.cc +++ b/spot/twaalgos/se05.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013-2020 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/se05.hh b/spot/twaalgos/se05.hh index 268762f38..640d37f0a 100644 --- a/spot/twaalgos/se05.hh +++ b/spot/twaalgos/se05.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2014, 2019 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/sepsets.cc b/spot/twaalgos/sepsets.cc index cce0c935e..264a9c128 100644 --- a/spot/twaalgos/sepsets.cc +++ b/spot/twaalgos/sepsets.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2019 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/sepsets.hh b/spot/twaalgos/sepsets.hh index 5fd7c895e..cf699776e 100644 --- a/spot/twaalgos/sepsets.hh +++ b/spot/twaalgos/sepsets.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2018 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/simulation.cc b/spot/twaalgos/simulation.cc index aa3ed2a15..bdcb21846 100644 --- a/spot/twaalgos/simulation.cc +++ b/spot/twaalgos/simulation.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2023 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/simulation.hh b/spot/twaalgos/simulation.hh index 3965f10d4..07f5d8832 100644 --- a/spot/twaalgos/simulation.hh +++ b/spot/twaalgos/simulation.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2015, 2017, 2019, 2021 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/split.cc b/spot/twaalgos/split.cc index 09a1a2eb0..8ac5682f3 100644 --- a/spot/twaalgos/split.cc +++ b/spot/twaalgos/split.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017-2023 Laboratoire de Recherche et Développement -// de l'Epita. IMDEA Software Institute. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/split.hh b/spot/twaalgos/split.hh index 54490ab8b..63304db1e 100644 --- a/spot/twaalgos/split.hh +++ b/spot/twaalgos/split.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2018, 2020, 2023 Laboratoire de Recherche -// et Développement de l'Epita. IMDEA Software Institute. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/stats.cc b/spot/twaalgos/stats.cc index 4a905e542..4b3b6185c 100644 --- a/spot/twaalgos/stats.cc +++ b/spot/twaalgos/stats.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2011-2018, 2020, 2022 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/stats.hh b/spot/twaalgos/stats.hh index 24353fc31..63aa3c4e9 100644 --- a/spot/twaalgos/stats.hh +++ b/spot/twaalgos/stats.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2011-2017, 2020, 2022 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/strength.cc b/spot/twaalgos/strength.cc index 8140b1b0a..230063c38 100644 --- a/spot/twaalgos/strength.cc +++ b/spot/twaalgos/strength.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2011, 2013-2018, 2023 Laboratoire de Recherche -// et Développement de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/strength.hh b/spot/twaalgos/strength.hh index 809fdc1d9..c979feebe 100644 --- a/spot/twaalgos/strength.hh +++ b/spot/twaalgos/strength.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2011, 2013-2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/stripacc.cc b/spot/twaalgos/stripacc.cc index c85af14dc..b3825efb7 100644 --- a/spot/twaalgos/stripacc.cc +++ b/spot/twaalgos/stripacc.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2014-2015, 2017-2018 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/stripacc.hh b/spot/twaalgos/stripacc.hh index df673d7ff..31aa254b5 100644 --- a/spot/twaalgos/stripacc.hh +++ b/spot/twaalgos/stripacc.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012-2014, 2017 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/stutter.cc b/spot/twaalgos/stutter.cc index f9108048f..37fb0690f 100644 --- a/spot/twaalgos/stutter.cc +++ b/spot/twaalgos/stutter.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2021 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/stutter.hh b/spot/twaalgos/stutter.hh index 908f47e3c..a0a54d412 100644 --- a/spot/twaalgos/stutter.hh +++ b/spot/twaalgos/stutter.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2017, 2019 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/sum.cc b/spot/twaalgos/sum.cc index 93476228e..51dcaf995 100644 --- a/spot/twaalgos/sum.cc +++ b/spot/twaalgos/sum.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/sum.hh b/spot/twaalgos/sum.hh index 2ad5a2e1b..1acbfe45b 100644 --- a/spot/twaalgos/sum.hh +++ b/spot/twaalgos/sum.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/synthesis.cc b/spot/twaalgos/synthesis.cc index 11a154da3..3f5bcf505 100644 --- a/spot/twaalgos/synthesis.cc +++ b/spot/twaalgos/synthesis.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2020-2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/synthesis.hh b/spot/twaalgos/synthesis.hh index 2d9c0600a..d3d5d3271 100644 --- a/spot/twaalgos/synthesis.hh +++ b/spot/twaalgos/synthesis.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2020-2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/tau03.cc b/spot/twaalgos/tau03.cc index a67001874..ec75d7bb6 100644 --- a/spot/twaalgos/tau03.cc +++ b/spot/twaalgos/tau03.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013-2021 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/tau03.hh b/spot/twaalgos/tau03.hh index 324379af0..a4c7ad1e6 100644 --- a/spot/twaalgos/tau03.hh +++ b/spot/twaalgos/tau03.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2014, 2019 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/tau03opt.cc b/spot/twaalgos/tau03opt.cc index 831211764..a518160fb 100644 --- a/spot/twaalgos/tau03opt.cc +++ b/spot/twaalgos/tau03opt.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2013-2019, 2021 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/tau03opt.hh b/spot/twaalgos/tau03opt.hh index 120bc7323..2d6f529b2 100644 --- a/spot/twaalgos/tau03opt.hh +++ b/spot/twaalgos/tau03opt.hh @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013, 2014 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/toparity.cc b/spot/twaalgos/toparity.cc index 7abec3e15..960f4daaa 100644 --- a/spot/twaalgos/toparity.cc +++ b/spot/twaalgos/toparity.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018-2020, 2022-2023 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/toparity.hh b/spot/twaalgos/toparity.hh index d82403aa5..5283b637a 100644 --- a/spot/twaalgos/toparity.hh +++ b/spot/twaalgos/toparity.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2018-2020 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/totgba.cc b/spot/twaalgos/totgba.cc index 4e2c6c802..35759d577 100644 --- a/spot/twaalgos/totgba.cc +++ b/spot/twaalgos/totgba.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2018 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/totgba.hh b/spot/twaalgos/totgba.hh index a011b920a..51af4d9f6 100644 --- a/spot/twaalgos/totgba.hh +++ b/spot/twaalgos/totgba.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2016, 2018-2019 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/toweak.cc b/spot/twaalgos/toweak.cc index ae7a0f58a..e3a0264be 100644 --- a/spot/twaalgos/toweak.cc +++ b/spot/twaalgos/toweak.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2018, 2021, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/toweak.hh b/spot/twaalgos/toweak.hh index 27661cb56..7b4612432 100644 --- a/spot/twaalgos/toweak.hh +++ b/spot/twaalgos/toweak.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2019 Laboratoire de Recherche et Développement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/translate.cc b/spot/twaalgos/translate.cc index 9bc6690d6..99c15ca46 100644 --- a/spot/twaalgos/translate.cc +++ b/spot/twaalgos/translate.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2018, 2020-2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/translate.hh b/spot/twaalgos/translate.hh index 4e534b1f7..d1dbe5e27 100644 --- a/spot/twaalgos/translate.hh +++ b/spot/twaalgos/translate.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2018, 2020, 2022, 2023 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/word.cc b/spot/twaalgos/word.cc index 1f24f9537..bc9f5a52b 100644 --- a/spot/twaalgos/word.cc +++ b/spot/twaalgos/word.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2019 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/word.hh b/spot/twaalgos/word.hh index 979a4070b..68538d2d3 100644 --- a/spot/twaalgos/word.hh +++ b/spot/twaalgos/word.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2016, 2018-2019, 2023 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/zlktree.cc b/spot/twaalgos/zlktree.cc index da6a5e208..521d9630a 100644 --- a/spot/twaalgos/zlktree.cc +++ b/spot/twaalgos/zlktree.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2021, 2022, 2023 Laboratoire de Recherche et Developpement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twaalgos/zlktree.hh b/spot/twaalgos/zlktree.hh index 6d8b3270c..e0ec2c3e3 100644 --- a/spot/twaalgos/zlktree.hh +++ b/spot/twaalgos/zlktree.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2021, 2022 Laboratoire de Recherche et Developpement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twacube/Makefile.am b/spot/twacube/Makefile.am index 1db234c96..27704fc57 100644 --- a/spot/twacube/Makefile.am +++ b/spot/twacube/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Laboratoire -## de Recherche et Développement de l'Epita (LRDE). -## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -## département Systèmes Répartis Coopératifs (SRC), Université Pierre -## et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/twacube/cube.cc b/spot/twacube/cube.cc index 0293288dd..b901c94a5 100644 --- a/spot/twacube/cube.cc +++ b/spot/twacube/cube.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2018, 2020, 2021 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twacube/cube.hh b/spot/twacube/cube.hh index dcdecf6ab..fc46249f0 100644 --- a/spot/twacube/cube.hh +++ b/spot/twacube/cube.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2018 Laboratoire de Recherche et Developpement de -// l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twacube/fwd.hh b/spot/twacube/fwd.hh index 3ea15ceea..893d80993 100644 --- a/spot/twacube/fwd.hh +++ b/spot/twacube/fwd.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twacube/twacube.cc b/spot/twacube/twacube.cc index 39cf7a17c..3d03039be 100644 --- a/spot/twacube/twacube.cc +++ b/spot/twacube/twacube.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2018, 2020 Laboratoire de Recherche et -// Developpement de l'EPITA (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twacube/twacube.hh b/spot/twacube/twacube.hh index cc55aac95..37ab9abcf 100644 --- a/spot/twacube/twacube.hh +++ b/spot/twacube/twacube.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2020 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twacube_algos/Makefile.am b/spot/twacube_algos/Makefile.am index 310ad3307..8cf06f2ee 100644 --- a/spot/twacube_algos/Makefile.am +++ b/spot/twacube_algos/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Laboratoire -## de Recherche et Développement de l'Epita (LRDE). -## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -## département Systèmes Répartis Coopératifs (SRC), Université Pierre -## et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/spot/twacube_algos/convert.cc b/spot/twacube_algos/convert.cc index bdbca1ca9..95ebd0021 100644 --- a/spot/twacube_algos/convert.cc +++ b/spot/twacube_algos/convert.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2016, 2018, 2020-2021 Laboratoire de Recherche -// et Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/spot/twacube_algos/convert.hh b/spot/twacube_algos/convert.hh index ba739f470..6f120eb63 100644 --- a/spot/twacube_algos/convert.hh +++ b/spot/twacube_algos/convert.hh @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2020, 2022 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/Makefile.am b/tests/Makefile.am index b26f128ed..f6c303dd5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,9 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2009-2023 Laboratoire de Recherche et Développement -## de l'Epita (LRDE). -## Copyright (C) 2003-2006 Laboratoire d'Informatique de Paris 6 -## (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -## Pierre et Marie Curie. +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ## diff --git a/tests/core/385.test b/tests/core/385.test index b680c071f..fc3506bdf 100755 --- a/tests/core/385.test +++ b/tests/core/385.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2019 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/500.test b/tests/core/500.test index 60d5c6365..b86d41bc2 100755 --- a/tests/core/500.test +++ b/tests/core/500.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/521.test b/tests/core/521.test index 002ab1ca2..11189bdc2 100755 --- a/tests/core/521.test +++ b/tests/core/521.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2022 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/522.test b/tests/core/522.test index 3f1596514..9d5ccfec6 100755 --- a/tests/core/522.test +++ b/tests/core/522.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2023 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/acc.cc b/tests/core/acc.cc index eb5fe20d1..d1107f5ca 100644 --- a/tests/core/acc.cc +++ b/tests/core/acc.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*-x -// Copyright (C) 2014, 2015, 2017, 2018, 2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/acc.test b/tests/core/acc.test index aac7874ab..aed8ab09e 100755 --- a/tests/core/acc.test +++ b/tests/core/acc.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014, 2015, 2017, 2019 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/acc2.test b/tests/core/acc2.test index 2d885749e..a56851a93 100755 --- a/tests/core/acc2.test +++ b/tests/core/acc2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2017 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/acc_word.test b/tests/core/acc_word.test index 4fc5a5602..767be5834 100644 --- a/tests/core/acc_word.test +++ b/tests/core/acc_word.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016-2019, 2023 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/accsimpl.test b/tests/core/accsimpl.test index 1dbf06095..6844676ad 100755 --- a/tests/core/accsimpl.test +++ b/tests/core/accsimpl.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2018, 2020 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/alternating.test b/tests/core/alternating.test index 6706eddc8..152e09c40 100755 --- a/tests/core/alternating.test +++ b/tests/core/alternating.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016-2018, 2020-2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/autcross.test b/tests/core/autcross.test index b3d27ec0a..8b720a085 100755 --- a/tests/core/autcross.test +++ b/tests/core/autcross.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2018, 2022 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/autcross2.test b/tests/core/autcross2.test index 942aea94a..f0055487d 100755 --- a/tests/core/autcross2.test +++ b/tests/core/autcross2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2018, 2019 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/autcross3.test b/tests/core/autcross3.test index 2062d7faf..63f943729 100755 --- a/tests/core/autcross3.test +++ b/tests/core/autcross3.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2021 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/autcross4.test b/tests/core/autcross4.test index 13f770d1c..fa7240002 100755 --- a/tests/core/autcross4.test +++ b/tests/core/autcross4.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2018, 2019, 2022 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/autcross5.test b/tests/core/autcross5.test index 1dc4a29d5..25a05b0ef 100755 --- a/tests/core/autcross5.test +++ b/tests/core/autcross5.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2020 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/babiak.test b/tests/core/babiak.test index 95b8affae..26b171f54 100755 --- a/tests/core/babiak.test +++ b/tests/core/babiak.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2012, 2013 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/bare.test b/tests/core/bare.test index 719fdd663..73fec8a72 100755 --- a/tests/core/bare.test +++ b/tests/core/bare.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2015 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/basimul.test b/tests/core/basimul.test index 5b423d67a..d33eb8f09 100755 --- a/tests/core/basimul.test +++ b/tests/core/basimul.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2014, 2017 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/bdd.test b/tests/core/bdd.test index 85d410f8d..bddce80e7 100755 --- a/tests/core/bdd.test +++ b/tests/core/bdd.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2018, 2020, 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/bdddict.cc b/tests/core/bdddict.cc index 7763ff0d7..9638d1fd2 100644 --- a/tests/core/bdddict.cc +++ b/tests/core/bdddict.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*-x -// Copyright (C) 2017 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/bdddict.test b/tests/core/bdddict.test index 3dd380af1..47245ba87 100755 --- a/tests/core/bdddict.test +++ b/tests/core/bdddict.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/bitvect.cc b/tests/core/bitvect.cc index cf74dcddf..1fbe00baf 100644 --- a/tests/core/bitvect.cc +++ b/tests/core/bitvect.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2016, 2018, 2021 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/bitvect.test b/tests/core/bitvect.test index c76b3808f..ae9af36b4 100755 --- a/tests/core/bitvect.test +++ b/tests/core/bitvect.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2015, 2016, 2021 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/bricks.cc b/tests/core/bricks.cc index 615bd0acc..1c173783c 100644 --- a/tests/core/bricks.cc +++ b/tests/core/bricks.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016, 2018, 2020 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/bricks.test b/tests/core/bricks.test index 37ff57cb0..a87c1c6c6 100644 --- a/tests/core/bricks.test +++ b/tests/core/bricks.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2020, 2022 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/checkpsl.cc b/tests/core/checkpsl.cc index 620001255..2b4f05dc1 100644 --- a/tests/core/checkpsl.cc +++ b/tests/core/checkpsl.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2016, 2018-2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/checkta.cc b/tests/core/checkta.cc index 111aa4d06..88cdd9edf 100644 --- a/tests/core/checkta.cc +++ b/tests/core/checkta.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2016, 2018, 2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/complement.test b/tests/core/complement.test index d6d0eebd5..4c6fe37fc 100755 --- a/tests/core/complement.test +++ b/tests/core/complement.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015-2019, 2021, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/complementation.test b/tests/core/complementation.test index c233a5140..7c738025e 100755 --- a/tests/core/complementation.test +++ b/tests/core/complementation.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2011, 2014, 2015, 2016 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/complete.test b/tests/core/complete.test index 1d1be12bc..f64443ec4 100755 --- a/tests/core/complete.test +++ b/tests/core/complete.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015-2017, 2022, 2023 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/consterm.cc b/tests/core/consterm.cc index 67d563b8e..4ce350f6d 100644 --- a/tests/core/consterm.cc +++ b/tests/core/consterm.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010-2012, 2015-2016, 2018-2019 Laboratoire de Recherche -// et Dévelopement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/consterm.test b/tests/core/consterm.test index f95a1710f..5fdba2a55 100755 --- a/tests/core/consterm.test +++ b/tests/core/consterm.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2010, 2015 Laboratoire de Recherche et Devéloppement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/cube.cc b/tests/core/cube.cc index 7a93c3c87..bcd5e8c4c 100644 --- a/tests/core/cube.cc +++ b/tests/core/cube.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015-2016, 2018, 2020-2021 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/cube.test b/tests/core/cube.test index 5e38d30c3..9298f1103 100755 --- a/tests/core/cube.test +++ b/tests/core/cube.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2016, 2020 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/cycles.test b/tests/core/cycles.test index dbaee144e..2c26b50fb 100755 --- a/tests/core/cycles.test +++ b/tests/core/cycles.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2014, 2015 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/dbacomp.test b/tests/core/dbacomp.test index 43d59d53b..7ebb1e022 100755 --- a/tests/core/dbacomp.test +++ b/tests/core/dbacomp.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2015 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/dca.test b/tests/core/dca.test index 8d9f3fcd6..d0e0c09bb 100644 --- a/tests/core/dca.test +++ b/tests/core/dca.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2018 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/dca2.test b/tests/core/dca2.test index 74a24b2e7..6d5edfc8d 100755 --- a/tests/core/dca2.test +++ b/tests/core/dca2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2018 Laboratoire de Recherche et -# Développement de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/defs.in b/tests/core/defs.in index d06a3b67d..cf1d82ac1 100644 --- a/tests/core/defs.in +++ b/tests/core/defs.in @@ -1,9 +1,5 @@ # -*- mode: shell-script; coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2012, 2013, 2015, 2022 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004, 2006 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/degendet.test b/tests/core/degendet.test index bb8c2d8c4..cd07eac4b 100755 --- a/tests/core/degendet.test +++ b/tests/core/degendet.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2015-2017 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/degenid.test b/tests/core/degenid.test index b13162685..b71527fed 100755 --- a/tests/core/degenid.test +++ b/tests/core/degenid.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2013, 2014, 2015, 2017, 2018 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/degenlskip.test b/tests/core/degenlskip.test index bbdf0410f..0eedb6df8 100755 --- a/tests/core/degenlskip.test +++ b/tests/core/degenlskip.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2014, 2015, 2016 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/degenscc.test b/tests/core/degenscc.test index b2bd74fc5..ce08952b8 100644 --- a/tests/core/degenscc.test +++ b/tests/core/degenscc.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2019, 2021 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/det.test b/tests/core/det.test index d6f76226e..f3249ca27 100755 --- a/tests/core/det.test +++ b/tests/core/det.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013-2022 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/dfs.test b/tests/core/dfs.test index 5a9d58022..85cd1dd6e 100755 --- a/tests/core/dfs.test +++ b/tests/core/dfs.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2015 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de -# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -# Université Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/dnfstreett.test b/tests/core/dnfstreett.test index ad289cc1e..1b3e1fe81 100644 --- a/tests/core/dnfstreett.test +++ b/tests/core/dnfstreett.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/dot2tex.test b/tests/core/dot2tex.test index e7a957166..14ea2b78a 100755 --- a/tests/core/dot2tex.test +++ b/tests/core/dot2tex.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/dra2dba.test b/tests/core/dra2dba.test index b2bf0faf4..5a194de1b 100755 --- a/tests/core/dra2dba.test +++ b/tests/core/dra2dba.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014, 2017, 2019 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/dstar.test b/tests/core/dstar.test index c745ced4e..fdc31ce38 100755 --- a/tests/core/dstar.test +++ b/tests/core/dstar.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013-2016, 2018, 2020, 2022, 2023 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/dualize.test b/tests/core/dualize.test index da5a65747..c0ba567d4 100755 --- a/tests/core/dualize.test +++ b/tests/core/dualize.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2019, 2021, 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/dupexp.test b/tests/core/dupexp.test index e3730631c..46e44a40a 100755 --- a/tests/core/dupexp.test +++ b/tests/core/dupexp.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2014, 2015 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/emptchk.cc b/tests/core/emptchk.cc index 1a7e2519c..9d5a55a38 100644 --- a/tests/core/emptchk.cc +++ b/tests/core/emptchk.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2016, 2018-2019 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/emptchk.test b/tests/core/emptchk.test index 1c0c5a705..0050f7805 100755 --- a/tests/core/emptchk.test +++ b/tests/core/emptchk.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2008, 2009, 2010, 2014 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de -# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -# Université Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/emptchke.test b/tests/core/emptchke.test index 954245834..02826a7e8 100755 --- a/tests/core/emptchke.test +++ b/tests/core/emptchke.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2014, 2015 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de -# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -# Université Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/emptchkr.test b/tests/core/emptchkr.test index b3604646e..1eed0f6c5 100755 --- a/tests/core/emptchkr.test +++ b/tests/core/emptchkr.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2015 Laboratoire de Recherche de -# Développement de l'Epita (LRDE). -# Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/equals.test b/tests/core/equals.test index a67c4b1ef..b36f9edc3 100755 --- a/tests/core/equals.test +++ b/tests/core/equals.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009-2012, 2014-2015, 2021, 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/equalsf.cc b/tests/core/equalsf.cc index 54bfe5f68..0d0070a18 100644 --- a/tests/core/equalsf.cc +++ b/tests/core/equalsf.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008-2012, 2014-2016, 2018-2019 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003, 2004, 2006 Laboratoire d'Informatique de -// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/eventuniv.test b/tests/core/eventuniv.test index 223b811bc..da1b1308e 100755 --- a/tests/core/eventuniv.test +++ b/tests/core/eventuniv.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2013, 2014, 2017 Laboratoire de Recherche et -# Developpement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/exclusive-ltl.test b/tests/core/exclusive-ltl.test index 019533bb7..ddfc24ae5 100755 --- a/tests/core/exclusive-ltl.test +++ b/tests/core/exclusive-ltl.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/exclusive-tgba.test b/tests/core/exclusive-tgba.test index 87f57d78d..354a21799 100755 --- a/tests/core/exclusive-tgba.test +++ b/tests/core/exclusive-tgba.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015-2016, 2018-2019 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/explpro2.test b/tests/core/explpro2.test index c57826585..ee6c531e2 100755 --- a/tests/core/explpro2.test +++ b/tests/core/explpro2.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2014 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). -# Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009 Laboratoire -# d'Informatique de Paris 6 (LIP6), département Systèmes Répartis -# Coopératifs (SRC), Université Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/explpro3.test b/tests/core/explpro3.test index e682e5d3b..b23ee7fba 100755 --- a/tests/core/explpro3.test +++ b/tests/core/explpro3.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2014 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/explpro4.test b/tests/core/explpro4.test index a62444aa8..242d8fcfc 100755 --- a/tests/core/explpro4.test +++ b/tests/core/explpro4.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2014, 2015 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2006 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/explprod.test b/tests/core/explprod.test index e994e2f1c..2b7720b68 100755 --- a/tests/core/explprod.test +++ b/tests/core/explprod.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2008, 2009, 2013, 2014, 2016 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de -# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -# Université Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/explsum.test b/tests/core/explsum.test index e589e1dc5..54e3a7140 100755 --- a/tests/core/explsum.test +++ b/tests/core/explsum.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/format.test b/tests/core/format.test index da78e3e7e..f59c2bf92 100644 --- a/tests/core/format.test +++ b/tests/core/format.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016, 2017, 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/full.test b/tests/core/full.test index a1df7b83d..17cddf539 100644 --- a/tests/core/full.test +++ b/tests/core/full.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016, 2020 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/gamehoa.test b/tests/core/gamehoa.test index 0bdb81a40..f50602e34 100755 --- a/tests/core/gamehoa.test +++ b/tests/core/gamehoa.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/genaut.test b/tests/core/genaut.test index f364569e1..c69b87f2a 100644 --- a/tests/core/genaut.test +++ b/tests/core/genaut.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017-2020, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/genltl.test b/tests/core/genltl.test index ce5584a21..add4b1d99 100755 --- a/tests/core/genltl.test +++ b/tests/core/genltl.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016-2022 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/gragsa.test b/tests/core/gragsa.test index 45425897c..9bdcf28ef 100755 --- a/tests/core/gragsa.test +++ b/tests/core/gragsa.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016, 2018 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/graph.cc b/tests/core/graph.cc index caaf073c0..3a89c672b 100644 --- a/tests/core/graph.cc +++ b/tests/core/graph.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2018 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/graph.test b/tests/core/graph.test index 425b47a09..4ef85deb0 100755 --- a/tests/core/graph.test +++ b/tests/core/graph.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014, 2016 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/hierarchy.test b/tests/core/hierarchy.test index 0c962d211..330b49070 100755 --- a/tests/core/hierarchy.test +++ b/tests/core/hierarchy.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2019 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/highlightstate.test b/tests/core/highlightstate.test index 879ee2ce8..967b4781b 100755 --- a/tests/core/highlightstate.test +++ b/tests/core/highlightstate.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016-2019, 2023 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ikwiad.cc b/tests/core/ikwiad.cc index 026706aaf..a46168651 100644 --- a/tests/core/ikwiad.cc +++ b/tests/core/ikwiad.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2007-2019, 2021 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2003-2007 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/included.test b/tests/core/included.test index e9f2cea08..922f42836 100755 --- a/tests/core/included.test +++ b/tests/core/included.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016, 2022, 2023 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/intvcmp2.cc b/tests/core/intvcmp2.cc index 8024673af..12335a7bf 100644 --- a/tests/core/intvcmp2.cc +++ b/tests/core/intvcmp2.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2014, 2015, 2018 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/intvcomp.cc b/tests/core/intvcomp.cc index b4d61de76..93aa5f382 100644 --- a/tests/core/intvcomp.cc +++ b/tests/core/intvcomp.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2014, 2015, 2018 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/intvcomp.test b/tests/core/intvcomp.test index 97e3cc36b..dc5b638f5 100755 --- a/tests/core/intvcomp.test +++ b/tests/core/intvcomp.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2015 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/isomorph.test b/tests/core/isomorph.test index a331f7399..8536f2ec0 100755 --- a/tests/core/isomorph.test +++ b/tests/core/isomorph.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014, 2015, 2020 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/isop.test b/tests/core/isop.test index cdd35d003..515f45252 100755 --- a/tests/core/isop.test +++ b/tests/core/isop.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2015 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/kind.cc b/tests/core/kind.cc index 1dfa7830b..00ca22b05 100644 --- a/tests/core/kind.cc +++ b/tests/core/kind.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2010, 2012, 2015, 2016, 2018, 2019 Laboratoire de -// Recherche et Developement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/kind.test b/tests/core/kind.test index d6413211a..93c7dcef4 100755 --- a/tests/core/kind.test +++ b/tests/core/kind.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012, 2015, 2017, 2019, 2021 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/kripke.test b/tests/core/kripke.test index 958386e5c..93991529f 100755 --- a/tests/core/kripke.test +++ b/tests/core/kripke.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2012, 2015 Laboratoire de Recherche et -# Développement de l'Epita (LRDE) +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/kripkecat.cc b/tests/core/kripkecat.cc index d3ea0fd86..41874f5ad 100644 --- a/tests/core/kripkecat.cc +++ b/tests/core/kripkecat.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011, 2014, 2015, 2018 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/latex.test b/tests/core/latex.test index bd27964c5..4101e25bb 100755 --- a/tests/core/latex.test +++ b/tests/core/latex.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2015, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/lbt.test b/tests/core/lbt.test index 73ecaa54c..9199ba30f 100755 --- a/tests/core/lbt.test +++ b/tests/core/lbt.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2016, 2017, 2019, 2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/lbttparse.test b/tests/core/lbttparse.test index 8bcf380fe..f186ad1fc 100755 --- a/tests/core/lbttparse.test +++ b/tests/core/lbttparse.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2013, 2014, 2015 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/length.cc b/tests/core/length.cc index f49de9358..665bfa50c 100644 --- a/tests/core/length.cc +++ b/tests/core/length.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2012, 2015-2016, 2018-2019 Laboratoire de Recherche -// et Developement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/length.test b/tests/core/length.test index 443a11910..b60a475c0 100755 --- a/tests/core/length.test +++ b/tests/core/length.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2015 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/lenient.test b/tests/core/lenient.test index 9097be40f..0c64b4cb5 100755 --- a/tests/core/lenient.test +++ b/tests/core/lenient.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2017 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl2dstar.test b/tests/core/ltl2dstar.test index cf8458f7c..0e9dcae47 100755 --- a/tests/core/ltl2dstar.test +++ b/tests/core/ltl2dstar.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013-2018 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl2dstar2.test b/tests/core/ltl2dstar2.test index 25f5f31a1..955ee3370 100755 --- a/tests/core/ltl2dstar2.test +++ b/tests/core/ltl2dstar2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2015-2017 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl2dstar3.test b/tests/core/ltl2dstar3.test index 592bd8bef..7c076fa1f 100755 --- a/tests/core/ltl2dstar3.test +++ b/tests/core/ltl2dstar3.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2017 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl2dstar4.test b/tests/core/ltl2dstar4.test index 55eaf6dbb..88392053f 100755 --- a/tests/core/ltl2dstar4.test +++ b/tests/core/ltl2dstar4.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013-2015, 2017, 2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl2neverclaim-lbtt.test b/tests/core/ltl2neverclaim-lbtt.test index 7b773e5af..ba88e1b0a 100755 --- a/tests/core/ltl2neverclaim-lbtt.test +++ b/tests/core/ltl2neverclaim-lbtt.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2010, 2012, 2013 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl2neverclaim.test b/tests/core/ltl2neverclaim.test index bb41c4e7f..4a603b509 100755 --- a/tests/core/ltl2neverclaim.test +++ b/tests/core/ltl2neverclaim.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2010, 2012, 2013 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl2ta.test b/tests/core/ltl2ta.test index ec5298a8c..e132f8849 100755 --- a/tests/core/ltl2ta.test +++ b/tests/core/ltl2ta.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016 Laboratoire -# de Recherche et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl2ta2.test b/tests/core/ltl2ta2.test index c73013efe..9c0104480 100755 --- a/tests/core/ltl2ta2.test +++ b/tests/core/ltl2ta2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014, 2015 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl2tgba.test b/tests/core/ltl2tgba.test index c3491c412..89e741e9f 100755 --- a/tests/core/ltl2tgba.test +++ b/tests/core/ltl2tgba.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009-2019, 2022 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). -# Copyright (C) 2003-2004 Laboratoire d'Informatique de Paris 6 -# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -# Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl2tgba2.test b/tests/core/ltl2tgba2.test index 370e744f9..8c0ca1dc0 100755 --- a/tests/core/ltl2tgba2.test +++ b/tests/core/ltl2tgba2.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009-2023 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl3ba.test b/tests/core/ltl3ba.test index acc68a2c5..291502334 100755 --- a/tests/core/ltl3ba.test +++ b/tests/core/ltl3ba.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016-2018, 2021, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltl3dra.test b/tests/core/ltl3dra.test index 25fed502d..033de4747 100755 --- a/tests/core/ltl3dra.test +++ b/tests/core/ltl3dra.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2016, 2021 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlcounter.test b/tests/core/ltlcounter.test index 9d08b6c66..7d6b900cb 100755 --- a/tests/core/ltlcounter.test +++ b/tests/core/ltlcounter.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2011, 2012, 2014 Laboratoire de Recherche -# et Développement de l'EPITA (LRDE) +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlcross.test b/tests/core/ltlcross.test index 885269685..e3e6e664b 100755 --- a/tests/core/ltlcross.test +++ b/tests/core/ltlcross.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014, 2016, 2019, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlcross2.test b/tests/core/ltlcross2.test index 31c4528a7..a8c76c3ac 100755 --- a/tests/core/ltlcross2.test +++ b/tests/core/ltlcross2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012-2017, 2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlcross3.test b/tests/core/ltlcross3.test index 6e19b445d..5178bf918 100755 --- a/tests/core/ltlcross3.test +++ b/tests/core/ltlcross3.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012-2021 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlcross4.test b/tests/core/ltlcross4.test index f171876a9..22442b5e1 100755 --- a/tests/core/ltlcross4.test +++ b/tests/core/ltlcross4.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012-2014, 2017, 2020, 2023 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlcross5.test b/tests/core/ltlcross5.test index c89a7bd0b..36f48b73a 100644 --- a/tests/core/ltlcross5.test +++ b/tests/core/ltlcross5.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2019, 2023 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlcross6.test b/tests/core/ltlcross6.test index 4b0a4b188..64c64d3bb 100755 --- a/tests/core/ltlcross6.test +++ b/tests/core/ltlcross6.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlcrossce.test b/tests/core/ltlcrossce.test index 1316c4330..9d18b85ea 100755 --- a/tests/core/ltlcrossce.test +++ b/tests/core/ltlcrossce.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2016, 2019, 2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlcrossce2.test b/tests/core/ltlcrossce2.test index 60233fa59..72ec5db77 100755 --- a/tests/core/ltlcrossce2.test +++ b/tests/core/ltlcrossce2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015-2017 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlcrossgrind.test b/tests/core/ltlcrossgrind.test index 1814bcd15..8e0a035e9 100755 --- a/tests/core/ltlcrossgrind.test +++ b/tests/core/ltlcrossgrind.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltldo.test b/tests/core/ltldo.test index 1504a24c0..de8d2cb4b 100755 --- a/tests/core/ltldo.test +++ b/tests/core/ltldo.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015-2021 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltldo2.test b/tests/core/ltldo2.test index 4998ce98d..bef75dbb3 100755 --- a/tests/core/ltldo2.test +++ b/tests/core/ltldo2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015-2017, 2019 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlf.test b/tests/core/ltlf.test index 74a2da79e..b8691adc8 100755 --- a/tests/core/ltlf.test +++ b/tests/core/ltlf.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2022, 2023 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlfilt.test b/tests/core/ltlfilt.test index f28ee445d..426734851 100755 --- a/tests/core/ltlfilt.test +++ b/tests/core/ltlfilt.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013-2020, 2022, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlgrind.test b/tests/core/ltlgrind.test index 09e75ee4e..f508c4826 100755 --- a/tests/core/ltlgrind.test +++ b/tests/core/ltlgrind.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014, 2015, 2019, 2023 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlrel.cc b/tests/core/ltlrel.cc index 88735a1e9..14d138ab1 100644 --- a/tests/core/ltlrel.cc +++ b/tests/core/ltlrel.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2013-2016, 2018-2019 Laboratoire de Recherche et -// Developement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/ltlrel.test b/tests/core/ltlrel.test index 1b14534cb..7a7e3f08d 100755 --- a/tests/core/ltlrel.test +++ b/tests/core/ltlrel.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2016, 2020 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlsynt-pgame.test b/tests/core/ltlsynt-pgame.test index b4bada798..900e90120 100755 --- a/tests/core/ltlsynt-pgame.test +++ b/tests/core/ltlsynt-pgame.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlsynt.test b/tests/core/ltlsynt.test index d1a7a9dee..3944c2076 100644 --- a/tests/core/ltlsynt.test +++ b/tests/core/ltlsynt.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2019-2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ltlsynt2.test b/tests/core/ltlsynt2.test index f6c7787fe..5e26b28d3 100755 --- a/tests/core/ltlsynt2.test +++ b/tests/core/ltlsynt2.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2022, 2023 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/lunabbrev.test b/tests/core/lunabbrev.test index 0b4911e24..bfa9cdf44 100755 --- a/tests/core/lunabbrev.test +++ b/tests/core/lunabbrev.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2014 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/maskacc.test b/tests/core/maskacc.test index c5eda7fb8..419d872e3 100755 --- a/tests/core/maskacc.test +++ b/tests/core/maskacc.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014, 2015, 2016 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/maskkeep.test b/tests/core/maskkeep.test index 56a6c4ac0..678b8ca01 100755 --- a/tests/core/maskkeep.test +++ b/tests/core/maskkeep.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2016, 2021 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/mempool.cc b/tests/core/mempool.cc index 1431a24b2..1df9f85fc 100644 --- a/tests/core/mempool.cc +++ b/tests/core/mempool.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016, 2018, 2022 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/mempool.test b/tests/core/mempool.test index 59b3e61cc..0b23039b6 100644 --- a/tests/core/mempool.test +++ b/tests/core/mempool.test @@ -1,6 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2018 Laboratoire de Recherche et Développement de l'Epita. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/minterm.cc b/tests/core/minterm.cc index fe849aa61..1ca03e9a8 100644 --- a/tests/core/minterm.cc +++ b/tests/core/minterm.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2021 Laboratoire de Recherche et Développement -// de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/minterm.test b/tests/core/minterm.test index 893813b6e..5469e7c14 100644 --- a/tests/core/minterm.test +++ b/tests/core/minterm.test @@ -1,6 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2021 Laboratoire de Recherche et Développement de l'Epita. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/minusx.test b/tests/core/minusx.test index 238eeaf89..555209c35 100755 --- a/tests/core/minusx.test +++ b/tests/core/minusx.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016, 2020-2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/monitor.test b/tests/core/monitor.test index 26f5c5667..416d655fb 100755 --- a/tests/core/monitor.test +++ b/tests/core/monitor.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014-2018 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/nenoform.test b/tests/core/nenoform.test index 737ab16ac..5f03df788 100755 --- a/tests/core/nenoform.test +++ b/tests/core/nenoform.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2011, 2014 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/neverclaimread.test b/tests/core/neverclaimread.test index 09af8af58..abfe2725a 100755 --- a/tests/core/neverclaimread.test +++ b/tests/core/neverclaimread.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015, 2017-2018, 2020, 2022 Laboratoire -# de Recherche et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/ngraph.cc b/tests/core/ngraph.cc index 0a64f5f73..d31a42673 100644 --- a/tests/core/ngraph.cc +++ b/tests/core/ngraph.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2018 Laboratoire de Recherche et Développement de -// l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/ngraph.test b/tests/core/ngraph.test index 900534820..6090fe7ae 100755 --- a/tests/core/ngraph.test +++ b/tests/core/ngraph.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/nondet.test b/tests/core/nondet.test index 4e635efc8..6f4766c03 100755 --- a/tests/core/nondet.test +++ b/tests/core/nondet.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2013 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/obligation.test b/tests/core/obligation.test index 1e3c9f30a..ea9162c5c 100755 --- a/tests/core/obligation.test +++ b/tests/core/obligation.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2010, 2011, 2014, 2015, 2017 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/optba.test b/tests/core/optba.test index 52b52e725..916794e66 100755 --- a/tests/core/optba.test +++ b/tests/core/optba.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2017, 2019 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/parity.cc b/tests/core/parity.cc index 7ff391745..2e3949ae9 100644 --- a/tests/core/parity.cc +++ b/tests/core/parity.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016, 2018-2019, 2023 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/parity.test b/tests/core/parity.test index be220e723..a3ff85eef 100755 --- a/tests/core/parity.test +++ b/tests/core/parity.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016, 2017 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/parity2.test b/tests/core/parity2.test index 56efe94f9..8fb35e365 100755 --- a/tests/core/parity2.test +++ b/tests/core/parity2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2018-2019, 2021, 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/parse.test b/tests/core/parse.test index 233d25d0f..bbcccd8a2 100755 --- a/tests/core/parse.test +++ b/tests/core/parse.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2016 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/parseaut.test b/tests/core/parseaut.test index 52748b07c..d440a686f 100755 --- a/tests/core/parseaut.test +++ b/tests/core/parseaut.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014-2018, 2020-2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/parseerr.test b/tests/core/parseerr.test index f9e1b79b7..16dca142c 100755 --- a/tests/core/parseerr.test +++ b/tests/core/parseerr.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009-2016, 2020, 2021 Laboratoire -# de Recherche et Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/pdegen.test b/tests/core/pdegen.test index 875e78946..2c222d8c7 100755 --- a/tests/core/pdegen.test +++ b/tests/core/pdegen.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/pgsolver.test b/tests/core/pgsolver.test index e767e1953..415341fb4 100755 --- a/tests/core/pgsolver.test +++ b/tests/core/pgsolver.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2022 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/prodchain.test b/tests/core/prodchain.test index c2d6091c7..889ac435d 100755 --- a/tests/core/prodchain.test +++ b/tests/core/prodchain.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2018, 2022 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/prodor.test b/tests/core/prodor.test index 03d8cd458..9dd69716e 100755 --- a/tests/core/prodor.test +++ b/tests/core/prodor.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2017-2018, 2021-2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/rabin2parity.test b/tests/core/rabin2parity.test index 09a4854f5..1be674e92 100644 --- a/tests/core/rabin2parity.test +++ b/tests/core/rabin2parity.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017-2018 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/rand.test b/tests/core/rand.test index fd901a737..db01ab4dc 100755 --- a/tests/core/rand.test +++ b/tests/core/rand.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014, 2015, 2017, 2018, 2019 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/randaut.test b/tests/core/randaut.test index 50558e790..e652c0719 100755 --- a/tests/core/randaut.test +++ b/tests/core/randaut.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014-2018, 2020, 2022, 2023 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/randomize.test b/tests/core/randomize.test index d6ab5aee9..d7d3c0b88 100755 --- a/tests/core/randomize.test +++ b/tests/core/randomize.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014, 2015, 2017-2018, 2023 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/randpsl.test b/tests/core/randpsl.test index 293226027..5e7192894 100755 --- a/tests/core/randpsl.test +++ b/tests/core/randpsl.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2012, 2014, 2015, 2016, 2019 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/randtgba.cc b/tests/core/randtgba.cc index 460bf9cd9..c7cbcc074 100644 --- a/tests/core/randtgba.cc +++ b/tests/core/randtgba.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008-2012, 2014-2019, 2022 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris -// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/randtgba.test b/tests/core/randtgba.test index 6ba012cc9..e22f59189 100755 --- a/tests/core/randtgba.test +++ b/tests/core/randtgba.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2010, 2014, 2015 Laboratoire de Recherche et Development de -# l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/readltl.cc b/tests/core/readltl.cc index 6e445bd1a..85fd98bcc 100644 --- a/tests/core/readltl.cc +++ b/tests/core/readltl.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2009, 2012, 2015, 2016, 2018 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/readsave.test b/tests/core/readsave.test index f27c8aaf0..9be1ee4c2 100755 --- a/tests/core/readsave.test +++ b/tests/core/readsave.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2012, 2014-2023 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/reduc.cc b/tests/core/reduc.cc index 5e820fe61..664b34765 100644 --- a/tests/core/reduc.cc +++ b/tests/core/reduc.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*_ -// Copyright (C) 2008-2012, 2014-2016, 2018-2019 Laboratoire -// de Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2004, 2006, 2007 Laboratoire d'Informatique de Paris -// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -// Université Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/reduc.test b/tests/core/reduc.test index ed10c1a6b..ab12a6a52 100755 --- a/tests/core/reduc.test +++ b/tests/core/reduc.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2012, 2015, 2016 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2004, 2005, 2006 Laboratoire d'Informatique de Paris 6 -# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -# Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/reduc0.test b/tests/core/reduc0.test index 99a89195c..d6e37e25f 100755 --- a/tests/core/reduc0.test +++ b/tests/core/reduc0.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2014, 2015, 2016 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/reduccmp.test b/tests/core/reduccmp.test index 67ef7daaf..42505ed46 100755 --- a/tests/core/reduccmp.test +++ b/tests/core/reduccmp.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009-2014, 2016-2019 Laboratoire de Recherche et -# Developpement de l'Epita (LRDE). -# Copyright (C) 2004, 2006 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/reducpsl.test b/tests/core/reducpsl.test index 317cbf4b5..edc928ccc 100755 --- a/tests/core/reducpsl.test +++ b/tests/core/reducpsl.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2012, 2015, 2016 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/remfin.test b/tests/core/remfin.test index 83936d536..493de1e7d 100755 --- a/tests/core/remfin.test +++ b/tests/core/remfin.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015-2018, 2020, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/remove_x.test b/tests/core/remove_x.test index e72202e45..df57448ca 100755 --- a/tests/core/remove_x.test +++ b/tests/core/remove_x.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2014, 2015 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/remprop.test b/tests/core/remprop.test index 19c7aa6b5..5045b64f0 100755 --- a/tests/core/remprop.test +++ b/tests/core/remprop.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015-2017 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/renault.test b/tests/core/renault.test index b43755290..484ba2200 100755 --- a/tests/core/renault.test +++ b/tests/core/renault.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2015 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/safra.cc b/tests/core/safra.cc index ca4591559..d01613d02 100644 --- a/tests/core/safra.cc +++ b/tests/core/safra.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/safra.test b/tests/core/safra.test index c5b2277ff..4e7571b59 100755 --- a/tests/core/safra.test +++ b/tests/core/safra.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2016 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/satmin.test b/tests/core/satmin.test index 325d2ef63..12feb1411 100755 --- a/tests/core/satmin.test +++ b/tests/core/satmin.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2017-2019, 2021 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/satmin2.test b/tests/core/satmin2.test index 113e23d86..53e769faf 100755 --- a/tests/core/satmin2.test +++ b/tests/core/satmin2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2015, 2017, 2018 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/satmin3.test b/tests/core/satmin3.test index f9fcb4403..cac22dc9d 100755 --- a/tests/core/satmin3.test +++ b/tests/core/satmin3.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2019, 2020 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/sbacc.test b/tests/core/sbacc.test index 715001b7b..6533cfb34 100755 --- a/tests/core/sbacc.test +++ b/tests/core/sbacc.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015-2017, 2020-2021 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/scc.test b/tests/core/scc.test index 77e058e40..d372defbc 100755 --- a/tests/core/scc.test +++ b/tests/core/scc.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2015, 2017, 2018 Laboratoire de Recherche et -# Developpement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/sccdot.test b/tests/core/sccdot.test index 68a4aedee..fb0552736 100755 --- a/tests/core/sccdot.test +++ b/tests/core/sccdot.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2017, 2018, 2020, 2021 Laboratoire de Recherche -# et Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/sccif.cc b/tests/core/sccif.cc index 96f289936..f55ef8935 100644 --- a/tests/core/sccif.cc +++ b/tests/core/sccif.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2017, 2018 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/sccif.test b/tests/core/sccif.test index 2f3441f66..d29986a2e 100755 --- a/tests/core/sccif.test +++ b/tests/core/sccif.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2020 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/sccsimpl.test b/tests/core/sccsimpl.test index 591b3ec02..238ad98ae 100755 --- a/tests/core/sccsimpl.test +++ b/tests/core/sccsimpl.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2013, 2015, 2018, 2019, 2023 Laboratoire de Recherche -# et Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/semidet.test b/tests/core/semidet.test index be15515dd..0c001417c 100755 --- a/tests/core/semidet.test +++ b/tests/core/semidet.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/sepsets.test b/tests/core/sepsets.test index 9957da874..7d002711b 100755 --- a/tests/core/sepsets.test +++ b/tests/core/sepsets.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2019 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/serial.test b/tests/core/serial.test index 389335eff..ff1e84be1 100755 --- a/tests/core/serial.test +++ b/tests/core/serial.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/sim2.test b/tests/core/sim2.test index 88cc6dcb6..d448b8f06 100755 --- a/tests/core/sim2.test +++ b/tests/core/sim2.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2014, 2015 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/sim3.test b/tests/core/sim3.test index c6f6cd638..fc2f5abd1 100755 --- a/tests/core/sim3.test +++ b/tests/core/sim3.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2018-2021 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/sonf.test b/tests/core/sonf.test index 0febfc342..846ea5cee 100644 --- a/tests/core/sonf.test +++ b/tests/core/sonf.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2021 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/split.test b/tests/core/split.test index 97b2c7075..720133e2e 100755 --- a/tests/core/split.test +++ b/tests/core/split.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/spotlbtt.test b/tests/core/spotlbtt.test index a3603cf05..40bcbdbce 100755 --- a/tests/core/spotlbtt.test +++ b/tests/core/spotlbtt.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2011, 2012, 2014, 2015 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004, 2005, 2006, 2007 Laboratoire -# d'Informatique de Paris 6 (LIP6), département Systèmes Répartis -# Coopératifs (SRC), Université Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/spotlbtt2.test b/tests/core/spotlbtt2.test index 7c5092c62..cfe75169a 100755 --- a/tests/core/spotlbtt2.test +++ b/tests/core/spotlbtt2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/streett.test b/tests/core/streett.test index 7793fe813..885f93e4c 100755 --- a/tests/core/streett.test +++ b/tests/core/streett.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016-2018 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/strength.test b/tests/core/strength.test index 095922895..c533dde0e 100755 --- a/tests/core/strength.test +++ b/tests/core/strength.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2015, 2016, 2017, 2023 Laboratoire de Recherche et Developpement -# de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/stutter-ltl.test b/tests/core/stutter-ltl.test index 663f9fdbf..346bd3740 100755 --- a/tests/core/stutter-ltl.test +++ b/tests/core/stutter-ltl.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2014, 2015, 2017 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/stutter-tgba.test b/tests/core/stutter-tgba.test index 6344068c0..a3050977c 100755 --- a/tests/core/stutter-tgba.test +++ b/tests/core/stutter-tgba.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014-2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/sugar.test b/tests/core/sugar.test index 92c2095e0..386793595 100755 --- a/tests/core/sugar.test +++ b/tests/core/sugar.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2018-2020 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/syfco.test b/tests/core/syfco.test index 453aa19bb..0df7f0571 100755 --- a/tests/core/syfco.test +++ b/tests/core/syfco.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/syntimpl.cc b/tests/core/syntimpl.cc index 2a2a8dc22..65995898a 100644 --- a/tests/core/syntimpl.cc +++ b/tests/core/syntimpl.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008-2012, 2014-2016, 2018-2019 Laboratoire de Recherche -// et Développement de l'Epita (LRDE). -// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 -// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -// Pierre et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/syntimpl.test b/tests/core/syntimpl.test index aa981e7e0..663672c4c 100755 --- a/tests/core/syntimpl.test +++ b/tests/core/syntimpl.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2012 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/taatgba.cc b/tests/core/taatgba.cc index beba2d3de..745168b6d 100644 --- a/tests/core/taatgba.cc +++ b/tests/core/taatgba.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2009, 2014, 2015, 2018 Laboratoire de Recherche et -// Développement de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/taatgba.test b/tests/core/taatgba.test index d9b029f70..25cc9bd74 100755 --- a/tests/core/taatgba.test +++ b/tests/core/taatgba.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2015 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/tgbagraph.test b/tests/core/tgbagraph.test index 737fa9638..8c326d5af 100755 --- a/tests/core/tgbagraph.test +++ b/tests/core/tgbagraph.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014-2018, 2020, 2021 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/tostring.cc b/tests/core/tostring.cc index 895c1a490..d32386fd1 100644 --- a/tests/core/tostring.cc +++ b/tests/core/tostring.cc @@ -1,9 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2008, 2009, 2012, 2015, 2016, 2018 Laboratoire de -// Recherche et Développement de l'Epita (LRDE). -// Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6), -// département Systèmes Répartis Coopératifs (SRC), Université Pierre -// et Marie Curie. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/tostring.test b/tests/core/tostring.test index 7067a8b2c..bdf436375 100755 --- a/tests/core/tostring.test +++ b/tests/core/tostring.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009-2011, 2013, 2016, 2022 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/tripprod.test b/tests/core/tripprod.test index 4650eb010..fe44d8c90 100755 --- a/tests/core/tripprod.test +++ b/tests/core/tripprod.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2008, 2009, 2013, 2014, 2015 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de -# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -# Université Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/trival.cc b/tests/core/trival.cc index 203bf8177..7c6706116 100644 --- a/tests/core/trival.cc +++ b/tests/core/trival.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2016, 2018 Laboratoire de Recherche et Developpement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/trival.test b/tests/core/trival.test index c808f87ae..ddf9126b1 100755 --- a/tests/core/trival.test +++ b/tests/core/trival.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/tunabbrev.test b/tests/core/tunabbrev.test index dfb733a9f..d6f9d32dc 100755 --- a/tests/core/tunabbrev.test +++ b/tests/core/tunabbrev.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8- -# Copyright (C) 2009, 2010, 2014 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 -# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -# Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/tunenoform.test b/tests/core/tunenoform.test index b900ed447..4d691dfd8 100755 --- a/tests/core/tunenoform.test +++ b/tests/core/tunenoform.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009, 2014 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). -# Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/twacube.cc b/tests/core/twacube.cc index 43118d6a5..2a47f3bc6 100644 --- a/tests/core/twacube.cc +++ b/tests/core/twacube.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2015, 2016, 2018, 2020, 2023 Laboratoire de Recherche et -// Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/twacube.test b/tests/core/twacube.test index 3d906afd2..fa3f0536c 100755 --- a/tests/core/twacube.test +++ b/tests/core/twacube.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014, 2015, 2016, 2018, 2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/twagraph.cc b/tests/core/twagraph.cc index 7b4515268..7e33d6748 100644 --- a/tests/core/twagraph.cc +++ b/tests/core/twagraph.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2014-2019, 2021 Laboratoire de Recherche et Développement -// de l'Epita (LRDE). +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/core/unabbrevwm.test b/tests/core/unabbrevwm.test index 622b5f7c2..6848e1213 100755 --- a/tests/core/unabbrevwm.test +++ b/tests/core/unabbrevwm.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2015, 2017, 2018 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/unambig.test b/tests/core/unambig.test index dc9467979..3d51bde8c 100755 --- a/tests/core/unambig.test +++ b/tests/core/unambig.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2015-2019 Laboratoire de Recherche et -# Developpement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/unambig2.test b/tests/core/unambig2.test index c5b428fe3..7fd30bf4b 100755 --- a/tests/core/unambig2.test +++ b/tests/core/unambig2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2019 Laboratoire de Recherche et -# Developpement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/uniq.test b/tests/core/uniq.test index a86afed8e..10e4fdde0 100755 --- a/tests/core/uniq.test +++ b/tests/core/uniq.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2014, 2015 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/utf8.test b/tests/core/utf8.test index b0bfef043..741ecf5ee 100755 --- a/tests/core/utf8.test +++ b/tests/core/utf8.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2013, 2015, 2016, 2019, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/uwrm.test b/tests/core/uwrm.test index 28a8e2764..c3d1c3e50 100755 --- a/tests/core/uwrm.test +++ b/tests/core/uwrm.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2014, 2015 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/wdba.test b/tests/core/wdba.test index e3e5175f0..a2d580d24 100755 --- a/tests/core/wdba.test +++ b/tests/core/wdba.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2010, 2014, 2015, 2018 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/core/wdba2.test b/tests/core/wdba2.test index 40b1a52c2..97bc30774 100755 --- a/tests/core/wdba2.test +++ b/tests/core/wdba2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2014-2015, 2018-2019, 2023 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/ltsmin/check.test b/tests/ltsmin/check.test index c4ce7d49b..b84bee6aa 100755 --- a/tests/ltsmin/check.test +++ b/tests/ltsmin/check.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011-2012, 2014-2017, 2019-2020, 2023 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/ltsmin/check2.test b/tests/ltsmin/check2.test index 2fa9a5dae..f482c9809 100755 --- a/tests/ltsmin/check2.test +++ b/tests/ltsmin/check2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2012, 2014, 2015, 2016, 2017 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/ltsmin/check3.test b/tests/ltsmin/check3.test index 47df0e4d3..be05b84b3 100755 --- a/tests/ltsmin/check3.test +++ b/tests/ltsmin/check3.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2016-2017, 2023 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/ltsmin/finite.test b/tests/ltsmin/finite.test index ad1497035..67cbe5e70 100755 --- a/tests/ltsmin/finite.test +++ b/tests/ltsmin/finite.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2013, 2014, 2016, 2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/ltsmin/finite2.test b/tests/ltsmin/finite2.test index ef35e113c..f44b3b612 100755 --- a/tests/ltsmin/finite2.test +++ b/tests/ltsmin/finite2.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2013, 2014, 2016, 2017 Laboratoire de Recherche -# et Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/ltsmin/finite3.test b/tests/ltsmin/finite3.test index 752ffe2b2..50b65e815 100755 --- a/tests/ltsmin/finite3.test +++ b/tests/ltsmin/finite3.test @@ -1,7 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2013, 2014, 2016, 2017 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/ltsmin/kripke.test b/tests/ltsmin/kripke.test index a9dbe7dd7..0768b48f0 100755 --- a/tests/ltsmin/kripke.test +++ b/tests/ltsmin/kripke.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2011, 2014-2016, 2023 Laboratoire de Recherche et -# Developpement de l'Epita (LRDE) +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/ltsmin/modelcheck.cc b/tests/ltsmin/modelcheck.cc index 9c529f0e8..f73e2158d 100644 --- a/tests/ltsmin/modelcheck.cc +++ b/tests/ltsmin/modelcheck.cc @@ -1,6 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2011-2020, 2022 Laboratoire de Recherche et -// Developpement de l'Epita (LRDE) +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/ltsmin/testconvert.cc b/tests/ltsmin/testconvert.cc index cfd84333c..20c43fd4c 100644 --- a/tests/ltsmin/testconvert.cc +++ b/tests/ltsmin/testconvert.cc @@ -1,5 +1,5 @@ // -*- coding: utf-8 -*- -// Copyright (C) 2020 Laboratoire de Recherche et Développement de l'Epita. +// Copyright (C) by the Spot authors, see the AUTHORS file for details. // // This file is part of Spot, a model checking library. // diff --git a/tests/ltsmin/testconvert.test b/tests/ltsmin/testconvert.test index 52ce1bc10..dfe4076b3 100644 --- a/tests/ltsmin/testconvert.test +++ b/tests/ltsmin/testconvert.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2020 Laboratoire de Recherche et Developpement -# de l'Epita (LRDE) +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/298.py b/tests/python/298.py index 89ddbdb0c..6f71a989f 100644 --- a/tests/python/298.py +++ b/tests/python/298.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2020, 2022 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/341.py b/tests/python/341.py index e828ab07c..67b58fa3c 100644 --- a/tests/python/341.py +++ b/tests/python/341.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2022 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/471.py b/tests/python/471.py index 0fe180554..561be5a0a 100644 --- a/tests/python/471.py +++ b/tests/python/471.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2021, 2022 Laboratoire de Recherche et Développement de l'Epita -# (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/acc.py b/tests/python/acc.py index 8a23dcd46..b215428b1 100644 --- a/tests/python/acc.py +++ b/tests/python/acc.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2022 Laboratoire de Recherche et Développement -# de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/accparse2.py b/tests/python/accparse2.py index d9c7274a0..c2cddfd07 100644 --- a/tests/python/accparse2.py +++ b/tests/python/accparse2.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2015, 2017-2018, 2022 Laboratoire de Recherche et Développement -# de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/aiger.py b/tests/python/aiger.py index f490465b0..d29e87019 100644 --- a/tests/python/aiger.py +++ b/tests/python/aiger.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2021, 2022 Laboratoire de Recherche et -# Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/alarm.py b/tests/python/alarm.py index 679dc1867..28b5c32ad 100755 --- a/tests/python/alarm.py +++ b/tests/python/alarm.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2012, 2014, 2015, 2016 Laboratoire de Recherche et -# Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/aliases.py b/tests/python/aliases.py index 40dd4d0ec..dcf360d45 100644 --- a/tests/python/aliases.py +++ b/tests/python/aliases.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2020, 2022 Laboratoire de Recherche et Développement de l'Epita -# (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/alternating.py b/tests/python/alternating.py index 5b38ca378..44a207f78 100755 --- a/tests/python/alternating.py +++ b/tests/python/alternating.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2016-2017, 2021-2022 Laboratoire de Recherche -# et Développement de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/bdddict.py b/tests/python/bdddict.py index b7b442b1f..91d55e1f8 100644 --- a/tests/python/bdddict.py +++ b/tests/python/bdddict.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2019, 2021, 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/bdditer.py b/tests/python/bdditer.py index 4a2afeea1..2cee87a4e 100644 --- a/tests/python/bdditer.py +++ b/tests/python/bdditer.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2018, 2021, 2022, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/bddnqueen.py b/tests/python/bddnqueen.py index 95809979e..a2a4985fb 100755 --- a/tests/python/bddnqueen.py +++ b/tests/python/bddnqueen.py @@ -1,9 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2010, 2011, 2012, 2014, 2019 Laboratoire de Recherche et -# Développement de l'EPITA. -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 -# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -# Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/bugdet.py b/tests/python/bugdet.py index 19434c967..370a14f1f 100644 --- a/tests/python/bugdet.py +++ b/tests/python/bugdet.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2016, 2022 Laboratoire de Recherche et Développement -# de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/complement_semidet.py b/tests/python/complement_semidet.py index da06749a3..1aa3bcf5d 100644 --- a/tests/python/complement_semidet.py +++ b/tests/python/complement_semidet.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2018, 2022 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/dbranch.py b/tests/python/dbranch.py index 99c81bdf6..f4bcdaee7 100644 --- a/tests/python/dbranch.py +++ b/tests/python/dbranch.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2022, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/declenv.py b/tests/python/declenv.py index 3ab47736b..7baad256b 100644 --- a/tests/python/declenv.py +++ b/tests/python/declenv.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2022 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/decompose_scc.py b/tests/python/decompose_scc.py index 47741fb72..80b6dc746 100644 --- a/tests/python/decompose_scc.py +++ b/tests/python/decompose_scc.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2021, 2022 Laboratoire de Recherche et -# Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/det.py b/tests/python/det.py index 36fa31ff3..b89a55b85 100644 --- a/tests/python/det.py +++ b/tests/python/det.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2021, 2022 Laboratoire de Recherche et Développement de -# l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/dualize.py b/tests/python/dualize.py index b4e459a18..bfeb20b38 100755 --- a/tests/python/dualize.py +++ b/tests/python/dualize.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017-2019, 2021-2023 Laboratoire de Recherche et -# Développement de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/ecfalse.py b/tests/python/ecfalse.py index ccbaa2693..b112db061 100644 --- a/tests/python/ecfalse.py +++ b/tests/python/ecfalse.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2020, 2022 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/except.py b/tests/python/except.py index 03076c01b..cb8b39c3c 100644 --- a/tests/python/except.py +++ b/tests/python/except.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2018-2022 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/forq_contains.py b/tests/python/forq_contains.py index 5c94c3946..165f9030f 100644 --- a/tests/python/forq_contains.py +++ b/tests/python/forq_contains.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2020, 2022 Laboratoire de Recherche et -# Développement de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/game.py b/tests/python/game.py index 857390335..e0d880647 100644 --- a/tests/python/game.py +++ b/tests/python/game.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2020, 2022 Laboratoire de Recherche et Développement de -# l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/gen.py b/tests/python/gen.py index a9fed6890..a80196012 100644 --- a/tests/python/gen.py +++ b/tests/python/gen.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2022 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/genem.py b/tests/python/genem.py index 970fe705b..0b1826a72 100644 --- a/tests/python/genem.py +++ b/tests/python/genem.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2018-2023 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/implies.py b/tests/python/implies.py index 24d74b720..3b6fe367b 100755 --- a/tests/python/implies.py +++ b/tests/python/implies.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2012, 2022 Laboratoire de Recherche et Développement -# de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/interdep.py b/tests/python/interdep.py index efe17c4cb..d1c19b932 100755 --- a/tests/python/interdep.py +++ b/tests/python/interdep.py @@ -1,9 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2010, 2012, 2014, 2015, 2016 Laboratoire de Recherche et -# Développement de l'EPITA. -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 -# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -# Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/intrun.py b/tests/python/intrun.py index 1494d4665..033b9cdb4 100644 --- a/tests/python/intrun.py +++ b/tests/python/intrun.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2020, 2022, 2023 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/kripke.py b/tests/python/kripke.py index 2d65ebc5d..4e6cd05ef 100644 --- a/tests/python/kripke.py +++ b/tests/python/kripke.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2019, 2022, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/langmap.py b/tests/python/langmap.py index 723a5c0d5..00217d0cc 100644 --- a/tests/python/langmap.py +++ b/tests/python/langmap.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2016, 2017, 2020, 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE) +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/ltl2tgba.py b/tests/python/ltl2tgba.py index 913c557be..7296450c2 100755 --- a/tests/python/ltl2tgba.py +++ b/tests/python/ltl2tgba.py @@ -1,9 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2012, 2014-2016, 2021-2022 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/ltl2tgba.test b/tests/python/ltl2tgba.test index a0a19096a..d6aa4d2a7 100755 --- a/tests/python/ltl2tgba.test +++ b/tests/python/ltl2tgba.test @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2014 Laboratoire de Recherche et -# Développement de l'EPITA. -# Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/ltlf.py b/tests/python/ltlf.py index b13432d3e..afd114855 100644 --- a/tests/python/ltlf.py +++ b/tests/python/ltlf.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2016, 2022 Laboratoire de Recherche et Développement de -# l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/ltlparse.py b/tests/python/ltlparse.py index 07753060a..994a36dec 100755 --- a/tests/python/ltlparse.py +++ b/tests/python/ltlparse.py @@ -1,9 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2009-2012, 2014-2017, 2019, 2021-2023 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/ltlsimple.py b/tests/python/ltlsimple.py index c21c3b7f1..0d257d711 100755 --- a/tests/python/ltlsimple.py +++ b/tests/python/ltlsimple.py @@ -1,9 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2009, 2010, 2012, 2015, 2018, 2021-2022 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systemes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/mealy.py b/tests/python/mealy.py index ef61daca9..38f942a50 100644 --- a/tests/python/mealy.py +++ b/tests/python/mealy.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2021-2023 Laboratoire de Recherche et Développement de -# l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/merge.py b/tests/python/merge.py index 893916953..e40f4e836 100644 --- a/tests/python/merge.py +++ b/tests/python/merge.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2020, 2022 Laboratoire de Recherche et -# Développement de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/mergedge.py b/tests/python/mergedge.py index e2c88874e..e995bca8b 100644 --- a/tests/python/mergedge.py +++ b/tests/python/mergedge.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2020-2023 Laboratoire de Recherche et Développement de -# l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/minato.py b/tests/python/minato.py index ead000fcc..7f343d6a8 100755 --- a/tests/python/minato.py +++ b/tests/python/minato.py @@ -1,9 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2010, 2012, 2013, 2014 Laboratoire de Recherche et -# Développement de l'Epita -# Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/misc-ec.py b/tests/python/misc-ec.py index 85d4aaa47..283103d2c 100644 --- a/tests/python/misc-ec.py +++ b/tests/python/misc-ec.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2020, 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/optionmap.py b/tests/python/optionmap.py index ad526f510..ba73282b3 100755 --- a/tests/python/optionmap.py +++ b/tests/python/optionmap.py @@ -1,9 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2010, 2012, 2018, 2022 Laboratoire de Recherche et -# Développement de l'EPITA. -# Copyright (C) 2005 Laboratoire d'Informatique de Paris 6 (LIP6), -# département Systèmes Répartis Coopératifs (SRC), Université Pierre -# et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/origstate.py b/tests/python/origstate.py index 15a7ab0ad..594eafd52 100644 --- a/tests/python/origstate.py +++ b/tests/python/origstate.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2015, 2017, 2022 Laboratoire de Recherche et -# Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/otfcrash.py b/tests/python/otfcrash.py index 8e30cb501..6afc4f139 100644 --- a/tests/python/otfcrash.py +++ b/tests/python/otfcrash.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2016, 2018, 2022 Laboratoire de Recherche et Développement -# de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/parity.py b/tests/python/parity.py index 6ced51c40..e507cb3a7 100644 --- a/tests/python/parity.py +++ b/tests/python/parity.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2018, 2019, 2022 Laboratoire de Recherche et Développement de -# l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/parsetgba.py b/tests/python/parsetgba.py index a91b702fb..d6f665ae5 100755 --- a/tests/python/parsetgba.py +++ b/tests/python/parsetgba.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2012, 2014, 2015, 2022, 2023 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/pdegen.py b/tests/python/pdegen.py index 00f3df7e0..1e886f280 100644 --- a/tests/python/pdegen.py +++ b/tests/python/pdegen.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2019, 2020, 2021, 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/powerset.py b/tests/python/powerset.py index 91575c263..e9f49bea2 100644 --- a/tests/python/powerset.py +++ b/tests/python/powerset.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2023 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/prodexpt.py b/tests/python/prodexpt.py index 4d00b4dae..c58b6b8c8 100644 --- a/tests/python/prodexpt.py +++ b/tests/python/prodexpt.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2016-2017, 2019-2020, 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/randgen.py b/tests/python/randgen.py index 32762d02e..3d13f7c3d 100755 --- a/tests/python/randgen.py +++ b/tests/python/randgen.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2015, 2022 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/relabel.py b/tests/python/relabel.py index b32ebd752..3b68c2bc8 100644 --- a/tests/python/relabel.py +++ b/tests/python/relabel.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2015, 2017-2019, 2022 Laboratoire de Recherche et -# Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/remfin.py b/tests/python/remfin.py index ffff3e22a..c477d8975 100644 --- a/tests/python/remfin.py +++ b/tests/python/remfin.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2015-2018, 2020, 2022 Laboratoire de Recherche et -# Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/removeap.py b/tests/python/removeap.py index ba656ac89..3e92b45f6 100644 --- a/tests/python/removeap.py +++ b/tests/python/removeap.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2019, 2022 Laboratoire de Recherche et Développement -# de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/rs_like.py b/tests/python/rs_like.py index 669af5885..9638373ef 100644 --- a/tests/python/rs_like.py +++ b/tests/python/rs_like.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2022 Laboratoire de Recherche et Développement -# de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/satmin.py b/tests/python/satmin.py index f9fa466f8..2fa9ace02 100644 --- a/tests/python/satmin.py +++ b/tests/python/satmin.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2015, 2020, 2021, 2022 Laboratoire de Recherche et -# Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/sbacc.py b/tests/python/sbacc.py index 22d937014..a7d76d2a5 100644 --- a/tests/python/sbacc.py +++ b/tests/python/sbacc.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017-2018, 2021, 2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/sccfilter.py b/tests/python/sccfilter.py index 7728b70a6..954ca5180 100644 --- a/tests/python/sccfilter.py +++ b/tests/python/sccfilter.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2016, 2022 Laboratoire de Recherche et Développement de -# l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/sccinfo.py b/tests/python/sccinfo.py index 197dd7254..43dfd3c3d 100644 --- a/tests/python/sccinfo.py +++ b/tests/python/sccinfo.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2021, 2022, 2023 Laboratoire de Recherche et -# Développement de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/sccsplit.py b/tests/python/sccsplit.py index 4a1781475..2e076365e 100644 --- a/tests/python/sccsplit.py +++ b/tests/python/sccsplit.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2018, 2022 Laboratoire de Recherche et Développement -# de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/semidet.py b/tests/python/semidet.py index 9072f5917..485c24665 100644 --- a/tests/python/semidet.py +++ b/tests/python/semidet.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2022 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/setacc.py b/tests/python/setacc.py index c61b3262a..ffae43a6b 100644 --- a/tests/python/setacc.py +++ b/tests/python/setacc.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2016, 2018, 2021, 2022, 2023 Laboratoire de Recherche et -# Développement de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/setxor.py b/tests/python/setxor.py index 2fe69cd99..728258096 100755 --- a/tests/python/setxor.py +++ b/tests/python/setxor.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2010, 2011, 2022 Laboratoire de Recherche et -# Développement de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/simplacc.py b/tests/python/simplacc.py index 50dc2d74a..2c20d70c4 100644 --- a/tests/python/simplacc.py +++ b/tests/python/simplacc.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2020, 2022 Laboratoire de Recherche et Développement de l'Epita -# (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/simstate.py b/tests/python/simstate.py index 6a52124f9..10bbd1d3b 100644 --- a/tests/python/simstate.py +++ b/tests/python/simstate.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2015, 2017-2018, 2020-2023 Laboratoire de Recherche -# et Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/sonf.py b/tests/python/sonf.py index 40af758b0..47f682a67 100644 --- a/tests/python/sonf.py +++ b/tests/python/sonf.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2020, 2022 Laboratoire de Recherche et Développement de l'Epita -# (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/split.py b/tests/python/split.py index b916f494f..a953b82e2 100644 --- a/tests/python/split.py +++ b/tests/python/split.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2018-2022 Laboratoire de Recherche et -# Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/splitedge.py b/tests/python/splitedge.py index fa9ff4358..4911b10c2 100644 --- a/tests/python/splitedge.py +++ b/tests/python/splitedge.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2020-2022 Laboratoire de Recherche et Développement de -# l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/streett_totgba.py b/tests/python/streett_totgba.py index 8a18defbc..fba65bbe5 100644 --- a/tests/python/streett_totgba.py +++ b/tests/python/streett_totgba.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017-2018, 2021-2022 Laboratoire de Recherche et -# Développement de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/streett_totgba2.py b/tests/python/streett_totgba2.py index 5ff97a369..69e6b2b6e 100644 --- a/tests/python/streett_totgba2.py +++ b/tests/python/streett_totgba2.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2018, 2022 Laboratoire de Recherche et Développement -# de l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/stutter.py b/tests/python/stutter.py index 05c28fda9..0a96cd591 100644 --- a/tests/python/stutter.py +++ b/tests/python/stutter.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2019-2022 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/sum.py b/tests/python/sum.py index 1f7c6e0a1..72814a2b6 100644 --- a/tests/python/sum.py +++ b/tests/python/sum.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017-2019, 2022 Laboratoire de Recherche et -# Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/synthesis.py b/tests/python/synthesis.py index 98ac889d8..991e1cbf4 100644 --- a/tests/python/synthesis.py +++ b/tests/python/synthesis.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2021, 2022 Laboratoire de Recherche et Développement -# de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/toparity.py b/tests/python/toparity.py index 80c2c19ef..d737bacae 100644 --- a/tests/python/toparity.py +++ b/tests/python/toparity.py @@ -1,7 +1,6 @@ #!/usr/bin/python3 # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2018-2022 Laboratoire de Recherche et Développement de -# l'EPITA. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/toweak.py b/tests/python/toweak.py index 23dcf66fa..3f88f5953 100644 --- a/tests/python/toweak.py +++ b/tests/python/toweak.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2018, 2020, 2022 Laboratoire de Recherche et -# Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/tra2tba.py b/tests/python/tra2tba.py index 354ced630..659736516 100644 --- a/tests/python/tra2tba.py +++ b/tests/python/tra2tba.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2016-2018, 2020-2022 Laboratoire de Recherche -# et Développement de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/trival.py b/tests/python/trival.py index ea844e29c..44b3343a7 100644 --- a/tests/python/trival.py +++ b/tests/python/trival.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2016, 2018, 2022 Laboratoire de Recherche et Développement -# de l'Epita +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/twagraph.py b/tests/python/twagraph.py index 1ebcb8ac5..9e9d89bb3 100644 --- a/tests/python/twagraph.py +++ b/tests/python/twagraph.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2017, 2021-2022 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/python/zlktree.py b/tests/python/zlktree.py index c86c4a8b0..2abd4d4ef 100644 --- a/tests/python/zlktree.py +++ b/tests/python/zlktree.py @@ -1,6 +1,5 @@ # -*- mode: python; coding: utf-8 -*- -# Copyright (C) 2021, 2022 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/run.in b/tests/run.in index 7502b88f8..bdd2d0a45 100755 --- a/tests/run.in +++ b/tests/run.in @@ -1,10 +1,6 @@ #!/bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2010-2011, 2014-2016, 2018-2022 Laboratoire de Recherche -# et Developpement de l'EPITA (LRDE). -# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 -# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -# Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/sanity/80columns.test b/tests/sanity/80columns.test index 9942946d8..a298cb77e 100755 --- a/tests/sanity/80columns.test +++ b/tests/sanity/80columns.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2012, 2016-2017, 2019-2020 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). -# Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 -# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -# Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/sanity/bin.test b/tests/sanity/bin.test index 3c331020c..6e9e5eafb 100644 --- a/tests/sanity/bin.test +++ b/tests/sanity/bin.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2020 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/sanity/getenv.test b/tests/sanity/getenv.test index f26d405e6..a0359e820 100644 --- a/tests/sanity/getenv.test +++ b/tests/sanity/getenv.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/sanity/includes.test b/tests/sanity/includes.test index 0692ee42b..7d14be87d 100755 --- a/tests/sanity/includes.test +++ b/tests/sanity/includes.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2008, 2011-2012, 2016-2019 Laboratoire de -# Recherche et Développement de l'Epita (LRDE). -# Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 -# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -# Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/sanity/ipynb.pl b/tests/sanity/ipynb.pl index dfebecf51..4f29d35b7 100755 --- a/tests/sanity/ipynb.pl +++ b/tests/sanity/ipynb.pl @@ -1,8 +1,7 @@ #! /usr/bin/perl -w # -*- cperl; coding: utf-8 -*- # -# Copyright (C) 2015, 2016 Laboratoire de Recherche et Développement -# de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/sanity/namedprop.test b/tests/sanity/namedprop.test index 46bbc9fd1..4f4b1347c 100755 --- a/tests/sanity/namedprop.test +++ b/tests/sanity/namedprop.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2017, 2021 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/sanity/private.test b/tests/sanity/private.test index 8e10605de..10f2b0e83 100755 --- a/tests/sanity/private.test +++ b/tests/sanity/private.test @@ -1,7 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2013, 2016 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/sanity/readme.pl b/tests/sanity/readme.pl index bfbc85c64..2bc6d70ef 100755 --- a/tests/sanity/readme.pl +++ b/tests/sanity/readme.pl @@ -1,8 +1,7 @@ #! /usr/bin/perl -w # -*- cperl; coding: utf-8 -*- # -# Copyright (C) 2010, 2015, 2016 Laboratoire de Recherche et -# Développement de l'Epita (LRDE). +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tests/sanity/style.test b/tests/sanity/style.test index 372bbeba2..52ce2a2f2 100755 --- a/tests/sanity/style.test +++ b/tests/sanity/style.test @@ -1,10 +1,6 @@ #! /bin/sh # -*- coding: utf-8 -*- -# Copyright (C) 2009-2023 Laboratoire de Recherche et Développement de -# l'Epita (LRDE). -# Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 -# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université -# Pierre et Marie Curie. +# Copyright (C) by the Spot authors, see the AUTHORS file for details. # # This file is part of Spot, a model checking library. # diff --git a/tools/man2html.pl b/tools/man2html.pl index 84a0cc654..34e43eaba 100755 --- a/tools/man2html.pl +++ b/tools/man2html.pl @@ -1,7 +1,6 @@ #!/usr/bin/perl ## -*- coding: utf-8 -*- -## Copyright (C) 2015, 2016 Laboratoire de Recherche et Développement de -## l'Epita (LRDE). +## Copyright (C) by the Spot authors, see the AUTHORS file for details. ## ## This file is part of Spot, a model checking library. ##