You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/06/19 00:32:19 UTC

svn commit: r1351513 [2/3] - in /incubator/flex/trunk/modules/asc/src/java/macromedia/asc: embedding/ embedding/avmplus/ parser/ semantics/ util/

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/IncludeDirectiveNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/IncludeDirectiveNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/IncludeDirectiveNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/IncludeDirectiveNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/IncrementNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/IncrementNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/IncrementNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/IncrementNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InheritanceNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InheritanceNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InheritanceNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InheritanceNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InputBuffer.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InputBuffer.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InputBuffer.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InputBuffer.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InterfaceDefinitionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InterfaceDefinitionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InterfaceDefinitionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InterfaceDefinitionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InvokeNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InvokeNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InvokeNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/InvokeNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LabeledStatementNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LabeledStatementNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LabeledStatementNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LabeledStatementNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ListErrorNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ListErrorNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ListErrorNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ListErrorNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ListNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ListNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ListNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ListNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralArrayNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralArrayNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralArrayNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralArrayNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralBooleanNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralBooleanNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralBooleanNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralBooleanNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralFieldNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralFieldNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralFieldNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralFieldNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralNullNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralNullNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralNullNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralNullNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralNumberNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralNumberNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralNumberNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralNumberNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralObjectNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralObjectNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralObjectNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralObjectNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralRegExpNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralRegExpNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralRegExpNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralRegExpNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralStringNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralStringNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralStringNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralStringNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralXMLNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralXMLNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralXMLNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralXMLNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LoadRegisterNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LoadRegisterNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LoadRegisterNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/LoadRegisterNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/MemberExpressionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/MemberExpressionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/MemberExpressionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/MemberExpressionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/MetaDataEvaluator.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/MetaDataEvaluator.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/MetaDataEvaluator.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/MetaDataEvaluator.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NamespaceDefinitionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NamespaceDefinitionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NamespaceDefinitionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NamespaceDefinitionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Node.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Node.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Node.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Node.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,20 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ *
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NodeFactory.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NodeFactory.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NodeFactory.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NodeFactory.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NodePrinter.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NodePrinter.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NodePrinter.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/NodePrinter.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageDefinitionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageDefinitionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageDefinitionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageDefinitionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageIdentifiersNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageIdentifiersNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageIdentifiersNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageIdentifiersNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageNameNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageNameNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageNameNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PackageNameNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParameterNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParameterNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParameterNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParameterNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParenExpressionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParenExpressionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParenExpressionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParenExpressionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParenListExpressionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParenListExpressionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParenListExpressionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ParenListExpressionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Parser.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Parser.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Parser.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Parser.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PragmaExpressionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PragmaExpressionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PragmaExpressionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PragmaExpressionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PragmaNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PragmaNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PragmaNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/PragmaNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ProgramNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ProgramNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ProgramNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ProgramNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/QualifiedExpressionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/QualifiedExpressionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/QualifiedExpressionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/QualifiedExpressionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/QualifiedIdentifierNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/QualifiedIdentifierNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/QualifiedIdentifierNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/QualifiedIdentifierNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RegisterNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RegisterNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RegisterNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RegisterNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RestExpressionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RestExpressionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RestExpressionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RestExpressionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RestParameterNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RestParameterNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RestParameterNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/RestParameterNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ReturnStatementNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ReturnStatementNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ReturnStatementNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ReturnStatementNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Scanner.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Scanner.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Scanner.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Scanner.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SelectorNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SelectorNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SelectorNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SelectorNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SetExpressionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SetExpressionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SetExpressionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SetExpressionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/StatementListNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/StatementListNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/StatementListNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/StatementListNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/States.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/States.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/States.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/States.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/StoreRegisterNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/StoreRegisterNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/StoreRegisterNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/StoreRegisterNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SuperExpressionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SuperExpressionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SuperExpressionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SuperExpressionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SuperStatementNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SuperStatementNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SuperStatementNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SuperStatementNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SwitchStatementNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SwitchStatementNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SwitchStatementNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/SwitchStatementNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ThisExpressionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ThisExpressionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ThisExpressionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ThisExpressionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ThrowStatementNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ThrowStatementNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ThrowStatementNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ThrowStatementNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ToObjectNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ToObjectNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ToObjectNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/ToObjectNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Token.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Token.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Token.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Token.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Tokens.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Tokens.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Tokens.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/Tokens.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/TryStatementNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/TryStatementNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/TryStatementNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/TryStatementNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/TypedIdentifierNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/TypedIdentifierNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/TypedIdentifierNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/TypedIdentifierNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;

Modified: incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/UnaryExpressionNode.java
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/UnaryExpressionNode.java?rev=1351513&r1=1351512&r2=1351513&view=diff
==============================================================================
--- incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/UnaryExpressionNode.java (original)
+++ incubator/flex/trunk/modules/asc/src/java/macromedia/asc/parser/UnaryExpressionNode.java Mon Jun 18 22:32:14 2012
@@ -1,7 +1,18 @@
 /*
- * Written by Jeff Dyer
- * Copyright (c) 1998-2003 Mountain View Compiler Company
- * All rights reserved.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 
 package macromedia.asc.parser;