[otrs-cvs] Fred/Kernel/System/Fred Benchmark.pm, 1.2,
1.3 ConfigLog.pm, 1.6, 1.7 Console.pm, 1.4, 1.5 DProf.pm, 1.5,
1.6 HTMLCheck.pm, 1.4, 1.5 SQLLog.pm, 1.8, 1.9 STDERRLog.pm,
1.9, 1.10 SmallProf.pm, 1.9, 1.10 TranslationDebug.pm, 1.7, 1.8
cvs-log at otrs.org
cvs-log at otrs.org
Wed Apr 2 04:54:11 GMT 2008
- Previous message: [otrs-cvs] Fred/Kernel/Output/HTML FredBenchmark.pm, 1.1,
1.2 FredConfigLog.pm, 1.3, 1.4 FredConsole.pm, 1.3,
1.4 FredDProf.pm, 1.5, 1.6 FredHTMLCheck.pm, 1.2,
1.3 FredSQLLog.pm, 1.5, 1.6 FredSTDERRLog.pm, 1.6,
1.7 FredSmallProf.pm, 1.6, 1.7 FredTranslationDebug.pm, 1.2, 1.3
- Next message: [otrs-cvs] Support/Kernel/System/Support/Database mysql.pm, 1.13,
1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Comments:
Update of /home/cvs/Fred/Kernel/System/Fred
In directory lancelot:/tmp/cvs-serv6064/Kernel/System/Fred
Modified Files:
Benchmark.pm ConfigLog.pm Console.pm DProf.pm HTMLCheck.pm
SQLLog.pm STDERRLog.pm SmallProf.pm TranslationDebug.pm
Log Message:
Fixed typo.
Author: tr
Index: Benchmark.pm
===================================================================
RCS file: /home/cvs/Fred/Kernel/System/Fred/Benchmark.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Benchmark.pm 10 Dec 2007 12:08:48 -0000 1.2
--- Benchmark.pm 2 Apr 2008 04:54:06 -0000 1.3
***************
*** 1,5 ****
# --
# Kernel/System/Fred/Benchmark.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Fred/Benchmark.pm
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 33,37 ****
=item new()
! create a object
use Kernel::Config;
--- 33,37 ----
=item new()
! create an object
use Kernel::Config;
***************
*** 133,137 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 133,137 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
Author: tr
Index: ConfigLog.pm
===================================================================
RCS file: /home/cvs/Fred/Kernel/System/Fred/ConfigLog.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ConfigLog.pm 3 Feb 2008 07:37:57 -0000 1.6
--- ConfigLog.pm 2 Apr 2008 04:54:06 -0000 1.7
***************
*** 33,37 ****
=item new()
! create a object
use Kernel::Config;
--- 33,37 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: Console.pm
===================================================================
RCS file: /home/cvs/Fred/Kernel/System/Fred/Console.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Console.pm 26 Sep 2007 08:11:52 -0000 1.4
--- Console.pm 2 Apr 2008 04:54:06 -0000 1.5
***************
*** 1,5 ****
# --
# Kernel/System/Fred/Console.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Fred/Console.pm
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 33,37 ****
=item new()
! create a object
use Kernel::Config;
--- 33,37 ----
=item new()
! create an object
use Kernel::Config;
***************
*** 143,147 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 143,147 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
Author: tr
Index: DProf.pm
===================================================================
RCS file: /home/cvs/Fred/Kernel/System/Fred/DProf.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** DProf.pm 2 Feb 2008 12:44:16 -0000 1.5
--- DProf.pm 2 Apr 2008 04:54:06 -0000 1.6
***************
*** 33,37 ****
=item new()
! create a object
use Kernel::Config;
--- 33,37 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: HTMLCheck.pm
===================================================================
RCS file: /home/cvs/Fred/Kernel/System/Fred/HTMLCheck.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** HTMLCheck.pm 18 Oct 2007 05:14:28 -0000 1.4
--- HTMLCheck.pm 2 Apr 2008 04:54:06 -0000 1.5
***************
*** 1,5 ****
# --
# Kernel/System/Fred/HTMLCheck.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Fred/HTMLCheck.pm
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 33,37 ****
=item new()
! create a object
use Kernel::Config;
--- 33,37 ----
=item new()
! create an object
use Kernel::Config;
***************
*** 152,156 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 152,156 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
Author: tr
Index: SQLLog.pm
===================================================================
RCS file: /home/cvs/Fred/Kernel/System/Fred/SQLLog.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SQLLog.pm 5 Mar 2008 13:05:35 -0000 1.8
--- SQLLog.pm 2 Apr 2008 04:54:06 -0000 1.9
***************
*** 33,37 ****
=item new()
! create a object
use Kernel::Config;
--- 33,37 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: STDERRLog.pm
===================================================================
RCS file: /home/cvs/Fred/Kernel/System/Fred/STDERRLog.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** STDERRLog.pm 30 Jan 2008 13:34:37 -0000 1.9
--- STDERRLog.pm 2 Apr 2008 04:54:06 -0000 1.10
***************
*** 33,37 ****
=item new()
! create a object
use Kernel::Config;
--- 33,37 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: SmallProf.pm
===================================================================
RCS file: /home/cvs/Fred/Kernel/System/Fred/SmallProf.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** SmallProf.pm 2 Feb 2008 12:44:16 -0000 1.9
--- SmallProf.pm 2 Apr 2008 04:54:06 -0000 1.10
***************
*** 33,37 ****
=item new()
! create a object
use Kernel::Config;
--- 33,37 ----
=item new()
! create an object
use Kernel::Config;
Author: tr
Index: TranslationDebug.pm
===================================================================
RCS file: /home/cvs/Fred/Kernel/System/Fred/TranslationDebug.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** TranslationDebug.pm 30 Oct 2007 09:44:32 -0000 1.7
--- TranslationDebug.pm 2 Apr 2008 04:54:06 -0000 1.8
***************
*** 1,5 ****
# --
# Kernel/System/Fred/TranslationDebug.pm
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/System/Fred/TranslationDebug.pm
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
***************
*** 33,37 ****
=item new()
! create a object
use Kernel::Config;
--- 33,37 ----
=item new()
! create an object
use Kernel::Config;
***************
*** 227,231 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 227,231 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
- Previous message: [otrs-cvs] Fred/Kernel/Output/HTML FredBenchmark.pm, 1.1,
1.2 FredConfigLog.pm, 1.3, 1.4 FredConsole.pm, 1.3,
1.4 FredDProf.pm, 1.5, 1.6 FredHTMLCheck.pm, 1.2,
1.3 FredSQLLog.pm, 1.5, 1.6 FredSTDERRLog.pm, 1.6,
1.7 FredSmallProf.pm, 1.6, 1.7 FredTranslationDebug.pm, 1.2, 1.3
- Next message: [otrs-cvs] Support/Kernel/System/Support/Database mysql.pm, 1.13,
1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list