diff --git a/htdocs/boutique/sql/emulate_oscommerce/llx_osc_categories.sql b/dev/dbmodel/emulate_oscommerce/llx_osc_categories.sql
old mode 100644
new mode 100755
similarity index 88%
rename from htdocs/boutique/sql/emulate_oscommerce/llx_osc_categories.sql
rename to dev/dbmodel/emulate_oscommerce/llx_osc_categories.sql
index 760f93b6432..3112fd76ab5
--- a/htdocs/boutique/sql/emulate_oscommerce/llx_osc_categories.sql
+++ b/dev/dbmodel/emulate_oscommerce/llx_osc_categories.sql
@@ -12,10 +12,9 @@
-- 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, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+-- along with this program. If not, see .
--
--- $Id$
+-- $Id: llx_osc_categories.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- ===================================================================
CREATE TABLE llx_osc_categories (
diff --git a/htdocs/boutique/sql/emulate_oscommerce/llx_osc_customer.key.sql b/dev/dbmodel/emulate_oscommerce/llx_osc_customer.key.sql
old mode 100644
new mode 100755
similarity index 85%
rename from htdocs/boutique/sql/emulate_oscommerce/llx_osc_customer.key.sql
rename to dev/dbmodel/emulate_oscommerce/llx_osc_customer.key.sql
index e2bf40de4b5..46ae75b1639
--- a/htdocs/boutique/sql/emulate_oscommerce/llx_osc_customer.key.sql
+++ b/dev/dbmodel/emulate_oscommerce/llx_osc_customer.key.sql
@@ -12,10 +12,9 @@
-- 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, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+-- along with this program. If not, see .
--
--- $Id$
+-- $Id: llx_osc_customer.key.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- ===================================================================
diff --git a/htdocs/boutique/sql/emulate_oscommerce/llx_osc_customer.sql b/dev/dbmodel/emulate_oscommerce/llx_osc_customer.sql
old mode 100644
new mode 100755
similarity index 87%
rename from htdocs/boutique/sql/emulate_oscommerce/llx_osc_customer.sql
rename to dev/dbmodel/emulate_oscommerce/llx_osc_customer.sql
index 51739145be7..40f2e4b7e63
--- a/htdocs/boutique/sql/emulate_oscommerce/llx_osc_customer.sql
+++ b/dev/dbmodel/emulate_oscommerce/llx_osc_customer.sql
@@ -12,10 +12,9 @@
-- 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, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+-- along with this program. If not, see .
--
--- $Id$
+-- $Id: llx_osc_customer.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- ===================================================================
CREATE TABLE llx_osc_customer (
diff --git a/htdocs/boutique/sql/emulate_oscommerce/llx_osc_order.sql b/dev/dbmodel/emulate_oscommerce/llx_osc_order.sql
old mode 100644
new mode 100755
similarity index 87%
rename from htdocs/boutique/sql/emulate_oscommerce/llx_osc_order.sql
rename to dev/dbmodel/emulate_oscommerce/llx_osc_order.sql
index 2d654806987..65da4f88684
--- a/htdocs/boutique/sql/emulate_oscommerce/llx_osc_order.sql
+++ b/dev/dbmodel/emulate_oscommerce/llx_osc_order.sql
@@ -12,10 +12,9 @@
-- 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, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+-- along with this program. If not, see .
--
--- $Id$
+-- $Id: llx_osc_order.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- ===================================================================
CREATE TABLE llx_osc_order (
diff --git a/htdocs/boutique/sql/emulate_oscommerce/llx_osc_product.sql b/dev/dbmodel/emulate_oscommerce/llx_osc_product.sql
old mode 100644
new mode 100755
similarity index 87%
rename from htdocs/boutique/sql/emulate_oscommerce/llx_osc_product.sql
rename to dev/dbmodel/emulate_oscommerce/llx_osc_product.sql
index ad0542ded82..6a48fd26124
--- a/htdocs/boutique/sql/emulate_oscommerce/llx_osc_product.sql
+++ b/dev/dbmodel/emulate_oscommerce/llx_osc_product.sql
@@ -12,10 +12,9 @@
-- 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, write to the Free Software
--- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+-- along with this program. If not, see .
--
--- $Id$
+-- $Id: llx_osc_product.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- ===================================================================
CREATE TABLE llx_osc_product (
diff --git a/htdocs/includes/modules/modLabel.class.php b/htdocs/includes/modules/modLabel.class.php
index 45e81b5f7ec..9e54513d58e 100644
--- a/htdocs/includes/modules/modLabel.class.php
+++ b/htdocs/includes/modules/modLabel.class.php
@@ -13,13 +13,12 @@
* 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*/
/**
* \defgroup label Module labels
- * \version $Id$
+ * \version $Id: modLabel.class.php,v 1.15 2011/08/03 01:03:47 eldy Exp $
* \brief Module pour gerer les formats d'impression des etiquettes
*/
diff --git a/htdocs/support/default.css b/htdocs/support/default.css
index 9e34b137ac6..5cdee70d914 100644
--- a/htdocs/support/default.css
+++ b/htdocs/support/default.css
@@ -12,10 +12,9 @@
* 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program. If not, see .
*
- * $Id$
+ * $Id: default.css,v 1.8 2011/08/03 01:03:47 eldy Exp $
*/
body {