From: <js...@us...> - 2006-12-27 06:16:02
|
Revision: 43 http://svn.sourceforge.net/jcontracts/?rev=43&view=rev Author: jstuyts Date: 2006-12-26 22:16:00 -0800 (Tue, 26 Dec 2006) Log Message: ----------- Added license header to Java files. Modified Paths: -------------- trunk/source/java/net/sf/jcontracts/antlr/ANTLRException.java trunk/source/java/net/sf/jcontracts/antlr/ANTLRGrammarParseBehavior.java trunk/source/java/net/sf/jcontracts/antlr/ANTLRHashString.java trunk/source/java/net/sf/jcontracts/antlr/ANTLRLexer.java trunk/source/java/net/sf/jcontracts/antlr/ANTLRParser.java trunk/source/java/net/sf/jcontracts/antlr/ANTLRStringBuffer.java trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefLexer.java trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefParser.java trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefParserTokenTypes.java trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokenTypes.java trunk/source/java/net/sf/jcontracts/antlr/ASTFactory.java trunk/source/java/net/sf/jcontracts/antlr/ASTIterator.java trunk/source/java/net/sf/jcontracts/antlr/ASTNULLType.java trunk/source/java/net/sf/jcontracts/antlr/ASTPair.java trunk/source/java/net/sf/jcontracts/antlr/ASTVisitor.java trunk/source/java/net/sf/jcontracts/antlr/AbstractParser.java trunk/source/java/net/sf/jcontracts/antlr/ActionElement.java trunk/source/java/net/sf/jcontracts/antlr/ActionTransInfo.java trunk/source/java/net/sf/jcontracts/antlr/Alternative.java trunk/source/java/net/sf/jcontracts/antlr/AlternativeBlock.java trunk/source/java/net/sf/jcontracts/antlr/AlternativeElement.java trunk/source/java/net/sf/jcontracts/antlr/BaseAST.java trunk/source/java/net/sf/jcontracts/antlr/BlockContext.java trunk/source/java/net/sf/jcontracts/antlr/BlockEndElement.java trunk/source/java/net/sf/jcontracts/antlr/BlockWithImpliedExitPath.java trunk/source/java/net/sf/jcontracts/antlr/CharBufferBacktrackingInteractive.java trunk/source/java/net/sf/jcontracts/antlr/CharBufferBacktrackingNoInteractive.java trunk/source/java/net/sf/jcontracts/antlr/CharBufferNoBacktrackingInteractive.java trunk/source/java/net/sf/jcontracts/antlr/CharBufferNoBacktrackingNoInteractive.java trunk/source/java/net/sf/jcontracts/antlr/CharFormatter.java trunk/source/java/net/sf/jcontracts/antlr/CharLiteralElement.java trunk/source/java/net/sf/jcontracts/antlr/CharQueue.java trunk/source/java/net/sf/jcontracts/antlr/CharRangeElement.java trunk/source/java/net/sf/jcontracts/antlr/CharScanner.java trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingInteractive.java trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingInteractiveNoCaseSensitive.java trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingNoInteractive.java trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingNoInteractiveNoCaseSensitive.java trunk/source/java/net/sf/jcontracts/antlr/CharScannerNoBacktrackingInteractive.java trunk/source/java/net/sf/jcontracts/antlr/CharScannerNoBacktrackingInteractiveNoCaseSensitive.java trunk/source/java/net/sf/jcontracts/antlr/CharScannerNoBacktrackingNoInteractive.java trunk/source/java/net/sf/jcontracts/antlr/CharScannerNoBacktrackingNoInteractiveNoCaseSensitive.java trunk/source/java/net/sf/jcontracts/antlr/CodeGenerator.java trunk/source/java/net/sf/jcontracts/antlr/CommonAST.java trunk/source/java/net/sf/jcontracts/antlr/CommonToken.java trunk/source/java/net/sf/jcontracts/antlr/DefaultToolErrorHandler.java trunk/source/java/net/sf/jcontracts/antlr/DefineGrammarSymbols.java trunk/source/java/net/sf/jcontracts/antlr/DiagnosticCodeGenerator.java trunk/source/java/net/sf/jcontracts/antlr/DumpASTVisitor.java trunk/source/java/net/sf/jcontracts/antlr/ExceptionHandler.java trunk/source/java/net/sf/jcontracts/antlr/ExceptionSpec.java trunk/source/java/net/sf/jcontracts/antlr/FileCopyException.java trunk/source/java/net/sf/jcontracts/antlr/Grammar.java trunk/source/java/net/sf/jcontracts/antlr/GrammarAnalyzer.java trunk/source/java/net/sf/jcontracts/antlr/GrammarAtom.java trunk/source/java/net/sf/jcontracts/antlr/GrammarElement.java trunk/source/java/net/sf/jcontracts/antlr/GrammarSymbol.java trunk/source/java/net/sf/jcontracts/antlr/JavaBlockFinishingInfo.java trunk/source/java/net/sf/jcontracts/antlr/JavaCharFormatter.java trunk/source/java/net/sf/jcontracts/antlr/JavaCodeGenerator.java trunk/source/java/net/sf/jcontracts/antlr/LLkAnalyzer.java trunk/source/java/net/sf/jcontracts/antlr/LLkGrammarAnalyzer.java trunk/source/java/net/sf/jcontracts/antlr/LLkParser.java trunk/source/java/net/sf/jcontracts/antlr/LLkParserNoInteractive.java trunk/source/java/net/sf/jcontracts/antlr/LexerGrammar.java trunk/source/java/net/sf/jcontracts/antlr/Lookahead.java trunk/source/java/net/sf/jcontracts/antlr/MakeGrammar.java trunk/source/java/net/sf/jcontracts/antlr/MismatchedTokenException.java trunk/source/java/net/sf/jcontracts/antlr/NoViableAltException.java trunk/source/java/net/sf/jcontracts/antlr/OneOrMoreBlock.java trunk/source/java/net/sf/jcontracts/antlr/OptionalBlock.java trunk/source/java/net/sf/jcontracts/antlr/Parser.java trunk/source/java/net/sf/jcontracts/antlr/ParserException.java trunk/source/java/net/sf/jcontracts/antlr/ParserGrammar.java trunk/source/java/net/sf/jcontracts/antlr/RuleBlock.java trunk/source/java/net/sf/jcontracts/antlr/RuleEndElement.java trunk/source/java/net/sf/jcontracts/antlr/RuleRefElement.java trunk/source/java/net/sf/jcontracts/antlr/RuleSymbol.java trunk/source/java/net/sf/jcontracts/antlr/ScannerException.java trunk/source/java/net/sf/jcontracts/antlr/SemanticException.java trunk/source/java/net/sf/jcontracts/antlr/SimpleTokenManager.java trunk/source/java/net/sf/jcontracts/antlr/StringLiteralElement.java trunk/source/java/net/sf/jcontracts/antlr/StringLiteralSymbol.java trunk/source/java/net/sf/jcontracts/antlr/SynPredBlock.java trunk/source/java/net/sf/jcontracts/antlr/TokdefTokenManager.java trunk/source/java/net/sf/jcontracts/antlr/Token.java trunk/source/java/net/sf/jcontracts/antlr/TokenBuffer.java trunk/source/java/net/sf/jcontracts/antlr/TokenManager.java trunk/source/java/net/sf/jcontracts/antlr/TokenQueue.java trunk/source/java/net/sf/jcontracts/antlr/TokenRangeElement.java trunk/source/java/net/sf/jcontracts/antlr/TokenRefElement.java trunk/source/java/net/sf/jcontracts/antlr/TokenSymbol.java trunk/source/java/net/sf/jcontracts/antlr/Tokenizer.java trunk/source/java/net/sf/jcontracts/antlr/Tool.java trunk/source/java/net/sf/jcontracts/antlr/ToolErrorHandler.java trunk/source/java/net/sf/jcontracts/antlr/TreeBlockContext.java trunk/source/java/net/sf/jcontracts/antlr/TreeElement.java trunk/source/java/net/sf/jcontracts/antlr/TreeParser.java trunk/source/java/net/sf/jcontracts/antlr/TreeSpecifierNode.java trunk/source/java/net/sf/jcontracts/antlr/TreeWalkerGrammar.java trunk/source/java/net/sf/jcontracts/antlr/WildcardElement.java trunk/source/java/net/sf/jcontracts/antlr/ZeroOrMoreBlock.java trunk/source/java/net/sf/jcontracts/antlr/actions/ActionLexer.java trunk/source/java/net/sf/jcontracts/antlr/actions/ActionLexerTokenTypes.java trunk/source/java/net/sf/jcontracts/antlr/collections/AST.java trunk/source/java/net/sf/jcontracts/antlr/collections/ASTEnumeration.java trunk/source/java/net/sf/jcontracts/antlr/collections/BitSetTest.java trunk/source/java/net/sf/jcontracts/antlr/collections/Enumerator.java trunk/source/java/net/sf/jcontracts/antlr/collections/LLStackTest.java trunk/source/java/net/sf/jcontracts/antlr/collections/LListTest.java trunk/source/java/net/sf/jcontracts/antlr/collections/List.java trunk/source/java/net/sf/jcontracts/antlr/collections/Stack.java trunk/source/java/net/sf/jcontracts/antlr/collections/impl/ASTArray.java trunk/source/java/net/sf/jcontracts/antlr/collections/impl/ASTEnumerator.java trunk/source/java/net/sf/jcontracts/antlr/collections/impl/BitSet.java trunk/source/java/net/sf/jcontracts/antlr/collections/impl/IndexedVector.java trunk/source/java/net/sf/jcontracts/antlr/collections/impl/LLCell.java trunk/source/java/net/sf/jcontracts/antlr/collections/impl/LLEnumeration.java trunk/source/java/net/sf/jcontracts/antlr/collections/impl/LList.java trunk/source/java/net/sf/jcontracts/antlr/collections/impl/Vector.java trunk/source/java/net/sf/jcontracts/antlr/collections/impl/VectorEnumeration.java trunk/source/java/net/sf/jcontracts/antlr/collections/impl/VectorEnumerator.java trunk/source/java/net/sf/jcontracts/antlr/preprocessor/Grammar.java trunk/source/java/net/sf/jcontracts/antlr/preprocessor/GrammarFile.java trunk/source/java/net/sf/jcontracts/antlr/preprocessor/Hierarchy.java trunk/source/java/net/sf/jcontracts/antlr/preprocessor/Option.java trunk/source/java/net/sf/jcontracts/antlr/preprocessor/Preprocessor.java trunk/source/java/net/sf/jcontracts/antlr/preprocessor/PreprocessorLexer.java trunk/source/java/net/sf/jcontracts/antlr/preprocessor/PreprocessorTokenTypes.java trunk/source/java/net/sf/jcontracts/antlr/preprocessor/Rule.java trunk/source/java/net/sf/jcontracts/antlr/preprocessor/Tool.java trunk/source/java/net/sf/jcontracts/argparser/ArgLexer.java trunk/source/java/net/sf/jcontracts/argparser/ArgParser.java trunk/source/java/net/sf/jcontracts/argparser/ArgTokenTypes.java trunk/source/java/net/sf/jcontracts/argparser/ExtendedToken.java trunk/source/java/net/sf/jcontracts/argparser/MetaclassFactory.java trunk/source/java/net/sf/jcontracts/argparser/Option.java trunk/source/java/net/sf/jcontracts/argparser/OptionMetaclass.java trunk/source/java/net/sf/jcontracts/argparser/Parser.java trunk/source/java/net/sf/jcontracts/argparser/ParserMetaclassFactory.java trunk/source/java/net/sf/jcontracts/argparser/Target.java trunk/source/java/net/sf/jcontracts/argparser/TargetMetaclass.java trunk/source/java/net/sf/jcontracts/codeparser/Class.java trunk/source/java/net/sf/jcontracts/codeparser/CodeComment.java trunk/source/java/net/sf/jcontracts/codeparser/CodeMetaclass.java trunk/source/java/net/sf/jcontracts/codeparser/CodeMetaclassCache.java trunk/source/java/net/sf/jcontracts/codeparser/DebugVisitor.java trunk/source/java/net/sf/jcontracts/codeparser/DottyVisitor.java trunk/source/java/net/sf/jcontracts/codeparser/DottyVisitorConstants.java trunk/source/java/net/sf/jcontracts/codeparser/Dotty_Component_CommonLevel.java trunk/source/java/net/sf/jcontracts/codeparser/Dotty_Component_PackageLevel.java trunk/source/java/net/sf/jcontracts/codeparser/Dotty_Component_TypeLevel.java trunk/source/java/net/sf/jcontracts/codeparser/ExtendedToken.java trunk/source/java/net/sf/jcontracts/codeparser/ICodeBody.java trunk/source/java/net/sf/jcontracts/codeparser/ICodeMetaclassVisitor.java trunk/source/java/net/sf/jcontracts/codeparser/IDependencyFilter.java trunk/source/java/net/sf/jcontracts/codeparser/IDotty_Component_Level.java trunk/source/java/net/sf/jcontracts/codeparser/Interface.java trunk/source/java/net/sf/jcontracts/codeparser/JavaLexer.java trunk/source/java/net/sf/jcontracts/codeparser/JavaParser.java trunk/source/java/net/sf/jcontracts/codeparser/JavaTokenTypes.java trunk/source/java/net/sf/jcontracts/codeparser/MetaclassFactory.java trunk/source/java/net/sf/jcontracts/codeparser/Method.java trunk/source/java/net/sf/jcontracts/codeparser/Parser.java trunk/source/java/net/sf/jcontracts/codeparser/ParserMetaclassFactory.java trunk/source/java/net/sf/jcontracts/codeparser/TypeMetaclass.java trunk/source/java/net/sf/jcontracts/codeparser/Variable.java trunk/source/java/net/sf/jcontracts/dependencyanalyzer/BooleanBlockWithNodeArg.java trunk/source/java/net/sf/jcontracts/dependencyanalyzer/DependencyAnalyzer.java trunk/source/java/net/sf/jcontracts/dependencyanalyzer/Graph.java trunk/source/java/net/sf/jcontracts/dependencyanalyzer/Node.java trunk/source/java/net/sf/jcontracts/icontract/AllFilesUpToDateException.java trunk/source/java/net/sf/jcontracts/icontract/AllOption.java trunk/source/java/net/sf/jcontracts/icontract/ArgMetaclassFactory.java trunk/source/java/net/sf/jcontracts/icontract/AssertionExpression.java trunk/source/java/net/sf/jcontracts/icontract/Class.java trunk/source/java/net/sf/jcontracts/icontract/CleanOption.java trunk/source/java/net/sf/jcontracts/icontract/CompilerOption.java trunk/source/java/net/sf/jcontracts/icontract/Constants.java trunk/source/java/net/sf/jcontracts/icontract/Darwin.java trunk/source/java/net/sf/jcontracts/icontract/DefaultExceptionOption.java trunk/source/java/net/sf/jcontracts/icontract/FileTarget.java trunk/source/java/net/sf/jcontracts/icontract/HelpOption.java trunk/source/java/net/sf/jcontracts/icontract/IContracted.java trunk/source/java/net/sf/jcontracts/icontract/Interface.java trunk/source/java/net/sf/jcontracts/icontract/Internal0Option.java trunk/source/java/net/sf/jcontracts/icontract/InvCheck.java trunk/source/java/net/sf/jcontracts/icontract/InvCheckCallOption.java trunk/source/java/net/sf/jcontracts/icontract/MergeOption.java trunk/source/java/net/sf/jcontracts/icontract/MetaclassFactory.java trunk/source/java/net/sf/jcontracts/icontract/Method.java trunk/source/java/net/sf/jcontracts/icontract/NoInitialCompilationOption.java trunk/source/java/net/sf/jcontracts/icontract/NoRepositoryCompilationOption.java trunk/source/java/net/sf/jcontracts/icontract/OneOneOption.java trunk/source/java/net/sf/jcontracts/icontract/Option.java trunk/source/java/net/sf/jcontracts/icontract/OutputOption.java trunk/source/java/net/sf/jcontracts/icontract/ParameterOption.java trunk/source/java/net/sf/jcontracts/icontract/PrePostCheck.java trunk/source/java/net/sf/jcontracts/icontract/ProcessingOption.java trunk/source/java/net/sf/jcontracts/icontract/QuietOption.java trunk/source/java/net/sf/jcontracts/icontract/Repository.java trunk/source/java/net/sf/jcontracts/icontract/RepositoryOutputOption.java trunk/source/java/net/sf/jcontracts/icontract/SourceCompilerOption.java trunk/source/java/net/sf/jcontracts/icontract/SystemInTarget.java trunk/source/java/net/sf/jcontracts/icontract/Target.java trunk/source/java/net/sf/jcontracts/icontract/Tool.java trunk/source/java/net/sf/jcontracts/icontract/UnableToDetermineTypeException.java trunk/source/java/net/sf/jcontracts/icontract/Variable.java trunk/source/java/net/sf/jcontracts/icontract/VerboseOption.java trunk/source/java/net/sf/jcontracts/icontract/WrapExceptionOption.java trunk/source/java/net/sf/jcontracts/icontract/XOption.java trunk/source/java/net/sf/jcontracts/icontract/instruction/DeclareReturnValueHolder.java trunk/source/java/net/sf/jcontracts/icontract/instruction/Instruction.java trunk/source/java/net/sf/jcontracts/icontract/instruction/InstructionBase.java trunk/source/java/net/sf/jcontracts/icontract/side/MethodFront.java trunk/source/java/net/sf/jcontracts/icontract/side/Side.java trunk/source/java/net/sf/jcontracts/icontract/side/SideBase.java trunk/source/java/net/sf/jcontracts/icontract/side/SideFactory.java trunk/source/java/net/sf/jcontracts/icontract/util/Array.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/ArchitectureSpecification.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/ArchitectureSpecificationFilter.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/CompositePattern.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/Dependency.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/DependencyConstraint.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/DependencyConstraintExporter.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/DifferencePattern.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/Group.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/Idiom.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/IdiomFactory.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/IsolateIdiom.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/LanguageFactory.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/LayerIdiom.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/PSpecLexer.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/PSpecParser.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/PSpecTokenTypes.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/Pattern.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/PatternFactory.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/PatternSyntaxException.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/SetPattern.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/SingleDependencyConstraint.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/SingularPattern.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/StrictlyLayerIdiom.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/xml/XMLRuleLanguage.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/xml/XMLRuleLanguageSpecification.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/with_rules/IArchitectureSpecification.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/with_rules/IRule.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/IArchitectureExporter.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/IArchitectureSpecification.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/IArchitectureSpecificationFilter.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/IDependency.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/ILanguageFactory.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/IllFormedSpecificationException.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/RunData.java trunk/source/java/net/sf/jcontracts/util/JavaEvaluator.java trunk/source/java/net/sf/jcontracts/util/StringComparator.java Modified: trunk/source/java/net/sf/jcontracts/antlr/ANTLRException.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ANTLRException.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ANTLRException.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; public class ANTLRException extends Exception Modified: trunk/source/java/net/sf/jcontracts/antlr/ANTLRGrammarParseBehavior.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ANTLRGrammarParseBehavior.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ANTLRGrammarParseBehavior.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import net.sf.jcontracts.antlr.collections.impl.BitSet; Modified: trunk/source/java/net/sf/jcontracts/antlr/ANTLRHashString.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ANTLRHashString.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ANTLRHashString.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; public class ANTLRHashString Modified: trunk/source/java/net/sf/jcontracts/antlr/ANTLRLexer.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ANTLRLexer.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ANTLRLexer.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import java.io.Reader; Modified: trunk/source/java/net/sf/jcontracts/antlr/ANTLRParser.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ANTLRParser.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ANTLRParser.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import net.sf.jcontracts.antlr.collections.impl.BitSet; Modified: trunk/source/java/net/sf/jcontracts/antlr/ANTLRStringBuffer.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ANTLRStringBuffer.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ANTLRStringBuffer.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; public class ANTLRStringBuffer Modified: trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefLexer.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefLexer.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefLexer.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import java.io.Reader; Modified: trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefParser.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefParser.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefParser.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import net.sf.jcontracts.antlr.collections.impl.BitSet; Modified: trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefParserTokenTypes.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefParserTokenTypes.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokdefParserTokenTypes.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; public interface ANTLRTokdefParserTokenTypes Modified: trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokenTypes.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokenTypes.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ANTLRTokenTypes.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; public interface ANTLRTokenTypes Modified: trunk/source/java/net/sf/jcontracts/antlr/ASTFactory.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ASTFactory.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ASTFactory.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import net.sf.jcontracts.antlr.collections.AST; Modified: trunk/source/java/net/sf/jcontracts/antlr/ASTIterator.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ASTIterator.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ASTIterator.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import net.sf.jcontracts.antlr.collections.AST; Modified: trunk/source/java/net/sf/jcontracts/antlr/ASTNULLType.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ASTNULLType.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ASTNULLType.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import net.sf.jcontracts.antlr.collections.AST; Modified: trunk/source/java/net/sf/jcontracts/antlr/ASTPair.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ASTPair.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ASTPair.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import net.sf.jcontracts.antlr.collections.AST; Modified: trunk/source/java/net/sf/jcontracts/antlr/ASTVisitor.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ASTVisitor.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ASTVisitor.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import net.sf.jcontracts.antlr.collections.AST; Modified: trunk/source/java/net/sf/jcontracts/antlr/AbstractParser.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/AbstractParser.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/AbstractParser.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import net.sf.jcontracts.antlr.collections.AST; Modified: trunk/source/java/net/sf/jcontracts/antlr/ActionElement.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ActionElement.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ActionElement.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; class ActionElement extends AlternativeElement Modified: trunk/source/java/net/sf/jcontracts/antlr/ActionTransInfo.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/ActionTransInfo.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/ActionTransInfo.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; public class ActionTransInfo Modified: trunk/source/java/net/sf/jcontracts/antlr/Alternative.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/Alternative.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/Alternative.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; class Alternative Modified: trunk/source/java/net/sf/jcontracts/antlr/AlternativeBlock.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/AlternativeBlock.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/AlternativeBlock.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import net.sf.jcontracts.antlr.collections.impl.Vector; Modified: trunk/source/java/net/sf/jcontracts/antlr/AlternativeElement.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/AlternativeElement.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/AlternativeElement.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; abstract class AlternativeElement extends GrammarElement Modified: trunk/source/java/net/sf/jcontracts/antlr/BaseAST.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/BaseAST.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/BaseAST.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import net.sf.jcontracts.antlr.collections.AST; Modified: trunk/source/java/net/sf/jcontracts/antlr/BlockContext.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/BlockContext.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/BlockContext.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; class BlockContext Modified: trunk/source/java/net/sf/jcontracts/antlr/BlockEndElement.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/BlockEndElement.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/BlockEndElement.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; class BlockEndElement extends AlternativeElement Modified: trunk/source/java/net/sf/jcontracts/antlr/BlockWithImpliedExitPath.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/BlockWithImpliedExitPath.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/BlockWithImpliedExitPath.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; abstract class BlockWithImpliedExitPath extends AlternativeBlock Modified: trunk/source/java/net/sf/jcontracts/antlr/CharBufferBacktrackingInteractive.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharBufferBacktrackingInteractive.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharBufferBacktrackingInteractive.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import java.io.IOException; Modified: trunk/source/java/net/sf/jcontracts/antlr/CharBufferBacktrackingNoInteractive.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharBufferBacktrackingNoInteractive.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharBufferBacktrackingNoInteractive.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import java.io.IOException; Modified: trunk/source/java/net/sf/jcontracts/antlr/CharBufferNoBacktrackingInteractive.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharBufferNoBacktrackingInteractive.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharBufferNoBacktrackingInteractive.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import java.io.IOException; Modified: trunk/source/java/net/sf/jcontracts/antlr/CharBufferNoBacktrackingNoInteractive.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharBufferNoBacktrackingNoInteractive.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharBufferNoBacktrackingNoInteractive.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import java.io.IOException; Modified: trunk/source/java/net/sf/jcontracts/antlr/CharFormatter.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharFormatter.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharFormatter.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; public interface CharFormatter Modified: trunk/source/java/net/sf/jcontracts/antlr/CharLiteralElement.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharLiteralElement.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharLiteralElement.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; class CharLiteralElement extends GrammarAtom Modified: trunk/source/java/net/sf/jcontracts/antlr/CharQueue.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharQueue.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharQueue.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; class CharQueue Modified: trunk/source/java/net/sf/jcontracts/antlr/CharRangeElement.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharRangeElement.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharRangeElement.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; class CharRangeElement extends AlternativeElement Modified: trunk/source/java/net/sf/jcontracts/antlr/CharScanner.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharScanner.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharScanner.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import java.util.Hashtable; Modified: trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingInteractive.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingInteractive.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingInteractive.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import java.io.IOException; Modified: trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingInteractiveNoCaseSensitive.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingInteractiveNoCaseSensitive.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingInteractiveNoCaseSensitive.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import java.io.IOException; Modified: trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingNoInteractive.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingNoInteractive.java 2006-12-05 07:25:30 UTC (rev 42) +++ trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingNoInteractive.java 2006-12-27 06:16:00 UTC (rev 43) @@ -1,3 +1,19 @@ +/* + * Copyright 1997-2000 Reto Kramer + * Copyright 2006 John Swapceinski, Johan Stuyts + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package net.sf.jcontracts.antlr; import java.io.IOException; Modified: trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktrackingNoInteractiveNoCaseSensitive.java =================================================================== --- trunk/source/java/net/sf/jcontracts/antlr/CharScannerBacktracki... [truncated message content] |