You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/05/25 02:52:24 UTC

svn commit: r947881 - in /jakarta/bcel/trunk/src/examples: ./ Mini/

Author: sebb
Date: Tue May 25 00:52:23 2010
New Revision: 947881

URL: http://svn.apache.org/viewvc?rev=947881&view=rev
Log:
Update to AL 2.0 header

Modified:
    jakarta/bcel/trunk/src/examples/HelloWorldBuilder.java
    jakarta/bcel/trunk/src/examples/JasminVisitor.java
    jakarta/bcel/trunk/src/examples/Mini/ASCII_CharStream.java
    jakarta/bcel/trunk/src/examples/Mini/ASTExpr.java
    jakarta/bcel/trunk/src/examples/Mini/ASTFactor.java
    jakarta/bcel/trunk/src/examples/Mini/ASTFunAppl.java
    jakarta/bcel/trunk/src/examples/Mini/ASTFunDecl.java
    jakarta/bcel/trunk/src/examples/Mini/ASTIdent.java
    jakarta/bcel/trunk/src/examples/Mini/ASTIfExpr.java
    jakarta/bcel/trunk/src/examples/Mini/ASTInteger.java
    jakarta/bcel/trunk/src/examples/Mini/ASTLetExpr.java
    jakarta/bcel/trunk/src/examples/Mini/ASTProgram.java
    jakarta/bcel/trunk/src/examples/Mini/ASTTerm.java
    jakarta/bcel/trunk/src/examples/Mini/EnvEntry.java
    jakarta/bcel/trunk/src/examples/Mini/Environment.java
    jakarta/bcel/trunk/src/examples/Mini/Function.java
    jakarta/bcel/trunk/src/examples/Mini/JJTMiniParserState.java
    jakarta/bcel/trunk/src/examples/Mini/MiniC.java
    jakarta/bcel/trunk/src/examples/Mini/MiniParser.java
    jakarta/bcel/trunk/src/examples/Mini/MiniParserConstants.java
    jakarta/bcel/trunk/src/examples/Mini/MiniParserTokenManager.java
    jakarta/bcel/trunk/src/examples/Mini/MiniParserTreeConstants.java
    jakarta/bcel/trunk/src/examples/Mini/Node.java
    jakarta/bcel/trunk/src/examples/Mini/ParseException.java
    jakarta/bcel/trunk/src/examples/Mini/SimpleNode.java
    jakarta/bcel/trunk/src/examples/Mini/Token.java
    jakarta/bcel/trunk/src/examples/Mini/TokenMgrError.java
    jakarta/bcel/trunk/src/examples/Mini/Variable.java
    jakarta/bcel/trunk/src/examples/Package.java
    jakarta/bcel/trunk/src/examples/Peephole.java
    jakarta/bcel/trunk/src/examples/ProxyCreator.java
    jakarta/bcel/trunk/src/examples/TransitiveHull.java
    jakarta/bcel/trunk/src/examples/helloify.java
    jakarta/bcel/trunk/src/examples/id.java
    jakarta/bcel/trunk/src/examples/listclass.java
    jakarta/bcel/trunk/src/examples/maxstack.java
    jakarta/bcel/trunk/src/examples/patchclass.java

Modified: jakarta/bcel/trunk/src/examples/HelloWorldBuilder.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/HelloWorldBuilder.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/HelloWorldBuilder.java (original)
+++ jakarta/bcel/trunk/src/examples/HelloWorldBuilder.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/JasminVisitor.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/JasminVisitor.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/JasminVisitor.java (original)
+++ jakarta/bcel/trunk/src/examples/JasminVisitor.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ASCII_CharStream.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ASCII_CharStream.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ASCII_CharStream.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ASCII_CharStream.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ASTExpr.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ASTExpr.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ASTExpr.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ASTExpr.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ASTFactor.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ASTFactor.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ASTFactor.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ASTFactor.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ASTFunAppl.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ASTFunAppl.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ASTFunAppl.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ASTFunAppl.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ASTFunDecl.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ASTFunDecl.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ASTFunDecl.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ASTFunDecl.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ASTIdent.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ASTIdent.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ASTIdent.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ASTIdent.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ASTIfExpr.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ASTIfExpr.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ASTIfExpr.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ASTIfExpr.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ASTInteger.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ASTInteger.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ASTInteger.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ASTInteger.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ASTLetExpr.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ASTLetExpr.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ASTLetExpr.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ASTLetExpr.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ASTProgram.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ASTProgram.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ASTProgram.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ASTProgram.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ASTTerm.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ASTTerm.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ASTTerm.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ASTTerm.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/EnvEntry.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/EnvEntry.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/EnvEntry.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/EnvEntry.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/Environment.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/Environment.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/Environment.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/Environment.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/Function.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/Function.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/Function.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/Function.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/JJTMiniParserState.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/JJTMiniParserState.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/JJTMiniParserState.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/JJTMiniParserState.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/MiniC.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/MiniC.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/MiniC.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/MiniC.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/MiniParser.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/MiniParser.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/MiniParser.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/MiniParser.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/MiniParserConstants.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/MiniParserConstants.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/MiniParserConstants.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/MiniParserConstants.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/MiniParserTokenManager.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/MiniParserTokenManager.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/MiniParserTokenManager.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/MiniParserTokenManager.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/MiniParserTreeConstants.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/MiniParserTreeConstants.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/MiniParserTreeConstants.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/MiniParserTreeConstants.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/Node.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/Node.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/Node.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/Node.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/ParseException.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/ParseException.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/ParseException.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/ParseException.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/SimpleNode.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/SimpleNode.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/SimpleNode.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/SimpleNode.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/Token.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/Token.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/Token.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/Token.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/TokenMgrError.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/TokenMgrError.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/TokenMgrError.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/TokenMgrError.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Mini/Variable.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Mini/Variable.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Mini/Variable.java (original)
+++ jakarta/bcel/trunk/src/examples/Mini/Variable.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Package.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Package.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Package.java (original)
+++ jakarta/bcel/trunk/src/examples/Package.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/Peephole.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/Peephole.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/Peephole.java (original)
+++ jakarta/bcel/trunk/src/examples/Peephole.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/ProxyCreator.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/ProxyCreator.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/ProxyCreator.java (original)
+++ jakarta/bcel/trunk/src/examples/ProxyCreator.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/TransitiveHull.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/TransitiveHull.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/TransitiveHull.java (original)
+++ jakarta/bcel/trunk/src/examples/TransitiveHull.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/helloify.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/helloify.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/helloify.java (original)
+++ jakarta/bcel/trunk/src/examples/helloify.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/id.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/id.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/id.java (original)
+++ jakarta/bcel/trunk/src/examples/id.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/listclass.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/listclass.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/listclass.java (original)
+++ jakarta/bcel/trunk/src/examples/listclass.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/maxstack.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/maxstack.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/maxstack.java (original)
+++ jakarta/bcel/trunk/src/examples/maxstack.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *

Modified: jakarta/bcel/trunk/src/examples/patchclass.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/examples/patchclass.java?rev=947881&r1=947880&r2=947881&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/examples/patchclass.java (original)
+++ jakarta/bcel/trunk/src/examples/patchclass.java Tue May 25 00:52:23 2010
@@ -1,9 +1,10 @@
 /*
- * Copyright  2000-2009 The Apache Software Foundation
- *
- *  Licensed 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
+ * 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
  *



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org