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:14:33 UTC

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

Author: hindessm
Date: Mon May 18 20:14:33 2009
New Revision: 776075

URL: http://svn.apache.org/viewvc?rev=776075&view=rev
Log:
Correct copyright year.  Assuming most recent non-trivial change was:

  r612466 2008-01-16 Patch for HARMONY-5394 "[classlib][awt] XBlitter
  improvements"

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

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