Changeset 3371

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

[copyright] Fixed copyright notices.

Location:
trunk
Files:
13 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/ant

    r3295 r3371  
    22 
    33################################################################################ 
    4 #    Copyright 2007 Sun Microsystems, Inc., 
     4#    Copyright 2009 Sun Microsystems, Inc., 
    55#    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
    66#    All rights reserved. 
  • trunk/ProjectFortress/astgen/Fortress.ast

    r3348 r3371  
    11/******************************************************************************* 
    2     Copyright 2008 Sun Microsystems, Inc., 
     2    Copyright 2009 Sun Microsystems, Inc., 
    33    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
    44    All rights reserved. 
  • trunk/ProjectFortress/build.xml

    r3358 r3371  
    22 
    33<!-- 
    4 Copyright 2008 Sun Microsystems, Inc., 
     4Copyright 2009 Sun Microsystems, Inc., 
    554150 Network Circle, Santa Clara, California 95054, U.S.A. 
    66All rights reserved. 
  • trunk/ProjectFortress/src/com/sun/fortress/compiler/environments/TopLevelEnvGenJUTest.java

    r3370 r3371  
    11/******************************************************************************* 
    2     Copyright 2008 Sun Microsystems, Inc., 
     2    Copyright 2009 Sun Microsystems, Inc., 
    33    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
    44    All rights reserved. 
  • 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 
  • trunk/ProjectFortress/testWithShark

    r3346 r3371  
    22 
    33################################################################################ 
    4 #    Copyright 2007 Sun Microsystems, Inc., 
     4#    Copyright 2009 Sun Microsystems, Inc., 
    55#    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
    66#    All rights reserved. 
  • trunk/bin/fortress

    r3356 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. 
  • trunk/bin/fortress-old

    r3356 r3371  
    22 
    33################################################################################ 
    4 #    Copyright 2007 Sun Microsystems, Inc., 
     4#    Copyright 2009 Sun Microsystems, Inc., 
    55#    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
    66#    All rights reserved. 
  • trunk/bin/fortress.bat

    r3356 r3371  
    11@ECHO OFF 
    22REM ################################################################################ 
    3 REM #    Copyright 2007 Sun Microsystems, Inc., 
     3REM #    Copyright 2009 Sun Microsystems, Inc., 
    44REM #    4150 Network Circle, Santa Clara, California 95054, U.S.A. 
    55REM #    All rights reserved. 
  • trunk/bin/fortress_leaks

    r3356 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. 
  • trunk/bin/pfjava

    r3356 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. 
  • trunk/build.xml

    r3295 r3371  
     1<!-- 
     2Copyright 2009 Sun Microsystems, Inc., 
     34150 Network Circle, Santa Clara, California 95054, U.S.A. 
     4All rights reserved. 
     5 
     6U.S. Government Rights - Commercial software. 
     7Government users are subject to the Sun Microsystems, Inc. standard 
     8license agreement and applicable provisions of the FAR and its supplements. 
     9 
     10Use is subject to license terms. 
     11 
     12This distribution may include materials developed by third parties. 
     13 
     14Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered 
     15trademarks of Sun Microsystems, Inc. in the U.S. and other countries. 
     16--> 
     17 
    118<!-- Delegating build script, used to build ProjectFortress. 
    219     Note that the basedir is set to the checked out project 
     
    724 
    825  <!-- Scala jar files --> 
    9   <property name="scala-compiler.jar"  
     26  <property name="scala-compiler.jar" 
    1027            value="${basedir}/third_party/scala/scala-compiler-2.7.2.jar"/> 
    11   <property name="scala-library.jar"  
     28  <property name="scala-library.jar" 
    1229            value="${basedir}/third_party/scala/scala-library-2.7.2.jar"/> 
    1330 
    14   <!--  
     31  <!-- 
    1532       Paths 
    1633  --> 
     
    2138 
    2239 
    23   <!--  
    24        Taskdefs  
    25   -->  
     40  <!-- 
     41       Taskdefs 
     42  --> 
    2643  <taskdef resource="scala/tools/ant/antlib.xml"> 
    2744    <classpath refid="scala.classpath"/> 
  • trunk/scala/build.xml

    r3369 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.