You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2006/06/30 15:48:06 UTC

svn commit: r418284 - in /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM: jvm/include/arch.h org/apache/harmony/Copyright.java

Author: dlydick
Date: Fri Jun 30 06:48:06 2006
New Revision: 418284

URL: http://svn.apache.org/viewvc?rev=418284&view=rev
Log:
Updated copyright date to 2006.  (This should have
been done after the last cycle of work.)

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/include/arch.h
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/org/apache/harmony/Copyright.java

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/include/arch.h
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/include/arch.h?rev=418284&r1=418283&r2=418284&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/include/arch.h (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/include/arch.h Fri Jun 30 06:48:06 2006
@@ -62,7 +62,7 @@
  */
 
 #define ARCH_COPYRIGHT_TEXT_APACHE \
-"Copyright 2005 The Apache Software Foundation or its licensors, as applicable."
+"Copyright 2005-2006 The Apache Software Foundation or its licensors, as applicable."
 
 
 /*!

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/org/apache/harmony/Copyright.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/org/apache/harmony/Copyright.java?rev=418284&r1=418283&r2=418284&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/org/apache/harmony/Copyright.java (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/org/apache/harmony/Copyright.java Fri Jun 30 06:48:06 2006
@@ -65,7 +65,7 @@
 public interface Copyright
 {
     public static final String copyrightText =
-"Copyright 2005 The Apache Software Foundation or its licensors, as applicable.";
+"Copyright 2005-2006 The Apache Software Foundation or its licensors, as applicable.";
 
 
 } /* END of Copyright */