pvollenweider    2004/08/23 11:24:38 CEST

  Modified files:        (Branch: JAHIA-4-0-BRANCH)
    .                    README build.xml 
    src/java/org/jahia/bin Jahia.java 
    src/java/org/jahia/utils JahiaConsole.java 
  Log:
  Change (c) date to 2004
  
  Revision  Changes    Path
  1.58.4.1  +1 -1      jahia/README
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/README.diff?r1=1.58&r2=1.58.4.1&f=h
  1.59.4.2  +2 -2      jahia/build.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/build.xml.diff?r1=1.59.4.1&r2=1.59.4.2&f=h
  1.83.2.6  +2 -2      jahia/src/java/org/jahia/bin/Jahia.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/java/org/jahia/bin/Jahia.java.diff?r1=1.83.2.5&r2=1.83.2.6&f=h
  1.10.4.1  +1 -1      jahia/src/java/org/jahia/utils/JahiaConsole.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/java/org/jahia/utils/JahiaConsole.java.diff?r1=1.10&r2=1.10.4.1&f=h
  
  
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/repository/jahia/README,v
  retrieving revision 1.58
  retrieving revision 1.58.4.1
  diff -u -r1.58 -r1.58.4.1
  --- README    29 Sep 2003 19:34:25 -0000      1.58
  +++ README    23 Aug 2004 09:24:37 -0000      1.58.4.1
  @@ -2,7 +2,7 @@
    README FOR JAHIA SOURCE CODE
   ==============================================================================
   
  - All source code, binaries and documentation is copyrighted (c) 2001-2003 by
  + All source code, binaries and documentation is copyrighted (c) 2001-2004 by
    Jahia Ltd. All Rights Reserved.
   
   
  
  
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/Attic/build.xml,v
  retrieving revision 1.59.4.1
  retrieving revision 1.59.4.2
  diff -u -r1.59.4.1 -r1.59.4.2
  --- build.xml 28 May 2004 15:33:03 -0000      1.59.4.1
  +++ build.xml 23 Aug 2004 09:24:37 -0000      1.59.4.2
  @@ -345,7 +345,7 @@
               splitindex="true"
               windowtitle="Jahia Templates API"
               doctitle="<h1>Jahia</h1>"
  -            bottom="<i>Copyright 2003 Jahia Ltd. All Rights 
Reserved.</i>">
  +            bottom="<i>Copyright 2004 Jahia Ltd. All Rights 
Reserved.</i>">
               <group title="Group 1 Packages" packages="com.dummy.jahia.*"/>
               <classpath>
                   <fileset dir="lib">
  @@ -372,7 +372,7 @@
               splitindex="true"
               windowtitle="Jahia API"
               doctitle="&lt;h1&gt;Jahia&lt;/h1&gt;"
  -            bottom="&lt;i&gt;Copyright 2003 Jahia Ltd. All Rights 
Reserved.&lt;/i&gt;">
  +            bottom="&lt;i&gt;Copyright 2004 Jahia Ltd. All Rights 
Reserved.&lt;/i&gt;">
               <group title="Group 1 Packages" packages="com.dummy.jahia.*"/>
               <classpath>
                   <fileset dir="lib">
  
  
  
  Index: Jahia.java
  ===================================================================
  RCS file: /home/cvs/repository/jahia/src/java/org/jahia/bin/Attic/Jahia.java,v
  retrieving revision 1.83.2.5
  retrieving revision 1.83.2.6
  diff -u -r1.83.2.5 -r1.83.2.6
  --- Jahia.java        28 Jul 2004 15:27:22 -0000      1.83.2.5
  +++ Jahia.java        23 Aug 2004 09:24:38 -0000      1.83.2.6
  @@ -1,4 +1,4 @@
  -// $Id: Jahia.java,v 1.83.2.5 2004/07/28 15:27:22 shuber Exp $
  +// $Id: Jahia.java,v 1.83.2.6 2004/08/23 09:24:38 pvollenweider Exp $
   //
   //                                   ____.
   //                       __/\ ______|    |__/\.     _______
  @@ -165,7 +165,7 @@
           "defaultServletPath";
   
       /** ... */
  -    static public final String COPYRIGHT = "<font class=\"text\">Copyright 
2002-2003 <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-2004 <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/src/java/org/jahia/utils/Attic/JahiaConsole.java,v
  retrieving revision 1.10
  retrieving revision 1.10.4.1
  diff -u -r1.10 -r1.10.4.1
  --- JahiaConsole.java 10 Nov 2003 13:59:43 -0000      1.10
  +++ JahiaConsole.java 23 Aug 2004 09:24:38 -0000      1.10.4.1
  @@ -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-2003 - jahia http://www.jahia.org - all 
rights reserved\n");
  +        msg.append ("   Copyright 2002-2004 - 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