From b129e029af84f56edf1030cb6f004f405add21bf Mon Sep 17 00:00:00 2001
From: Julien Mathis <jmathis@merethis.com>
Date: Mon, 14 Feb 2011 15:28:03 +0000
Subject: [PATCH] * Change copyight * add svn:keywords

git-svn-id: http://svn.centreon.com/trunk/centreon@11677 6bcd3966-0018-0410-8128-fd23d134de7e
---
 GPL_LIB/Smarty/ChangeLog                      | 2 +-
 GPL_LIB/Smarty/libs/Config_File.class.php     | 2 +-
 GPL_LIB/Smarty/libs/Smarty.class.php          | 2 +-
 GPL_LIB/Smarty/libs/Smarty_Compiler.class.php | 2 +-
 errors/alt_error.php                          | 6 +++---
 header.txt                                    | 2 +-
 install.sh                                    | 4 ++--
 lib/getObjectInformations.pm                  | 2 +-
 lib/identifyMetric.pm                         | 2 +-
 lib/identifyService.pm                        | 2 +-
 lib/misc.pm                                   | 2 +-
 lib/purge.pm                                  | 2 +-
 lib/updateFunctions.pm                        | 2 +-
 lib/verifyHostServiceIdName.pm                | 2 +-
 tmpl/install/centcore.init.d                  | 2 +-
 tmpl/install/centstorage.init.d               | 2 +-
 tmpl/vardistrib/centos                        | 4 ++--
 tmpl/vardistrib/redhat-4                      | 2 +-
 18 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/GPL_LIB/Smarty/ChangeLog b/GPL_LIB/Smarty/ChangeLog
index 802891ac8a..9dba26ea2b 100644
--- a/GPL_LIB/Smarty/ChangeLog
+++ b/GPL_LIB/Smarty/ChangeLog
@@ -4738,7 +4738,7 @@
 
     * libs/Smarty.class.php
       libs/Smarty_Compiler.class.php:
-      added CVS $Id: ChangeLog,v 1.459 2007/03/07 01:31:23 changelog Exp $
+      added CVS $Id$
 
 2003-03-31  Messju Mohr  <messju@lammfellpuschen.de>
 
diff --git a/GPL_LIB/Smarty/libs/Config_File.class.php b/GPL_LIB/Smarty/libs/Config_File.class.php
index 7d61f6a6ce..d1f812e338 100644
--- a/GPL_LIB/Smarty/libs/Config_File.class.php
+++ b/GPL_LIB/Smarty/libs/Config_File.class.php
@@ -25,7 +25,7 @@
  * @package Smarty
  */
 
-/* $Id: Config_File.class.php,v 1.88 2007/03/06 10:40:06 messju Exp $ */
+/* $Id$ */
 
 /**
  * Config file reading class
diff --git a/GPL_LIB/Smarty/libs/Smarty.class.php b/GPL_LIB/Smarty/libs/Smarty.class.php
index 95d18f9ee3..a66380f121 100644
--- a/GPL_LIB/Smarty/libs/Smarty.class.php
+++ b/GPL_LIB/Smarty/libs/Smarty.class.php
@@ -30,7 +30,7 @@
  * @version 2.6.18
  */
 
-/* $Id: Smarty.class.php,v 1.528 2007/03/06 10:40:06 messju Exp $ */
+/* $Id$ */
 
 /**
  * DIR_SEP isn't used anymore, but third party apps might
diff --git a/GPL_LIB/Smarty/libs/Smarty_Compiler.class.php b/GPL_LIB/Smarty/libs/Smarty_Compiler.class.php
index 709e678f31..06dc44bf79 100644
--- a/GPL_LIB/Smarty/libs/Smarty_Compiler.class.php
+++ b/GPL_LIB/Smarty/libs/Smarty_Compiler.class.php
@@ -26,7 +26,7 @@
  * @package Smarty
  */
 
-/* $Id: Smarty_Compiler.class.php,v 1.395 2007/03/06 10:40:06 messju Exp $ */
+/* $Id$ */
 
 /**
  * Template compiling class
diff --git a/errors/alt_error.php b/errors/alt_error.php
index 420a6835a9..5043625110 100644
--- a/errors/alt_error.php
+++ b/errors/alt_error.php
@@ -1,6 +1,6 @@
 <?php
 /*
- * Copyright 2005-2010 MERETHIS
+ * Copyright 2005-2011 MERETHIS
  * Centreon is developped by : Julien Mathis and Romain Le Merlus under
  * GPL Licence 2.0.
  * 
@@ -31,8 +31,8 @@
  * 
  * For more information : contact@centreon.com
  * 
- * SVN : $URL: http://svn.centreon.com/trunk/centreon/www/alt_error.php $
- * SVN : $Id: alt_error.php 7619 2009-02-24 08:55:46Z jmathis $
+ * SVN : $URL$
+ * SVN : $Id$
  * 
  */ 
  
diff --git a/header.txt b/header.txt
index b6319d1750..0e8e905340 100644
--- a/header.txt
+++ b/header.txt
@@ -1,6 +1,6 @@
 
 /*
- * Copyright 2005-2010 MERETHIS
+ * Copyright 2005-2011 MERETHIS
  * Centreon is developped by : Julien Mathis and Romain Le Merlus under
  * GPL Licence 2.0.
  * 
diff --git a/install.sh b/install.sh
index 9ce5f70c8c..5f6a1ac2b0 100755
--- a/install.sh
+++ b/install.sh
@@ -37,9 +37,9 @@
 ####################################################################
 #
 # SVN: $URL$
-# SVN: $Rev$
+# SVN: $Rev: 11632 $
 # SVN: $Author$
-# SVN: $Date$
+# SVN: $Date: 2011-02-08 18:04:05 +0100 (mar., 08 févr. 2011) $
 # SVN  $Id$
 #
 #
diff --git a/lib/getObjectInformations.pm b/lib/getObjectInformations.pm
index e196a411da..6723142570 100644
--- a/lib/getObjectInformations.pm
+++ b/lib/getObjectInformations.pm
@@ -1,5 +1,5 @@
 ################################################################################
-# Copyright 2005-2010 MERETHIS
+# Copyright 2005-2011 MERETHIS
 # Centreon is developped by : Julien Mathis and Romain Le Merlus under
 # GPL Licence 2.0.
 # 
diff --git a/lib/identifyMetric.pm b/lib/identifyMetric.pm
index 66c0bd5e18..2e0ac89f46 100644
--- a/lib/identifyMetric.pm
+++ b/lib/identifyMetric.pm
@@ -1,5 +1,5 @@
 ################################################################################
-# Copyright 2005-2010 MERETHIS
+# Copyright 2005-2011 MERETHIS
 # Centreon is developped by : Julien Mathis and Romain Le Merlus under
 # GPL Licence 2.0.
 # 
diff --git a/lib/identifyService.pm b/lib/identifyService.pm
index 6079afa0e4..e4edaf6003 100644
--- a/lib/identifyService.pm
+++ b/lib/identifyService.pm
@@ -1,5 +1,5 @@
 ################################################################################
-# Copyright 2005-2010 MERETHIS
+# Copyright 2005-2011 MERETHIS
 # Centreon is developped by : Julien Mathis and Romain Le Merlus under
 # GPL Licence 2.0.
 # 
diff --git a/lib/misc.pm b/lib/misc.pm
index 6cc31b3066..2bc2ecf705 100644
--- a/lib/misc.pm
+++ b/lib/misc.pm
@@ -1,5 +1,5 @@
 ################################################################################
-# Copyright 2005-2010 MERETHIS
+# Copyright 2005-2011 MERETHIS
 # Centreon is developped by : Julien Mathis and Romain Le Merlus under
 # GPL Licence 2.0.
 # 
diff --git a/lib/purge.pm b/lib/purge.pm
index 0d88e59079..9ccc62061d 100644
--- a/lib/purge.pm
+++ b/lib/purge.pm
@@ -1,5 +1,5 @@
 ################################################################################
-# Copyright 2005-2010 MERETHIS
+# Copyright 2005-2011 MERETHIS
 # Centreon is developped by : Julien Mathis and Romain Le Merlus under
 # GPL Licence 2.0.
 # 
diff --git a/lib/updateFunctions.pm b/lib/updateFunctions.pm
index d96a0c27d0..e375f968cf 100644
--- a/lib/updateFunctions.pm
+++ b/lib/updateFunctions.pm
@@ -1,5 +1,5 @@
 ################################################################################
-# Copyright 2005-2010 MERETHIS
+# Copyright 2005-2011 MERETHIS
 # Centreon is developped by : Julien Mathis and Romain Le Merlus under
 # GPL Licence 2.0.
 # 
diff --git a/lib/verifyHostServiceIdName.pm b/lib/verifyHostServiceIdName.pm
index f55b144041..9be9ab64f7 100644
--- a/lib/verifyHostServiceIdName.pm
+++ b/lib/verifyHostServiceIdName.pm
@@ -1,5 +1,5 @@
 ################################################################################
-# Copyright 2005-2010 MERETHIS
+# Copyright 2005-2011 MERETHIS
 # Centreon is developped by : Julien Mathis and Romain Le Merlus under
 # GPL Licence 2.0.
 # 
diff --git a/tmpl/install/centcore.init.d b/tmpl/install/centcore.init.d
index 981293a923..b8afcdce3b 100644
--- a/tmpl/install/centcore.init.d
+++ b/tmpl/install/centcore.init.d
@@ -1,6 +1,6 @@
 #!/bin/sh
 ################################################################################
-# Copyright 2005-2010 MERETHIS
+# Copyright 2005-2011 MERETHIS
 # Centreon is developped by : Julien Mathis and Romain Le Merlus under
 # GPL Licence 2.0.
 # 
diff --git a/tmpl/install/centstorage.init.d b/tmpl/install/centstorage.init.d
index df160617bd..d90a4f5f7b 100644
--- a/tmpl/install/centstorage.init.d
+++ b/tmpl/install/centstorage.init.d
@@ -1,6 +1,6 @@
 #!/bin/sh
 ################################################################################
-# Copyright 2005-2010 MERETHIS
+# Copyright 2005-2011 MERETHIS
 # Centreon is developped by : Julien Mathis and Romain Le Merlus under
 # GPL Licence 2.0.
 # 
diff --git a/tmpl/vardistrib/centos b/tmpl/vardistrib/centos
index 3df53ba397..901e6e8109 100644
--- a/tmpl/vardistrib/centos
+++ b/tmpl/vardistrib/centos
@@ -1,6 +1,6 @@
 # -*-Shell-script-*-
-# SVN: $URL: http://svn.centreon.com/trunk/centreon/tmpl/vardistrib/centos $
-# SVN: $Id: centos 6176 $
+# SVN: $URL$
+# SVN: $Id$
 #
 # This file contain reconfigured variables used in install scripts
 # By default, when you use ./install.sh -f centos, you'll accept GPL licence.
diff --git a/tmpl/vardistrib/redhat-4 b/tmpl/vardistrib/redhat-4
index 97d1c7c932..8060175d9e 100755
--- a/tmpl/vardistrib/redhat-4
+++ b/tmpl/vardistrib/redhat-4
@@ -1,5 +1,5 @@
 # -*-Shell-script-*-
-# SVN: $URL: http://svn.centreon.com/trunk/centreon/tmpl/vardistrib/opensuse $
+# SVN: $URL$
 # SVN: $Id$
 #
 # This file contain reconfigured variables used in install scripts
-- 
GitLab