You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ad...@apache.org on 2007/04/22 07:33:22 UTC

svn commit: r531142 [1/5] - in /directory/sandbox/adc/asn1-compiler: asn1-compiler/src/main/antlr/ asn1-compiler/src/main/java/org/apache/asn1/compiler/ asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/ asn1-compiler/src/main/java/org/apache...

Author: adc
Date: Sat Apr 21 22:33:14 2007
New Revision: 531142

URL: http://svn.apache.org/viewvc?view=rev&rev=531142
Log:
Updated ASF headers

Removed:
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/test/java/org/apache/snickers/
Modified:
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/antlr/asn1.g
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/Compiler.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/ProcessException.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/Stage.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGenerator.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGeneratorFinder.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGeneratorStage.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/Environment.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/ParseException.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/ParseStage.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/TokenBase.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/BooleanPrimitive.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/IntegerPrimitive.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/Primitive.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Assignment.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/BitStringType.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/BooleanType.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentType.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeEnum.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeList.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeLists.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ConstrainedType.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Constraint.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ConstraintSpec.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/DefinedType.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/DefinitiveIdentifier.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/IntegerType.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Module.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ModuleIdentifier.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ModuleReference.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/NamedType.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ObjectIdentifier.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/OctetStringType.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Reference.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ReferencedType.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/SequenceOfType.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/SequenceType.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/SubtypeConstraintSpec.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Tag.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/TagDefaultEnum.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Type.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/TypeAssignment.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/TypeReference.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Value.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ValueAssignment.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ValueReference.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/element/Element.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/element/ElementSetSpec.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/element/Intersection.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/element/LowerEndpoint.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/element/Union.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/element/UpperEndpoint.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/element/ValueRange.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/resources/vm/copyright.vm
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/test/java/org/apache/asn1/compiler/CompilerTest.java
    directory/sandbox/adc/asn1-compiler/asn1-compiler/src/test/java/org/apache/asn1/compiler/stages/parser/ASN1SyntaxTest.java
    directory/sandbox/adc/asn1-compiler/asn1-maven-plugin/src/main/java/org/apache/asn1/plugin/ASN1Mojo.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/Decoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/DecoderException.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/Encoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/EncoderException.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/EncodingFactory.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/EncodingFactoryDefault.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/AOKDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/ASN1BitStringDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/ASN1BitStringEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/ASN1ObjectIdentifierEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/ASN1OctetStringDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/ASN1OctetStringEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/BERDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/BERDecoderCallbackAdapter.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/BERDecoderMonitor.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/BEREncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/BERInputStream.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/BEROutputStream.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/Decoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/DecoderCallback.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/DecoderMonitor.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/DecoderMonitorAdapter.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/Length.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/Tag.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/Tuple.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/TupleNode.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/TupleStack.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/TypeClass.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/Util.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/ber/package.html
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/der/DERDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/der/DERDecoderCallbackAdapter.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/der/DERDecoderMonitor.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/encoding/der/package.html
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1BMPString.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1BitString.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1GeneralString.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1GraphicString.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1IA5String.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1NumericString.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1ObjectIdentifier.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1OctetString.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1PrintableString.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1SequenceOf.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1TeletexString.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1Type.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1TypeFlag.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1UniversalString.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1Util.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1VideotexString.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/main/java/org/apache/asn1/runtime/ASN1VisibleString.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/com/acme/spnego/ContextFlags.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/com/acme/spnego/MechType.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/com/acme/spnego/MechTypeList.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/com/acme/spnego/NegTokenInit.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/com/acme/spnego/NegTokenTarg.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/com/acme/spnego/NegotiationToken.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/ContextFlagsDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/ContextFlagsEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/MechTypeDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/MechTypeEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/MechTypeListDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/MechTypeListEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/NegTokenInitDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/NegTokenInitEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/NegTokenTargDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/NegTokenTargEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/NegotiationTokenDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/ber/NegotiationTokenEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/ContextFlagsDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/ContextFlagsEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/MechTypeDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/MechTypeEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/MechTypeListDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/MechTypeListEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/NegTokenInitDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/NegTokenInitEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/NegTokenTargDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/NegTokenTargEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/NegotiationTokenDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/cer/NegotiationTokenEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/ContextFlagsDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/ContextFlagsEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/MechTypeDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/MechTypeEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/MechTypeListDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/MechTypeListEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/NegTokenInitDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/NegTokenInitEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/NegTokenTargDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/NegTokenTargEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/NegotiationTokenDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/der/NegotiationTokenEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/ContextFlagsDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/ContextFlagsEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/MechTypeDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/MechTypeEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/MechTypeListDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/MechTypeListEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/NegTokenInitDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/NegTokenInitEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/NegTokenTargDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/NegTokenTargEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/NegotiationTokenDecoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/encoding/com/acme/spnego/per/NegotiationTokenEncoder.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/test/encoding/EncodingFactoryTest.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/test/runtime/ASN1ObjectIdentifierTest.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/ContextFlagsType.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/MechTypeListType.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/MechTypeType.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/NegTokenInitType.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/NegTokenTargType.java
    directory/sandbox/adc/asn1-compiler/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/NegotiationTokenType.java

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/antlr/asn1.g
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/antlr/asn1.g?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/antlr/asn1.g (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/antlr/asn1.g Sat Apr 21 22:33:14 2007
@@ -1,19 +1,20 @@
 header {
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.parser;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/Compiler.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/Compiler.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/Compiler.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/Compiler.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/ProcessException.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/ProcessException.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/ProcessException.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/ProcessException.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/Stage.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/Stage.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/Stage.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/Stage.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGenerator.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGenerator.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGenerator.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGenerator.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2005 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.codegen;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGeneratorFinder.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGeneratorFinder.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGeneratorFinder.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGeneratorFinder.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2005 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.codegen;
 
@@ -21,6 +22,7 @@
 import java.io.InputStream;
 import java.lang.reflect.Constructor;
 import java.lang.reflect.InvocationTargetException;
+import java.util.Map;
 import java.util.Properties;
 import java.util.WeakHashMap;
 
@@ -35,7 +37,7 @@
 public class CodeGeneratorFinder
 {
     private final static String PROPERTY_NAME = "org.apache.asn1.CodeGeneratorClass";
-    private final static WeakHashMap classCache = new WeakHashMap();
+    private final static Map<String, CacheItem> classCache = new WeakHashMap<String, CacheItem>();
 
     private CodeGeneratorFinder()
     {
@@ -50,12 +52,12 @@
      */
     public static CodeGenerator newInstance( String key ) throws ProcessException
     {
-        CodeGenerator result = null;
+        CodeGenerator result;
         try
         {
             synchronized ( classCache )
             {
-                CacheItem item = (CacheItem) classCache.get( key );
+                CacheItem item = classCache.get( key );
                 if ( item == null )
                 {
                     item = new CacheItem();
@@ -63,11 +65,11 @@
                     item.properties = findCodeGeneratorProperies( key );
 
                     Class clazz = loadClass( item.properties );
-                    item.constructor = clazz.getConstructor( new Class[]{Properties.class} );
+                    item.constructor = clazz.getConstructor( Properties.class );
 
                     classCache.put( key, item );
                 }
-                result = (CodeGenerator) item.constructor.newInstance( new Object[]{item.properties} );
+                result = (CodeGenerator) item.constructor.newInstance( item.properties );
             }
         }
         catch ( ClassNotFoundException doNothing )
@@ -114,6 +116,7 @@
         }
     }
 
+    @SuppressWarnings({"EmptyCatchBlock"})
     private static Properties findCodeGeneratorProperies( String key ) throws IOException
     {
         String uri = "META-INF/org/apache/asn1/codegen/" + key;
@@ -128,10 +131,9 @@
             }
         }
 
-        BufferedInputStream reader = null;
+        BufferedInputStream reader = new BufferedInputStream( in );
         try
         {
-            reader = new BufferedInputStream( in );
             Properties properties = new Properties();
             properties.load( reader );
             return properties;
@@ -142,7 +144,7 @@
             {
                 reader.close();
             }
-            catch ( Exception e )
+            catch ( Exception doNothing )
             {
             }
         }

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGeneratorStage.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGeneratorStage.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGeneratorStage.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/codegen/CodeGeneratorStage.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.codegen;
 
@@ -22,6 +23,7 @@
 import java.io.PrintStream;
 import java.io.PrintWriter;
 import java.util.Iterator;
+import java.util.List;
 import java.util.Map;
 import java.util.Properties;
 import java.util.Vector;
@@ -31,7 +33,9 @@
 import org.apache.asn1.compiler.stages.Stage;
 import org.apache.asn1.compiler.stages.parser.Environment;
 import org.apache.asn1.compiler.stages.parser.ParseStage;
+import org.apache.asn1.compiler.stages.parser.x680.Assignment;
 import org.apache.asn1.compiler.stages.parser.x680.Module;
+import org.apache.asn1.compiler.stages.parser.x680.Reference;
 import org.apache.asn1.compiler.stages.parser.x680.TypeReference;
 import org.apache.velocity.VelocityContext;
 import org.apache.velocity.app.Velocity;
@@ -72,12 +76,10 @@
             while ( modules.hasNext() )
             {
                 Module module = (Module) modules.next();
-                Map typeAssignments = module.getTypeAssignments();
-                Iterator typeReferences = typeAssignments.keySet().iterator();
-                while ( typeReferences.hasNext() )
+                Map<Reference, Assignment> typeAssignments = module.getTypeAssignments();
+                for ( Reference reference : typeAssignments.keySet() )
                 {
-                    TypeReference typeReference = (TypeReference) typeReferences.next();
-                    generateClass( typeReference, environment );
+                    if ( reference instanceof TypeReference ) generateClass( (TypeReference) reference, environment );
                 }
             }
         }
@@ -104,7 +106,7 @@
             context.put( "package", packages );
             context.put( "class", typeReference.toString() );
 
-            Vector list = new Vector();
+            List<Test> list = new Vector<Test>();
             list.add( new Test( "ONE" ) );
             list.add( new Test( "TWO" ) );
             context.put( "fieldList", list );

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/Environment.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/Environment.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/Environment.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/Environment.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/ParseException.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/ParseException.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/ParseException.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/ParseException.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/ParseStage.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/ParseStage.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/ParseStage.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/ParseStage.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/TokenBase.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/TokenBase.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/TokenBase.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/TokenBase.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/BooleanPrimitive.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/BooleanPrimitive.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/BooleanPrimitive.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/BooleanPrimitive.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.primitive;
 
@@ -41,7 +42,7 @@
     {
         if ( value == null )
         {
-            value = new Boolean( getToken().getText() );
+            value = Boolean.valueOf( getToken().getText() );
         }
 
         return value;
@@ -51,7 +52,7 @@
     {
         try
         {
-            return ( (Integer) toPrimitive() ).toString();
+            return toPrimitive().toString();
         }
         catch ( ParseException e )
         {

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/IntegerPrimitive.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/IntegerPrimitive.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/IntegerPrimitive.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/IntegerPrimitive.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.primitive;
 
@@ -69,7 +70,7 @@
     {
         try
         {
-            return ( (Integer) toPrimitive() ).toString();
+            return toPrimitive().toString();
         }
         catch ( ParseException e )
         {

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/Primitive.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/Primitive.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/Primitive.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/primitive/Primitive.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.primitive;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Assignment.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Assignment.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Assignment.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Assignment.java Sat Apr 21 22:33:14 2007
@@ -1,4 +1,5 @@
 /**
+ * 
  * 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.

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/BitStringType.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/BitStringType.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/BitStringType.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/BitStringType.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/BooleanType.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/BooleanType.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/BooleanType.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/BooleanType.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentType.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentType.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentType.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentType.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeEnum.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeEnum.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeEnum.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeEnum.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeList.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeList.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeList.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeList.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeLists.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeLists.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeLists.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ComponentTypeLists.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ConstrainedType.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ConstrainedType.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ConstrainedType.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ConstrainedType.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Constraint.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Constraint.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Constraint.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Constraint.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ConstraintSpec.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ConstraintSpec.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ConstraintSpec.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ConstraintSpec.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/DefinedType.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/DefinedType.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/DefinedType.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/DefinedType.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/DefinitiveIdentifier.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/DefinitiveIdentifier.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/DefinitiveIdentifier.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/DefinitiveIdentifier.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/IntegerType.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/IntegerType.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/IntegerType.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/IntegerType.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Module.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Module.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Module.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/Module.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;
 
@@ -72,12 +73,12 @@
         assignments.put( assignment.getValueReference(), assignment );
     }
 
-    public Map getTypeAssignments()
+    public Map<Reference, Assignment> getTypeAssignments()
     {
         return typeAssignments;
     }
 
-    public Map getAssignments()
+    public Map<Reference, Assignment> getAssignments()
     {
         return assignments;
     }

Modified: directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ModuleIdentifier.java
URL: http://svn.apache.org/viewvc/directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ModuleIdentifier.java?view=diff&rev=531142&r1=531141&r2=531142
==============================================================================
--- directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ModuleIdentifier.java (original)
+++ directory/sandbox/adc/asn1-compiler/asn1-compiler/src/main/java/org/apache/asn1/compiler/stages/parser/x680/ModuleIdentifier.java Sat Apr 21 22:33:14 2007
@@ -1,18 +1,19 @@
 /**
  *
- * Copyright 2004 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
  *
- *  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.
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.asn1.compiler.stages.parser.x680;