diff --git a/src/sanity/80columns.test b/src/sanity/80columns.test
index bbb04878a..c8a3f3138 100755
--- a/src/sanity/80columns.test
+++ b/src/sanity/80columns.test
@@ -1,4 +1,25 @@
#! /bin/sh
+# -*- coding: utf-8 -*-
+# Copyright (C) 2012 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.
+#
+# This file is part of Spot, a model checking library.
+#
+# Spot is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# Spot is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
# Check that all files use at most 80 columns.
diff --git a/src/sanity/includes.test b/src/sanity/includes.test
index 9e57375a1..1bdf5b69b 100755
--- a/src/sanity/includes.test
+++ b/src/sanity/includes.test
@@ -1,4 +1,25 @@
#! /bin/sh
+# -*- coding: utf-8 -*-
+# Copyright (C) 2008, 2011, 2012 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.
+#
+# This file is part of Spot, a model checking library.
+#
+# Spot is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# Spot is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
# Check that each header is self contained and generates no warning.
diff --git a/src/sanity/private.test b/src/sanity/private.test
index b4bc2313d..67eab6b06 100755
--- a/src/sanity/private.test
+++ b/src/sanity/private.test
@@ -1,4 +1,22 @@
#! /bin/sh
+# -*- coding: utf-8 -*-
+# Copyright (C) 2013 Laboratoire de Recherche et
+# Développement de l'Epita (LRDE).
+#
+# This file is part of Spot, a model checking library.
+#
+# Spot is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# Spot is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
# Make sure we do not install privated header, i.e., headers that
# declare unexported functions. We catch these by checking for
diff --git a/src/sanity/style.test b/src/sanity/style.test
index 3a2057bea..f92e2cea4 100755
--- a/src/sanity/style.test
+++ b/src/sanity/style.test
@@ -1,4 +1,25 @@
#! /bin/sh
+# -*- coding: utf-8 -*-
+# Copyright (C) 2009, 2010, 2011, 2012, 2013 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.
+#
+# This file is part of Spot, a model checking library.
+#
+# Spot is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# Spot is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
# Ensure consistent style by catching common improper constructs.