From 73690ef4b87577532fdfb5c6388b972741c5d177 Mon Sep 17 00:00:00 2001
From: Laurent Giovannoni <laurent.giovannoni@maarch.org>
Date: Wed, 16 May 2012 10:14:23 +0000
Subject: [PATCH] evo: maarch licence

---
 core/trunk/install/view/database_view.php     | 30 +++++++++++++++++
 core/trunk/install/view/docservers_view.php   | 30 +++++++++++++++++
 core/trunk/install/view/error_view.php        | 32 ++++++++++++++++++-
 core/trunk/install/view/includes/header.php   | 30 +++++++++++++++++
 core/trunk/install/view/includes/progress.php | 30 +++++++++++++++++
 core/trunk/install/view/language_view.php     | 30 +++++++++++++++++
 core/trunk/install/view/licence_view.php      | 30 +++++++++++++++++
 core/trunk/install/view/password_view.php     | 30 +++++++++++++++++
 .../trunk/install/view/prerequisites_view.php | 30 +++++++++++++++++
 core/trunk/install/view/principal_view.php    | 30 +++++++++++++++++
 core/trunk/install/view/resume_view.php       | 30 +++++++++++++++++
 core/trunk/install/view/welcome_view.php      | 30 +++++++++++++++++
 12 files changed, 361 insertions(+), 1 deletion(-)

diff --git a/core/trunk/install/view/database_view.php b/core/trunk/install/view/database_view.php
index 60bac26f2f9..01fe602bcb2 100755
--- a/core/trunk/install/view/database_view.php
+++ b/core/trunk/install/view/database_view.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <script>
     function checkDatabaseInfo(
         databaseserver,
diff --git a/core/trunk/install/view/docservers_view.php b/core/trunk/install/view/docservers_view.php
index 3b2743ac824..a85b231f144 100755
--- a/core/trunk/install/view/docservers_view.php
+++ b/core/trunk/install/view/docservers_view.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <script>
     function createDocservers(
         docserverRoot
diff --git a/core/trunk/install/view/error_view.php b/core/trunk/install/view/error_view.php
index 2a7133e6fcd..061c56a2b18 100755
--- a/core/trunk/install/view/error_view.php
+++ b/core/trunk/install/view/error_view.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <div class="blockWrapper">
     <div class="titleBlock">
         <h2 onClick="slide('infosError');" style="cursor: pointer;">
@@ -9,4 +39,4 @@
             <?php echo $infosError; ?>
         </p>
     </div>
-</div>
\ No newline at end of file
+</div>
diff --git a/core/trunk/install/view/includes/header.php b/core/trunk/install/view/includes/header.php
index 9e27db941bc..a504a236866 100755
--- a/core/trunk/install/view/includes/header.php
+++ b/core/trunk/install/view/includes/header.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <div class="headerName">
     <h2>
         <?php echo $shortTitle; ?>
diff --git a/core/trunk/install/view/includes/progress.php b/core/trunk/install/view/includes/progress.php
index 7d4638718cd..91d55e0dcbd 100755
--- a/core/trunk/install/view/includes/progress.php
+++ b/core/trunk/install/view/includes/progress.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <div class="blockWrapper" style="background-color: rgba(255, 255, 255, 1);">
     <div class="contentBlock">
         <div id="progressWrapper">
diff --git a/core/trunk/install/view/language_view.php b/core/trunk/install/view/language_view.php
index ff110122772..23e9f40a6f7 100755
--- a/core/trunk/install/view/language_view.php
+++ b/core/trunk/install/view/language_view.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <div class="blockWrapper">
     <div class="titleBlock">
         <h2 onClick="slide('chooseLanguage');" style="cursor: pointer;">
diff --git a/core/trunk/install/view/licence_view.php b/core/trunk/install/view/licence_view.php
index 94369bd8c07..18a6dc90373 100755
--- a/core/trunk/install/view/licence_view.php
+++ b/core/trunk/install/view/licence_view.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <div class="blockWrapper">
     <div class="titleBlock">
         <h2 onClick="slide('licence');" style="cursor: pointer;">
diff --git a/core/trunk/install/view/password_view.php b/core/trunk/install/view/password_view.php
index 0cdf48c9a05..0758f7d9892 100755
--- a/core/trunk/install/view/password_view.php
+++ b/core/trunk/install/view/password_view.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <script>
     function checkPassword(
         newSuperadminPass,
diff --git a/core/trunk/install/view/prerequisites_view.php b/core/trunk/install/view/prerequisites_view.php
index 074f5e6692d..598eada6e97 100755
--- a/core/trunk/install/view/prerequisites_view.php
+++ b/core/trunk/install/view/prerequisites_view.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <div class="blockWrapper">
     <div class="titleBlock">
         <h2 onClick="slide('prerequisites');" style="cursor: pointer;">
diff --git a/core/trunk/install/view/principal_view.php b/core/trunk/install/view/principal_view.php
index 420c4fedad3..2efdb6c868b 100755
--- a/core/trunk/install/view/principal_view.php
+++ b/core/trunk/install/view/principal_view.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <!DOCTYPE HTML>
 <html>
     <head>
diff --git a/core/trunk/install/view/resume_view.php b/core/trunk/install/view/resume_view.php
index 51e9c0a31a6..19c5a31a253 100755
--- a/core/trunk/install/view/resume_view.php
+++ b/core/trunk/install/view/resume_view.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <div class="blockWrapper">
     <div class="titleBlock">
         <h2 onClick="slide('resume');" style="cursor: pointer;">
diff --git a/core/trunk/install/view/welcome_view.php b/core/trunk/install/view/welcome_view.php
index 53bdbcd7507..aacd30e3a37 100755
--- a/core/trunk/install/view/welcome_view.php
+++ b/core/trunk/install/view/welcome_view.php
@@ -1,3 +1,33 @@
+<?php
+/*
+*   Copyright 2008-2012 Maarch
+*
+*   This file is part of Maarch Framework.
+*
+*   Maarch Framework 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.
+*
+*   Maarch Framework 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 Maarch Framework. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+* @brief class of install tools
+*
+* @file
+* @author Arnaud Veber
+* @date $date$
+* @version $Revision$
+* @ingroup install
+*/
+?>
 <div class="blockWrapper">
     <div class="titleBlock">
         <h2 onClick="slide('welcome');" style="cursor: pointer;">
-- 
GitLab