diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 349c0402b7f9f7634f2ca87da234f1c4d7e06b04..bd8fcde2235a428a04ebe16825ddf03832b9463d 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -72,14 +72,15 @@ tracer-real-time.h
 command.h
 linear-algebra.h
 value.h
+
 command-setter.h
 command-setter.t.cpp
 command-getter.h
 command-getter.t.cpp
-
 command-direct-getter.h
 command-direct-setter.h
 command-bind.h
+all-commands.h
 )
 
 # Recreate correct path for the headers
diff --git a/include/dynamic-graph/all-commands.h b/include/dynamic-graph/all-commands.h
index fc3373d306394bc27392b9c4d8e1fe2523980004..8d537244c2fc5d565c3de43d9ca128b16f19303c 100644
--- a/include/dynamic-graph/all-commands.h
+++ b/include/dynamic-graph/all-commands.h
@@ -1,6 +1,6 @@
 // -*- mode: c++ -*-
-// Copyright 2010, François Bleibel, Thomas Moulard, Olivier Stasse,
-// JRL, CNRS/AIST.
+// Copyright 2010, François Bleibel, Olivier Stasse, JRL, CNRS/AIST
+//                 Thomas Moulard, Nicolas Mansard  LAAS-CNRS
 //
 // This file is part of dynamic-graph.
 // dynamic-graph is free software: you can redistribute it and/or
@@ -15,10 +15,10 @@
 // received a copy of the GNU Lesser General Public License along with
 // dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
 
-#ifndef DYNAMIC_GRAPH_ALL_SIGNALS_H
-# define DYNAMIC_GRAPH_ALL_SIGNALS_H
+#ifndef DYNAMIC_GRAPH_ALL_COMMANDS_H
+# define DYNAMIC_GRAPH_ALL_COMMANDS_H
 
-// Utility header files including all signal headers
+// Utility header files including all commands headers
 
 #include <dynamic-graph/command-bind.h>
 #include <dynamic-graph/command-direct-getter.h>
@@ -27,4 +27,4 @@
 #include <dynamic-graph/command.h>
 #include <dynamic-graph/command-setter.h>
 
-#endif //! DYNAMIC_GRAPH_ALL_SIGNALS_H
+#endif //! DYNAMIC_GRAPH_ALL_COMMANDS_H