Skip to content
Snippets Groups Projects
Commit 03711cf6 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: remove obsolete tags

parent 0e6eb2aa
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 27 deletions
...@@ -43,23 +43,22 @@ Copyright ...@@ -43,23 +43,22 @@ Copyright
Copyright (C) 2011 Copyright (C) 2011
- Laurent Destailleur <eldy@users.sourceforge.net> - Laurent Destailleur <eldy@users.sourceforge.net>
- Regis Houssin <regis@dolibarr.fr> - Regis Houssin <regis@dolibarr.fr>
- Juanjo Menent - Juanjo Menent <jmenent@2byte.es>
- Philippe Grand - Philippe Grand <philippe.grand@atoo-net.com>
- Jean Heimburger <jean@tiaris.info> - Jean Heimburger <jean@tiaris.info>
- Philippe Grand
Copyright (C) 2010 Copyright (C) 2010
- Laurent Destailleur <eldy@users.sourceforge.net> - Laurent Destailleur <eldy@users.sourceforge.net>
- Regis Houssin <regis@dolibarr.fr> - Regis Houssin <regis@dolibarr.fr>
- Juanjo Menent - Juanjo Menent <jmenent@2byte.es>
- r2gnl - r2gnl
- meos - meos
Copyright (C) 2009 Copyright (C) 2009
- Laurent Destailleur <eldy@users.sourceforge.net> - Laurent Destailleur <eldy@users.sourceforge.net>
- Regis Houssin <regis@dolibarr.fr> - Regis Houssin <regis@dolibarr.fr>
- Juanjo Menent - Juanjo Menent <jmenent@2byte.es>
Copyright (C) 2008 Copyright (C) 2008
- Laurent Destailleur <eldy@users.sourceforge.net> - Laurent Destailleur <eldy@users.sourceforge.net>
......
-------------------------------------------------------------- --------------------------------------------------------------
English Dolibarr ChangeLog English Dolibarr ChangeLog
$Id: ChangeLog,v 1.429 2011/08/27 16:55:10 eldy Exp $
-------------------------------------------------------------- --------------------------------------------------------------
***** ChangeLog for 3.2 compared to 3.1 ***** ***** ChangeLog for 3.2 compared to 3.1 *****
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
// This file must be present into htdocs/install directory // This file must be present into htdocs/install directory
// during install process to be used. // during install process to be used.
// //
// $Id: install.forced.php.install,v 1.2 2011/06/26 11:41:50 eldy Exp $
// //
$force_install_noedit=1; $force_install_noedit=1;
$force_install_message='KeepDefaultValuesDeb'; $force_install_message='KeepDefaultValuesDeb';
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
# This file is used by Dolibarr setup process to create true Dolibarr # This file is used by Dolibarr setup process to create true Dolibarr
# config file called "conf.php". # config file called "conf.php".
# #
# $Id: conf.php.install,v 1.1 2011/07/30 14:56:12 eldy Exp $
################### ###################
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
// This file must be present into htdocs/install directory // This file must be present into htdocs/install directory
// during install process to be used. // during install process to be used.
// //
// $Id: install.forced.php.install,v 1.13 2011/08/21 16:20:41 eldy Exp $
// //
$force_install_packager='deb'; $force_install_packager='deb';
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
/* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */ /* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4: // vim: expandtab sw=4 ts=4 sts=4:
/** /**
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
; only the root user with no password, stop server and catch ; only the root user with no password, stop server and catch
; files user.MY* to put them in the Dolibarr build/exe/doliwamp/mysql directory. ; files user.MY* to put them in the Dolibarr build/exe/doliwamp/mysql directory.
; ;
; Version: $Id: doliwamp.iss,v 1.85 2011/08/07 16:37:45 eldy Exp $
;---------------------------------------------------------------------------------------- ;----------------------------------------------------------------------------------------
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
// This file must be present into htdocs/install directory // This file must be present into htdocs/install directory
// during install process to be used. // during install process to be used.
// //
// $Id: install.forced.php.install,v 1.16 2011/07/30 14:56:12 eldy Exp $
// //
$force_install_noedit=2; $force_install_noedit=2;
$force_install_message='KeepDefaultValuesWamp'; $force_install_message='KeepDefaultValuesWamp';
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
REM ----------------------------------- REM -----------------------------------
REM This script initialize Mysql root password WHEN PASSWORD IS EMPTY. REM This script initialize Mysql root password WHEN PASSWORD IS EMPTY.
REM An error is returned IF PASSWORD IS ALREADY SET. REM An error is returned IF PASSWORD IS ALREADY SET.
REM $Id$
REM ----------------------------------- REM -----------------------------------
REM To change password, run following SQL command: REM To change password, run following SQL command:
REM GRANT ALL ON *.* TO login@localhost IDENTIFIED BY "newpassword" REM GRANT ALL ON *.* TO login@localhost IDENTIFIED BY "newpassword"
......
@echo off @echo off
REM ------------------------------------------------------------ REM ------------------------------------------------------------
REM Launch a test to connect to mysql REM Launch a test to connect to mysql
REM $Id$
REM ------------------------------------------------------------ REM ------------------------------------------------------------
REM To change password, run following SQL command: REM To change password, run following SQL command:
REM GRANT ALL ON *.* TO login@localhost IDENTIFIED BY "newpassword" REM GRANT ALL ON *.* TO login@localhost IDENTIFIED BY "newpassword"
......
[PHP] [PHP]
; PHP INI - Optimised for DoliWamp - $Id$ ; PHP INI - Optimised for DoliWamp
;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;
; About php.ini ; ; About php.ini ;
......
...@@ -44,7 +44,7 @@ if (-d "/usr/src/RPM") { $RPMDIR="/usr/src/RPM"; } # mandrake ...@@ -44,7 +44,7 @@ if (-d "/usr/src/RPM") { $RPMDIR="/usr/src/RPM"; } # mandrake
use vars qw/ $REVISION $VERSION /; use vars qw/ $REVISION $VERSION /;
$REVISION='$Revision: 1.152 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1; $REVISION='1.152';
$VERSION="3.2 (build $REVISION)"; $VERSION="3.2 (build $REVISION)";
......
...@@ -21,9 +21,7 @@ $PROJECT = "dolibarr"; ...@@ -21,9 +21,7 @@ $PROJECT = "dolibarr";
); );
use vars qw/ $REVISION $VERSION /; use vars qw/ $REVISION $VERSION /;
$REVISION = '$Revision: 1.10 $'; $REVISION = '1.10';
$REVISION =~ /\s(.*)\s/;
$REVISION = $1;
$VERSION = "1.0 (build $REVISION)"; $VERSION = "1.0 (build $REVISION)";
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
......
...@@ -18,7 +18,7 @@ use Cwd; ...@@ -18,7 +18,7 @@ use Cwd;
use vars qw/ $REVISION $VERSION /; use vars qw/ $REVISION $VERSION /;
$REVISION='$Revision: 1.20 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1; $REVISION='1.20';
$VERSION="1.0 (build $REVISION)"; $VERSION="1.0 (build $REVISION)";
......
...@@ -24,7 +24,7 @@ $PROJECT="dolibarr"; ...@@ -24,7 +24,7 @@ $PROJECT="dolibarr";
use vars qw/ $REVISION $VERSION /; use vars qw/ $REVISION $VERSION /;
$REVISION='$Revision: 1.11 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1; $REVISION='1.11';
$VERSION="1.0 (build $REVISION)"; $VERSION="1.0 (build $REVISION)";
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
-- You should have received a copy of the GNU General Public License -- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>. -- along with this program. If not, see <http://www.gnu.org/licenses/>.
-- --
-- $Id: llx_osc_categories.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- =================================================================== -- ===================================================================
CREATE TABLE llx_osc_categories ( CREATE TABLE llx_osc_categories (
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
-- You should have received a copy of the GNU General Public License -- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>. -- along with this program. If not, see <http://www.gnu.org/licenses/>.
-- --
-- $Id: llx_osc_customer.key.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- =================================================================== -- ===================================================================
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
-- You should have received a copy of the GNU General Public License -- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>. -- along with this program. If not, see <http://www.gnu.org/licenses/>.
-- --
-- $Id: llx_osc_customer.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- =================================================================== -- ===================================================================
CREATE TABLE llx_osc_customer ( CREATE TABLE llx_osc_customer (
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
-- You should have received a copy of the GNU General Public License -- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>. -- along with this program. If not, see <http://www.gnu.org/licenses/>.
-- --
-- $Id: llx_osc_order.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- =================================================================== -- ===================================================================
CREATE TABLE llx_osc_order ( CREATE TABLE llx_osc_order (
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
-- You should have received a copy of the GNU General Public License -- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>. -- along with this program. If not, see <http://www.gnu.org/licenses/>.
-- --
-- $Id: llx_osc_product.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- =================================================================== -- ===================================================================
CREATE TABLE llx_osc_product ( CREATE TABLE llx_osc_product (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment