Show
Ignore:
Timestamp:
02/05/09 04:36:08 (10 months ago)
Author:
sukyoungryu
Message:

[copyright] Fixed copyright notices.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/testJRat

    r3350 r3371  
    22 
    33################################################################################ 
    4 #    Copyright 2008 Sun Microsystems, Inc., 
     4#    Copyright 2009 Sun Microsystems, Inc., 
    55#    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
    66#    All rights reserved. 
     
    1818################################################################################ 
    1919 
    20 if (uname | egrep -q CYGWIN) ; then  
     20if (uname | egrep -q CYGWIN) ; then 
    2121  CP="build;third_party/junit/junit.jar;third_party/unsigned/unsigned.jar;third_party/asm/asm-3.1.jar;third_party/xtc/xtc.jar;third_party/jsr166y/jsr166y.jar;third_party/plt/plt.jar;third_party/astgen/astgen.jar" 
    2222else