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:25:02 UTC

svn commit: r776081 - /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/win32wrapper/windows/makefile

Author: hindessm
Date: Mon May 18 20:25:01 2009
New Revision: 776081

URL: http://svn.apache.org/viewvc?rev=776081&view=rev
Log:
Fixing copyright to year of most recent non-trivial change.

Modified:
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/win32wrapper/windows/makefile

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