You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/05/18 22:53:58 UTC

svn commit: r776088 - in /harmony/enhanced/classlib/trunk/modules: archive/src/main/native/archive/shared/ auth/src/main/native/auth/shared/ auth/src/main/native/auth/windows/ awt/src/main/java/common/java/awt/ awt/src/main/native/jpegdecoder/windows/ ...

Author: hindessm
Date: Mon May 18 20:53:57 2009
New Revision: 776088

URL: http://svn.apache.org/viewvc?rev=776088&view=rev
Log:
Copyright year updates.

Modified:
    harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/archive_copyright.c
    harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/shared/auth_copyright.c
    harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/windows/makefile
    harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/Toolkit.java
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/windows/makefile
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/winfont/windows/makefile
    harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/windows/makefile
    harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/windows/makefile
    harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/windows/makefile
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/launcher_copyright.c
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/luni_copyright.c
    harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/makefile
    harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile
    harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/windows/makefile
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/port_copyright.c
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/shared/thread_copyright.c
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/windows/makefile
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thrstub/windows/makefile
    harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/makefile
    harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/prefs_copyright.c
    harmony/enhanced/classlib/trunk/modules/print/src/main/native/print/windows/makefile
    harmony/enhanced/classlib/trunk/modules/security/src/main/native/security/shared/security_copyright.c
    harmony/enhanced/classlib/trunk/modules/security/src/main/native/security/windows/makefile

Modified: harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/archive_copyright.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/archive_copyright.c?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/archive_copyright.c (original)
+++ harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/shared/archive_copyright.c Mon May 18 20:53:57 2009
@@ -18,5 +18,5 @@
 /* A copyright string included in each DLL and executable */
 
 const char hyCopyright[] =
-  "(c) Copyright 1991, 2005 The Apache Software Foundation or its licensors, as applicable.";
+  "(c) Copyright 1991, 2008 The Apache Software Foundation or its licensors, as applicable.";
 

Modified: harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/shared/auth_copyright.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/shared/auth_copyright.c?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/shared/auth_copyright.c (original)
+++ harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/shared/auth_copyright.c Mon May 18 20:53:57 2009
@@ -18,4 +18,4 @@
 /* A copyright string included in each DLL and executable */
 
 const char hyCopyright[] =
-  "(c) Copyright 2005, 2006 The Apache Software Foundation or its licensors, as applicable.";
+  "(c) Copyright 2005, 2007 The Apache Software Foundation or its licensors, as applicable.";

Modified: harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/windows/makefile Mon May 18 20:53:57 2009
@@ -36,6 +36,6 @@
 MDLLIBFILES = $(MDLLIBFILES) $(LIBPATH)hypool$(HY_LINKLIB_SUFFIX) \
 	$(LIBPATH)hyfdlibm$(HY_LINKLIB_SUFFIX) $(LIBPATH)vmi$(HY_LINKLIB_SUFFIX)
 DLLBASE=0x1300000
-COMMENT=/comment:"Auth component native code. (c) Copyright 2005, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"Auth component native code. (c) Copyright 2005, 2007 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/Toolkit.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/Toolkit.java?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/Toolkit.java (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/Toolkit.java Mon May 18 20:53:57 2009
@@ -468,6 +468,13 @@
             }
             staticLockAWT();
             try {
+                String className = org.apache.harmony.awt.Utils.getSystemProperty("awt.toolkit"); //$NON-NLS-1$
+            	if (null != className) {
+                    try {
+                        defToolkit = (Toolkit) Class.forName(className).newInstance();
+                    } catch (Exception e) {}
+            	}
+            	if (null == defToolkit)
                 defToolkit = GraphicsEnvironment.isHeadless() ?
                         new HeadlessToolkit() : new ToolkitImpl();
                 ContextStorage.setDefaultToolkit(defToolkit);
@@ -475,9 +482,6 @@
             } finally {
                 staticUnlockAWT();
             }
-            //TODO: read system property named awt.toolkit
-            //and create an instance of the specified class,
-            //by default use ToolkitImpl
         }
     }
 
@@ -496,13 +500,16 @@
     private static String getWTKClassName() {
         String osName = System.getProperty("os.name").toLowerCase(); //$NON-NLS-1$
         String packageBase = "org.apache.harmony.awt.wtk", win = "windows", lin = "linux"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
+        String className = org.apache.harmony.awt.Utils.getSystemProperty("awt.wtk"); //$NON-NLS-1$
+
+        if (className == null) {
         if (osName.startsWith(lin)) {
-            return packageBase + "." + lin + ".LinuxWTK"; //$NON-NLS-1$ //$NON-NLS-2$
+                className = packageBase + "." + lin + ".LinuxWTK"; //$NON-NLS-1$ //$NON-NLS-2$
+            } else if (osName.startsWith(win)) {
+                className = packageBase + "." + win + ".WinWTK"; //$NON-NLS-1$ //$NON-NLS-2$
         }
-        if (osName.startsWith(win)) {
-            return packageBase + "." + win + ".WinWTK"; //$NON-NLS-1$ //$NON-NLS-2$
         }
-        return null;
+        return className;
     }
 
     Component getComponentById(long id) {

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/windows/makefile Mon May 18 20:53:57 2009
@@ -33,7 +33,7 @@
   $(LIBPATH)hypool$(HY_LINKLIB_SUFFIX) $(LIBPATH)vmi$(HY_LINKLIB_SUFFIX) $(JPEG_DIR)libjpeg$(HY_LINKLIB_SUFFIX)
 
 DLLBASE=0x13300000
-COMMENT=/comment:"JPEGDECODER native code. (c) Copyright 2005, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"JPEGDECODER native code. (c) Copyright 2005, 2007 The Apache Software Foundation or its licensors, as applicable."
 
 CLEANFILES=jconfig.h
 

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/winfont/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/winfont/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/winfont/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/winfont/windows/makefile Mon May 18 20:53:57 2009
@@ -33,6 +33,6 @@
 MDLLIBFILES = $(MDLLIBFILES) $(LIBPATH)hypool$(HY_LINKLIB_SUFFIX) $(LIBPATH)vmi$(HY_LINKLIB_SUFFIX) $(LIBPATH)FL$(HY_LINKLIB_SUFFIX)
 
 DLLBASE=0x13300000
-COMMENT=/comment:"Win32 Font native code. (c) Copyright 2005, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"Win32 Font native code. (c) Copyright 2005, 2007 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>

Modified: harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/windows/makefile Mon May 18 20:53:57 2009
@@ -44,7 +44,7 @@
   $(LIBPATH)hypool$(HY_LINKLIB_SUFFIX) $(LIBPATH)vmi$(HY_LINKLIB_SUFFIX) $(JPEG_DIR)libjpeg$(HY_LINKLIB_SUFFIX)
 
 DLLBASE=0x13300000
-COMMENT=/comment:"JPEGENCODER native code. (c) Copyright 2005, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"JPEGENCODER native code. (c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable."
 
 CLEANFILES=jconfig.h
 

Modified: harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/windows/makefile Mon May 18 20:53:57 2009
@@ -35,6 +35,6 @@
   $(LIBPATH)hyzlib$(HY_LINKLIB_SUFFIX) $(PNG_DIR)libpng$(HY_LINKLIB_SUFFIX)
 
 DLLBASE=0x13300000
-COMMENT=/comment:"PNGENCODER native code. (c) Copyright 2005, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"PNGENCODER native code. (c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>

Modified: harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/windows/makefile Mon May 18 20:53:57 2009
@@ -40,6 +40,6 @@
   $(LIBPATH)hyfdlibm$(HY_LINKLIB_SUFFIX) $(LIBPATH)vmi$(HY_LINKLIB_SUFFIX)
 
 DLLBASE=0x13200000
-COMMENT=/comment:"instrument component native code. (c) Copyright 2006, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"instrument component native code. (c) Copyright 2006, 2008 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>

Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/launcher_copyright.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/launcher_copyright.c?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/launcher_copyright.c (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/launcher_copyright.c Mon May 18 20:53:57 2009
@@ -18,4 +18,4 @@
 /* A copyright string included in each DLL and executable */
 
 const char hyCopyright[] =
-  "(c) Copyright 1991, 2005 The Apache Software Foundation or its licensors, as applicable.";
+  "(c) Copyright 1991, 2009 The Apache Software Foundation or its licensors, as applicable.";

Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/luni_copyright.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/luni_copyright.c?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/luni_copyright.c (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/luni_copyright.c Mon May 18 20:53:57 2009
@@ -18,4 +18,4 @@
 /* A copyright string included in each DLL and executable */
 
 const char hyCopyright[] =
-  "(c) Copyright 1991, 2005 The Apache Software Foundation or its licensors, as applicable.";
+  "(c) Copyright 1991, 2009 The Apache Software Foundation or its licensors, as applicable.";

Modified: harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/makefile Mon May 18 20:53:57 2009
@@ -33,6 +33,6 @@
   $(LIBPATH)hypool$(HY_LINKLIB_SUFFIX) $(LIBPATH)hyfdlibm$(HY_LINKLIB_SUFFIX) $(LIBPATH)vmi$(HY_LINKLIB_SUFFIX)
 
 DLLBASE=0x13300000
-COMMENT=/comment:"Accessors native code. (c) Copyright 2006, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"Accessors native code. (c) Copyright 2006, 2008 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>

Modified: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile Mon May 18 20:53:57 2009
@@ -41,6 +41,6 @@
   $(LIBPATH)hythr$(HY_LINKLIB_SUFFIX) $(LIBPATH)vmi$(HY_LINKLIB_SUFFIX)
 
 DLLBASE=0x13200000
-COMMENT=/comment:"nio component native code. (c) Copyright 1991, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"nio component native code. (c) Copyright 1991, 2007 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>

Modified: harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/windows/makefile Mon May 18 20:53:57 2009
@@ -121,6 +121,6 @@
 
   
 DLLBASE=0x13200000
-COMMENT=/comment:"nio_char component native code. (c) Copyright 1991, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"nio_char component native code. (c) Copyright 1991, 2008 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/port_copyright.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/port_copyright.c?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/port_copyright.c (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/shared/port_copyright.c Mon May 18 20:53:57 2009
@@ -18,4 +18,4 @@
 /* A copyright string included in each DLL and executable */
 
 const char hyCopyright[] =
-  "(c) Copyright 1991, 2005 The Apache Software Foundation or its licensors, as applicable.";
+  "(c) Copyright 1991, 2009 The Apache Software Foundation or its licensors, as applicable.";

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/shared/thread_copyright.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/shared/thread_copyright.c?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/shared/thread_copyright.c (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/shared/thread_copyright.c Mon May 18 20:53:57 2009
@@ -18,4 +18,4 @@
 /* A copyright string included in each DLL and executable */
 
 const char hyCopyright[] =
-  "(c) Copyright 1991, 2005 The Apache Software Foundation or its licensors, as applicable.";
+  "(c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable.";

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/windows/makefile Mon May 18 20:53:57 2009
@@ -36,6 +36,6 @@
 MDLLIBFILES = $(LIBPATH)hypool$(HY_LINKLIB_SUFFIX) $(LIBPATH)hycommon$(HY_LINKLIB_SUFFIX)
 
 DLLBASE=0x11500000
-COMMENT=/comment:"Thread support library. (c) Copyright 1993, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"Thread support library. (c) Copyright 1993, 2006 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thrstub/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thrstub/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thrstub/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thrstub/windows/makefile Mon May 18 20:53:57 2009
@@ -31,6 +31,6 @@
 HYLDFLAGS = $(HYLDFLAGS) -def:$(LIBBASE).def 
 
 DLLBASE=0x11500000
-COMMENT=/comment:"Thread support library. (c) Copyright 1993, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"Thread support library. (c) Copyright 1993, 2007 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>

Modified: harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/makefile Mon May 18 20:53:57 2009
@@ -39,6 +39,6 @@
 MDLLIBFILES = $(MDLLIBFILES) \
   $(LIBPATH)hypool$(HY_LINKLIB_SUFFIX) $(LIBPATH)vmi$(HY_LINKLIB_SUFFIX)
 DLLBASE=0x13300000
-COMMENT=/comment:"Preferences component native code. (c) Copyright 1993, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"Preferences component native code. (c) Copyright 1993, 2007 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>

Modified: harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/prefs_copyright.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/prefs_copyright.c?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/prefs_copyright.c (original)
+++ harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/prefs_copyright.c Mon May 18 20:53:57 2009
@@ -18,4 +18,4 @@
 /* A copyright string included in each DLL and executable */
 
 const char hyCopyright[] =
-  "(c) Copyright 1991, 2005 The Apache Software Foundation or its licensors, as applicable.";
+  "(c) Copyright 1991, 2007 The Apache Software Foundation or its licensors, as applicable.";

Modified: harmony/enhanced/classlib/trunk/modules/print/src/main/native/print/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/print/src/main/native/print/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/print/src/main/native/print/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/print/src/main/native/print/windows/makefile Mon May 18 20:53:57 2009
@@ -42,7 +42,7 @@
 #  $(LIBPATH)hythr.lib $(LIBPATH)vmi.lib $(JPEG_DIR)libjpeg.lib
 
 DLLBASE=0x13300000
-COMMENT=/comment:"Print native code. (c) Copyright 2005, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"Print native code. (c) Copyright 2005, 2007 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>
 

Modified: harmony/enhanced/classlib/trunk/modules/security/src/main/native/security/shared/security_copyright.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/security/src/main/native/security/shared/security_copyright.c?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/security/src/main/native/security/shared/security_copyright.c (original)
+++ harmony/enhanced/classlib/trunk/modules/security/src/main/native/security/shared/security_copyright.c Mon May 18 20:53:57 2009
@@ -18,4 +18,4 @@
 /* A copyright string included in each DLL and executable */
 
 const char hyCopyright[] =
-  "(c) Copyright 2006, 2007 The Apache Software Foundation or its licensors, as applicable.";
+  "(c) Copyright 2006, 2008 The Apache Software Foundation or its licensors, as applicable.";

Modified: harmony/enhanced/classlib/trunk/modules/security/src/main/native/security/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/security/src/main/native/security/windows/makefile?rev=776088&r1=776087&r2=776088&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/security/src/main/native/security/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/security/src/main/native/security/windows/makefile Mon May 18 20:53:57 2009
@@ -30,6 +30,6 @@
 
 MDLLIBFILES = $(LIBPATH)hycommon$(HY_LINKLIB_SUFFIX) $(LIBPATH)hypool$(HY_LINKLIB_SUFFIX)
 DLLBASE=0x1300000
-COMMENT=/comment:"Security component native code. (c) Copyright 2006, 2009 The Apache Software Foundation or its licensors, as applicable."
+COMMENT=/comment:"Security component native code. (c) Copyright 2006 The Apache Software Foundation or its licensors, as applicable."
 
 !include <$(HY_HDK)\build\make\rules.mak>