Author: ebourg Date: Fri Sep 26 22:41:39 2014 New Revision: 1627906 URL: http://svn.apache.org/r1627906 Log: Fixed the checkstyle errors related to the license headers
Modified: commons/proper/bcel/trunk/LICENSE-header.txt commons/proper/bcel/trunk/checkstyle.xml commons/proper/bcel/trunk/docs/verifier/GNUmakefile commons/proper/bcel/trunk/docs/verifier/JustIce.lyx commons/proper/bcel/trunk/src/examples/HelloWorldBuilder.java commons/proper/bcel/trunk/src/examples/JasminVisitor.java commons/proper/bcel/trunk/src/examples/Mini/ASCII_CharStream.java commons/proper/bcel/trunk/src/examples/Mini/ASTExpr.java commons/proper/bcel/trunk/src/examples/Mini/ASTFactor.java commons/proper/bcel/trunk/src/examples/Mini/ASTFunAppl.java commons/proper/bcel/trunk/src/examples/Mini/ASTFunDecl.java commons/proper/bcel/trunk/src/examples/Mini/ASTIdent.java commons/proper/bcel/trunk/src/examples/Mini/ASTIfExpr.java commons/proper/bcel/trunk/src/examples/Mini/ASTInteger.java commons/proper/bcel/trunk/src/examples/Mini/ASTLetExpr.java commons/proper/bcel/trunk/src/examples/Mini/ASTProgram.java commons/proper/bcel/trunk/src/examples/Mini/ASTTerm.java commons/proper/bcel/trunk/src/examples/Mini/EnvEntry.java commons/proper/bcel/trunk/src/examples/Mini/Environment.java commons/proper/bcel/trunk/src/examples/Mini/Function.java commons/proper/bcel/trunk/src/examples/Mini/JJTMiniParserState.java commons/proper/bcel/trunk/src/examples/Mini/Mini.jjt commons/proper/bcel/trunk/src/examples/Mini/MiniC.java commons/proper/bcel/trunk/src/examples/Mini/MiniParser.java commons/proper/bcel/trunk/src/examples/Mini/MiniParserConstants.java commons/proper/bcel/trunk/src/examples/Mini/MiniParserTokenManager.java commons/proper/bcel/trunk/src/examples/Mini/MiniParserTreeConstants.java commons/proper/bcel/trunk/src/examples/Mini/Node.java commons/proper/bcel/trunk/src/examples/Mini/ParseException.java commons/proper/bcel/trunk/src/examples/Mini/SimpleNode.java commons/proper/bcel/trunk/src/examples/Mini/Token.java commons/proper/bcel/trunk/src/examples/Mini/TokenMgrError.java commons/proper/bcel/trunk/src/examples/Mini/Variable.java commons/proper/bcel/trunk/src/examples/Package.java commons/proper/bcel/trunk/src/examples/Peephole.java commons/proper/bcel/trunk/src/examples/ProxyCreator.java commons/proper/bcel/trunk/src/examples/TransitiveHull.java commons/proper/bcel/trunk/src/examples/helloify.java commons/proper/bcel/trunk/src/examples/id.java commons/proper/bcel/trunk/src/examples/listclass.java commons/proper/bcel/trunk/src/examples/maxstack.java commons/proper/bcel/trunk/src/examples/patchclass.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/ExceptionConstants.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/Repository.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/BootstrapMethod.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/BootstrapMethods.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantValue.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Deprecated.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/DescendingVisitor.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/EmptyVisitor.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ExceptionTable.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Field.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/FieldOrMethod.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/InnerClass.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/InnerClasses.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/JavaClass.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LineNumber.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LineNumberTable.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariable.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Method.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/MethodParameter.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Node.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/PMGClass.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeInvisibleAnnotations.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeInvisibleParameterAnnotations.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeVisibleAnnotations.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeVisibleParameterAnnotations.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Signature.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/SourceFile.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/StackMap.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/StackMapEntry.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/StackMapTable.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/StackMapTableEntry.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/StackMapType.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Synthetic.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Unknown.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Utility.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Visitor.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/AALOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/AASTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ACONST_NULL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ALOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ANEWARRAY.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ARETURN.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ARRAYLENGTH.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ASTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ATHROW.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/AllocationInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/AnnotationElementValueGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArithmeticInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArrayElementValueGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArrayInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ArrayType.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BALOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BASTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BIPUSH.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BREAKPOINT.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BasicType.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BranchHandle.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/BranchInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CALOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CASTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CHECKCAST.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CPInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ClassElementValueGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ClassGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ClassGenException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ClassObserver.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CodeExceptionGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/CompoundInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ConstantPoolGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ConstantPushInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ConversionInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/D2F.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/D2I.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/D2L.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DADD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DALOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DASTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DCMPG.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DCMPL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DCONST.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DDIV.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DLOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DMUL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DNEG.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DREM.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DRETURN.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DSTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DSUB.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DUP.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DUP2.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DUP2_X1.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DUP2_X2.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DUP_X1.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/DUP_X2.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ElementValueGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ElementValuePairGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/EmptyVisitor.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/EnumElementValueGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ExceptionThrower.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/F2D.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/F2I.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/F2L.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FADD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FALOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FASTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FCMPG.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FCMPL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FCONST.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FDIV.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FLOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FMUL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FNEG.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FREM.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FRETURN.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FSTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FSUB.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldGenOrMethodGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldObserver.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/FieldOrMethod.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETFIELD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GETSTATIC.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GOTO_W.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/GotoInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/I2B.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/I2C.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/I2D.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/I2F.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/I2L.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/I2S.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IADD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IALOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IAND.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IASTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ICONST.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IDIV.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFEQ.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFGT.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFLT.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNONNULL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IFNULL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPEQ.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ACMPNE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPEQ.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPGT.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPLT.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IF_ICMPNE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IINC.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ILOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IMPDEP1.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IMPDEP2.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IMUL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INEG.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INSTANCEOF.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEDYNAMIC.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEINTERFACE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESPECIAL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKESTATIC.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/INVOKEVIRTUAL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IOR.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IREM.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IRETURN.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ISHL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ISHR.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ISTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ISUB.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IUSHR.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IXOR.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IfInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/IndexedInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Instruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionComparator.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionConstants.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionFactory.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionHandle.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionList.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionListObserver.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionTargeter.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InvokeInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JSR_W.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/JsrInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/L2D.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/L2F.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/L2I.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LADD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LALOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LAND.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LASTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LCMP.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LCONST.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC2_W.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDC_W.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LDIV.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LLOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LMUL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LNEG.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LOOKUPSWITCH.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LOR.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LREM.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LRETURN.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LSHL.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LSHR.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LSTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LSUB.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LUSHR.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LXOR.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LineNumberGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LoadClass.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LoadInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LocalVariableGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/LocalVariableInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/MONITORENTER.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/MONITOREXIT.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/MULTIANEWARRAY.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/MethodGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/MethodObserver.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEW.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NEWARRAY.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NOP.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NameSignatureInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/NamedAndTyped.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ObjectType.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/POP.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/POP2.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUSH.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTFIELD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PUTSTATIC.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PopInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/PushInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/RET.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/RETURN.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ReferenceType.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ReturnInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/ReturnaddressType.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SALOAD.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SASTORE.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SIPUSH.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SWAP.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SWITCH.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Select.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/SimpleElementValueGen.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StackConsumer.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StackInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StackProducer.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/StoreInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/TABLESWITCH.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/TargetLostException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Type.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/TypedInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/UnconditionalBranch.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/VariableLengthInstruction.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/Visitor.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/AttributeHTML.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/BCELComparator.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/BCELFactory.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/BCELifier.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ByteSequence.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/Class2HTML.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassLoader.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassLoaderRepository.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassPath.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassQueue.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassSet.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassStack.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassVector.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/CodeHTML.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ConstantHTML.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/InstructionFinder.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/JavaWrapper.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/MethodHTML.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/Repository.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/SyntheticRepository.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/GraphicalVerifier.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/NativeVerifier.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/PassVerifier.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/TransitiveHull.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerificationResult.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/Verifier.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerifierAppFrame.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerifierFactory.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerifierFactoryListModel.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerifierFactoryObserver.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/VerifyDialog.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/AssertionViolatedException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/ClassConstraintException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/CodeConstraintException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/InvalidMethodException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/LinkingConstraintException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/LoadingException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/LocalVariableInfoInconsistentException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/StaticCodeConstraintException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/StaticCodeInstructionConstraintException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/StaticCodeInstructionOperandConstraintException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/StructuralCodeConstraintException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/Utility.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/VerificationException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/exc/VerifierConstraintViolatedException.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/statics/DOUBLE_Upper.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/statics/IntList.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/statics/LONG_Upper.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/statics/LocalVariableInfo.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/statics/LocalVariablesInfo.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/statics/Pass1Verifier.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/statics/Pass2Verifier.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/statics/Pass3aVerifier.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/statics/StringRepresentation.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/ControlFlowGraph.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/ExceptionHandler.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/ExceptionHandlers.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/ExecutionVisitor.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/Frame.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/GenericArray.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstConstraintVisitor.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/InstructionContext.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/LocalVariables.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/OperandStack.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/Pass3bVerifier.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/Subroutine.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/Subroutines.java commons/proper/bcel/trunk/src/main/java/org/apache/bcel/verifier/structurals/UninitializedObjectType.java Modified: commons/proper/bcel/trunk/LICENSE-header.txt URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/LICENSE-header.txt?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/LICENSE-header.txt (original) +++ commons/proper/bcel/trunk/LICENSE-header.txt Fri Sep 26 22:41:39 2014 @@ -1,16 +1,15 @@ -/* - * 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. - */ +^/\*\*?\s*$ +^ \*\s*Licensed to the Apache Software Foundation \(ASF\) under one or more\s*$ +^ \*\s*contributor license agreements. See the NOTICE file distributed with\s*$ +^ \*\s*this work for additional information regarding copyright ownership.\s*$ +^ \*\s*The ASF licenses this file to You under the Apache License, Version 2.0\s*$ +^ \*\s*\(the \"License\"\); you may not use this file except in compliance with\s*$ +^ \*\s*the License. You may obtain a copy of the License at\s*$ +^ \*\s*$ +^ \*\s+http://www\.apache\.org/licenses/LICENSE-2\.0\s*$ +^ \*\s*$ +^ \*\s*Unless required by applicable law or agreed to in writing, software\s*$ +^ \*\s*distributed under the License is distributed on an "AS IS" BASIS,\s*$ +^ \*\s*WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\s*$ +^ \*\s*See the License for the specific language governing permissions and\s*$ +^ \*\s*limitations under the License.\s*$ \ No newline at end of file Modified: commons/proper/bcel/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/checkstyle.xml?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/checkstyle.xml (original) +++ commons/proper/bcel/trunk/checkstyle.xml Fri Sep 26 22:41:39 2014 @@ -29,7 +29,7 @@ limitations under the License. <module name="NewlineAtEndOfFile" /> <!-- Verify that EVERY source file has the appropriate license --> - <module name="Header"> + <module name="RegexpHeader"> <property name="headerFile" value="${checkstyle.header.file}" /> </module> Modified: commons/proper/bcel/trunk/docs/verifier/GNUmakefile URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/docs/verifier/GNUmakefile?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/docs/verifier/GNUmakefile (original) +++ commons/proper/bcel/trunk/docs/verifier/GNUmakefile Fri Sep 26 22:41:39 2014 @@ -14,7 +14,7 @@ # 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. +# limitations under the License. # # $Id$ Modified: commons/proper/bcel/trunk/docs/verifier/JustIce.lyx URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/docs/verifier/JustIce.lyx?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/docs/verifier/JustIce.lyx (original) +++ commons/proper/bcel/trunk/docs/verifier/JustIce.lyx Fri Sep 26 22:41:39 2014 @@ -13,7 +13,7 @@ # 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. +# limitations under the License. \lyxformat 218 \textclass scrbook Modified: commons/proper/bcel/trunk/src/examples/HelloWorldBuilder.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/HelloWorldBuilder.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/HelloWorldBuilder.java (original) +++ commons/proper/bcel/trunk/src/examples/HelloWorldBuilder.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ import org.apache.bcel.Constants; Modified: commons/proper/bcel/trunk/src/examples/JasminVisitor.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/JasminVisitor.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/JasminVisitor.java (original) +++ commons/proper/bcel/trunk/src/examples/JasminVisitor.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ import java.io.File; Modified: commons/proper/bcel/trunk/src/examples/Mini/ASCII_CharStream.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASCII_CharStream.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASCII_CharStream.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASCII_CharStream.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JavaCC: Do not edit this line. ASCII_CharStream.java Version 0.7pre6 */ Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTExpr.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASTExpr.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASTExpr.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASTExpr.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. ASTExpr.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTFactor.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASTFactor.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASTFactor.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASTFactor.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. ASTFactor.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTFunAppl.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASTFunAppl.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASTFunAppl.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASTFunAppl.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. ASTFunAppl.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTFunDecl.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASTFunDecl.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASTFunDecl.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASTFunDecl.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. ASTFunDecl.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTIdent.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASTIdent.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASTIdent.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASTIdent.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. ASTIdent.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTIfExpr.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASTIfExpr.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASTIfExpr.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASTIfExpr.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. ASTIfExpr.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTInteger.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASTInteger.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASTInteger.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASTInteger.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. ASTInteger.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTLetExpr.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASTLetExpr.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASTLetExpr.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASTLetExpr.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. ASTLetExpr.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTProgram.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASTProgram.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASTProgram.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASTProgram.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. ASTProgram.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/ASTTerm.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ASTTerm.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ASTTerm.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ASTTerm.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. ASTTerm.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/EnvEntry.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/EnvEntry.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/EnvEntry.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/EnvEntry.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package Mini; Modified: commons/proper/bcel/trunk/src/examples/Mini/Environment.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/Environment.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/Environment.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/Environment.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package Mini; Modified: commons/proper/bcel/trunk/src/examples/Mini/Function.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/Function.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/Function.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/Function.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package Mini; Modified: commons/proper/bcel/trunk/src/examples/Mini/JJTMiniParserState.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/JJTMiniParserState.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/JJTMiniParserState.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/JJTMiniParserState.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. JJTMiniParserState.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/Mini.jjt URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/Mini.jjt?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/Mini.jjt (original) +++ commons/proper/bcel/trunk/src/examples/Mini/Mini.jjt Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. */ options { Modified: commons/proper/bcel/trunk/src/examples/Mini/MiniC.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/MiniC.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/MiniC.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/MiniC.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package Mini; Modified: commons/proper/bcel/trunk/src/examples/Mini/MiniParser.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/MiniParser.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/MiniParser.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/MiniParser.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree&JavaCC: Do not edit this line. MiniParser.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/MiniParserConstants.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/MiniParserConstants.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/MiniParserConstants.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/MiniParserConstants.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree&JavaCC: Do not edit this line. MiniParserConstants.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/MiniParserTokenManager.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/MiniParserTokenManager.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/MiniParserTokenManager.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/MiniParserTokenManager.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree&JavaCC: Do not edit this line. MiniParserTokenManager.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/MiniParserTreeConstants.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/MiniParserTreeConstants.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/MiniParserTreeConstants.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/MiniParserTreeConstants.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. MiniParserTreeConstants.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/Node.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/Node.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/Node.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/Node.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. Node.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/ParseException.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/ParseException.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/ParseException.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/ParseException.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 0.7pre6 */ Modified: commons/proper/bcel/trunk/src/examples/Mini/SimpleNode.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/SimpleNode.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/SimpleNode.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/SimpleNode.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JJTree: Do not edit this line. SimpleNode.java */ Modified: commons/proper/bcel/trunk/src/examples/Mini/Token.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/Token.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/Token.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/Token.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JavaCC: Do not edit this line. Token.java Version 0.7pre3 */ Modified: commons/proper/bcel/trunk/src/examples/Mini/TokenMgrError.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/TokenMgrError.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/TokenMgrError.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/TokenMgrError.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ /* Generated By:JavaCC: Do not edit this line. TokenMgrError.java Version 0.7pre2 */ Modified: commons/proper/bcel/trunk/src/examples/Mini/Variable.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Mini/Variable.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Mini/Variable.java (original) +++ commons/proper/bcel/trunk/src/examples/Mini/Variable.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package Mini; Modified: commons/proper/bcel/trunk/src/examples/Package.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Package.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Package.java (original) +++ commons/proper/bcel/trunk/src/examples/Package.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ import java.io.FileOutputStream; Modified: commons/proper/bcel/trunk/src/examples/Peephole.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/Peephole.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/Peephole.java (original) +++ commons/proper/bcel/trunk/src/examples/Peephole.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ import java.util.Iterator; Modified: commons/proper/bcel/trunk/src/examples/ProxyCreator.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/ProxyCreator.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/ProxyCreator.java (original) +++ commons/proper/bcel/trunk/src/examples/ProxyCreator.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ import java.awt.event.ActionEvent; Modified: commons/proper/bcel/trunk/src/examples/TransitiveHull.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/TransitiveHull.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/TransitiveHull.java (original) +++ commons/proper/bcel/trunk/src/examples/TransitiveHull.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ import java.util.Arrays; Modified: commons/proper/bcel/trunk/src/examples/helloify.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/helloify.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/helloify.java (original) +++ commons/proper/bcel/trunk/src/examples/helloify.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ import org.apache.bcel.Constants; Modified: commons/proper/bcel/trunk/src/examples/id.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/id.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/id.java (original) +++ commons/proper/bcel/trunk/src/examples/id.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ import org.apache.bcel.Repository; Modified: commons/proper/bcel/trunk/src/examples/listclass.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/listclass.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/listclass.java (original) +++ commons/proper/bcel/trunk/src/examples/listclass.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ import java.io.IOException; Modified: commons/proper/bcel/trunk/src/examples/maxstack.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/maxstack.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/maxstack.java (original) +++ commons/proper/bcel/trunk/src/examples/maxstack.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ import org.apache.bcel.Repository; Modified: commons/proper/bcel/trunk/src/examples/patchclass.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/patchclass.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/examples/patchclass.java (original) +++ commons/proper/bcel/trunk/src/examples/patchclass.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ import org.apache.bcel.classfile.ClassParser; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/ExceptionConstants.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/ExceptionConstants.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/ExceptionConstants.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/ExceptionConstants.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/Repository.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/Repository.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/Repository.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/Repository.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/BootstrapMethod.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/BootstrapMethod.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/BootstrapMethod.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/BootstrapMethod.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/BootstrapMethods.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/BootstrapMethods.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/BootstrapMethods.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/BootstrapMethods.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantValue.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantValue.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantValue.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantValue.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Deprecated.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Deprecated.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Deprecated.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Deprecated.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/DescendingVisitor.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/DescendingVisitor.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/DescendingVisitor.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/DescendingVisitor.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/EmptyVisitor.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/EmptyVisitor.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/EmptyVisitor.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/EmptyVisitor.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ExceptionTable.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ExceptionTable.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ExceptionTable.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ExceptionTable.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Field.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Field.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Field.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Field.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/FieldOrMethod.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/FieldOrMethod.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/FieldOrMethod.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/FieldOrMethod.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/InnerClass.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/InnerClass.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/InnerClass.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/InnerClass.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/InnerClasses.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/InnerClasses.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/InnerClasses.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/InnerClasses.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/JavaClass.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/JavaClass.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/JavaClass.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/JavaClass.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LineNumber.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LineNumber.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LineNumber.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LineNumber.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LineNumberTable.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LineNumberTable.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LineNumberTable.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LineNumberTable.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariable.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariable.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariable.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariable.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/LocalVariableTable.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Method.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Method.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Method.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Method.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/MethodParameter.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/MethodParameter.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/MethodParameter.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/MethodParameter.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Node.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Node.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Node.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/Node.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/PMGClass.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/PMGClass.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/PMGClass.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/PMGClass.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeInvisibleAnnotations.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeInvisibleAnnotations.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeInvisibleAnnotations.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeInvisibleAnnotations.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile; Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeInvisibleParameterAnnotations.java URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeInvisibleParameterAnnotations.java?rev=1627906&r1=1627905&r2=1627906&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeInvisibleParameterAnnotations.java (original) +++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/RuntimeInvisibleParameterAnnotations.java Fri Sep 26 22:41:39 2014 @@ -12,7 +12,7 @@ * 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. + * limitations under the License. * */ package org.apache.bcel.classfile;