diff --git a/hurricane/CMakeLists.txt b/hurricane/CMakeLists.txt
index ca321356..6353f264 100644
--- a/hurricane/CMakeLists.txt
+++ b/hurricane/CMakeLists.txt
@@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 2.4.0)
- list(INSERT CMAKE_MODULE_PATH 0 "$ENV{BOOTSTRAP_TOP}/share/cmake/Modules")
+ list(INSERT CMAKE_MODULE_PATH 0 "${DESTDIR}/$ENV{BOOTSTRAP_TOP}/share/cmake/Modules")
find_package(Bootstrap REQUIRED)
setup_project_paths(BOOTSTRAP)
setup_project_paths(VLSISAPD)
diff --git a/hurricane/src/viewer/Script.cpp b/hurricane/src/viewer/Script.cpp
index a56474d8..028ba968 100644
--- a/hurricane/src/viewer/Script.cpp
+++ b/hurricane/src/viewer/Script.cpp
@@ -1,41 +1,26 @@
// -*- C++ -*-
//
-// Copyright (c) BULL S.A. 2000-2010, All Rights Reserved
-//
-// This file is part of Hurricane.
-//
-// Hurricane is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Lesser General Public License as
-// published by the Free Software Foundation, either version 3 of the
-// License, or (at your option) any later version.
-//
-// Hurricane is distributed in the hope that it will be useful, but
-// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN-
-// TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU
-// General Public License for more details.
-//
-// You should have received a copy of the Lesser GNU General Public
-// License along with Hurricane. If not, see
-// .
+// This file is part of the Coriolis Software.
+// Copyright (c) UPMC/LIP6 2008-2011, All Rights Reserved
//
// ===================================================================
//
// $Id$
//
-// x-----------------------------------------------------------------x
+// +-----------------------------------------------------------------+
// | |
-// | H U R R I C A N E |
+// | C O R I O L I S |
// | V L S I B a c k e n d D a t a - B a s e |
// | |
-// | Author : Jean-Paul Chaput |
-// | E-mail : Jean-Paul.Chaput@lip6.fr |
+// | Author : Jean-Paul CHAPUT |
+// | E-mail : Jean-Paul.Chaput@asim.lip6.fr |
// | =============================================================== |
-// | C++ Module : "./Script.cpp" |
+// | C++ Module : "./hurricane/viewer/Script.cpp" |
// | *************************************************************** |
// | U p d a t e s |
// | |
-// x-----------------------------------------------------------------x
+// +-----------------------------------------------------------------+
#include
diff --git a/hurricane/src/viewer/StratusScript.cpp b/hurricane/src/viewer/StratusScript.cpp
index 67915cf1..77484f3c 100644
--- a/hurricane/src/viewer/StratusScript.cpp
+++ b/hurricane/src/viewer/StratusScript.cpp
@@ -2,13 +2,13 @@
// -*- C++ -*-
//
// This file is part of the Coriolis Software.
-// Copyright (c) UPMC/LIP6 2008-2010, All Rights Reserved
+// Copyright (c) UPMC/LIP6 2008-2011, All Rights Reserved
//
// ===================================================================
//
// $Id$
//
-// x-----------------------------------------------------------------x
+// +-----------------------------------------------------------------+
// | |
// | C O R I O L I S |
// | V L S I B a c k e n d D a t a - B a s e |
@@ -20,7 +20,7 @@
// | *************************************************************** |
// | U p d a t e s |
// | |
-// x-----------------------------------------------------------------x
+// +-----------------------------------------------------------------+
#include