Index: /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/DisambiguatePhase.java
===================================================================
--- /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/DisambiguatePhase.java (revision 2404)
+++ /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/DisambiguatePhase.java (revision 2406)
@@ -1,2 +1,19 @@
+/*******************************************************************************
+  Copyright 2008 Sun Microsystems, Inc.,
+  4150 Network Circle, Santa Clara, California 95054, U.S.A.
+  All rights reserved.
+
+  U.S. Government Rights - Commercial software.
+  Government users are subject to the Sun Microsystems, Inc. standard
+  license agreement and applicable provisions of the FAR and its supplements.
+
+  Use is subject to license terms.
+
+  This distribution may include materials developed by third parties.
+
+  Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
+  trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
+  ******************************************************************************/
+
 package com.sun.fortress.compiler.phases;
 
Index: /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/EmptyPhase.java
===================================================================
--- /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/EmptyPhase.java (revision 2404)
+++ /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/EmptyPhase.java (revision 2406)
@@ -1,2 +1,19 @@
+/*******************************************************************************
+  Copyright 2008 Sun Microsystems, Inc.,
+  4150 Network Circle, Santa Clara, California 95054, U.S.A.
+  All rights reserved.
+
+  U.S. Government Rights - Commercial software.
+  Government users are subject to the Sun Microsystems, Inc. standard
+  license agreement and applicable provisions of the FAR and its supplements.
+
+  Use is subject to license terms.
+
+  This distribution may include materials developed by third parties.
+
+  Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
+  trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
+  ******************************************************************************/
+
 package com.sun.fortress.compiler.phases;
 
Index: /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/Phase.java
===================================================================
--- /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/Phase.java (revision 2404)
+++ /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/Phase.java (revision 2406)
@@ -1,2 +1,19 @@
+/*******************************************************************************
+  Copyright 2008 Sun Microsystems, Inc.,
+  4150 Network Circle, Santa Clara, California 95054, U.S.A.
+  All rights reserved.
+
+  U.S. Government Rights - Commercial software.
+  Government users are subject to the Sun Microsystems, Inc. standard
+  license agreement and applicable provisions of the FAR and its supplements.
+
+  Use is subject to license terms.
+
+  This distribution may include materials developed by third parties.
+
+  Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
+  trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
+  ******************************************************************************/
+
 package com.sun.fortress.compiler.phases;
 
@@ -11,6 +28,7 @@
 	FortressRepository repository;
     GlobalEnvironment env;
-    long lastModified;	    
-    AnalyzeResult result;    
+    long lastModified;
+    
+    private AnalyzeResult result;    
     
 	public Phase(Phase parentPhase){
Index: /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/TypeCheckPhase.java
===================================================================
--- /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/TypeCheckPhase.java (revision 2404)
+++ /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/TypeCheckPhase.java (revision 2406)
@@ -1,2 +1,19 @@
+/*******************************************************************************
+  Copyright 2008 Sun Microsystems, Inc.,
+  4150 Network Circle, Santa Clara, California 95054, U.S.A.
+  All rights reserved.
+
+  U.S. Government Rights - Commercial software.
+  Government users are subject to the Sun Microsystems, Inc. standard
+  license agreement and applicable provisions of the FAR and its supplements.
+
+  Use is subject to license terms.
+
+  This distribution may include materials developed by third parties.
+
+  Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
+  trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
+  ******************************************************************************/
+
 package com.sun.fortress.compiler.phases;
 
Index: /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/CodeGenerationPhase.java
===================================================================
--- /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/CodeGenerationPhase.java (revision 2404)
+++ /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/CodeGenerationPhase.java (revision 2406)
@@ -1,2 +1,19 @@
+/*******************************************************************************
+  Copyright 2008 Sun Microsystems, Inc.,
+  4150 Network Circle, Santa Clara, California 95054, U.S.A.
+  All rights reserved.
+
+  U.S. Government Rights - Commercial software.
+  Government users are subject to the Sun Microsystems, Inc. standard
+  license agreement and applicable provisions of the FAR and its supplements.
+
+  Use is subject to license terms.
+
+  This distribution may include materials developed by third parties.
+
+  Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
+  trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
+  ******************************************************************************/
+
 package com.sun.fortress.compiler.phases;
 
Index: /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/GrammarPhase.java
===================================================================
--- /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/GrammarPhase.java (revision 2404)
+++ /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/GrammarPhase.java (revision 2406)
@@ -1,2 +1,19 @@
+/*******************************************************************************
+  Copyright 2008 Sun Microsystems, Inc.,
+  4150 Network Circle, Santa Clara, California 95054, U.S.A.
+  All rights reserved.
+
+  U.S. Government Rights - Commercial software.
+  Government users are subject to the Sun Microsystems, Inc. standard
+  license agreement and applicable provisions of the FAR and its supplements.
+
+  Use is subject to license terms.
+
+  This distribution may include materials developed by third parties.
+
+  Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
+  trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
+  ******************************************************************************/
+
 package com.sun.fortress.compiler.phases;
 
Index: /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/DesugarPhase.java
===================================================================
--- /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/DesugarPhase.java (revision 2404)
+++ /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/DesugarPhase.java (revision 2406)
@@ -1,2 +1,19 @@
+/*******************************************************************************
+  Copyright 2008 Sun Microsystems, Inc.,
+  4150 Network Circle, Santa Clara, California 95054, U.S.A.
+  All rights reserved.
+
+  U.S. Government Rights - Commercial software.
+  Government users are subject to the Sun Microsystems, Inc. standard
+  license agreement and applicable provisions of the FAR and its supplements.
+
+  Use is subject to license terms.
+
+  This distribution may include materials developed by third parties.
+
+  Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
+  trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
+  ******************************************************************************/
+
 package com.sun.fortress.compiler.phases;
 
Index: /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/PhaseOrder.java
===================================================================
--- /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/PhaseOrder.java (revision 2404)
+++ /trunk/ProjectFortress/src/com/sun/fortress/compiler/phases/PhaseOrder.java (revision 2406)
@@ -1,2 +1,19 @@
+/*******************************************************************************
+  Copyright 2008 Sun Microsystems, Inc.,
+  4150 Network Circle, Santa Clara, California 95054, U.S.A.
+  All rights reserved.
+
+  U.S. Government Rights - Commercial software.
+  Government users are subject to the Sun Microsystems, Inc. standard
+  license agreement and applicable provisions of the FAR and its supplements.
+
+  Use is subject to license terms.
+
+  This distribution may include materials developed by third parties.
+
+  Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered
+  trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
+  ******************************************************************************/
+
 package com.sun.fortress.compiler.phases;
 
