pvollenweider    2005/03/15 10:22:04 CET

  Modified files:
    core/src/java/org/jahia/bin Jahia.java 
    core/src/java/org/jahia/utils JahiaConsole.java 
  Log:
  Change (c) to 2005
  
  Revision  Changes    Path
  1.20      +2 -2      jahia/core/src/java/org/jahia/bin/Jahia.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/java/org/jahia/bin/Jahia.java.diff?r1=1.19&r2=1.20&f=h
  1.3       +1 -1      jahia/core/src/java/org/jahia/utils/JahiaConsole.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/java/org/jahia/utils/JahiaConsole.java.diff?r1=1.2&r2=1.3&f=h
  
  
  
  Index: Jahia.java
  ===================================================================
  RCS file: /home/cvs/repository/jahia/core/src/java/org/jahia/bin/Jahia.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Jahia.java        23 Feb 2005 17:13:12 -0000      1.19
  +++ Jahia.java        15 Mar 2005 09:22:04 -0000      1.20
  @@ -1,4 +1,4 @@
  -// $Id: Jahia.java,v 1.19 2005/02/23 17:13:12 knguyen Exp $
  +// $Id: Jahia.java,v 1.20 2005/03/15 09:22:04 pvollenweider Exp $
   //
   //                                   ____.
   //                       __/\ ______|    |__/\.     _______
  @@ -163,7 +163,7 @@
           "defaultServletPath";
   
       /** ... */
  -    static public final String COPYRIGHT = "<font class=\"text\">Copyright 
2002-2004 <a href=\"http://www.jahia.org\"; target=\"newJahia\">Jahia Ltd</a> - 
All rights reserved.</font>";
  +    static public final String COPYRIGHT = "<font class=\"text\">Copyright 
2002-2005 <a href=\"http://www.jahia.org\"; target=\"newJahia\">Jahia Ltd</a> - 
All rights reserved.</font>";
   
       /**
        * the lock name in the lock registery
  
  
  
  Index: JahiaConsole.java
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/java/org/jahia/utils/JahiaConsole.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JahiaConsole.java 23 Aug 2004 09:31:05 -0000      1.2
  +++ JahiaConsole.java 15 Mar 2005 09:22:04 -0000      1.3
  @@ -183,7 +183,7 @@
           msg.append ("\n");
           msg.append ("      . . . s t a r t i n g   j a h i a   b u i l d  " 
+ buildBuffer.toString() + " . . .\n");
           msg.append ("\n\n");
  -        msg.append ("   Copyright 2002-2004 - jahia http://www.jahia.org - 
all rights reserved\n");
  +        msg.append ("   Copyright 2002-2005 - jahia http://www.jahia.org - 
all rights reserved\n");
           msg.append ("\n\n");
           msg.append (" 
**************************************************************************\n");
           msg.append (" * The contents of this file, or the files included 
with this file, are   *\n");
  

Reply via email to