From d0b99f2322aaa01f3f353fd3c73919cf5ed3f759 Mon Sep 17 00:00:00 2001 From: Giles <--global> Date: Tue, 14 Nov 2017 14:59:12 +0100 Subject: [PATCH] fix headers --- Api/FormulaBuilder.cpp | 4 ++-- Api/FormulaBuilder.hpp | 4 ++-- Api/Helper.cpp | 4 ++-- Api/Helper.hpp | 4 ++-- Api/Helper_Internal.hpp | 4 ++-- Api/Problem.cpp | 4 ++-- Api/Problem.hpp | 4 ++-- Api/ResourceLimits.cpp | 4 ++-- Api/ResourceLimits.hpp | 4 ++-- Api/Tracing.cpp | 4 ++-- Api/Tracing.hpp | 4 ++-- CASC/CLTBMode.cpp | 4 ++-- CASC/CLTBMode.hpp | 4 ++-- CASC/CLTBModeLearning.cpp | 4 ++-- CASC/CLTBModeLearning.hpp | 4 ++-- CASC/PortfolioMode.cpp | 4 ++-- CASC/PortfolioMode.hpp | 4 ++-- CASC/Schedules.cpp | 4 ++-- CASC/Schedules.hpp | 4 ++-- DP/DecisionProcedure.hpp | 4 ++-- DP/ShortConflictMetaDP.cpp | 4 ++-- DP/ShortConflictMetaDP.hpp | 4 ++-- DP/SimpleCongruenceClosure.cpp | 4 ++-- DP/SimpleCongruenceClosure.hpp | 4 ++-- Debug/Assertion.cpp | 4 ++-- Debug/Assertion.hpp | 4 ++-- Debug/RuntimeStatistics.cpp | 4 ++-- Debug/RuntimeStatistics.hpp | 4 ++-- Debug/Tracer.cpp | 4 ++-- Debug/Tracer.hpp | 4 ++-- FMB/ClauseFlattening.cpp | 4 ++-- FMB/ClauseFlattening.hpp | 4 ++-- FMB/CliqueFinder.hpp | 4 ++-- FMB/DefinitionIntroduction.hpp | 4 ++-- FMB/FiniteModel.cpp | 4 ++-- FMB/FiniteModel.hpp | 4 ++-- FMB/FiniteModelBuilder.cpp | 4 ++-- FMB/FiniteModelBuilder.hpp | 4 ++-- FMB/FiniteModelMultiSorted.cpp | 4 ++-- FMB/FiniteModelMultiSorted.hpp | 4 ++-- FMB/FunctionRelationshipInference.cpp | 4 ++-- FMB/FunctionRelationshipInference.hpp | 4 ++-- FMB/ModelCheck.hpp | 4 ++-- FMB/Monotonicity.cpp | 4 ++-- FMB/Monotonicity.hpp | 4 ++-- FMB/SortInference.cpp | 4 ++-- FMB/SortInference.hpp | 4 ++-- Forwards.hpp | 4 ++-- Global.cpp | 4 ++-- Indexing/AcyclicityIndex.cpp | 4 ++-- Indexing/AcyclicityIndex.hpp | 4 ++-- Indexing/ArithmeticIndex.cpp | 4 ++-- Indexing/ArithmeticIndex.hpp | 4 ++-- Indexing/ClauseCodeTree.cpp | 4 ++-- Indexing/ClauseCodeTree.hpp | 4 ++-- Indexing/ClauseVariantIndex.cpp | 4 ++-- Indexing/ClauseVariantIndex.hpp | 4 ++-- Indexing/CodeTree.cpp | 4 ++-- Indexing/CodeTree.hpp | 4 ++-- Indexing/CodeTreeInterfaces.cpp | 4 ++-- Indexing/CodeTreeInterfaces.hpp | 4 ++-- Indexing/FormulaIndex.cpp | 4 ++-- Indexing/FormulaIndex.hpp | 4 ++-- Indexing/GroundingIndex.cpp | 4 ++-- Indexing/GroundingIndex.hpp | 4 ++-- Indexing/Index.cpp | 4 ++-- Indexing/Index.hpp | 4 ++-- Indexing/IndexManager.cpp | 4 ++-- Indexing/IndexManager.hpp | 4 ++-- Indexing/LiteralIndex.cpp | 4 ++-- Indexing/LiteralIndex.hpp | 4 ++-- Indexing/LiteralIndexingStructure.hpp | 4 ++-- Indexing/LiteralMiniIndex.cpp | 4 ++-- Indexing/LiteralMiniIndex.hpp | 4 ++-- Indexing/LiteralSubstitutionTree.cpp | 4 ++-- Indexing/LiteralSubstitutionTree.hpp | 4 ++-- Indexing/ResultSubstitution.cpp | 4 ++-- Indexing/ResultSubstitution.hpp | 4 ++-- Indexing/SubstitutionTree.cpp | 4 ++-- Indexing/SubstitutionTree.hpp | 4 ++-- Indexing/SubstitutionTree_FastGen.cpp | 4 ++-- Indexing/SubstitutionTree_FastInst.cpp | 4 ++-- Indexing/SubstitutionTree_Nodes.cpp | 4 ++-- Indexing/TermCodeTree.cpp | 4 ++-- Indexing/TermCodeTree.hpp | 4 ++-- Indexing/TermIndex.cpp | 4 ++-- Indexing/TermIndex.hpp | 4 ++-- Indexing/TermIndexingStructure.hpp | 4 ++-- Indexing/TermSharing.cpp | 4 ++-- Indexing/TermSharing.hpp | 4 ++-- Indexing/TermSubstitutionTree.cpp | 4 ++-- Indexing/TermSubstitutionTree.hpp | 4 ++-- Inferences/ArrayTheoryISE.cpp | 4 ++-- Inferences/ArrayTheoryISE.hpp | 4 ++-- Inferences/BackwardDemodulation.cpp | 4 ++-- Inferences/BackwardDemodulation.hpp | 4 ++-- Inferences/BackwardSubsumptionResolution.cpp | 4 ++-- Inferences/BackwardSubsumptionResolution.hpp | 4 ++-- Inferences/BinaryResolution.cpp | 4 ++-- Inferences/BinaryResolution.hpp | 4 ++-- Inferences/CTFwSubsAndRes.cpp | 4 ++-- Inferences/CTFwSubsAndRes.hpp | 4 ++-- Inferences/Condensation.cpp | 4 ++-- Inferences/Condensation.hpp | 4 ++-- Inferences/DistinctEqualitySimplifier.cpp | 4 ++-- Inferences/DistinctEqualitySimplifier.hpp | 4 ++-- Inferences/EqualityFactoring.cpp | 4 ++-- Inferences/EqualityFactoring.hpp | 4 ++-- Inferences/EqualityResolution.cpp | 4 ++-- Inferences/EqualityResolution.hpp | 4 ++-- Inferences/EquationalTautologyRemoval.cpp | 4 ++-- Inferences/EquationalTautologyRemoval.hpp | 4 ++-- Inferences/ExtensionalityResolution.cpp | 4 ++-- Inferences/ExtensionalityResolution.hpp | 4 ++-- Inferences/FOOLParamodulation.cpp | 4 ++-- Inferences/FOOLParamodulation.hpp | 4 ++-- Inferences/Factoring.cpp | 4 ++-- Inferences/Factoring.hpp | 4 ++-- Inferences/FastCondensation.cpp | 4 ++-- Inferences/FastCondensation.hpp | 4 ++-- Inferences/ForwardDemodulation.cpp | 4 ++-- Inferences/ForwardDemodulation.hpp | 4 ++-- Inferences/ForwardLiteralRewriting.cpp | 4 ++-- Inferences/ForwardLiteralRewriting.hpp | 4 ++-- Inferences/ForwardSubsumptionAndResolution.cpp | 4 ++-- Inferences/ForwardSubsumptionAndResolution.hpp | 4 ++-- Inferences/GlobalSubsumption.cpp | 4 ++-- Inferences/GlobalSubsumption.hpp | 4 ++-- Inferences/HyperSuperposition.cpp | 4 ++-- Inferences/HyperSuperposition.hpp | 4 ++-- Inferences/InferenceEngine.cpp | 4 ++-- Inferences/InferenceEngine.hpp | 4 ++-- Inferences/InnerRewriting.cpp | 4 ++-- Inferences/InnerRewriting.hpp | 4 ++-- Inferences/Instantiation.cpp | 4 ++-- Inferences/Instantiation.hpp | 4 ++-- Inferences/InterpretedEvaluation.cpp | 4 ++-- Inferences/InterpretedEvaluation.hpp | 4 ++-- Inferences/InterpretedSimplifier.cpp | 4 ++-- Inferences/InterpretedSimplifier.hpp | 4 ++-- Inferences/RefutationSeekerFSE.cpp | 4 ++-- Inferences/RefutationSeekerFSE.hpp | 4 ++-- Inferences/SLQueryBackwardSubsumption.cpp | 4 ++-- Inferences/SLQueryBackwardSubsumption.hpp | 4 ++-- Inferences/SLQueryForwardSubsumption.cpp | 4 ++-- Inferences/SLQueryForwardSubsumption.hpp | 4 ++-- Inferences/Superposition.cpp | 4 ++-- Inferences/Superposition.hpp | 4 ++-- Inferences/TautologyDeletionISE.cpp | 4 ++-- Inferences/TautologyDeletionISE.hpp | 4 ++-- Inferences/TermAlgebraReasoning.cpp | 4 ++-- Inferences/TermAlgebraReasoning.hpp | 4 ++-- Inferences/TheoryInstAndSimp.cpp | 4 ++-- Inferences/TheoryInstAndSimp.hpp | 4 ++-- Inferences/URResolution.cpp | 4 ++-- Inferences/URResolution.hpp | 4 ++-- InstGen/IGAlgorithm.cpp | 4 ++-- InstGen/IGAlgorithm.hpp | 4 ++-- InstGen/ModelPrinter.cpp | 4 ++-- InstGen/ModelPrinter.hpp | 4 ++-- Kernel/Assignment.cpp | 4 ++-- Kernel/Assignment.hpp | 4 ++-- Kernel/BestLiteralSelector.hpp | 4 ++-- Kernel/Clause.cpp | 4 ++-- Kernel/Clause.hpp | 4 ++-- Kernel/ClauseQueue.cpp | 4 ++-- Kernel/ClauseQueue.hpp | 4 ++-- Kernel/ColorHelper.cpp | 4 ++-- Kernel/ColorHelper.hpp | 4 ++-- Kernel/Connective.hpp | 4 ++-- Kernel/Constraint.cpp | 4 ++-- Kernel/Constraint.hpp | 4 ++-- Kernel/Curryfier.hpp | 4 ++-- Kernel/ELiteralSelector.cpp | 4 ++-- Kernel/ELiteralSelector.hpp | 4 ++-- Kernel/EqHelper.cpp | 4 ++-- Kernel/EqHelper.hpp | 4 ++-- Kernel/FlatTerm.cpp | 4 ++-- Kernel/FlatTerm.hpp | 4 ++-- Kernel/Formula.cpp | 4 ++-- Kernel/Formula.hpp | 4 ++-- Kernel/FormulaTransformer.cpp | 4 ++-- Kernel/FormulaTransformer.hpp | 4 ++-- Kernel/FormulaUnit.cpp | 4 ++-- Kernel/FormulaUnit.hpp | 4 ++-- Kernel/FormulaVarIterator.cpp | 4 ++-- Kernel/FormulaVarIterator.hpp | 4 ++-- Kernel/Grounder.cpp | 4 ++-- Kernel/Grounder.hpp | 4 ++-- Kernel/Inference.cpp | 4 ++-- Kernel/Inference.hpp | 4 ++-- Kernel/InferenceStore.cpp | 4 ++-- Kernel/InferenceStore.hpp | 4 ++-- Kernel/InterpretedLiteralEvaluator.cpp | 4 ++-- Kernel/InterpretedLiteralEvaluator.hpp | 4 ++-- Kernel/KBO.cpp | 4 ++-- Kernel/KBO.hpp | 4 ++-- Kernel/KBOForEPR.cpp | 4 ++-- Kernel/KBOForEPR.hpp | 4 ++-- Kernel/LPO.cpp | 4 ++-- Kernel/LPO.hpp | 4 ++-- Kernel/LiteralComparators.hpp | 4 ++-- Kernel/LiteralSelector.cpp | 4 ++-- Kernel/LiteralSelector.hpp | 4 ++-- Kernel/LookaheadLiteralSelector.cpp | 4 ++-- Kernel/LookaheadLiteralSelector.hpp | 4 ++-- Kernel/MLMatcher.cpp | 4 ++-- Kernel/MLMatcher.hpp | 4 ++-- Kernel/MLVariant.cpp | 4 ++-- Kernel/MLVariant.hpp | 4 ++-- Kernel/MainLoop.cpp | 4 ++-- Kernel/MainLoop.hpp | 4 ++-- Kernel/MatchTag.cpp | 4 ++-- Kernel/MatchTag.hpp | 4 ++-- Kernel/Matcher.cpp | 4 ++-- Kernel/Matcher.hpp | 4 ++-- Kernel/MaximalLiteralSelector.cpp | 4 ++-- Kernel/MaximalLiteralSelector.hpp | 4 ++-- Kernel/Number.cpp | 4 ++-- Kernel/Number.hpp | 4 ++-- Kernel/Ordering.cpp | 4 ++-- Kernel/Ordering.hpp | 4 ++-- Kernel/Ordering_Equality.cpp | 4 ++-- Kernel/Problem.cpp | 4 ++-- Kernel/Problem.hpp | 4 ++-- Kernel/RCClauseStack.hpp | 4 ++-- Kernel/Rational.cpp | 4 ++-- Kernel/Rational.hpp | 4 ++-- Kernel/Renaming.cpp | 4 ++-- Kernel/Renaming.hpp | 4 ++-- Kernel/RobSubstitution.cpp | 4 ++-- Kernel/RobSubstitution.hpp | 4 ++-- Kernel/Signature.cpp | 4 ++-- Kernel/Signature.hpp | 4 ++-- Kernel/SortHelper.cpp | 4 ++-- Kernel/SortHelper.hpp | 4 ++-- Kernel/Sorts.cpp | 4 ++-- Kernel/Sorts.hpp | 4 ++-- Kernel/SpassLiteralSelector.cpp | 4 ++-- Kernel/SpassLiteralSelector.hpp | 4 ++-- Kernel/SubformulaIterator.cpp | 4 ++-- Kernel/SubformulaIterator.hpp | 4 ++-- Kernel/SubstHelper.hpp | 4 ++-- Kernel/Substitution.cpp | 4 ++-- Kernel/Substitution.hpp | 4 ++-- Kernel/Term.cpp | 4 ++-- Kernel/Term.hpp | 4 ++-- Kernel/TermIterators.cpp | 4 ++-- Kernel/TermIterators.hpp | 4 ++-- Kernel/TermTransformer.cpp | 4 ++-- Kernel/TermTransformer.hpp | 4 ++-- Kernel/Theory.cpp | 4 ++-- Kernel/Theory.hpp | 4 ++-- Kernel/Unit.cpp | 4 ++-- Kernel/Unit.hpp | 4 ++-- Kernel/V2CIndex.cpp | 4 ++-- Kernel/V2CIndex.hpp | 4 ++-- Lib/Allocator.cpp | 4 ++-- Lib/Allocator.hpp | 4 ++-- Lib/Array.hpp | 4 ++-- Lib/ArrayMap.hpp | 4 ++-- Lib/BacktrackIterators.hpp | 4 ++-- Lib/Backtrackable.hpp | 4 ++-- Lib/BinaryHeap.hpp | 4 ++-- Lib/BitUtils.hpp | 4 ++-- Lib/BucketSorter.hpp | 4 ++-- Lib/Cache.hpp | 4 ++-- Lib/Comparison.hpp | 4 ++-- Lib/Counter.hpp | 4 ++-- Lib/DArray.hpp | 4 ++-- Lib/DHMap.cpp | 4 ++-- Lib/DHMap.hpp | 4 ++-- Lib/DHMultiset.hpp | 4 ++-- Lib/DHSet.hpp | 4 ++-- Lib/Deque.hpp | 4 ++-- Lib/DynamicHeap.hpp | 4 ++-- Lib/Enumerator.hpp | 4 ++-- Lib/Environment.cpp | 4 ++-- Lib/Environment.hpp | 4 ++-- Lib/Event.cpp | 4 ++-- Lib/Event.hpp | 4 ++-- Lib/Exception.cpp | 4 ++-- Lib/Exception.hpp | 4 ++-- Lib/FreshnessGuard.hpp | 4 ++-- Lib/Graph.cpp | 4 ++-- Lib/Graph.hpp | 4 ++-- Lib/Hash.cpp | 4 ++-- Lib/Hash.hpp | 4 ++-- Lib/ImplicationSetClosure.hpp | 4 ++-- Lib/InPlaceStack.hpp | 4 ++-- Lib/Int.cpp | 4 ++-- Lib/Int.hpp | 4 ++-- Lib/IntNameTable.cpp | 4 ++-- Lib/IntNameTable.hpp | 4 ++-- Lib/IntUnionFind.cpp | 4 ++-- Lib/IntUnionFind.hpp | 4 ++-- Lib/IntegerSet.cpp | 4 ++-- Lib/IntegerSet.hpp | 4 ++-- Lib/InverseLookup.hpp | 4 ++-- Lib/LastCopyWatcher.hpp | 4 ++-- Lib/List.hpp | 4 ++-- Lib/Map.hpp | 4 ++-- Lib/MapToLIFO.hpp | 4 ++-- Lib/MaybeBool.hpp | 4 ++-- Lib/MemoryLeak.cpp | 4 ++-- Lib/MemoryLeak.hpp | 4 ++-- Lib/Metaarrays.hpp | 4 ++-- Lib/Metaiterators.hpp | 4 ++-- Lib/MultiColumnMap.hpp | 4 ++-- Lib/MultiCounter.cpp | 4 ++-- Lib/MultiCounter.hpp | 4 ++-- Lib/NameArray.cpp | 4 ++-- Lib/NameArray.hpp | 4 ++-- Lib/Numbering.hpp | 4 ++-- Lib/OptionsReader.cpp | 4 ++-- Lib/OptionsReader.hpp | 4 ++-- Lib/PairUtils.hpp | 4 ++-- Lib/Portability.hpp | 4 ++-- Lib/RCPtr.hpp | 4 ++-- Lib/Random.cpp | 4 ++-- Lib/Random.hpp | 4 ++-- Lib/RatioKeeper.hpp | 4 ++-- Lib/Recycler.hpp | 4 ++-- Lib/ReferenceCounter.hpp | 4 ++-- Lib/Reflection.hpp | 4 ++-- Lib/SCCAnalyzer.hpp | 4 ++-- Lib/STLAllocator.hpp | 4 ++-- Lib/SafeRecursion.hpp | 4 ++-- Lib/ScopedLet.hpp | 4 ++-- Lib/ScopedPtr.hpp | 4 ++-- Lib/Set.hpp | 4 ++-- Lib/SharedSet.hpp | 4 ++-- Lib/SkipList.hpp | 4 ++-- Lib/SmartPtr.hpp | 4 ++-- Lib/Sort.hpp | 4 ++-- Lib/Stack.hpp | 4 ++-- Lib/StringUtils.cpp | 4 ++-- Lib/StringUtils.hpp | 4 ++-- Lib/System.cpp | 4 ++-- Lib/System.hpp | 4 ++-- Lib/TimeCounter.cpp | 4 ++-- Lib/TimeCounter.hpp | 4 ++-- Lib/Timer.cpp | 4 ++-- Lib/Timer.hpp | 4 ++-- Lib/TriangularArray.hpp | 4 ++-- Lib/VString.hpp | 4 ++-- Lib/Vector.hpp | 4 ++-- Lib/VirtualIterator.hpp | 4 ++-- Lib/XML.cpp | 4 ++-- Lib/XML.hpp | 4 ++-- Lib/fdstream.hpp | 4 ++-- Parse/SMTLIB.cpp | 4 ++-- Parse/SMTLIB.hpp | 4 ++-- Parse/SMTLIB2.cpp | 4 ++-- Parse/SMTLIB2.hpp | 4 ++-- Parse/TPTP.cpp | 4 ++-- Parse/TPTP.hpp | 4 ++-- SAT/BufferedSolver.cpp | 4 ++-- SAT/BufferedSolver.hpp | 4 ++-- SAT/ClauseDisposer.cpp | 4 ++-- SAT/ClauseDisposer.hpp | 4 ++-- SAT/DIMACS.cpp | 4 ++-- SAT/DIMACS.hpp | 4 ++-- SAT/FallbackSolverWrapper.cpp | 4 ++-- SAT/FallbackSolverWrapper.hpp | 4 ++-- SAT/ISSatSweeping.cpp | 4 ++-- SAT/ISSatSweeping.hpp | 4 ++-- SAT/MinimizingSolver.cpp | 4 ++-- SAT/MinimizingSolver.hpp | 4 ++-- SAT/MinisatInterfacing.cpp | 4 ++-- SAT/MinisatInterfacing.hpp | 4 ++-- SAT/MinisatInterfacingNewSimp.cpp | 4 ++-- SAT/MinisatInterfacingNewSimp.hpp | 4 ++-- SAT/Preprocess.cpp | 4 ++-- SAT/Preprocess.hpp | 4 ++-- SAT/RestartStrategy.cpp | 4 ++-- SAT/RestartStrategy.hpp | 4 ++-- SAT/SAT2FO.cpp | 4 ++-- SAT/SAT2FO.hpp | 4 ++-- SAT/SATClause.cpp | 4 ++-- SAT/SATClause.hpp | 4 ++-- SAT/SATClauseSharing.cpp | 4 ++-- SAT/SATClauseSharing.hpp | 4 ++-- SAT/SATInference.cpp | 4 ++-- SAT/SATInference.hpp | 4 ++-- SAT/SATLiteral.cpp | 4 ++-- SAT/SATLiteral.hpp | 4 ++-- SAT/SATSolver.hpp | 4 ++-- SAT/SingleWatchSAT.cpp | 4 ++-- SAT/SingleWatchSAT.hpp | 4 ++-- SAT/TWLSolver.cpp | 4 ++-- SAT/TWLSolver.hpp | 4 ++-- SAT/TransparentSolver.cpp | 4 ++-- SAT/TransparentSolver.hpp | 4 ++-- SAT/VariableSelector.cpp | 4 ++-- SAT/VariableSelector.hpp | 4 ++-- SAT/Z3Interfacing.cpp | 4 ++-- SAT/Z3Interfacing.hpp | 4 ++-- SAT/Z3MainLoop.cpp | 4 ++-- SAT/Z3MainLoop.hpp | 4 ++-- Saturation/AWPassiveClauseContainer.cpp | 4 ++-- Saturation/AWPassiveClauseContainer.hpp | 4 ++-- Saturation/ClauseContainer.cpp | 4 ++-- Saturation/ClauseContainer.hpp | 4 ++-- Saturation/ConsequenceFinder.cpp | 4 ++-- Saturation/ConsequenceFinder.hpp | 4 ++-- Saturation/Discount.cpp | 4 ++-- Saturation/Discount.hpp | 4 ++-- Saturation/ExtensionalityClauseContainer.cpp | 4 ++-- Saturation/ExtensionalityClauseContainer.hpp | 4 ++-- Saturation/LRS.cpp | 4 ++-- Saturation/LRS.hpp | 4 ++-- Saturation/LabelFinder.cpp | 4 ++-- Saturation/LabelFinder.hpp | 4 ++-- Saturation/Limits.cpp | 4 ++-- Saturation/Limits.hpp | 4 ++-- Saturation/Otter.cpp | 4 ++-- Saturation/Otter.hpp | 4 ++-- Saturation/ProvingHelper.cpp | 4 ++-- Saturation/ProvingHelper.hpp | 4 ++-- Saturation/SaturationAlgorithm.cpp | 4 ++-- Saturation/SaturationAlgorithm.hpp | 4 ++-- Saturation/Splitter.cpp | 4 ++-- Saturation/Splitter.hpp | 4 ++-- Saturation/SymElOutput.cpp | 4 ++-- Saturation/SymElOutput.hpp | 4 ++-- Shell/AnswerExtractor.cpp | 4 ++-- Shell/AnswerExtractor.hpp | 4 ++-- Shell/AxiomGenerator.cpp | 4 ++-- Shell/AxiomGenerator.hpp | 4 ++-- Shell/BFNT.cpp | 4 ++-- Shell/BFNT.hpp | 4 ++-- Shell/BFNTMainLoop.cpp | 4 ++-- Shell/BFNTMainLoop.hpp | 4 ++-- Shell/BlockedClauseElimination.cpp | 4 ++-- Shell/BlockedClauseElimination.hpp | 4 ++-- Shell/CNF.cpp | 4 ++-- Shell/CNF.hpp | 4 ++-- Shell/CParser.cpp | 4 ++-- Shell/CParser.hpp | 4 ++-- Shell/CommandLine.cpp | 4 ++-- Shell/CommandLine.hpp | 4 ++-- Shell/ConstantRemover.cpp | 4 ++-- Shell/ConstantRemover.hpp | 4 ++-- Shell/ConstraintReaderBack.cpp | 4 ++-- Shell/ConstraintReaderBack.hpp | 4 ++-- Shell/DistinctGroupExpansion.cpp | 4 ++-- Shell/DistinctGroupExpansion.hpp | 4 ++-- Shell/DistinctProcessor.cpp | 4 ++-- Shell/DistinctProcessor.hpp | 4 ++-- Shell/EqResWithDeletion.cpp | 4 ++-- Shell/EqResWithDeletion.hpp | 4 ++-- Shell/EqualityAxiomatizer.cpp | 4 ++-- Shell/EqualityAxiomatizer.hpp | 4 ++-- Shell/EqualityProxy.cpp | 4 ++-- Shell/EqualityProxy.hpp | 4 ++-- Shell/EqualityVariableRemover.cpp | 4 ++-- Shell/EqualityVariableRemover.hpp | 4 ++-- Shell/EquivalentVariableRemover.cpp | 4 ++-- Shell/EquivalentVariableRemover.hpp | 4 ++-- Shell/FOOLElimination.cpp | 4 ++-- Shell/FOOLElimination.hpp | 4 ++-- Shell/Flattening.cpp | 4 ++-- Shell/Flattening.hpp | 4 ++-- Shell/FunctionDefinition.cpp | 4 ++-- Shell/FunctionDefinition.hpp | 4 ++-- Shell/GeneralSplitting.cpp | 4 ++-- Shell/GeneralSplitting.hpp | 4 ++-- Shell/GlobalOptions.cpp | 4 ++-- Shell/GlobalOptions.hpp | 4 ++-- Shell/Grounding.cpp | 4 ++-- Shell/Grounding.hpp | 4 ++-- Shell/HalfBoundingRemover.cpp | 4 ++-- Shell/HalfBoundingRemover.hpp | 4 ++-- Shell/InequalitySplitting.cpp | 4 ++-- Shell/InequalitySplitting.hpp | 4 ++-- Shell/InterpolantMinimizer.cpp | 4 ++-- Shell/InterpolantMinimizer.hpp | 4 ++-- Shell/InterpolantMinimizerNew.cpp | 4 ++-- Shell/InterpolantMinimizerNew.hpp | 4 ++-- Shell/Interpolants.cpp | 4 ++-- Shell/Interpolants.hpp | 4 ++-- Shell/InterpolantsNew.cpp | 4 ++-- Shell/InterpolantsNew.hpp | 4 ++-- Shell/InterpretedNormalizer.cpp | 4 ++-- Shell/InterpretedNormalizer.hpp | 4 ++-- Shell/LTB/Builder.cpp | 4 ++-- Shell/LTB/Builder.hpp | 4 ++-- Shell/LTB/Selector.cpp | 4 ++-- Shell/LTB/Selector.hpp | 4 ++-- Shell/LTB/Storage.cpp | 4 ++-- Shell/LTB/Storage.hpp | 4 ++-- Shell/LaTeX.cpp | 4 ++-- Shell/LaTeX.hpp | 4 ++-- Shell/Lexer.cpp | 4 ++-- Shell/Lexer.hpp | 4 ++-- Shell/LispLexer.cpp | 4 ++-- Shell/LispLexer.hpp | 4 ++-- Shell/LispParser.cpp | 4 ++-- Shell/LispParser.hpp | 4 ++-- Shell/NNF.cpp | 4 ++-- Shell/NNF.hpp | 4 ++-- Shell/Naming.cpp | 4 ++-- Shell/Naming.hpp | 4 ++-- Shell/NewCNF.cpp | 4 ++-- Shell/NewCNF.hpp | 4 ++-- Shell/Normalisation.cpp | 4 ++-- Shell/Normalisation.hpp | 4 ++-- Shell/Options.cpp | 4 ++-- Shell/Options.hpp | 4 ++-- Shell/PARSER_TKV.cpp | 4 ++-- Shell/PARSER_TKV.hpp | 4 ++-- Shell/PDUtils.cpp | 4 ++-- Shell/PDUtils.hpp | 4 ++-- Shell/PredicateDefinition.cpp | 4 ++-- Shell/PredicateDefinition.hpp | 4 ++-- Shell/Preprocess.cpp | 4 ++-- Shell/Preprocess.hpp | 4 ++-- Shell/Profile.cpp | 4 ++-- Shell/Profile.hpp | 4 ++-- Shell/ProofSimplifier.cpp | 4 ++-- Shell/ProofSimplifier.hpp | 4 ++-- Shell/Property.cpp | 4 ++-- Shell/Property.hpp | 4 ++-- Shell/Rectify.cpp | 4 ++-- Shell/Rectify.hpp | 4 ++-- Shell/Refutation.cpp | 4 ++-- Shell/Refutation.hpp | 4 ++-- Shell/SMTFormula.cpp | 4 ++-- Shell/SMTFormula.hpp | 4 ++-- Shell/SMTLEX.cpp | 4 ++-- Shell/SMTLEX.hpp | 4 ++-- Shell/SMTLIBLogic.hpp | 4 ++-- Shell/SMTPAR.cpp | 4 ++-- Shell/SMTPAR.hpp | 4 ++-- Shell/SMTPrinter.cpp | 4 ++-- Shell/SMTPrinter.hpp | 4 ++-- Shell/SimplifyFalseTrue.cpp | 4 ++-- Shell/SimplifyFalseTrue.hpp | 4 ++-- Shell/SimplifyProver.cpp | 4 ++-- Shell/SimplifyProver.hpp | 4 ++-- Shell/SineUtils.cpp | 4 ++-- Shell/SineUtils.hpp | 4 ++-- Shell/Skolem.cpp | 4 ++-- Shell/Skolem.hpp | 4 ++-- Shell/Statistics.cpp | 4 ++-- Shell/Statistics.hpp | 4 ++-- Shell/SubexpressionIterator.cpp | 4 ++-- Shell/SubexpressionIterator.hpp | 4 ++-- Shell/SubsumptionRemover.cpp | 4 ++-- Shell/SubsumptionRemover.hpp | 4 ++-- Shell/SymCounter.cpp | 4 ++-- Shell/SymCounter.hpp | 4 ++-- Shell/SymbolDefinitionInlining.cpp | 4 ++-- Shell/SymbolDefinitionInlining.hpp | 6 +++--- Shell/SymbolOccurrenceReplacement.cpp | 4 ++-- Shell/SymbolOccurrenceReplacement.hpp | 4 ++-- Shell/TPTPPrinter.cpp | 4 ++-- Shell/TPTPPrinter.hpp | 4 ++-- Shell/TermAlgebra.cpp | 4 ++-- Shell/TermAlgebra.hpp | 4 ++-- Shell/TheoryAxioms.cpp | 4 ++-- Shell/TheoryAxioms.hpp | 4 ++-- Shell/TheoryFinder.cpp | 4 ++-- Shell/TheoryFinder.hpp | 4 ++-- Shell/TheoryFlattening.cpp | 4 ++-- Shell/TheoryFlattening.hpp | 4 ++-- Shell/Token.cpp | 4 ++-- Shell/Token.hpp | 4 ++-- Shell/TrivialPredicateRemover.cpp | 4 ++-- Shell/TrivialPredicateRemover.hpp | 4 ++-- Shell/UIHelper.cpp | 4 ++-- Shell/UIHelper.hpp | 4 ++-- Shell/VarManager.cpp | 4 ++-- Shell/VarManager.hpp | 4 ++-- Test/CheckedFwSimplifier.cpp | 4 ++-- Test/CheckedFwSimplifier.hpp | 4 ++-- Test/CheckedSatSolver.cpp | 4 ++-- Test/CheckedSatSolver.hpp | 4 ++-- Test/Compit2Output.cpp | 4 ++-- Test/Compit2Output.hpp | 4 ++-- Test/CompitOutput.cpp | 4 ++-- Test/CompitOutput.hpp | 4 ++-- Test/DiffOrdering.hpp | 4 ++-- Test/Output.cpp | 4 ++-- Test/Output.hpp | 4 ++-- Test/RecordingSatSolver.cpp | 4 ++-- Test/RecordingSatSolver.hpp | 4 ++-- Test/TestUtils.cpp | 4 ++-- Test/TestUtils.hpp | 4 ++-- Test/UnitTesting.cpp | 4 ++-- Test/UnitTesting.hpp | 4 ++-- Test/compit2.cpp | 4 ++-- Test/compit2.hpp | 4 ++-- Test/compit2_impl.cpp | 4 ++-- UnitTests/tArithCompare.cpp | 4 ++-- UnitTests/tBinaryHeap.cpp | 4 ++-- UnitTests/tDHMap.cpp | 4 ++-- UnitTests/tDHMultiset.cpp | 4 ++-- UnitTests/tDisagreement.cpp | 4 ++-- UnitTests/tDismatching.cpp | 4 ++-- UnitTests/tDynamicHeap.cpp | 4 ++-- UnitTests/tImplicationSetClosure.cpp | 4 ++-- UnitTests/tInstantiation.cpp | 4 ++-- UnitTests/tInterpretedFunctions.cpp | 4 ++-- UnitTests/tInterpretedNormalizer.cpp | 4 ++-- UnitTests/tList.cpp | 4 ++-- UnitTests/tOptionConstraints.cpp | 4 ++-- UnitTests/tRatioKeeper.cpp | 4 ++-- UnitTests/tSATSolver.cpp | 4 ++-- UnitTests/tSCCAnalyzer.cpp | 4 ++-- UnitTests/tSafeRecursion.cpp | 4 ++-- UnitTests/tSkipList.cpp | 4 ++-- UnitTests/tStack.cpp | 4 ++-- UnitTests/tTracingApi.cpp | 4 ++-- UnitTests/tTransparentSolver.cpp | 6 +++--- UnitTests/tTwoVampires.cpp | 4 ++-- UnitTests/tZ3test.cpp | 4 ++-- UnitTests/tfork.cpp | 4 ++-- VUtils/AnnotationColoring.cpp | 4 ++-- VUtils/AnnotationColoring.hpp | 4 ++-- VUtils/CPAInterpolator.cpp | 4 ++-- VUtils/CPAInterpolator.hpp | 4 ++-- VUtils/DPTester.cpp | 4 ++-- VUtils/DPTester.hpp | 4 ++-- VUtils/EPRRestoringScanner.cpp | 4 ++-- VUtils/EPRRestoringScanner.hpp | 4 ++-- VUtils/FOEquivalenceDiscovery.cpp | 4 ++-- VUtils/FOEquivalenceDiscovery.hpp | 4 ++-- VUtils/LocalityRestoring.cpp | 4 ++-- VUtils/LocalityRestoring.hpp | 4 ++-- VUtils/PreprocessingEvaluator.cpp | 4 ++-- VUtils/PreprocessingEvaluator.hpp | 4 ++-- VUtils/ProblemColoring.cpp | 4 ++-- VUtils/ProblemColoring.hpp | 4 ++-- VUtils/RangeColoring.cpp | 4 ++-- VUtils/RangeColoring.hpp | 4 ++-- VUtils/SATReplayer.cpp | 4 ++-- VUtils/SATReplayer.hpp | 4 ++-- VUtils/SMTLIBConcat.cpp | 4 ++-- VUtils/SMTLIBConcat.hpp | 4 ++-- VUtils/SimpleSMT.cpp | 4 ++-- VUtils/SimpleSMT.hpp | 4 ++-- VUtils/Z3InterpolantExtractor.cpp | 4 ++-- VUtils/Z3InterpolantExtractor.hpp | 4 ++-- test_libvapi.cpp | 4 ++-- test_vapi.cpp | 4 ++-- ucompit.cpp | 4 ++-- vampire.cpp | 4 ++-- vclausify.cpp | 4 ++-- vcompit.cpp | 4 ++-- vground.cpp | 4 ++-- vltb.cpp | 4 ++-- vsat.cpp | 4 ++-- vtest.cpp | 4 ++-- vutil.cpp | 4 ++-- 656 files changed, 1314 insertions(+), 1314 deletions(-) diff --git a/Api/FormulaBuilder.cpp b/Api/FormulaBuilder.cpp index 3d900912fe..47f9f21efb 100644 --- a/Api/FormulaBuilder.cpp +++ b/Api/FormulaBuilder.cpp @@ -3,7 +3,7 @@ * File FormulaBuilder.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Api/FormulaBuilder.hpp b/Api/FormulaBuilder.hpp index de02efa55c..04bedd7208 100644 --- a/Api/FormulaBuilder.hpp +++ b/Api/FormulaBuilder.hpp @@ -3,7 +3,7 @@ * File FormulaBuilder.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Api/Helper.cpp b/Api/Helper.cpp index b698dca3c1..ecea5e1208 100644 --- a/Api/Helper.cpp +++ b/Api/Helper.cpp @@ -3,7 +3,7 @@ * File Helper.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Api/Helper.hpp b/Api/Helper.hpp index ddddc234bd..35fb786367 100644 --- a/Api/Helper.hpp +++ b/Api/Helper.hpp @@ -3,7 +3,7 @@ * File Helper.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Api/Helper_Internal.hpp b/Api/Helper_Internal.hpp index a5a13086e0..373bcdf8aa 100644 --- a/Api/Helper_Internal.hpp +++ b/Api/Helper_Internal.hpp @@ -3,7 +3,7 @@ * File Helper_Internal.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Api/Problem.cpp b/Api/Problem.cpp index f65517c613..0b2c150263 100644 --- a/Api/Problem.cpp +++ b/Api/Problem.cpp @@ -3,7 +3,7 @@ * File Problem.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Api/Problem.hpp b/Api/Problem.hpp index 2e823e9604..b8a2478e42 100644 --- a/Api/Problem.hpp +++ b/Api/Problem.hpp @@ -3,7 +3,7 @@ * File Problem.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Api/ResourceLimits.cpp b/Api/ResourceLimits.cpp index 89394d1f89..11447491f5 100644 --- a/Api/ResourceLimits.cpp +++ b/Api/ResourceLimits.cpp @@ -3,7 +3,7 @@ * File ResourceLimits.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Api/ResourceLimits.hpp b/Api/ResourceLimits.hpp index 04b27e2536..b325a10f52 100644 --- a/Api/ResourceLimits.hpp +++ b/Api/ResourceLimits.hpp @@ -3,7 +3,7 @@ * File ResourceLimits.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Api/Tracing.cpp b/Api/Tracing.cpp index 8730fc89ef..c89a91f9cf 100644 --- a/Api/Tracing.cpp +++ b/Api/Tracing.cpp @@ -3,7 +3,7 @@ * File Tracing.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Api/Tracing.hpp b/Api/Tracing.hpp index e9ac238cdc..fafcea887a 100644 --- a/Api/Tracing.hpp +++ b/Api/Tracing.hpp @@ -3,7 +3,7 @@ * File Tracing.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/CASC/CLTBMode.cpp b/CASC/CLTBMode.cpp index 746d509ebc..1cda4e1294 100644 --- a/CASC/CLTBMode.cpp +++ b/CASC/CLTBMode.cpp @@ -3,7 +3,7 @@ * File CLTBMode.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/CASC/CLTBMode.hpp b/CASC/CLTBMode.hpp index 40a8931b99..81d785a9cc 100644 --- a/CASC/CLTBMode.hpp +++ b/CASC/CLTBMode.hpp @@ -3,7 +3,7 @@ * File CLTBMode.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/CASC/CLTBModeLearning.cpp b/CASC/CLTBModeLearning.cpp index 65e32568f2..bc3a5ea776 100644 --- a/CASC/CLTBModeLearning.cpp +++ b/CASC/CLTBModeLearning.cpp @@ -3,7 +3,7 @@ * File CLTBModeLearning.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/CASC/CLTBModeLearning.hpp b/CASC/CLTBModeLearning.hpp index 8877b29e41..e310073ca7 100644 --- a/CASC/CLTBModeLearning.hpp +++ b/CASC/CLTBModeLearning.hpp @@ -3,7 +3,7 @@ * File CLTBModeLearning.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/CASC/PortfolioMode.cpp b/CASC/PortfolioMode.cpp index e344f8c56c..c6c151dcb4 100644 --- a/CASC/PortfolioMode.cpp +++ b/CASC/PortfolioMode.cpp @@ -3,7 +3,7 @@ * File PortfolioMode.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/CASC/PortfolioMode.hpp b/CASC/PortfolioMode.hpp index b15ca7c951..5dd0482b52 100644 --- a/CASC/PortfolioMode.hpp +++ b/CASC/PortfolioMode.hpp @@ -3,7 +3,7 @@ * File PortfolioMode.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/CASC/Schedules.cpp b/CASC/Schedules.cpp index 3d71423a19..b2f735e90c 100644 --- a/CASC/Schedules.cpp +++ b/CASC/Schedules.cpp @@ -3,7 +3,7 @@ * File Schedules.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/CASC/Schedules.hpp b/CASC/Schedules.hpp index ac461b01a3..708e90abc5 100644 --- a/CASC/Schedules.hpp +++ b/CASC/Schedules.hpp @@ -3,7 +3,7 @@ * File Schedules.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/DP/DecisionProcedure.hpp b/DP/DecisionProcedure.hpp index 191c694c9e..d529372935 100644 --- a/DP/DecisionProcedure.hpp +++ b/DP/DecisionProcedure.hpp @@ -3,7 +3,7 @@ * File DecisionProcedure.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/DP/ShortConflictMetaDP.cpp b/DP/ShortConflictMetaDP.cpp index a8946dd24c..64294ad189 100644 --- a/DP/ShortConflictMetaDP.cpp +++ b/DP/ShortConflictMetaDP.cpp @@ -3,7 +3,7 @@ * File ShortConflictMetaDP.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/DP/ShortConflictMetaDP.hpp b/DP/ShortConflictMetaDP.hpp index fdabc6abd4..cb9b0fad58 100644 --- a/DP/ShortConflictMetaDP.hpp +++ b/DP/ShortConflictMetaDP.hpp @@ -3,7 +3,7 @@ * File ShortConflictMetaDP.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/DP/SimpleCongruenceClosure.cpp b/DP/SimpleCongruenceClosure.cpp index ab0f17d6d2..891ba981ea 100644 --- a/DP/SimpleCongruenceClosure.cpp +++ b/DP/SimpleCongruenceClosure.cpp @@ -3,7 +3,7 @@ * File SimpleCongruenceClosure.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/DP/SimpleCongruenceClosure.hpp b/DP/SimpleCongruenceClosure.hpp index b3678c44f3..80da0f8857 100644 --- a/DP/SimpleCongruenceClosure.hpp +++ b/DP/SimpleCongruenceClosure.hpp @@ -3,7 +3,7 @@ * File SimpleCongruenceClosure.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Debug/Assertion.cpp b/Debug/Assertion.cpp index 2683ab680b..262676c458 100644 --- a/Debug/Assertion.cpp +++ b/Debug/Assertion.cpp @@ -3,7 +3,7 @@ * File Assertion.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Debug/Assertion.hpp b/Debug/Assertion.hpp index 37aa009739..28d9554166 100644 --- a/Debug/Assertion.hpp +++ b/Debug/Assertion.hpp @@ -3,7 +3,7 @@ * File Assertion.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Debug/RuntimeStatistics.cpp b/Debug/RuntimeStatistics.cpp index 31199b09bd..d250119b86 100644 --- a/Debug/RuntimeStatistics.cpp +++ b/Debug/RuntimeStatistics.cpp @@ -3,7 +3,7 @@ * File RuntimeStatistics.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Debug/RuntimeStatistics.hpp b/Debug/RuntimeStatistics.hpp index 0859f60026..e7e7b7ec8e 100644 --- a/Debug/RuntimeStatistics.hpp +++ b/Debug/RuntimeStatistics.hpp @@ -3,7 +3,7 @@ * File RuntimeStatistics.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Debug/Tracer.cpp b/Debug/Tracer.cpp index 8fdefdb6df..407f3e795c 100644 --- a/Debug/Tracer.cpp +++ b/Debug/Tracer.cpp @@ -3,7 +3,7 @@ * File Tracer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Debug/Tracer.hpp b/Debug/Tracer.hpp index 7560b2cdb4..119e0491fe 100644 --- a/Debug/Tracer.hpp +++ b/Debug/Tracer.hpp @@ -3,7 +3,7 @@ * File Tracer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/ClauseFlattening.cpp b/FMB/ClauseFlattening.cpp index b972e467d8..f9572963b1 100644 --- a/FMB/ClauseFlattening.cpp +++ b/FMB/ClauseFlattening.cpp @@ -3,7 +3,7 @@ * File ClauseFlattening.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/ClauseFlattening.hpp b/FMB/ClauseFlattening.hpp index f0e6f4cd03..e94072d8db 100644 --- a/FMB/ClauseFlattening.hpp +++ b/FMB/ClauseFlattening.hpp @@ -3,7 +3,7 @@ * File ClauseFlattening.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/CliqueFinder.hpp b/FMB/CliqueFinder.hpp index a1e8bc3b44..2c79488a58 100644 --- a/FMB/CliqueFinder.hpp +++ b/FMB/CliqueFinder.hpp @@ -3,7 +3,7 @@ * File CliqueFinder.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/DefinitionIntroduction.hpp b/FMB/DefinitionIntroduction.hpp index 8aba7b3459..8fd0ca1a96 100644 --- a/FMB/DefinitionIntroduction.hpp +++ b/FMB/DefinitionIntroduction.hpp @@ -3,7 +3,7 @@ * File DefinitionIntroduction.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/FiniteModel.cpp b/FMB/FiniteModel.cpp index 772045ad9b..9628318921 100644 --- a/FMB/FiniteModel.cpp +++ b/FMB/FiniteModel.cpp @@ -3,7 +3,7 @@ * File FiniteModel.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/FiniteModel.hpp b/FMB/FiniteModel.hpp index 9c6a86a3e6..60a7e982f8 100644 --- a/FMB/FiniteModel.hpp +++ b/FMB/FiniteModel.hpp @@ -3,7 +3,7 @@ * File FiniteModel.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/FiniteModelBuilder.cpp b/FMB/FiniteModelBuilder.cpp index e9be039055..6c841801fd 100644 --- a/FMB/FiniteModelBuilder.cpp +++ b/FMB/FiniteModelBuilder.cpp @@ -3,7 +3,7 @@ * File FiniteModelBuilder.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/FiniteModelBuilder.hpp b/FMB/FiniteModelBuilder.hpp index 7daf008da7..755d636ead 100644 --- a/FMB/FiniteModelBuilder.hpp +++ b/FMB/FiniteModelBuilder.hpp @@ -3,7 +3,7 @@ * File FiniteModelBuilder.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/FiniteModelMultiSorted.cpp b/FMB/FiniteModelMultiSorted.cpp index 522c77bca3..5fe4ca10d4 100644 --- a/FMB/FiniteModelMultiSorted.cpp +++ b/FMB/FiniteModelMultiSorted.cpp @@ -3,7 +3,7 @@ * File FiniteModelMultiSorted.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/FiniteModelMultiSorted.hpp b/FMB/FiniteModelMultiSorted.hpp index c3d36e62f8..63a679f8a6 100644 --- a/FMB/FiniteModelMultiSorted.hpp +++ b/FMB/FiniteModelMultiSorted.hpp @@ -3,7 +3,7 @@ * File FiniteModelMultiSorted.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/FunctionRelationshipInference.cpp b/FMB/FunctionRelationshipInference.cpp index 9112cab33e..4b36184e13 100644 --- a/FMB/FunctionRelationshipInference.cpp +++ b/FMB/FunctionRelationshipInference.cpp @@ -3,7 +3,7 @@ * File FunctionRelationshipInference.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/FunctionRelationshipInference.hpp b/FMB/FunctionRelationshipInference.hpp index 2d8a418b68..f3a0be2e8c 100644 --- a/FMB/FunctionRelationshipInference.hpp +++ b/FMB/FunctionRelationshipInference.hpp @@ -3,7 +3,7 @@ * File FunctionRelationshipInference.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/ModelCheck.hpp b/FMB/ModelCheck.hpp index 2483fbd3ff..bb5de7f8e9 100644 --- a/FMB/ModelCheck.hpp +++ b/FMB/ModelCheck.hpp @@ -3,7 +3,7 @@ * File ModelCheck.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/Monotonicity.cpp b/FMB/Monotonicity.cpp index 4b87bc4bd3..956c53695f 100644 --- a/FMB/Monotonicity.cpp +++ b/FMB/Monotonicity.cpp @@ -3,7 +3,7 @@ * File Monotonicity.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/Monotonicity.hpp b/FMB/Monotonicity.hpp index 4c1f3aeb47..cf9d3b6692 100644 --- a/FMB/Monotonicity.hpp +++ b/FMB/Monotonicity.hpp @@ -3,7 +3,7 @@ * File Monotonicity.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/SortInference.cpp b/FMB/SortInference.cpp index 4e77a5857a..603b7aa18c 100644 --- a/FMB/SortInference.cpp +++ b/FMB/SortInference.cpp @@ -3,7 +3,7 @@ * File SortInference.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/FMB/SortInference.hpp b/FMB/SortInference.hpp index ae392156ed..66563432b6 100644 --- a/FMB/SortInference.hpp +++ b/FMB/SortInference.hpp @@ -3,7 +3,7 @@ * File SortInference.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Forwards.hpp b/Forwards.hpp index 432239ddba..8224422838 100644 --- a/Forwards.hpp +++ b/Forwards.hpp @@ -3,7 +3,7 @@ * File Forwards.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable).(unstable). It is protected by applicable + * Vampire.(unstable). It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Global.cpp b/Global.cpp index 26999f2bfc..585469cd00 100644 --- a/Global.cpp +++ b/Global.cpp @@ -3,7 +3,7 @@ * File Global.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable).(unstable). It is protected by applicable + * Vampire.(unstable). It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/AcyclicityIndex.cpp b/Indexing/AcyclicityIndex.cpp index cf139d7c3f..cfe259d645 100644 --- a/Indexing/AcyclicityIndex.cpp +++ b/Indexing/AcyclicityIndex.cpp @@ -3,7 +3,7 @@ * File AcyclicityIndex.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/AcyclicityIndex.hpp b/Indexing/AcyclicityIndex.hpp index 7ccac0a421..ee5fa65db9 100644 --- a/Indexing/AcyclicityIndex.hpp +++ b/Indexing/AcyclicityIndex.hpp @@ -3,7 +3,7 @@ * File AcyclicityIndex.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/ArithmeticIndex.cpp b/Indexing/ArithmeticIndex.cpp index c3a9db47fc..a577ac5519 100644 --- a/Indexing/ArithmeticIndex.cpp +++ b/Indexing/ArithmeticIndex.cpp @@ -3,7 +3,7 @@ * File ArithmeticIndex.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/ArithmeticIndex.hpp b/Indexing/ArithmeticIndex.hpp index 9be2a6a54f..90993f78e4 100644 --- a/Indexing/ArithmeticIndex.hpp +++ b/Indexing/ArithmeticIndex.hpp @@ -3,7 +3,7 @@ * File ArithmeticIndex.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/ClauseCodeTree.cpp b/Indexing/ClauseCodeTree.cpp index 36cdf9d30c..5b987487d2 100644 --- a/Indexing/ClauseCodeTree.cpp +++ b/Indexing/ClauseCodeTree.cpp @@ -3,7 +3,7 @@ * File ClauseCodeTree.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/ClauseCodeTree.hpp b/Indexing/ClauseCodeTree.hpp index f341b89519..51734a6f2a 100644 --- a/Indexing/ClauseCodeTree.hpp +++ b/Indexing/ClauseCodeTree.hpp @@ -3,7 +3,7 @@ * File ClauseCodeTree.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/ClauseVariantIndex.cpp b/Indexing/ClauseVariantIndex.cpp index 4d3b69a1c1..592ac3faec 100644 --- a/Indexing/ClauseVariantIndex.cpp +++ b/Indexing/ClauseVariantIndex.cpp @@ -3,7 +3,7 @@ * File ClauseVariantIndex.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/ClauseVariantIndex.hpp b/Indexing/ClauseVariantIndex.hpp index a970040446..f02be2ca46 100644 --- a/Indexing/ClauseVariantIndex.hpp +++ b/Indexing/ClauseVariantIndex.hpp @@ -3,7 +3,7 @@ * File ClauseVariantIndex.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/CodeTree.cpp b/Indexing/CodeTree.cpp index 2b7f0678c5..16f788b83b 100644 --- a/Indexing/CodeTree.cpp +++ b/Indexing/CodeTree.cpp @@ -3,7 +3,7 @@ * File CodeTree.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/CodeTree.hpp b/Indexing/CodeTree.hpp index ecbddd23cf..2419432f10 100644 --- a/Indexing/CodeTree.hpp +++ b/Indexing/CodeTree.hpp @@ -3,7 +3,7 @@ * File CodeTree.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/CodeTreeInterfaces.cpp b/Indexing/CodeTreeInterfaces.cpp index 2812f91e51..c330c1ef30 100644 --- a/Indexing/CodeTreeInterfaces.cpp +++ b/Indexing/CodeTreeInterfaces.cpp @@ -3,7 +3,7 @@ * File CodeTreeInterfaces.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/CodeTreeInterfaces.hpp b/Indexing/CodeTreeInterfaces.hpp index bf63e53ca1..fe5b88f71c 100644 --- a/Indexing/CodeTreeInterfaces.hpp +++ b/Indexing/CodeTreeInterfaces.hpp @@ -3,7 +3,7 @@ * File CodeTreeInterfaces.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/FormulaIndex.cpp b/Indexing/FormulaIndex.cpp index 28e10c2e49..79650e8c03 100644 --- a/Indexing/FormulaIndex.cpp +++ b/Indexing/FormulaIndex.cpp @@ -3,7 +3,7 @@ * File FormulaIndex.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/FormulaIndex.hpp b/Indexing/FormulaIndex.hpp index f7a3fdd6b0..20c2c36d92 100644 --- a/Indexing/FormulaIndex.hpp +++ b/Indexing/FormulaIndex.hpp @@ -3,7 +3,7 @@ * File FormulaIndex.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/GroundingIndex.cpp b/Indexing/GroundingIndex.cpp index db229c749c..b0fffd3033 100644 --- a/Indexing/GroundingIndex.cpp +++ b/Indexing/GroundingIndex.cpp @@ -3,7 +3,7 @@ * File GroundingIndex.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/GroundingIndex.hpp b/Indexing/GroundingIndex.hpp index 2b7942a93c..62d1047878 100644 --- a/Indexing/GroundingIndex.hpp +++ b/Indexing/GroundingIndex.hpp @@ -3,7 +3,7 @@ * File GroundingIndex.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/Index.cpp b/Indexing/Index.cpp index afe1b057f5..47a37b301e 100644 --- a/Indexing/Index.cpp +++ b/Indexing/Index.cpp @@ -3,7 +3,7 @@ * File Index.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/Index.hpp b/Indexing/Index.hpp index e43ea36a59..f68b3bd03a 100644 --- a/Indexing/Index.hpp +++ b/Indexing/Index.hpp @@ -3,7 +3,7 @@ * File Index.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/IndexManager.cpp b/Indexing/IndexManager.cpp index 844f3f565c..5bb7aa37d8 100644 --- a/Indexing/IndexManager.cpp +++ b/Indexing/IndexManager.cpp @@ -3,7 +3,7 @@ * File IndexManager.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/IndexManager.hpp b/Indexing/IndexManager.hpp index de0b74e861..b6cda37abf 100644 --- a/Indexing/IndexManager.hpp +++ b/Indexing/IndexManager.hpp @@ -3,7 +3,7 @@ * File IndexManager.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/LiteralIndex.cpp b/Indexing/LiteralIndex.cpp index ff4f36bc71..cb3c08ced3 100644 --- a/Indexing/LiteralIndex.cpp +++ b/Indexing/LiteralIndex.cpp @@ -3,7 +3,7 @@ * File LiteralIndex.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/LiteralIndex.hpp b/Indexing/LiteralIndex.hpp index 70ce025511..65eecce652 100644 --- a/Indexing/LiteralIndex.hpp +++ b/Indexing/LiteralIndex.hpp @@ -3,7 +3,7 @@ * File LiteralIndex.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/LiteralIndexingStructure.hpp b/Indexing/LiteralIndexingStructure.hpp index 491bf9402d..9649cbf34d 100644 --- a/Indexing/LiteralIndexingStructure.hpp +++ b/Indexing/LiteralIndexingStructure.hpp @@ -3,7 +3,7 @@ * File LiteralIndexingStructure.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/LiteralMiniIndex.cpp b/Indexing/LiteralMiniIndex.cpp index ab1a7104f8..4f5d54219c 100644 --- a/Indexing/LiteralMiniIndex.cpp +++ b/Indexing/LiteralMiniIndex.cpp @@ -3,7 +3,7 @@ * File LiteralMiniIndex.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/LiteralMiniIndex.hpp b/Indexing/LiteralMiniIndex.hpp index 2b7c7d5565..d4d1291a8d 100644 --- a/Indexing/LiteralMiniIndex.hpp +++ b/Indexing/LiteralMiniIndex.hpp @@ -3,7 +3,7 @@ * File LiteralMiniIndex.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/LiteralSubstitutionTree.cpp b/Indexing/LiteralSubstitutionTree.cpp index 548383379f..fadfd69e5a 100644 --- a/Indexing/LiteralSubstitutionTree.cpp +++ b/Indexing/LiteralSubstitutionTree.cpp @@ -3,7 +3,7 @@ * File LiteralSubstitutionTree.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/LiteralSubstitutionTree.hpp b/Indexing/LiteralSubstitutionTree.hpp index 4385efb568..7336fc8c09 100644 --- a/Indexing/LiteralSubstitutionTree.hpp +++ b/Indexing/LiteralSubstitutionTree.hpp @@ -3,7 +3,7 @@ * File LiteralSubstitutionTree.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/ResultSubstitution.cpp b/Indexing/ResultSubstitution.cpp index deca5dd95d..97d4206a1b 100644 --- a/Indexing/ResultSubstitution.cpp +++ b/Indexing/ResultSubstitution.cpp @@ -3,7 +3,7 @@ * File ResultSubstitution.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/ResultSubstitution.hpp b/Indexing/ResultSubstitution.hpp index 9ce9da3159..b18edd0b52 100644 --- a/Indexing/ResultSubstitution.hpp +++ b/Indexing/ResultSubstitution.hpp @@ -3,7 +3,7 @@ * File ResultSubstitution.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/SubstitutionTree.cpp b/Indexing/SubstitutionTree.cpp index 700c85b4fe..0bcb2b4dfc 100644 --- a/Indexing/SubstitutionTree.cpp +++ b/Indexing/SubstitutionTree.cpp @@ -3,7 +3,7 @@ * File SubstitutionTree.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/SubstitutionTree.hpp b/Indexing/SubstitutionTree.hpp index 226f784399..031e51cf53 100644 --- a/Indexing/SubstitutionTree.hpp +++ b/Indexing/SubstitutionTree.hpp @@ -3,7 +3,7 @@ * File SubstitutionTree.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/SubstitutionTree_FastGen.cpp b/Indexing/SubstitutionTree_FastGen.cpp index ae604541ba..0383dda1e1 100644 --- a/Indexing/SubstitutionTree_FastGen.cpp +++ b/Indexing/SubstitutionTree_FastGen.cpp @@ -3,7 +3,7 @@ * File SubstitutionTree_FastGen.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/SubstitutionTree_FastInst.cpp b/Indexing/SubstitutionTree_FastInst.cpp index bfb4add93b..2b8caa6968 100644 --- a/Indexing/SubstitutionTree_FastInst.cpp +++ b/Indexing/SubstitutionTree_FastInst.cpp @@ -3,7 +3,7 @@ * File SubstitutionTree_FastInst.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/SubstitutionTree_Nodes.cpp b/Indexing/SubstitutionTree_Nodes.cpp index a5a45761e6..6c3bac8bf0 100644 --- a/Indexing/SubstitutionTree_Nodes.cpp +++ b/Indexing/SubstitutionTree_Nodes.cpp @@ -3,7 +3,7 @@ * File SubstitutionTree_Nodes.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/TermCodeTree.cpp b/Indexing/TermCodeTree.cpp index 531e815964..9b214ea879 100644 --- a/Indexing/TermCodeTree.cpp +++ b/Indexing/TermCodeTree.cpp @@ -3,7 +3,7 @@ * File TermCodeTree.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/TermCodeTree.hpp b/Indexing/TermCodeTree.hpp index b0aa5e6915..738ac7bf7b 100644 --- a/Indexing/TermCodeTree.hpp +++ b/Indexing/TermCodeTree.hpp @@ -3,7 +3,7 @@ * File TermCodeTree.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/TermIndex.cpp b/Indexing/TermIndex.cpp index aa142d8894..63117b15bc 100644 --- a/Indexing/TermIndex.cpp +++ b/Indexing/TermIndex.cpp @@ -3,7 +3,7 @@ * File TermIndex.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/TermIndex.hpp b/Indexing/TermIndex.hpp index 416c4fed1c..b808d202d1 100644 --- a/Indexing/TermIndex.hpp +++ b/Indexing/TermIndex.hpp @@ -3,7 +3,7 @@ * File TermIndex.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/TermIndexingStructure.hpp b/Indexing/TermIndexingStructure.hpp index d1bf9d006d..eb2618e197 100644 --- a/Indexing/TermIndexingStructure.hpp +++ b/Indexing/TermIndexingStructure.hpp @@ -3,7 +3,7 @@ * File TermIndexingStructure.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/TermSharing.cpp b/Indexing/TermSharing.cpp index f1986f35b7..f597eb98a4 100644 --- a/Indexing/TermSharing.cpp +++ b/Indexing/TermSharing.cpp @@ -3,7 +3,7 @@ * File TermSharing.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/TermSharing.hpp b/Indexing/TermSharing.hpp index 2d12f2bc7d..4adcea2c26 100644 --- a/Indexing/TermSharing.hpp +++ b/Indexing/TermSharing.hpp @@ -3,7 +3,7 @@ * File TermSharing.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/TermSubstitutionTree.cpp b/Indexing/TermSubstitutionTree.cpp index 30d68e3310..2d4c584cd7 100644 --- a/Indexing/TermSubstitutionTree.cpp +++ b/Indexing/TermSubstitutionTree.cpp @@ -3,7 +3,7 @@ * File TermSubstitutionTree.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Indexing/TermSubstitutionTree.hpp b/Indexing/TermSubstitutionTree.hpp index 1704e8fb0f..6fcbc524f1 100644 --- a/Indexing/TermSubstitutionTree.hpp +++ b/Indexing/TermSubstitutionTree.hpp @@ -3,7 +3,7 @@ * File TermSubstitutionTree.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/ArrayTheoryISE.cpp b/Inferences/ArrayTheoryISE.cpp index 14366c06a9..fc7d7ff759 100644 --- a/Inferences/ArrayTheoryISE.cpp +++ b/Inferences/ArrayTheoryISE.cpp @@ -3,7 +3,7 @@ * File ArrayTheoryISE.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/ArrayTheoryISE.hpp b/Inferences/ArrayTheoryISE.hpp index 9878881a92..fbaf6b7612 100644 --- a/Inferences/ArrayTheoryISE.hpp +++ b/Inferences/ArrayTheoryISE.hpp @@ -3,7 +3,7 @@ * File ArrayTheoryISE.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/BackwardDemodulation.cpp b/Inferences/BackwardDemodulation.cpp index 5ebdd046bb..3d501beaa0 100644 --- a/Inferences/BackwardDemodulation.cpp +++ b/Inferences/BackwardDemodulation.cpp @@ -3,7 +3,7 @@ * File BackwardDemodulation.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/BackwardDemodulation.hpp b/Inferences/BackwardDemodulation.hpp index b4126d5f14..475b015efa 100644 --- a/Inferences/BackwardDemodulation.hpp +++ b/Inferences/BackwardDemodulation.hpp @@ -3,7 +3,7 @@ * File BackwardDemodulation.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/BackwardSubsumptionResolution.cpp b/Inferences/BackwardSubsumptionResolution.cpp index 9edd5befa8..b839cd3bcf 100644 --- a/Inferences/BackwardSubsumptionResolution.cpp +++ b/Inferences/BackwardSubsumptionResolution.cpp @@ -3,7 +3,7 @@ * File BackwardSubsumptionResolution.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/BackwardSubsumptionResolution.hpp b/Inferences/BackwardSubsumptionResolution.hpp index ae9f870b41..f6714ad238 100644 --- a/Inferences/BackwardSubsumptionResolution.hpp +++ b/Inferences/BackwardSubsumptionResolution.hpp @@ -3,7 +3,7 @@ * File BackwardSubsumptionResolution.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/BinaryResolution.cpp b/Inferences/BinaryResolution.cpp index 40ed99c668..40d1834420 100644 --- a/Inferences/BinaryResolution.cpp +++ b/Inferences/BinaryResolution.cpp @@ -3,7 +3,7 @@ * File BinaryResolution.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/BinaryResolution.hpp b/Inferences/BinaryResolution.hpp index 3a5211c8b5..009b94e66e 100644 --- a/Inferences/BinaryResolution.hpp +++ b/Inferences/BinaryResolution.hpp @@ -3,7 +3,7 @@ * File BinaryResolution.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/CTFwSubsAndRes.cpp b/Inferences/CTFwSubsAndRes.cpp index 8393aeab8b..999b9d4bbb 100644 --- a/Inferences/CTFwSubsAndRes.cpp +++ b/Inferences/CTFwSubsAndRes.cpp @@ -3,7 +3,7 @@ * File CTFwSubsAndRes.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/CTFwSubsAndRes.hpp b/Inferences/CTFwSubsAndRes.hpp index 9888b3311f..c731e70764 100644 --- a/Inferences/CTFwSubsAndRes.hpp +++ b/Inferences/CTFwSubsAndRes.hpp @@ -3,7 +3,7 @@ * File CTFwSubsAndRes.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/Condensation.cpp b/Inferences/Condensation.cpp index 81f6674fa7..1492f48d67 100644 --- a/Inferences/Condensation.cpp +++ b/Inferences/Condensation.cpp @@ -3,7 +3,7 @@ * File Condensation.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/Condensation.hpp b/Inferences/Condensation.hpp index 04be101615..edea7b83bb 100644 --- a/Inferences/Condensation.hpp +++ b/Inferences/Condensation.hpp @@ -3,7 +3,7 @@ * File Condensation.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/DistinctEqualitySimplifier.cpp b/Inferences/DistinctEqualitySimplifier.cpp index c5bf0b4995..7c6e4652d0 100644 --- a/Inferences/DistinctEqualitySimplifier.cpp +++ b/Inferences/DistinctEqualitySimplifier.cpp @@ -3,7 +3,7 @@ * File DistinctEqualitySimplifier.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/DistinctEqualitySimplifier.hpp b/Inferences/DistinctEqualitySimplifier.hpp index c80ff673b9..f7f1ff32b0 100644 --- a/Inferences/DistinctEqualitySimplifier.hpp +++ b/Inferences/DistinctEqualitySimplifier.hpp @@ -3,7 +3,7 @@ * File DistinctEqualitySimplifier.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/EqualityFactoring.cpp b/Inferences/EqualityFactoring.cpp index 11729ca995..95799337a5 100644 --- a/Inferences/EqualityFactoring.cpp +++ b/Inferences/EqualityFactoring.cpp @@ -3,7 +3,7 @@ * File EqualityFactoring.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/EqualityFactoring.hpp b/Inferences/EqualityFactoring.hpp index 7de85eda95..a8301623f7 100644 --- a/Inferences/EqualityFactoring.hpp +++ b/Inferences/EqualityFactoring.hpp @@ -3,7 +3,7 @@ * File EqualityFactoring.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/EqualityResolution.cpp b/Inferences/EqualityResolution.cpp index 1053ffc7a3..753bbcf234 100644 --- a/Inferences/EqualityResolution.cpp +++ b/Inferences/EqualityResolution.cpp @@ -3,7 +3,7 @@ * File EqualityResolution.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/EqualityResolution.hpp b/Inferences/EqualityResolution.hpp index c28ed920d5..588e0875f9 100644 --- a/Inferences/EqualityResolution.hpp +++ b/Inferences/EqualityResolution.hpp @@ -3,7 +3,7 @@ * File EqualityResolution.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/EquationalTautologyRemoval.cpp b/Inferences/EquationalTautologyRemoval.cpp index fe0fde62a3..0bf1ce8669 100644 --- a/Inferences/EquationalTautologyRemoval.cpp +++ b/Inferences/EquationalTautologyRemoval.cpp @@ -3,7 +3,7 @@ * File EquationalTautologyRemoval.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/EquationalTautologyRemoval.hpp b/Inferences/EquationalTautologyRemoval.hpp index ae13ba992c..e62396ebde 100644 --- a/Inferences/EquationalTautologyRemoval.hpp +++ b/Inferences/EquationalTautologyRemoval.hpp @@ -3,7 +3,7 @@ * File EquationalTautologyRemoval.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/ExtensionalityResolution.cpp b/Inferences/ExtensionalityResolution.cpp index d6182a16dc..e8cc382ce6 100644 --- a/Inferences/ExtensionalityResolution.cpp +++ b/Inferences/ExtensionalityResolution.cpp @@ -3,7 +3,7 @@ * File ExtensionalityResolution.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/ExtensionalityResolution.hpp b/Inferences/ExtensionalityResolution.hpp index 61d882bd94..ebc477e043 100644 --- a/Inferences/ExtensionalityResolution.hpp +++ b/Inferences/ExtensionalityResolution.hpp @@ -3,7 +3,7 @@ * File ExtensionalityResolution.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/FOOLParamodulation.cpp b/Inferences/FOOLParamodulation.cpp index 5d8c8ba6a6..ac60765367 100644 --- a/Inferences/FOOLParamodulation.cpp +++ b/Inferences/FOOLParamodulation.cpp @@ -3,7 +3,7 @@ * File FOOLParamodulation.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/FOOLParamodulation.hpp b/Inferences/FOOLParamodulation.hpp index ec639c0b61..c3c82ba65b 100644 --- a/Inferences/FOOLParamodulation.hpp +++ b/Inferences/FOOLParamodulation.hpp @@ -3,7 +3,7 @@ * File FOOLParamodulation.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/Factoring.cpp b/Inferences/Factoring.cpp index 383c36bd9d..bf5e642767 100644 --- a/Inferences/Factoring.cpp +++ b/Inferences/Factoring.cpp @@ -3,7 +3,7 @@ * File Factoring.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/Factoring.hpp b/Inferences/Factoring.hpp index 1eba53896d..49c42fcbe0 100644 --- a/Inferences/Factoring.hpp +++ b/Inferences/Factoring.hpp @@ -3,7 +3,7 @@ * File Factoring.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/FastCondensation.cpp b/Inferences/FastCondensation.cpp index 383682c3d4..a9d4a8b4d9 100644 --- a/Inferences/FastCondensation.cpp +++ b/Inferences/FastCondensation.cpp @@ -3,7 +3,7 @@ * File FastCondensation.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/FastCondensation.hpp b/Inferences/FastCondensation.hpp index e49706b5b8..00ed529329 100644 --- a/Inferences/FastCondensation.hpp +++ b/Inferences/FastCondensation.hpp @@ -3,7 +3,7 @@ * File FastCondensation.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/ForwardDemodulation.cpp b/Inferences/ForwardDemodulation.cpp index 744c9eb510..4f932221cf 100644 --- a/Inferences/ForwardDemodulation.cpp +++ b/Inferences/ForwardDemodulation.cpp @@ -3,7 +3,7 @@ * File ForwardDemodulation.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/ForwardDemodulation.hpp b/Inferences/ForwardDemodulation.hpp index 40d0c7cd60..2a0bc1edb8 100644 --- a/Inferences/ForwardDemodulation.hpp +++ b/Inferences/ForwardDemodulation.hpp @@ -3,7 +3,7 @@ * File ForwardDemodulation.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/ForwardLiteralRewriting.cpp b/Inferences/ForwardLiteralRewriting.cpp index e48fa4626d..6f9f662b90 100644 --- a/Inferences/ForwardLiteralRewriting.cpp +++ b/Inferences/ForwardLiteralRewriting.cpp @@ -3,7 +3,7 @@ * File ForwardLiteralRewriting.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/ForwardLiteralRewriting.hpp b/Inferences/ForwardLiteralRewriting.hpp index 1970335848..ec6715af95 100644 --- a/Inferences/ForwardLiteralRewriting.hpp +++ b/Inferences/ForwardLiteralRewriting.hpp @@ -3,7 +3,7 @@ * File ForwardLiteralRewriting.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/ForwardSubsumptionAndResolution.cpp b/Inferences/ForwardSubsumptionAndResolution.cpp index 1ebefed1e0..c2aa98c07a 100644 --- a/Inferences/ForwardSubsumptionAndResolution.cpp +++ b/Inferences/ForwardSubsumptionAndResolution.cpp @@ -3,7 +3,7 @@ * File ForwardSubsumptionAndResolution.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/ForwardSubsumptionAndResolution.hpp b/Inferences/ForwardSubsumptionAndResolution.hpp index d509a37beb..3affbd7ed4 100644 --- a/Inferences/ForwardSubsumptionAndResolution.hpp +++ b/Inferences/ForwardSubsumptionAndResolution.hpp @@ -3,7 +3,7 @@ * File ForwardSubsumptionAndResolution.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/GlobalSubsumption.cpp b/Inferences/GlobalSubsumption.cpp index 25e02faaa1..aaba342ca6 100644 --- a/Inferences/GlobalSubsumption.cpp +++ b/Inferences/GlobalSubsumption.cpp @@ -3,7 +3,7 @@ * File GlobalSubsumption.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/GlobalSubsumption.hpp b/Inferences/GlobalSubsumption.hpp index a02f4b4683..138ca7d019 100644 --- a/Inferences/GlobalSubsumption.hpp +++ b/Inferences/GlobalSubsumption.hpp @@ -3,7 +3,7 @@ * File GlobalSubsumption.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/HyperSuperposition.cpp b/Inferences/HyperSuperposition.cpp index 3e62533083..8c8437f045 100644 --- a/Inferences/HyperSuperposition.cpp +++ b/Inferences/HyperSuperposition.cpp @@ -3,7 +3,7 @@ * File HyperSuperposition.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/HyperSuperposition.hpp b/Inferences/HyperSuperposition.hpp index 613a081040..0c7a2c2f28 100644 --- a/Inferences/HyperSuperposition.hpp +++ b/Inferences/HyperSuperposition.hpp @@ -3,7 +3,7 @@ * File HyperSuperposition.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/InferenceEngine.cpp b/Inferences/InferenceEngine.cpp index f062340dfe..780ac48b80 100644 --- a/Inferences/InferenceEngine.cpp +++ b/Inferences/InferenceEngine.cpp @@ -3,7 +3,7 @@ * File InferenceEngine.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/InferenceEngine.hpp b/Inferences/InferenceEngine.hpp index bd01d0af4f..3ef47a4574 100644 --- a/Inferences/InferenceEngine.hpp +++ b/Inferences/InferenceEngine.hpp @@ -3,7 +3,7 @@ * File InferenceEngine.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/InnerRewriting.cpp b/Inferences/InnerRewriting.cpp index c5be0ccb4a..2a6ea92080 100644 --- a/Inferences/InnerRewriting.cpp +++ b/Inferences/InnerRewriting.cpp @@ -3,7 +3,7 @@ * File InnerRewriting.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/InnerRewriting.hpp b/Inferences/InnerRewriting.hpp index 336201887e..12a1ec8e62 100644 --- a/Inferences/InnerRewriting.hpp +++ b/Inferences/InnerRewriting.hpp @@ -3,7 +3,7 @@ * File InnerRewriting.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/Instantiation.cpp b/Inferences/Instantiation.cpp index d3a6f1904f..58bfa8688f 100644 --- a/Inferences/Instantiation.cpp +++ b/Inferences/Instantiation.cpp @@ -3,7 +3,7 @@ * File Instantiation.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/Instantiation.hpp b/Inferences/Instantiation.hpp index d60cae3acb..0db2b02551 100644 --- a/Inferences/Instantiation.hpp +++ b/Inferences/Instantiation.hpp @@ -3,7 +3,7 @@ * File Instantiation.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/InterpretedEvaluation.cpp b/Inferences/InterpretedEvaluation.cpp index b522e1b199..c63e89458d 100644 --- a/Inferences/InterpretedEvaluation.cpp +++ b/Inferences/InterpretedEvaluation.cpp @@ -3,7 +3,7 @@ * File InterpretedEvaluation.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/InterpretedEvaluation.hpp b/Inferences/InterpretedEvaluation.hpp index 31935dd15c..34b34f4656 100644 --- a/Inferences/InterpretedEvaluation.hpp +++ b/Inferences/InterpretedEvaluation.hpp @@ -3,7 +3,7 @@ * File InterpretedEvaluation.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/InterpretedSimplifier.cpp b/Inferences/InterpretedSimplifier.cpp index 433e04882b..14b7251923 100644 --- a/Inferences/InterpretedSimplifier.cpp +++ b/Inferences/InterpretedSimplifier.cpp @@ -3,7 +3,7 @@ * File InterpretedSimplifier.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/InterpretedSimplifier.hpp b/Inferences/InterpretedSimplifier.hpp index 066cc1bfc6..4581735d69 100644 --- a/Inferences/InterpretedSimplifier.hpp +++ b/Inferences/InterpretedSimplifier.hpp @@ -3,7 +3,7 @@ * File InterpretedSimplifier.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/RefutationSeekerFSE.cpp b/Inferences/RefutationSeekerFSE.cpp index 67e350ef74..4301f1161b 100644 --- a/Inferences/RefutationSeekerFSE.cpp +++ b/Inferences/RefutationSeekerFSE.cpp @@ -3,7 +3,7 @@ * File RefutationSeekerFSE.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/RefutationSeekerFSE.hpp b/Inferences/RefutationSeekerFSE.hpp index ba8b847842..d30ecc7fa8 100644 --- a/Inferences/RefutationSeekerFSE.hpp +++ b/Inferences/RefutationSeekerFSE.hpp @@ -3,7 +3,7 @@ * File RefutationSeekerFSE.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/SLQueryBackwardSubsumption.cpp b/Inferences/SLQueryBackwardSubsumption.cpp index 46aca070d0..1e3317ce0c 100644 --- a/Inferences/SLQueryBackwardSubsumption.cpp +++ b/Inferences/SLQueryBackwardSubsumption.cpp @@ -3,7 +3,7 @@ * File SLQueryBackwardSubsumption.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/SLQueryBackwardSubsumption.hpp b/Inferences/SLQueryBackwardSubsumption.hpp index 3bcec93f3e..c4151c57b6 100644 --- a/Inferences/SLQueryBackwardSubsumption.hpp +++ b/Inferences/SLQueryBackwardSubsumption.hpp @@ -3,7 +3,7 @@ * File SLQueryBackwardSubsumption.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/SLQueryForwardSubsumption.cpp b/Inferences/SLQueryForwardSubsumption.cpp index 731efc1983..62f30f977e 100644 --- a/Inferences/SLQueryForwardSubsumption.cpp +++ b/Inferences/SLQueryForwardSubsumption.cpp @@ -3,7 +3,7 @@ * File SLQueryForwardSubsumption.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/SLQueryForwardSubsumption.hpp b/Inferences/SLQueryForwardSubsumption.hpp index 7225c0f0f5..e5f40271d8 100644 --- a/Inferences/SLQueryForwardSubsumption.hpp +++ b/Inferences/SLQueryForwardSubsumption.hpp @@ -3,7 +3,7 @@ * File SLQueryForwardSubsumption.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/Superposition.cpp b/Inferences/Superposition.cpp index 1ad37eb33d..54a730ff7e 100644 --- a/Inferences/Superposition.cpp +++ b/Inferences/Superposition.cpp @@ -3,7 +3,7 @@ * File Superposition.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/Superposition.hpp b/Inferences/Superposition.hpp index bf29ab542e..a2a40dee50 100644 --- a/Inferences/Superposition.hpp +++ b/Inferences/Superposition.hpp @@ -3,7 +3,7 @@ * File Superposition.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/TautologyDeletionISE.cpp b/Inferences/TautologyDeletionISE.cpp index 869f6d007a..197cda4b93 100644 --- a/Inferences/TautologyDeletionISE.cpp +++ b/Inferences/TautologyDeletionISE.cpp @@ -3,7 +3,7 @@ * File TautologyDeletionISE.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/TautologyDeletionISE.hpp b/Inferences/TautologyDeletionISE.hpp index 403cf5ddc8..08d2f2c9ad 100644 --- a/Inferences/TautologyDeletionISE.hpp +++ b/Inferences/TautologyDeletionISE.hpp @@ -3,7 +3,7 @@ * File TautologyDeletionISE.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/TermAlgebraReasoning.cpp b/Inferences/TermAlgebraReasoning.cpp index 8f4fb025ea..24987c39c6 100644 --- a/Inferences/TermAlgebraReasoning.cpp +++ b/Inferences/TermAlgebraReasoning.cpp @@ -3,7 +3,7 @@ * File TermAlgebraReasoning.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/TermAlgebraReasoning.hpp b/Inferences/TermAlgebraReasoning.hpp index ce1e24ebf6..5ca2674814 100644 --- a/Inferences/TermAlgebraReasoning.hpp +++ b/Inferences/TermAlgebraReasoning.hpp @@ -3,7 +3,7 @@ * File TermAlgebraReasoning.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/TheoryInstAndSimp.cpp b/Inferences/TheoryInstAndSimp.cpp index b7007793b3..95644e057a 100644 --- a/Inferences/TheoryInstAndSimp.cpp +++ b/Inferences/TheoryInstAndSimp.cpp @@ -3,7 +3,7 @@ * File TheoryInstAndSimp.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/TheoryInstAndSimp.hpp b/Inferences/TheoryInstAndSimp.hpp index 4bbd41e0d8..2dd0539467 100644 --- a/Inferences/TheoryInstAndSimp.hpp +++ b/Inferences/TheoryInstAndSimp.hpp @@ -3,7 +3,7 @@ * File TheoryInstAndSimp.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/URResolution.cpp b/Inferences/URResolution.cpp index 432ed14e68..d894ebde3b 100644 --- a/Inferences/URResolution.cpp +++ b/Inferences/URResolution.cpp @@ -3,7 +3,7 @@ * File URResolution.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Inferences/URResolution.hpp b/Inferences/URResolution.hpp index 963ce82dd0..53a0382843 100644 --- a/Inferences/URResolution.hpp +++ b/Inferences/URResolution.hpp @@ -3,7 +3,7 @@ * File URResolution.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/InstGen/IGAlgorithm.cpp b/InstGen/IGAlgorithm.cpp index ee08dbcaef..417bae9fe8 100644 --- a/InstGen/IGAlgorithm.cpp +++ b/InstGen/IGAlgorithm.cpp @@ -3,7 +3,7 @@ * File IGAlgorithm.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/InstGen/IGAlgorithm.hpp b/InstGen/IGAlgorithm.hpp index 1e7cc6cd27..d876750640 100644 --- a/InstGen/IGAlgorithm.hpp +++ b/InstGen/IGAlgorithm.hpp @@ -3,7 +3,7 @@ * File IGAlgorithm.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/InstGen/ModelPrinter.cpp b/InstGen/ModelPrinter.cpp index da6b64b358..8471671c6a 100644 --- a/InstGen/ModelPrinter.cpp +++ b/InstGen/ModelPrinter.cpp @@ -3,7 +3,7 @@ * File ModelPrinter.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/InstGen/ModelPrinter.hpp b/InstGen/ModelPrinter.hpp index 6fa7df7aa7..8726f8e799 100644 --- a/InstGen/ModelPrinter.hpp +++ b/InstGen/ModelPrinter.hpp @@ -3,7 +3,7 @@ * File ModelPrinter.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Assignment.cpp b/Kernel/Assignment.cpp index 6d855a6dac..19f1d94b3d 100644 --- a/Kernel/Assignment.cpp +++ b/Kernel/Assignment.cpp @@ -3,7 +3,7 @@ * File Assignment.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Assignment.hpp b/Kernel/Assignment.hpp index c280780058..3a20cf56cc 100644 --- a/Kernel/Assignment.hpp +++ b/Kernel/Assignment.hpp @@ -3,7 +3,7 @@ * File Assignment.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/BestLiteralSelector.hpp b/Kernel/BestLiteralSelector.hpp index b6c21fa379..827786fbac 100644 --- a/Kernel/BestLiteralSelector.hpp +++ b/Kernel/BestLiteralSelector.hpp @@ -3,7 +3,7 @@ * File BestLiteralSelector.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Clause.cpp b/Kernel/Clause.cpp index bbe524be2a..82c48542f7 100644 --- a/Kernel/Clause.cpp +++ b/Kernel/Clause.cpp @@ -3,7 +3,7 @@ * File Clause.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Clause.hpp b/Kernel/Clause.hpp index 6c6dd003e4..385c840295 100644 --- a/Kernel/Clause.hpp +++ b/Kernel/Clause.hpp @@ -3,7 +3,7 @@ * File Clause.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/ClauseQueue.cpp b/Kernel/ClauseQueue.cpp index 1cb4a4c97d..a190cbbd6c 100644 --- a/Kernel/ClauseQueue.cpp +++ b/Kernel/ClauseQueue.cpp @@ -3,7 +3,7 @@ * File ClauseQueue.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/ClauseQueue.hpp b/Kernel/ClauseQueue.hpp index c7d6b47a3c..4210eecc49 100644 --- a/Kernel/ClauseQueue.hpp +++ b/Kernel/ClauseQueue.hpp @@ -3,7 +3,7 @@ * File ClauseQueue.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/ColorHelper.cpp b/Kernel/ColorHelper.cpp index b0645ed7a6..6f399264b2 100644 --- a/Kernel/ColorHelper.cpp +++ b/Kernel/ColorHelper.cpp @@ -3,7 +3,7 @@ * File ColorHelper.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/ColorHelper.hpp b/Kernel/ColorHelper.hpp index 0369c24218..4670547cea 100644 --- a/Kernel/ColorHelper.hpp +++ b/Kernel/ColorHelper.hpp @@ -3,7 +3,7 @@ * File ColorHelper.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Connective.hpp b/Kernel/Connective.hpp index 962f48f2d5..612388e4c9 100644 --- a/Kernel/Connective.hpp +++ b/Kernel/Connective.hpp @@ -3,7 +3,7 @@ * File Connective.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Constraint.cpp b/Kernel/Constraint.cpp index 463bd07d70..4f4dcb8325 100644 --- a/Kernel/Constraint.cpp +++ b/Kernel/Constraint.cpp @@ -3,7 +3,7 @@ * File Constraint.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Constraint.hpp b/Kernel/Constraint.hpp index cfb80398e3..1f02fca669 100644 --- a/Kernel/Constraint.hpp +++ b/Kernel/Constraint.hpp @@ -3,7 +3,7 @@ * File Constraint.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Curryfier.hpp b/Kernel/Curryfier.hpp index be6af16526..e159a7e1aa 100644 --- a/Kernel/Curryfier.hpp +++ b/Kernel/Curryfier.hpp @@ -3,7 +3,7 @@ * File Curryfier.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/ELiteralSelector.cpp b/Kernel/ELiteralSelector.cpp index 436b7df4a7..f421f09220 100644 --- a/Kernel/ELiteralSelector.cpp +++ b/Kernel/ELiteralSelector.cpp @@ -3,7 +3,7 @@ * File ELiteralSelector.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/ELiteralSelector.hpp b/Kernel/ELiteralSelector.hpp index a59af328b9..8392e01968 100644 --- a/Kernel/ELiteralSelector.hpp +++ b/Kernel/ELiteralSelector.hpp @@ -3,7 +3,7 @@ * File ELiteralSelector.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/EqHelper.cpp b/Kernel/EqHelper.cpp index 7655e13a8d..57aaa7b68d 100644 --- a/Kernel/EqHelper.cpp +++ b/Kernel/EqHelper.cpp @@ -3,7 +3,7 @@ * File EqHelper.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/EqHelper.hpp b/Kernel/EqHelper.hpp index 45bde5d155..6108938aa4 100644 --- a/Kernel/EqHelper.hpp +++ b/Kernel/EqHelper.hpp @@ -3,7 +3,7 @@ * File EqHelper.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/FlatTerm.cpp b/Kernel/FlatTerm.cpp index d42d13e7dc..2921a5cb76 100644 --- a/Kernel/FlatTerm.cpp +++ b/Kernel/FlatTerm.cpp @@ -3,7 +3,7 @@ * File FlatTerm.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/FlatTerm.hpp b/Kernel/FlatTerm.hpp index a13939e673..8f3f5f7046 100644 --- a/Kernel/FlatTerm.hpp +++ b/Kernel/FlatTerm.hpp @@ -3,7 +3,7 @@ * File FlatTerm.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Formula.cpp b/Kernel/Formula.cpp index 3d71341d32..baa393f1fc 100644 --- a/Kernel/Formula.cpp +++ b/Kernel/Formula.cpp @@ -3,7 +3,7 @@ * File Formula.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Formula.hpp b/Kernel/Formula.hpp index 3b6266894c..0efea08226 100644 --- a/Kernel/Formula.hpp +++ b/Kernel/Formula.hpp @@ -3,7 +3,7 @@ * File Formula.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/FormulaTransformer.cpp b/Kernel/FormulaTransformer.cpp index c1dc43512d..30cc986455 100644 --- a/Kernel/FormulaTransformer.cpp +++ b/Kernel/FormulaTransformer.cpp @@ -3,7 +3,7 @@ * File FormulaTransformer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/FormulaTransformer.hpp b/Kernel/FormulaTransformer.hpp index b79dbc11d8..3c1cd9e80f 100644 --- a/Kernel/FormulaTransformer.hpp +++ b/Kernel/FormulaTransformer.hpp @@ -3,7 +3,7 @@ * File FormulaTransformer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/FormulaUnit.cpp b/Kernel/FormulaUnit.cpp index f73109fc4f..154f66b19f 100644 --- a/Kernel/FormulaUnit.cpp +++ b/Kernel/FormulaUnit.cpp @@ -3,7 +3,7 @@ * File FormulaUnit.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/FormulaUnit.hpp b/Kernel/FormulaUnit.hpp index 140bd0de6d..b7591afd3a 100644 --- a/Kernel/FormulaUnit.hpp +++ b/Kernel/FormulaUnit.hpp @@ -3,7 +3,7 @@ * File FormulaUnit.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/FormulaVarIterator.cpp b/Kernel/FormulaVarIterator.cpp index 09c3b6a7b8..a15fab8bd5 100644 --- a/Kernel/FormulaVarIterator.cpp +++ b/Kernel/FormulaVarIterator.cpp @@ -3,7 +3,7 @@ * File FormulaVarIterator.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/FormulaVarIterator.hpp b/Kernel/FormulaVarIterator.hpp index 24a09a5599..8c46fbd25e 100644 --- a/Kernel/FormulaVarIterator.hpp +++ b/Kernel/FormulaVarIterator.hpp @@ -3,7 +3,7 @@ * File FormulaVarIterator.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Grounder.cpp b/Kernel/Grounder.cpp index 67f0423d53..708724e7e0 100644 --- a/Kernel/Grounder.cpp +++ b/Kernel/Grounder.cpp @@ -3,7 +3,7 @@ * File Grounder.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Grounder.hpp b/Kernel/Grounder.hpp index 1baceef59f..156005a287 100644 --- a/Kernel/Grounder.hpp +++ b/Kernel/Grounder.hpp @@ -3,7 +3,7 @@ * File Grounder.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Inference.cpp b/Kernel/Inference.cpp index 7502fde7be..59dc79f90e 100644 --- a/Kernel/Inference.cpp +++ b/Kernel/Inference.cpp @@ -3,7 +3,7 @@ * File Inference.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Inference.hpp b/Kernel/Inference.hpp index 274a736d46..6a605891fb 100644 --- a/Kernel/Inference.hpp +++ b/Kernel/Inference.hpp @@ -3,7 +3,7 @@ * File Inference.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/InferenceStore.cpp b/Kernel/InferenceStore.cpp index 5f1fc4d092..93e0f16c88 100644 --- a/Kernel/InferenceStore.cpp +++ b/Kernel/InferenceStore.cpp @@ -3,7 +3,7 @@ * File InferenceStore.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/InferenceStore.hpp b/Kernel/InferenceStore.hpp index 7066435924..7318cc12f9 100644 --- a/Kernel/InferenceStore.hpp +++ b/Kernel/InferenceStore.hpp @@ -3,7 +3,7 @@ * File InferenceStore.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/InterpretedLiteralEvaluator.cpp b/Kernel/InterpretedLiteralEvaluator.cpp index 6c19f20842..48b4ed6bd3 100644 --- a/Kernel/InterpretedLiteralEvaluator.cpp +++ b/Kernel/InterpretedLiteralEvaluator.cpp @@ -3,7 +3,7 @@ * File InterpretedLiteralEvaluator.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/InterpretedLiteralEvaluator.hpp b/Kernel/InterpretedLiteralEvaluator.hpp index 02779e3e86..a8e6293d7b 100644 --- a/Kernel/InterpretedLiteralEvaluator.hpp +++ b/Kernel/InterpretedLiteralEvaluator.hpp @@ -3,7 +3,7 @@ * File InterpretedLiteralEvaluator.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/KBO.cpp b/Kernel/KBO.cpp index b4db34bf1c..c38147c9ad 100644 --- a/Kernel/KBO.cpp +++ b/Kernel/KBO.cpp @@ -3,7 +3,7 @@ * File KBO.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/KBO.hpp b/Kernel/KBO.hpp index 395d25dde7..fd41eeb1b2 100644 --- a/Kernel/KBO.hpp +++ b/Kernel/KBO.hpp @@ -3,7 +3,7 @@ * File KBO.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/KBOForEPR.cpp b/Kernel/KBOForEPR.cpp index 1fe8c46b9e..1e5e7815c6 100644 --- a/Kernel/KBOForEPR.cpp +++ b/Kernel/KBOForEPR.cpp @@ -3,7 +3,7 @@ * File KBOForEPR.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/KBOForEPR.hpp b/Kernel/KBOForEPR.hpp index d2ffbfe80f..2b34dda3dd 100644 --- a/Kernel/KBOForEPR.hpp +++ b/Kernel/KBOForEPR.hpp @@ -3,7 +3,7 @@ * File KBOForEPR.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/LPO.cpp b/Kernel/LPO.cpp index afb90b6098..1b38e89a95 100644 --- a/Kernel/LPO.cpp +++ b/Kernel/LPO.cpp @@ -3,7 +3,7 @@ * File LPO.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/LPO.hpp b/Kernel/LPO.hpp index 7161c33e84..42446d031e 100644 --- a/Kernel/LPO.hpp +++ b/Kernel/LPO.hpp @@ -3,7 +3,7 @@ * File LPO.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/LiteralComparators.hpp b/Kernel/LiteralComparators.hpp index b076adc60c..c4fc96d043 100644 --- a/Kernel/LiteralComparators.hpp +++ b/Kernel/LiteralComparators.hpp @@ -3,7 +3,7 @@ * File LiteralComparators.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/LiteralSelector.cpp b/Kernel/LiteralSelector.cpp index 9af6791d9f..b2faace3be 100644 --- a/Kernel/LiteralSelector.cpp +++ b/Kernel/LiteralSelector.cpp @@ -3,7 +3,7 @@ * File LiteralSelector.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/LiteralSelector.hpp b/Kernel/LiteralSelector.hpp index 226a2887b1..3a24806105 100644 --- a/Kernel/LiteralSelector.hpp +++ b/Kernel/LiteralSelector.hpp @@ -3,7 +3,7 @@ * File LiteralSelector.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/LookaheadLiteralSelector.cpp b/Kernel/LookaheadLiteralSelector.cpp index c09de1ea85..88d6b252c0 100644 --- a/Kernel/LookaheadLiteralSelector.cpp +++ b/Kernel/LookaheadLiteralSelector.cpp @@ -3,7 +3,7 @@ * File LookaheadLiteralSelector.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/LookaheadLiteralSelector.hpp b/Kernel/LookaheadLiteralSelector.hpp index f006bf637d..31c16d9ca7 100644 --- a/Kernel/LookaheadLiteralSelector.hpp +++ b/Kernel/LookaheadLiteralSelector.hpp @@ -3,7 +3,7 @@ * File LookaheadLiteralSelector.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/MLMatcher.cpp b/Kernel/MLMatcher.cpp index 33ef277f75..1c6a708a9e 100644 --- a/Kernel/MLMatcher.cpp +++ b/Kernel/MLMatcher.cpp @@ -3,7 +3,7 @@ * File MLMatcher.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/MLMatcher.hpp b/Kernel/MLMatcher.hpp index b38609a890..d57caa6db1 100644 --- a/Kernel/MLMatcher.hpp +++ b/Kernel/MLMatcher.hpp @@ -3,7 +3,7 @@ * File MLMatcher.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/MLVariant.cpp b/Kernel/MLVariant.cpp index 8629287b56..722ea49dff 100644 --- a/Kernel/MLVariant.cpp +++ b/Kernel/MLVariant.cpp @@ -3,7 +3,7 @@ * File MLVariant.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/MLVariant.hpp b/Kernel/MLVariant.hpp index c2190a2d9e..f9647528a7 100644 --- a/Kernel/MLVariant.hpp +++ b/Kernel/MLVariant.hpp @@ -3,7 +3,7 @@ * File MLVariant.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/MainLoop.cpp b/Kernel/MainLoop.cpp index 02ee43ac1b..59e16e4cf8 100644 --- a/Kernel/MainLoop.cpp +++ b/Kernel/MainLoop.cpp @@ -3,7 +3,7 @@ * File MainLoop.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/MainLoop.hpp b/Kernel/MainLoop.hpp index 0c34022c6c..6c1e9f1ef8 100644 --- a/Kernel/MainLoop.hpp +++ b/Kernel/MainLoop.hpp @@ -3,7 +3,7 @@ * File MainLoop.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/MatchTag.cpp b/Kernel/MatchTag.cpp index e5a0e30f99..555abd13d0 100644 --- a/Kernel/MatchTag.cpp +++ b/Kernel/MatchTag.cpp @@ -3,7 +3,7 @@ * File MatchTag.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/MatchTag.hpp b/Kernel/MatchTag.hpp index 1695924611..36905cfba6 100644 --- a/Kernel/MatchTag.hpp +++ b/Kernel/MatchTag.hpp @@ -3,7 +3,7 @@ * File MatchTag.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Matcher.cpp b/Kernel/Matcher.cpp index ba7aa043e4..71e8cb3623 100644 --- a/Kernel/Matcher.cpp +++ b/Kernel/Matcher.cpp @@ -3,7 +3,7 @@ * File Matcher.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Matcher.hpp b/Kernel/Matcher.hpp index a287427470..f1bde35480 100644 --- a/Kernel/Matcher.hpp +++ b/Kernel/Matcher.hpp @@ -3,7 +3,7 @@ * File Matcher.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/MaximalLiteralSelector.cpp b/Kernel/MaximalLiteralSelector.cpp index 2f0e3a77b0..7c2bbbffa7 100644 --- a/Kernel/MaximalLiteralSelector.cpp +++ b/Kernel/MaximalLiteralSelector.cpp @@ -3,7 +3,7 @@ * File MaximalLiteralSelector.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/MaximalLiteralSelector.hpp b/Kernel/MaximalLiteralSelector.hpp index 19781db125..701412b69e 100644 --- a/Kernel/MaximalLiteralSelector.hpp +++ b/Kernel/MaximalLiteralSelector.hpp @@ -3,7 +3,7 @@ * File MaximalLiteralSelector.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Number.cpp b/Kernel/Number.cpp index 1fb0dbe771..f3f9e6739e 100644 --- a/Kernel/Number.cpp +++ b/Kernel/Number.cpp @@ -3,7 +3,7 @@ * File Number.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Number.hpp b/Kernel/Number.hpp index f9d01224da..a73cbc61e1 100644 --- a/Kernel/Number.hpp +++ b/Kernel/Number.hpp @@ -3,7 +3,7 @@ * File Number.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Ordering.cpp b/Kernel/Ordering.cpp index 21f8f99c51..de4f30d33d 100644 --- a/Kernel/Ordering.cpp +++ b/Kernel/Ordering.cpp @@ -3,7 +3,7 @@ * File Ordering.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Ordering.hpp b/Kernel/Ordering.hpp index 982dab6914..0b09d77b0e 100644 --- a/Kernel/Ordering.hpp +++ b/Kernel/Ordering.hpp @@ -3,7 +3,7 @@ * File Ordering.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Ordering_Equality.cpp b/Kernel/Ordering_Equality.cpp index 80716e3ca2..b1723f8122 100644 --- a/Kernel/Ordering_Equality.cpp +++ b/Kernel/Ordering_Equality.cpp @@ -3,7 +3,7 @@ * File Ordering_Equality.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Problem.cpp b/Kernel/Problem.cpp index be6adc4ff4..b6ee6582ca 100644 --- a/Kernel/Problem.cpp +++ b/Kernel/Problem.cpp @@ -3,7 +3,7 @@ * File Problem.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Problem.hpp b/Kernel/Problem.hpp index ee7f95045f..9d716010b7 100644 --- a/Kernel/Problem.hpp +++ b/Kernel/Problem.hpp @@ -3,7 +3,7 @@ * File Problem.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/RCClauseStack.hpp b/Kernel/RCClauseStack.hpp index d4eee0e9f1..93dd6f69ac 100644 --- a/Kernel/RCClauseStack.hpp +++ b/Kernel/RCClauseStack.hpp @@ -3,7 +3,7 @@ * File RCClauseStack.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Rational.cpp b/Kernel/Rational.cpp index 3532cc12e7..be6789f9bb 100644 --- a/Kernel/Rational.cpp +++ b/Kernel/Rational.cpp @@ -3,7 +3,7 @@ * File Rational.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Rational.hpp b/Kernel/Rational.hpp index fe93a29912..6d84643897 100644 --- a/Kernel/Rational.hpp +++ b/Kernel/Rational.hpp @@ -3,7 +3,7 @@ * File Rational.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Renaming.cpp b/Kernel/Renaming.cpp index 0e850517e5..b843d71751 100644 --- a/Kernel/Renaming.cpp +++ b/Kernel/Renaming.cpp @@ -3,7 +3,7 @@ * File Renaming.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Renaming.hpp b/Kernel/Renaming.hpp index 58288f5741..b4c6a94061 100644 --- a/Kernel/Renaming.hpp +++ b/Kernel/Renaming.hpp @@ -3,7 +3,7 @@ * File Renaming.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/RobSubstitution.cpp b/Kernel/RobSubstitution.cpp index 672bfac0c0..7a9bd61aab 100644 --- a/Kernel/RobSubstitution.cpp +++ b/Kernel/RobSubstitution.cpp @@ -3,7 +3,7 @@ * File RobSubstitution.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/RobSubstitution.hpp b/Kernel/RobSubstitution.hpp index f29a08c238..3581e19cf6 100644 --- a/Kernel/RobSubstitution.hpp +++ b/Kernel/RobSubstitution.hpp @@ -3,7 +3,7 @@ * File RobSubstitution.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Signature.cpp b/Kernel/Signature.cpp index 8ad44c8d53..1bb8c8316a 100644 --- a/Kernel/Signature.cpp +++ b/Kernel/Signature.cpp @@ -3,7 +3,7 @@ * File Signature.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Signature.hpp b/Kernel/Signature.hpp index d8d1fe3fcd..62df08a210 100644 --- a/Kernel/Signature.hpp +++ b/Kernel/Signature.hpp @@ -3,7 +3,7 @@ * File Signature.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/SortHelper.cpp b/Kernel/SortHelper.cpp index 5ead4df99e..f145de6f73 100644 --- a/Kernel/SortHelper.cpp +++ b/Kernel/SortHelper.cpp @@ -3,7 +3,7 @@ * File SortHelper.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/SortHelper.hpp b/Kernel/SortHelper.hpp index 0fe20b7492..6cdbd96ff9 100644 --- a/Kernel/SortHelper.hpp +++ b/Kernel/SortHelper.hpp @@ -3,7 +3,7 @@ * File SortHelper.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Sorts.cpp b/Kernel/Sorts.cpp index a0fce09f31..b2395011b9 100644 --- a/Kernel/Sorts.cpp +++ b/Kernel/Sorts.cpp @@ -3,7 +3,7 @@ * File Sorts.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Sorts.hpp b/Kernel/Sorts.hpp index 851ab558c3..3948af9bb5 100644 --- a/Kernel/Sorts.hpp +++ b/Kernel/Sorts.hpp @@ -3,7 +3,7 @@ * File Sorts.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/SpassLiteralSelector.cpp b/Kernel/SpassLiteralSelector.cpp index b19a89e395..34dcea71ac 100644 --- a/Kernel/SpassLiteralSelector.cpp +++ b/Kernel/SpassLiteralSelector.cpp @@ -3,7 +3,7 @@ * File SpassLiteralSelector.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/SpassLiteralSelector.hpp b/Kernel/SpassLiteralSelector.hpp index 8c9b6e8176..cedf31fc81 100644 --- a/Kernel/SpassLiteralSelector.hpp +++ b/Kernel/SpassLiteralSelector.hpp @@ -3,7 +3,7 @@ * File SpassLiteralSelector.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/SubformulaIterator.cpp b/Kernel/SubformulaIterator.cpp index 5dd6b8c50e..3aa8f684d8 100644 --- a/Kernel/SubformulaIterator.cpp +++ b/Kernel/SubformulaIterator.cpp @@ -3,7 +3,7 @@ * File SubformulaIterator.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/SubformulaIterator.hpp b/Kernel/SubformulaIterator.hpp index fe396abfad..b02dd299e3 100644 --- a/Kernel/SubformulaIterator.hpp +++ b/Kernel/SubformulaIterator.hpp @@ -3,7 +3,7 @@ * File SubformulaIterator.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/SubstHelper.hpp b/Kernel/SubstHelper.hpp index 6d77506f92..410f8e0a10 100644 --- a/Kernel/SubstHelper.hpp +++ b/Kernel/SubstHelper.hpp @@ -3,7 +3,7 @@ * File SubstHelper.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Substitution.cpp b/Kernel/Substitution.cpp index a65cb38b19..94683b55ff 100644 --- a/Kernel/Substitution.cpp +++ b/Kernel/Substitution.cpp @@ -3,7 +3,7 @@ * File Substitution.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Substitution.hpp b/Kernel/Substitution.hpp index 8f2c9ab10c..13e75530c7 100644 --- a/Kernel/Substitution.hpp +++ b/Kernel/Substitution.hpp @@ -3,7 +3,7 @@ * File Substitution.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Term.cpp b/Kernel/Term.cpp index 86c17ae8e3..eb80d5d423 100644 --- a/Kernel/Term.cpp +++ b/Kernel/Term.cpp @@ -3,7 +3,7 @@ * File Term.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Term.hpp b/Kernel/Term.hpp index ad47962631..38144c09ab 100644 --- a/Kernel/Term.hpp +++ b/Kernel/Term.hpp @@ -3,7 +3,7 @@ * File Term.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/TermIterators.cpp b/Kernel/TermIterators.cpp index 9ab2aa3b30..1bd5904717 100644 --- a/Kernel/TermIterators.cpp +++ b/Kernel/TermIterators.cpp @@ -3,7 +3,7 @@ * File TermIterators.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/TermIterators.hpp b/Kernel/TermIterators.hpp index 019277fcf1..2ebb6c49e2 100644 --- a/Kernel/TermIterators.hpp +++ b/Kernel/TermIterators.hpp @@ -3,7 +3,7 @@ * File TermIterators.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/TermTransformer.cpp b/Kernel/TermTransformer.cpp index 9804e88710..1f138ca4cb 100644 --- a/Kernel/TermTransformer.cpp +++ b/Kernel/TermTransformer.cpp @@ -3,7 +3,7 @@ * File TermTransformer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/TermTransformer.hpp b/Kernel/TermTransformer.hpp index 3a2a5e4c43..675a155847 100644 --- a/Kernel/TermTransformer.hpp +++ b/Kernel/TermTransformer.hpp @@ -3,7 +3,7 @@ * File TermTransformer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Theory.cpp b/Kernel/Theory.cpp index 876ce5ee7d..c381595ad7 100644 --- a/Kernel/Theory.cpp +++ b/Kernel/Theory.cpp @@ -3,7 +3,7 @@ * File Theory.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Theory.hpp b/Kernel/Theory.hpp index bcf83b489e..b4d7e13ab7 100644 --- a/Kernel/Theory.hpp +++ b/Kernel/Theory.hpp @@ -3,7 +3,7 @@ * File Theory.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Unit.cpp b/Kernel/Unit.cpp index 66693b2af5..f3436db93d 100644 --- a/Kernel/Unit.cpp +++ b/Kernel/Unit.cpp @@ -3,7 +3,7 @@ * File Unit.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/Unit.hpp b/Kernel/Unit.hpp index 55b0bfad79..883b646161 100644 --- a/Kernel/Unit.hpp +++ b/Kernel/Unit.hpp @@ -3,7 +3,7 @@ * File Unit.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/V2CIndex.cpp b/Kernel/V2CIndex.cpp index abfe4bc517..97245203c3 100644 --- a/Kernel/V2CIndex.cpp +++ b/Kernel/V2CIndex.cpp @@ -3,7 +3,7 @@ * File V2CIndex.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Kernel/V2CIndex.hpp b/Kernel/V2CIndex.hpp index 022db71037..7888e0ca04 100644 --- a/Kernel/V2CIndex.hpp +++ b/Kernel/V2CIndex.hpp @@ -3,7 +3,7 @@ * File V2CIndex.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Allocator.cpp b/Lib/Allocator.cpp index 59a2012328..7f56d5a0e5 100644 --- a/Lib/Allocator.cpp +++ b/Lib/Allocator.cpp @@ -3,7 +3,7 @@ * File Allocator.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Allocator.hpp b/Lib/Allocator.hpp index 74facbe8e3..349b76719c 100644 --- a/Lib/Allocator.hpp +++ b/Lib/Allocator.hpp @@ -3,7 +3,7 @@ * File Allocator.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Array.hpp b/Lib/Array.hpp index a5e5f676af..f1cf8eb3bb 100644 --- a/Lib/Array.hpp +++ b/Lib/Array.hpp @@ -3,7 +3,7 @@ * File Array.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/ArrayMap.hpp b/Lib/ArrayMap.hpp index 7e0a8b4b7d..71445ac67e 100644 --- a/Lib/ArrayMap.hpp +++ b/Lib/ArrayMap.hpp @@ -3,7 +3,7 @@ * File ArrayMap.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/BacktrackIterators.hpp b/Lib/BacktrackIterators.hpp index d12ce400c9..f0aff30c79 100644 --- a/Lib/BacktrackIterators.hpp +++ b/Lib/BacktrackIterators.hpp @@ -3,7 +3,7 @@ * File BacktrackIterators.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Backtrackable.hpp b/Lib/Backtrackable.hpp index fa87b1576a..75d05bb262 100644 --- a/Lib/Backtrackable.hpp +++ b/Lib/Backtrackable.hpp @@ -3,7 +3,7 @@ * File Backtrackable.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/BinaryHeap.hpp b/Lib/BinaryHeap.hpp index 08a802be23..266b006f3c 100644 --- a/Lib/BinaryHeap.hpp +++ b/Lib/BinaryHeap.hpp @@ -3,7 +3,7 @@ * File BinaryHeap.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/BitUtils.hpp b/Lib/BitUtils.hpp index dbba6e948f..50154dea84 100644 --- a/Lib/BitUtils.hpp +++ b/Lib/BitUtils.hpp @@ -3,7 +3,7 @@ * File BitUtils.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/BucketSorter.hpp b/Lib/BucketSorter.hpp index 1eda702fbc..efbdf292eb 100644 --- a/Lib/BucketSorter.hpp +++ b/Lib/BucketSorter.hpp @@ -3,7 +3,7 @@ * File BucketSorter.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Cache.hpp b/Lib/Cache.hpp index b139641569..797c8bdf91 100644 --- a/Lib/Cache.hpp +++ b/Lib/Cache.hpp @@ -3,7 +3,7 @@ * File Cache.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Comparison.hpp b/Lib/Comparison.hpp index 1f0e645cce..9598cb7219 100644 --- a/Lib/Comparison.hpp +++ b/Lib/Comparison.hpp @@ -3,7 +3,7 @@ * File Comparison.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Counter.hpp b/Lib/Counter.hpp index b217da8a1b..e439a9c77c 100644 --- a/Lib/Counter.hpp +++ b/Lib/Counter.hpp @@ -3,7 +3,7 @@ * File Counter.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/DArray.hpp b/Lib/DArray.hpp index a10c9120fc..527aeaa9aa 100644 --- a/Lib/DArray.hpp +++ b/Lib/DArray.hpp @@ -3,7 +3,7 @@ * File DArray.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/DHMap.cpp b/Lib/DHMap.cpp index 2304e92534..f824d46838 100644 --- a/Lib/DHMap.cpp +++ b/Lib/DHMap.cpp @@ -3,7 +3,7 @@ * File DHMap.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/DHMap.hpp b/Lib/DHMap.hpp index 6a1a372f17..04fb4b5965 100644 --- a/Lib/DHMap.hpp +++ b/Lib/DHMap.hpp @@ -3,7 +3,7 @@ * File DHMap.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/DHMultiset.hpp b/Lib/DHMultiset.hpp index e790a20563..843b048e72 100644 --- a/Lib/DHMultiset.hpp +++ b/Lib/DHMultiset.hpp @@ -3,7 +3,7 @@ * File DHMultiset.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/DHSet.hpp b/Lib/DHSet.hpp index 64d9df94ae..b7e7a25d65 100644 --- a/Lib/DHSet.hpp +++ b/Lib/DHSet.hpp @@ -3,7 +3,7 @@ * File DHSet.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Deque.hpp b/Lib/Deque.hpp index 52aa08f340..095f93aec8 100644 --- a/Lib/Deque.hpp +++ b/Lib/Deque.hpp @@ -3,7 +3,7 @@ * File Deque.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/DynamicHeap.hpp b/Lib/DynamicHeap.hpp index 9e5c40513c..58d6a00f94 100644 --- a/Lib/DynamicHeap.hpp +++ b/Lib/DynamicHeap.hpp @@ -3,7 +3,7 @@ * File DynamicHeap.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Enumerator.hpp b/Lib/Enumerator.hpp index d0acd770f9..71e3cef892 100644 --- a/Lib/Enumerator.hpp +++ b/Lib/Enumerator.hpp @@ -3,7 +3,7 @@ * File Enumerator.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Environment.cpp b/Lib/Environment.cpp index 3cff866c5d..30692dbd3b 100644 --- a/Lib/Environment.cpp +++ b/Lib/Environment.cpp @@ -3,7 +3,7 @@ * File Environment.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Environment.hpp b/Lib/Environment.hpp index fc3fdd034f..f82f9bb7af 100644 --- a/Lib/Environment.hpp +++ b/Lib/Environment.hpp @@ -3,7 +3,7 @@ * File Environment.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Event.cpp b/Lib/Event.cpp index 643cc6dfc0..c6a06a89aa 100644 --- a/Lib/Event.cpp +++ b/Lib/Event.cpp @@ -3,7 +3,7 @@ * File Event.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Event.hpp b/Lib/Event.hpp index 8a5585b160..14e421bf0e 100644 --- a/Lib/Event.hpp +++ b/Lib/Event.hpp @@ -3,7 +3,7 @@ * File Event.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Exception.cpp b/Lib/Exception.cpp index d4b558b4cc..d5a3e12082 100644 --- a/Lib/Exception.cpp +++ b/Lib/Exception.cpp @@ -3,7 +3,7 @@ * File Exception.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Exception.hpp b/Lib/Exception.hpp index 3e1c4db3ee..fa64e36804 100644 --- a/Lib/Exception.hpp +++ b/Lib/Exception.hpp @@ -3,7 +3,7 @@ * File Exception.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/FreshnessGuard.hpp b/Lib/FreshnessGuard.hpp index aab2c61dfd..bac2351666 100644 --- a/Lib/FreshnessGuard.hpp +++ b/Lib/FreshnessGuard.hpp @@ -3,7 +3,7 @@ * File FreshnessGuard.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Graph.cpp b/Lib/Graph.cpp index b650c542bc..45fb3448e1 100644 --- a/Lib/Graph.cpp +++ b/Lib/Graph.cpp @@ -3,7 +3,7 @@ * File Graph.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Graph.hpp b/Lib/Graph.hpp index f9414a62f8..2897a48c5b 100644 --- a/Lib/Graph.hpp +++ b/Lib/Graph.hpp @@ -3,7 +3,7 @@ * File Graph.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Hash.cpp b/Lib/Hash.cpp index 1cabb72ff6..38f12c16eb 100644 --- a/Lib/Hash.cpp +++ b/Lib/Hash.cpp @@ -3,7 +3,7 @@ * File Hash.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Hash.hpp b/Lib/Hash.hpp index c06699efd7..c3546d5b27 100644 --- a/Lib/Hash.hpp +++ b/Lib/Hash.hpp @@ -3,7 +3,7 @@ * File Hash.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/ImplicationSetClosure.hpp b/Lib/ImplicationSetClosure.hpp index 6b5fafebf5..a5958c4cf3 100644 --- a/Lib/ImplicationSetClosure.hpp +++ b/Lib/ImplicationSetClosure.hpp @@ -3,7 +3,7 @@ * File ImplicationSetClosure.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/InPlaceStack.hpp b/Lib/InPlaceStack.hpp index 4bc99272c2..e9638b5ba8 100644 --- a/Lib/InPlaceStack.hpp +++ b/Lib/InPlaceStack.hpp @@ -3,7 +3,7 @@ * File InPlaceStack.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Int.cpp b/Lib/Int.cpp index 142c0d5249..7d8a4b53b5 100644 --- a/Lib/Int.cpp +++ b/Lib/Int.cpp @@ -3,7 +3,7 @@ * File Int.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Int.hpp b/Lib/Int.hpp index 126b0ca9f7..cfb2f64468 100644 --- a/Lib/Int.hpp +++ b/Lib/Int.hpp @@ -3,7 +3,7 @@ * File Int.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/IntNameTable.cpp b/Lib/IntNameTable.cpp index bfa577f6a1..11b556d165 100644 --- a/Lib/IntNameTable.cpp +++ b/Lib/IntNameTable.cpp @@ -3,7 +3,7 @@ * File IntNameTable.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/IntNameTable.hpp b/Lib/IntNameTable.hpp index 1f60a54533..b1f66820b0 100644 --- a/Lib/IntNameTable.hpp +++ b/Lib/IntNameTable.hpp @@ -3,7 +3,7 @@ * File IntNameTable.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/IntUnionFind.cpp b/Lib/IntUnionFind.cpp index e35696d793..149bec922a 100644 --- a/Lib/IntUnionFind.cpp +++ b/Lib/IntUnionFind.cpp @@ -3,7 +3,7 @@ * File IntUnionFind.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/IntUnionFind.hpp b/Lib/IntUnionFind.hpp index 2bbf299633..d7c9c6903c 100644 --- a/Lib/IntUnionFind.hpp +++ b/Lib/IntUnionFind.hpp @@ -3,7 +3,7 @@ * File IntUnionFind.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/IntegerSet.cpp b/Lib/IntegerSet.cpp index 4047b6f56d..4b3aac8084 100644 --- a/Lib/IntegerSet.cpp +++ b/Lib/IntegerSet.cpp @@ -3,7 +3,7 @@ * File IntegerSet.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/IntegerSet.hpp b/Lib/IntegerSet.hpp index 202360a4ed..9d1765e37e 100644 --- a/Lib/IntegerSet.hpp +++ b/Lib/IntegerSet.hpp @@ -3,7 +3,7 @@ * File IntegerSet.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/InverseLookup.hpp b/Lib/InverseLookup.hpp index cedb136a95..73adfedabc 100644 --- a/Lib/InverseLookup.hpp +++ b/Lib/InverseLookup.hpp @@ -3,7 +3,7 @@ * File InverseLookup.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/LastCopyWatcher.hpp b/Lib/LastCopyWatcher.hpp index dcaf4c92cf..89b36609d9 100644 --- a/Lib/LastCopyWatcher.hpp +++ b/Lib/LastCopyWatcher.hpp @@ -3,7 +3,7 @@ * File LastCopyWatcher.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/List.hpp b/Lib/List.hpp index d102c0468d..ee1c2fbbb6 100644 --- a/Lib/List.hpp +++ b/Lib/List.hpp @@ -3,7 +3,7 @@ * File List.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Map.hpp b/Lib/Map.hpp index 908e91ddf1..77e1f2d5be 100644 --- a/Lib/Map.hpp +++ b/Lib/Map.hpp @@ -3,7 +3,7 @@ * File Map.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/MapToLIFO.hpp b/Lib/MapToLIFO.hpp index d5cbc3b2c7..329d2d1ba1 100644 --- a/Lib/MapToLIFO.hpp +++ b/Lib/MapToLIFO.hpp @@ -3,7 +3,7 @@ * File MapToLIFO.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/MaybeBool.hpp b/Lib/MaybeBool.hpp index 5ba169eb15..b7fb848db8 100644 --- a/Lib/MaybeBool.hpp +++ b/Lib/MaybeBool.hpp @@ -3,7 +3,7 @@ * File MaybeBool.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/MemoryLeak.cpp b/Lib/MemoryLeak.cpp index 7093e26331..a212fed0f3 100644 --- a/Lib/MemoryLeak.cpp +++ b/Lib/MemoryLeak.cpp @@ -3,7 +3,7 @@ * File MemoryLeak.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/MemoryLeak.hpp b/Lib/MemoryLeak.hpp index b2bdcbdef0..03c7899df2 100644 --- a/Lib/MemoryLeak.hpp +++ b/Lib/MemoryLeak.hpp @@ -3,7 +3,7 @@ * File MemoryLeak.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Metaarrays.hpp b/Lib/Metaarrays.hpp index 6cab269b7a..ce7146ae86 100644 --- a/Lib/Metaarrays.hpp +++ b/Lib/Metaarrays.hpp @@ -3,7 +3,7 @@ * File Metaarrays.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Metaiterators.hpp b/Lib/Metaiterators.hpp index f0067eae77..96129a2cfa 100644 --- a/Lib/Metaiterators.hpp +++ b/Lib/Metaiterators.hpp @@ -3,7 +3,7 @@ * File Metaiterators.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/MultiColumnMap.hpp b/Lib/MultiColumnMap.hpp index 0d5107b22f..26b98ff513 100644 --- a/Lib/MultiColumnMap.hpp +++ b/Lib/MultiColumnMap.hpp @@ -3,7 +3,7 @@ * File MultiColumnMap.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/MultiCounter.cpp b/Lib/MultiCounter.cpp index 7131a51af2..bc4fd4213b 100644 --- a/Lib/MultiCounter.cpp +++ b/Lib/MultiCounter.cpp @@ -3,7 +3,7 @@ * File MultiCounter.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/MultiCounter.hpp b/Lib/MultiCounter.hpp index 95b59d480f..59dd3698da 100644 --- a/Lib/MultiCounter.hpp +++ b/Lib/MultiCounter.hpp @@ -3,7 +3,7 @@ * File MultiCounter.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/NameArray.cpp b/Lib/NameArray.cpp index fa57b3303b..9cf7006891 100644 --- a/Lib/NameArray.cpp +++ b/Lib/NameArray.cpp @@ -3,7 +3,7 @@ * File NameArray.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/NameArray.hpp b/Lib/NameArray.hpp index eeec77e6cd..3c1d04cbe8 100644 --- a/Lib/NameArray.hpp +++ b/Lib/NameArray.hpp @@ -3,7 +3,7 @@ * File NameArray.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Numbering.hpp b/Lib/Numbering.hpp index 620c408bb2..90cdc269e1 100644 --- a/Lib/Numbering.hpp +++ b/Lib/Numbering.hpp @@ -3,7 +3,7 @@ * File Numbering.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/OptionsReader.cpp b/Lib/OptionsReader.cpp index 9fe3d7ccaa..fe80d7c9dc 100644 --- a/Lib/OptionsReader.cpp +++ b/Lib/OptionsReader.cpp @@ -3,7 +3,7 @@ * File OptionsReader.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/OptionsReader.hpp b/Lib/OptionsReader.hpp index 659aeec758..20af3a12a6 100644 --- a/Lib/OptionsReader.hpp +++ b/Lib/OptionsReader.hpp @@ -3,7 +3,7 @@ * File OptionsReader.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/PairUtils.hpp b/Lib/PairUtils.hpp index c0565daefc..292fc757b5 100644 --- a/Lib/PairUtils.hpp +++ b/Lib/PairUtils.hpp @@ -3,7 +3,7 @@ * File PairUtils.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Portability.hpp b/Lib/Portability.hpp index 89436ab1b3..f1bd1bc852 100644 --- a/Lib/Portability.hpp +++ b/Lib/Portability.hpp @@ -3,7 +3,7 @@ * File Portability.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/RCPtr.hpp b/Lib/RCPtr.hpp index 27cb050f42..26e5758402 100644 --- a/Lib/RCPtr.hpp +++ b/Lib/RCPtr.hpp @@ -3,7 +3,7 @@ * File RCPtr.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Random.cpp b/Lib/Random.cpp index ac38a5e2e7..0b4b236d31 100644 --- a/Lib/Random.cpp +++ b/Lib/Random.cpp @@ -3,7 +3,7 @@ * File Random.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Random.hpp b/Lib/Random.hpp index 8fceb6abd5..0fc85ba905 100644 --- a/Lib/Random.hpp +++ b/Lib/Random.hpp @@ -3,7 +3,7 @@ * File Random.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/RatioKeeper.hpp b/Lib/RatioKeeper.hpp index 8506b0a125..bd4bde440a 100644 --- a/Lib/RatioKeeper.hpp +++ b/Lib/RatioKeeper.hpp @@ -3,7 +3,7 @@ * File RatioKeeper.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Recycler.hpp b/Lib/Recycler.hpp index 8c1975abd2..ed06c2ee57 100644 --- a/Lib/Recycler.hpp +++ b/Lib/Recycler.hpp @@ -3,7 +3,7 @@ * File Recycler.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/ReferenceCounter.hpp b/Lib/ReferenceCounter.hpp index b8f78f665a..6100b5f464 100644 --- a/Lib/ReferenceCounter.hpp +++ b/Lib/ReferenceCounter.hpp @@ -3,7 +3,7 @@ * File ReferenceCounter.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Reflection.hpp b/Lib/Reflection.hpp index 65385f3c80..bfb56ef14b 100644 --- a/Lib/Reflection.hpp +++ b/Lib/Reflection.hpp @@ -3,7 +3,7 @@ * File Reflection.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/SCCAnalyzer.hpp b/Lib/SCCAnalyzer.hpp index 22671bd0c7..f980d438ba 100644 --- a/Lib/SCCAnalyzer.hpp +++ b/Lib/SCCAnalyzer.hpp @@ -3,7 +3,7 @@ * File SCCAnalyzer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/STLAllocator.hpp b/Lib/STLAllocator.hpp index c2d59ccd7d..280d0e3844 100644 --- a/Lib/STLAllocator.hpp +++ b/Lib/STLAllocator.hpp @@ -3,7 +3,7 @@ * File STLAllocator.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/SafeRecursion.hpp b/Lib/SafeRecursion.hpp index 96a50d5eda..32a56a57dc 100644 --- a/Lib/SafeRecursion.hpp +++ b/Lib/SafeRecursion.hpp @@ -3,7 +3,7 @@ * File SafeRecursion.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/ScopedLet.hpp b/Lib/ScopedLet.hpp index a574ba059c..c2d3e45632 100644 --- a/Lib/ScopedLet.hpp +++ b/Lib/ScopedLet.hpp @@ -3,7 +3,7 @@ * File ScopedLet.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/ScopedPtr.hpp b/Lib/ScopedPtr.hpp index caa3c83876..3a7019dc91 100644 --- a/Lib/ScopedPtr.hpp +++ b/Lib/ScopedPtr.hpp @@ -3,7 +3,7 @@ * File ScopedPtr.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Set.hpp b/Lib/Set.hpp index aa6765efd2..08ed4fe793 100644 --- a/Lib/Set.hpp +++ b/Lib/Set.hpp @@ -3,7 +3,7 @@ * File Set.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/SharedSet.hpp b/Lib/SharedSet.hpp index 67b021a2c0..2bc645ba90 100644 --- a/Lib/SharedSet.hpp +++ b/Lib/SharedSet.hpp @@ -3,7 +3,7 @@ * File SharedSet.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/SkipList.hpp b/Lib/SkipList.hpp index 3fe333cf00..a887a198d4 100644 --- a/Lib/SkipList.hpp +++ b/Lib/SkipList.hpp @@ -3,7 +3,7 @@ * File SkipList.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/SmartPtr.hpp b/Lib/SmartPtr.hpp index 5f6cdcdffe..067af24b03 100644 --- a/Lib/SmartPtr.hpp +++ b/Lib/SmartPtr.hpp @@ -3,7 +3,7 @@ * File SmartPtr.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Sort.hpp b/Lib/Sort.hpp index 13f1116041..1e97b49414 100644 --- a/Lib/Sort.hpp +++ b/Lib/Sort.hpp @@ -3,7 +3,7 @@ * File Sort.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Stack.hpp b/Lib/Stack.hpp index 2c6bedb6d6..22f800f6e6 100644 --- a/Lib/Stack.hpp +++ b/Lib/Stack.hpp @@ -3,7 +3,7 @@ * File Stack.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/StringUtils.cpp b/Lib/StringUtils.cpp index dddbc37d57..3c04024d74 100644 --- a/Lib/StringUtils.cpp +++ b/Lib/StringUtils.cpp @@ -3,7 +3,7 @@ * File StringUtils.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/StringUtils.hpp b/Lib/StringUtils.hpp index cf72569cfe..538ee2ec88 100644 --- a/Lib/StringUtils.hpp +++ b/Lib/StringUtils.hpp @@ -3,7 +3,7 @@ * File StringUtils.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/System.cpp b/Lib/System.cpp index e75c44c012..c271526ef0 100644 --- a/Lib/System.cpp +++ b/Lib/System.cpp @@ -3,7 +3,7 @@ * File System.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/System.hpp b/Lib/System.hpp index 0e543e5513..8b1fd3423e 100644 --- a/Lib/System.hpp +++ b/Lib/System.hpp @@ -3,7 +3,7 @@ * File System.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/TimeCounter.cpp b/Lib/TimeCounter.cpp index 3d7017968d..6ab5a65f3f 100644 --- a/Lib/TimeCounter.cpp +++ b/Lib/TimeCounter.cpp @@ -3,7 +3,7 @@ * File TimeCounter.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/TimeCounter.hpp b/Lib/TimeCounter.hpp index 4f069398b3..f19b510731 100644 --- a/Lib/TimeCounter.hpp +++ b/Lib/TimeCounter.hpp @@ -3,7 +3,7 @@ * File TimeCounter.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Timer.cpp b/Lib/Timer.cpp index f517bf06e3..0d732ff0cf 100644 --- a/Lib/Timer.cpp +++ b/Lib/Timer.cpp @@ -3,7 +3,7 @@ * File Timer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Timer.hpp b/Lib/Timer.hpp index 4918fcef2d..2bcb1ee328 100644 --- a/Lib/Timer.hpp +++ b/Lib/Timer.hpp @@ -3,7 +3,7 @@ * File Timer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/TriangularArray.hpp b/Lib/TriangularArray.hpp index 471326897a..f00f8fa0e8 100644 --- a/Lib/TriangularArray.hpp +++ b/Lib/TriangularArray.hpp @@ -3,7 +3,7 @@ * File TriangularArray.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/VString.hpp b/Lib/VString.hpp index a8d7714264..57d1b5c290 100644 --- a/Lib/VString.hpp +++ b/Lib/VString.hpp @@ -3,7 +3,7 @@ * File VString.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/Vector.hpp b/Lib/Vector.hpp index c8b18bebfc..3268628333 100644 --- a/Lib/Vector.hpp +++ b/Lib/Vector.hpp @@ -3,7 +3,7 @@ * File Vector.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/VirtualIterator.hpp b/Lib/VirtualIterator.hpp index acca11e080..3ed59c1cd2 100644 --- a/Lib/VirtualIterator.hpp +++ b/Lib/VirtualIterator.hpp @@ -3,7 +3,7 @@ * File VirtualIterator.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/XML.cpp b/Lib/XML.cpp index b20f06a28a..0635eda754 100644 --- a/Lib/XML.cpp +++ b/Lib/XML.cpp @@ -3,7 +3,7 @@ * File XML.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/XML.hpp b/Lib/XML.hpp index f681d46d3a..2cb23d3da7 100644 --- a/Lib/XML.hpp +++ b/Lib/XML.hpp @@ -3,7 +3,7 @@ * File XML.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Lib/fdstream.hpp b/Lib/fdstream.hpp index 11f29b4d57..b75d8a6da2 100644 --- a/Lib/fdstream.hpp +++ b/Lib/fdstream.hpp @@ -3,7 +3,7 @@ * File fdstream.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Parse/SMTLIB.cpp b/Parse/SMTLIB.cpp index 2d178708c8..ef52d3bf1f 100644 --- a/Parse/SMTLIB.cpp +++ b/Parse/SMTLIB.cpp @@ -3,7 +3,7 @@ * File SMTLIB.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Parse/SMTLIB.hpp b/Parse/SMTLIB.hpp index 75df0070d2..022abfd269 100644 --- a/Parse/SMTLIB.hpp +++ b/Parse/SMTLIB.hpp @@ -3,7 +3,7 @@ * File SMTLIB.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Parse/SMTLIB2.cpp b/Parse/SMTLIB2.cpp index 0b6e184a6a..494ebf20ae 100644 --- a/Parse/SMTLIB2.cpp +++ b/Parse/SMTLIB2.cpp @@ -3,7 +3,7 @@ * File SMTLIB2.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Parse/SMTLIB2.hpp b/Parse/SMTLIB2.hpp index c957306a28..84e0c889fb 100644 --- a/Parse/SMTLIB2.hpp +++ b/Parse/SMTLIB2.hpp @@ -3,7 +3,7 @@ * File SMTLIB2.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Parse/TPTP.cpp b/Parse/TPTP.cpp index ef38fab04a..8fb58010a8 100644 --- a/Parse/TPTP.cpp +++ b/Parse/TPTP.cpp @@ -3,7 +3,7 @@ * File TPTP.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Parse/TPTP.hpp b/Parse/TPTP.hpp index 88c0b41f5d..8b62b02bf8 100644 --- a/Parse/TPTP.hpp +++ b/Parse/TPTP.hpp @@ -3,7 +3,7 @@ * File TPTP.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/BufferedSolver.cpp b/SAT/BufferedSolver.cpp index 9ad6695713..ab15a1c869 100644 --- a/SAT/BufferedSolver.cpp +++ b/SAT/BufferedSolver.cpp @@ -3,7 +3,7 @@ * File BufferedSolver.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/BufferedSolver.hpp b/SAT/BufferedSolver.hpp index 374cd352e5..c91bd873f0 100644 --- a/SAT/BufferedSolver.hpp +++ b/SAT/BufferedSolver.hpp @@ -3,7 +3,7 @@ * File BufferedSolver.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/ClauseDisposer.cpp b/SAT/ClauseDisposer.cpp index 9e189a3a2f..b5d3ba3e01 100644 --- a/SAT/ClauseDisposer.cpp +++ b/SAT/ClauseDisposer.cpp @@ -3,7 +3,7 @@ * File ClauseDisposer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/ClauseDisposer.hpp b/SAT/ClauseDisposer.hpp index 4f345156ff..8557239007 100644 --- a/SAT/ClauseDisposer.hpp +++ b/SAT/ClauseDisposer.hpp @@ -3,7 +3,7 @@ * File ClauseDisposer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/DIMACS.cpp b/SAT/DIMACS.cpp index 8648218a04..ec110ce58f 100644 --- a/SAT/DIMACS.cpp +++ b/SAT/DIMACS.cpp @@ -3,7 +3,7 @@ * File DIMACS.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/DIMACS.hpp b/SAT/DIMACS.hpp index b6c0e0c726..79912a9f40 100644 --- a/SAT/DIMACS.hpp +++ b/SAT/DIMACS.hpp @@ -3,7 +3,7 @@ * File DIMACS.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/FallbackSolverWrapper.cpp b/SAT/FallbackSolverWrapper.cpp index 1d1066aa6f..d4c44c7ef6 100644 --- a/SAT/FallbackSolverWrapper.cpp +++ b/SAT/FallbackSolverWrapper.cpp @@ -3,7 +3,7 @@ * File FallbackSolverWrapper.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/FallbackSolverWrapper.hpp b/SAT/FallbackSolverWrapper.hpp index 80aa83cc01..03a58a65c1 100644 --- a/SAT/FallbackSolverWrapper.hpp +++ b/SAT/FallbackSolverWrapper.hpp @@ -3,7 +3,7 @@ * File FallbackSolverWrapper.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/ISSatSweeping.cpp b/SAT/ISSatSweeping.cpp index a92122f3b1..32d13a9a10 100644 --- a/SAT/ISSatSweeping.cpp +++ b/SAT/ISSatSweeping.cpp @@ -3,7 +3,7 @@ * File ISSatSweeping.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/ISSatSweeping.hpp b/SAT/ISSatSweeping.hpp index 1da108fbf1..c3891c2a21 100644 --- a/SAT/ISSatSweeping.hpp +++ b/SAT/ISSatSweeping.hpp @@ -3,7 +3,7 @@ * File ISSatSweeping.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/MinimizingSolver.cpp b/SAT/MinimizingSolver.cpp index adbbe2392c..4c3171fa76 100644 --- a/SAT/MinimizingSolver.cpp +++ b/SAT/MinimizingSolver.cpp @@ -3,7 +3,7 @@ * File MinimizingSolver.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/MinimizingSolver.hpp b/SAT/MinimizingSolver.hpp index 3f34dc8900..fb822cb2e3 100644 --- a/SAT/MinimizingSolver.hpp +++ b/SAT/MinimizingSolver.hpp @@ -3,7 +3,7 @@ * File MinimizingSolver.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/MinisatInterfacing.cpp b/SAT/MinisatInterfacing.cpp index a12a19f9d1..a7b7b3be16 100644 --- a/SAT/MinisatInterfacing.cpp +++ b/SAT/MinisatInterfacing.cpp @@ -3,7 +3,7 @@ * File MinisatInterfacing.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/MinisatInterfacing.hpp b/SAT/MinisatInterfacing.hpp index c01c8eadf3..b26df71a52 100644 --- a/SAT/MinisatInterfacing.hpp +++ b/SAT/MinisatInterfacing.hpp @@ -3,7 +3,7 @@ * File MinisatInterfacing.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/MinisatInterfacingNewSimp.cpp b/SAT/MinisatInterfacingNewSimp.cpp index 7938c28fb0..b96ca7d229 100644 --- a/SAT/MinisatInterfacingNewSimp.cpp +++ b/SAT/MinisatInterfacingNewSimp.cpp @@ -3,7 +3,7 @@ * File MinisatInterfacingNewSimp.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/MinisatInterfacingNewSimp.hpp b/SAT/MinisatInterfacingNewSimp.hpp index a7fc9d594e..3686ef3a5a 100644 --- a/SAT/MinisatInterfacingNewSimp.hpp +++ b/SAT/MinisatInterfacingNewSimp.hpp @@ -3,7 +3,7 @@ * File MinisatInterfacingNewSimp.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/Preprocess.cpp b/SAT/Preprocess.cpp index 511a458f24..bf40b1cd52 100644 --- a/SAT/Preprocess.cpp +++ b/SAT/Preprocess.cpp @@ -3,7 +3,7 @@ * File Preprocess.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/Preprocess.hpp b/SAT/Preprocess.hpp index 3e24463a99..4cc39ff2c7 100644 --- a/SAT/Preprocess.hpp +++ b/SAT/Preprocess.hpp @@ -3,7 +3,7 @@ * File Preprocess.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/RestartStrategy.cpp b/SAT/RestartStrategy.cpp index 848fbc8a10..14ca8cfa0e 100644 --- a/SAT/RestartStrategy.cpp +++ b/SAT/RestartStrategy.cpp @@ -3,7 +3,7 @@ * File RestartStrategy.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/RestartStrategy.hpp b/SAT/RestartStrategy.hpp index 3cfbcc576c..e5fe9ade79 100644 --- a/SAT/RestartStrategy.hpp +++ b/SAT/RestartStrategy.hpp @@ -3,7 +3,7 @@ * File RestartStrategy.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SAT2FO.cpp b/SAT/SAT2FO.cpp index 79eb3ceb6a..23120f3152 100644 --- a/SAT/SAT2FO.cpp +++ b/SAT/SAT2FO.cpp @@ -3,7 +3,7 @@ * File SAT2FO.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SAT2FO.hpp b/SAT/SAT2FO.hpp index ac941a399d..e7bdd50196 100644 --- a/SAT/SAT2FO.hpp +++ b/SAT/SAT2FO.hpp @@ -3,7 +3,7 @@ * File SAT2FO.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SATClause.cpp b/SAT/SATClause.cpp index fe76ce1be9..221e2de01a 100644 --- a/SAT/SATClause.cpp +++ b/SAT/SATClause.cpp @@ -3,7 +3,7 @@ * File SATClause.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SATClause.hpp b/SAT/SATClause.hpp index e5689df29c..bb4c47e47e 100644 --- a/SAT/SATClause.hpp +++ b/SAT/SATClause.hpp @@ -3,7 +3,7 @@ * File SATClause.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SATClauseSharing.cpp b/SAT/SATClauseSharing.cpp index 500311fc67..c4988041f2 100644 --- a/SAT/SATClauseSharing.cpp +++ b/SAT/SATClauseSharing.cpp @@ -3,7 +3,7 @@ * File SATClauseSharing.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SATClauseSharing.hpp b/SAT/SATClauseSharing.hpp index bcf58a2fd8..46112fc67e 100644 --- a/SAT/SATClauseSharing.hpp +++ b/SAT/SATClauseSharing.hpp @@ -3,7 +3,7 @@ * File SATClauseSharing.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SATInference.cpp b/SAT/SATInference.cpp index 458f1a5d63..209fad9b94 100644 --- a/SAT/SATInference.cpp +++ b/SAT/SATInference.cpp @@ -3,7 +3,7 @@ * File SATInference.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SATInference.hpp b/SAT/SATInference.hpp index 11dd9be973..b442daea67 100644 --- a/SAT/SATInference.hpp +++ b/SAT/SATInference.hpp @@ -3,7 +3,7 @@ * File SATInference.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SATLiteral.cpp b/SAT/SATLiteral.cpp index f7f52abae4..20e876aa5c 100644 --- a/SAT/SATLiteral.cpp +++ b/SAT/SATLiteral.cpp @@ -3,7 +3,7 @@ * File SATLiteral.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SATLiteral.hpp b/SAT/SATLiteral.hpp index 189ec48263..81e43e42dc 100644 --- a/SAT/SATLiteral.hpp +++ b/SAT/SATLiteral.hpp @@ -3,7 +3,7 @@ * File SATLiteral.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SATSolver.hpp b/SAT/SATSolver.hpp index fe0d59e653..b97c51d2cb 100644 --- a/SAT/SATSolver.hpp +++ b/SAT/SATSolver.hpp @@ -3,7 +3,7 @@ * File SATSolver.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SingleWatchSAT.cpp b/SAT/SingleWatchSAT.cpp index 1053bac663..6bc8303abe 100644 --- a/SAT/SingleWatchSAT.cpp +++ b/SAT/SingleWatchSAT.cpp @@ -3,7 +3,7 @@ * File SingleWatchSAT.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/SingleWatchSAT.hpp b/SAT/SingleWatchSAT.hpp index 95f8887af1..320dcc49da 100644 --- a/SAT/SingleWatchSAT.hpp +++ b/SAT/SingleWatchSAT.hpp @@ -3,7 +3,7 @@ * File SingleWatchSAT.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/TWLSolver.cpp b/SAT/TWLSolver.cpp index 8fb0a16258..115a7d66bd 100644 --- a/SAT/TWLSolver.cpp +++ b/SAT/TWLSolver.cpp @@ -3,7 +3,7 @@ * File TWLSolver.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/TWLSolver.hpp b/SAT/TWLSolver.hpp index 3629b24377..aae5c4fe10 100644 --- a/SAT/TWLSolver.hpp +++ b/SAT/TWLSolver.hpp @@ -3,7 +3,7 @@ * File TWLSolver.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/TransparentSolver.cpp b/SAT/TransparentSolver.cpp index c07e17902a..790c8cfeb4 100644 --- a/SAT/TransparentSolver.cpp +++ b/SAT/TransparentSolver.cpp @@ -3,7 +3,7 @@ * File TransparentSolver.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/TransparentSolver.hpp b/SAT/TransparentSolver.hpp index 227dae3c8e..196e898e40 100644 --- a/SAT/TransparentSolver.hpp +++ b/SAT/TransparentSolver.hpp @@ -3,7 +3,7 @@ * File TransparentSolver.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/VariableSelector.cpp b/SAT/VariableSelector.cpp index c2e76e5691..93ad8e297c 100644 --- a/SAT/VariableSelector.cpp +++ b/SAT/VariableSelector.cpp @@ -3,7 +3,7 @@ * File VariableSelector.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/VariableSelector.hpp b/SAT/VariableSelector.hpp index c353cb52b5..a3cfcc1260 100644 --- a/SAT/VariableSelector.hpp +++ b/SAT/VariableSelector.hpp @@ -3,7 +3,7 @@ * File VariableSelector.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/Z3Interfacing.cpp b/SAT/Z3Interfacing.cpp index 4e77c9f153..8174954ae6 100644 --- a/SAT/Z3Interfacing.cpp +++ b/SAT/Z3Interfacing.cpp @@ -3,7 +3,7 @@ * File Z3Interfacing.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/Z3Interfacing.hpp b/SAT/Z3Interfacing.hpp index 580ac6c2d6..7e9a2571f8 100644 --- a/SAT/Z3Interfacing.hpp +++ b/SAT/Z3Interfacing.hpp @@ -3,7 +3,7 @@ * File Z3Interfacing.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/Z3MainLoop.cpp b/SAT/Z3MainLoop.cpp index ff5626abca..3f09b5fce7 100644 --- a/SAT/Z3MainLoop.cpp +++ b/SAT/Z3MainLoop.cpp @@ -3,7 +3,7 @@ * File Z3MainLoop.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/SAT/Z3MainLoop.hpp b/SAT/Z3MainLoop.hpp index b04b4f161f..30c1b601c1 100644 --- a/SAT/Z3MainLoop.hpp +++ b/SAT/Z3MainLoop.hpp @@ -3,7 +3,7 @@ * File Z3MainLoop.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/AWPassiveClauseContainer.cpp b/Saturation/AWPassiveClauseContainer.cpp index 4886511475..5c2982d9a2 100644 --- a/Saturation/AWPassiveClauseContainer.cpp +++ b/Saturation/AWPassiveClauseContainer.cpp @@ -3,7 +3,7 @@ * File AWPassiveClauseContainer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/AWPassiveClauseContainer.hpp b/Saturation/AWPassiveClauseContainer.hpp index 2d01837310..f1349c3aed 100644 --- a/Saturation/AWPassiveClauseContainer.hpp +++ b/Saturation/AWPassiveClauseContainer.hpp @@ -3,7 +3,7 @@ * File AWPassiveClauseContainer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/ClauseContainer.cpp b/Saturation/ClauseContainer.cpp index e9e11c2b02..13e55fa2f1 100644 --- a/Saturation/ClauseContainer.cpp +++ b/Saturation/ClauseContainer.cpp @@ -3,7 +3,7 @@ * File ClauseContainer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/ClauseContainer.hpp b/Saturation/ClauseContainer.hpp index c178e4ad4f..f57a40efe6 100644 --- a/Saturation/ClauseContainer.hpp +++ b/Saturation/ClauseContainer.hpp @@ -3,7 +3,7 @@ * File ClauseContainer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/ConsequenceFinder.cpp b/Saturation/ConsequenceFinder.cpp index 537b720139..d71867df89 100644 --- a/Saturation/ConsequenceFinder.cpp +++ b/Saturation/ConsequenceFinder.cpp @@ -3,7 +3,7 @@ * File ConsequenceFinder.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/ConsequenceFinder.hpp b/Saturation/ConsequenceFinder.hpp index 370a707b68..1b55669ded 100644 --- a/Saturation/ConsequenceFinder.hpp +++ b/Saturation/ConsequenceFinder.hpp @@ -3,7 +3,7 @@ * File ConsequenceFinder.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/Discount.cpp b/Saturation/Discount.cpp index cfe481be7d..0d8ac08d74 100644 --- a/Saturation/Discount.cpp +++ b/Saturation/Discount.cpp @@ -3,7 +3,7 @@ * File Discount.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/Discount.hpp b/Saturation/Discount.hpp index 460f68bff1..7dc3d02af5 100644 --- a/Saturation/Discount.hpp +++ b/Saturation/Discount.hpp @@ -3,7 +3,7 @@ * File Discount.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/ExtensionalityClauseContainer.cpp b/Saturation/ExtensionalityClauseContainer.cpp index 1c7d376649..91ecb5e049 100644 --- a/Saturation/ExtensionalityClauseContainer.cpp +++ b/Saturation/ExtensionalityClauseContainer.cpp @@ -3,7 +3,7 @@ * File ExtensionalityClauseContainer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/ExtensionalityClauseContainer.hpp b/Saturation/ExtensionalityClauseContainer.hpp index 2fa2fd4872..8f689660ed 100644 --- a/Saturation/ExtensionalityClauseContainer.hpp +++ b/Saturation/ExtensionalityClauseContainer.hpp @@ -3,7 +3,7 @@ * File ExtensionalityClauseContainer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/LRS.cpp b/Saturation/LRS.cpp index 1cb833a55a..7517fbe5f9 100644 --- a/Saturation/LRS.cpp +++ b/Saturation/LRS.cpp @@ -3,7 +3,7 @@ * File LRS.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/LRS.hpp b/Saturation/LRS.hpp index bd7b4328fe..e484ba2ce5 100644 --- a/Saturation/LRS.hpp +++ b/Saturation/LRS.hpp @@ -3,7 +3,7 @@ * File LRS.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/LabelFinder.cpp b/Saturation/LabelFinder.cpp index 65aa0692ba..8eb787d135 100644 --- a/Saturation/LabelFinder.cpp +++ b/Saturation/LabelFinder.cpp @@ -3,7 +3,7 @@ * File LabelFinder.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/LabelFinder.hpp b/Saturation/LabelFinder.hpp index c9e4967170..2acb8965e0 100644 --- a/Saturation/LabelFinder.hpp +++ b/Saturation/LabelFinder.hpp @@ -3,7 +3,7 @@ * File LabelFinder.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/Limits.cpp b/Saturation/Limits.cpp index f1bffbf716..ca23205354 100644 --- a/Saturation/Limits.cpp +++ b/Saturation/Limits.cpp @@ -3,7 +3,7 @@ * File Limits.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/Limits.hpp b/Saturation/Limits.hpp index f5b0df37f8..e453ca50b0 100644 --- a/Saturation/Limits.hpp +++ b/Saturation/Limits.hpp @@ -3,7 +3,7 @@ * File Limits.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/Otter.cpp b/Saturation/Otter.cpp index b4ed959d75..4e87bf3789 100644 --- a/Saturation/Otter.cpp +++ b/Saturation/Otter.cpp @@ -3,7 +3,7 @@ * File Otter.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/Otter.hpp b/Saturation/Otter.hpp index 56728333fd..8ec07a2b72 100644 --- a/Saturation/Otter.hpp +++ b/Saturation/Otter.hpp @@ -3,7 +3,7 @@ * File Otter.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/ProvingHelper.cpp b/Saturation/ProvingHelper.cpp index c04ea3f89a..0b2f814291 100644 --- a/Saturation/ProvingHelper.cpp +++ b/Saturation/ProvingHelper.cpp @@ -3,7 +3,7 @@ * File ProvingHelper.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/ProvingHelper.hpp b/Saturation/ProvingHelper.hpp index 739a26b050..cb5ca7e5ce 100644 --- a/Saturation/ProvingHelper.hpp +++ b/Saturation/ProvingHelper.hpp @@ -3,7 +3,7 @@ * File ProvingHelper.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/SaturationAlgorithm.cpp b/Saturation/SaturationAlgorithm.cpp index 6dc4fb1c76..fc00e351da 100644 --- a/Saturation/SaturationAlgorithm.cpp +++ b/Saturation/SaturationAlgorithm.cpp @@ -3,7 +3,7 @@ * File SaturationAlgorithm.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/SaturationAlgorithm.hpp b/Saturation/SaturationAlgorithm.hpp index e613bcad14..a5fe88c09f 100644 --- a/Saturation/SaturationAlgorithm.hpp +++ b/Saturation/SaturationAlgorithm.hpp @@ -3,7 +3,7 @@ * File SaturationAlgorithm.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/Splitter.cpp b/Saturation/Splitter.cpp index 4b555a117d..1e33dfd9d9 100644 --- a/Saturation/Splitter.cpp +++ b/Saturation/Splitter.cpp @@ -3,7 +3,7 @@ * File Splitter.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/Splitter.hpp b/Saturation/Splitter.hpp index 6ee4db475b..2a6295b994 100644 --- a/Saturation/Splitter.hpp +++ b/Saturation/Splitter.hpp @@ -3,7 +3,7 @@ * File Splitter.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/SymElOutput.cpp b/Saturation/SymElOutput.cpp index ce0be7b091..09735d8303 100644 --- a/Saturation/SymElOutput.cpp +++ b/Saturation/SymElOutput.cpp @@ -3,7 +3,7 @@ * File SymElOutput.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Saturation/SymElOutput.hpp b/Saturation/SymElOutput.hpp index e5e148daec..a4d309704d 100644 --- a/Saturation/SymElOutput.hpp +++ b/Saturation/SymElOutput.hpp @@ -3,7 +3,7 @@ * File SymElOutput.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/AnswerExtractor.cpp b/Shell/AnswerExtractor.cpp index 10ec808e6a..02a2fc1a84 100644 --- a/Shell/AnswerExtractor.cpp +++ b/Shell/AnswerExtractor.cpp @@ -3,7 +3,7 @@ * File AnswerExtractor.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/AnswerExtractor.hpp b/Shell/AnswerExtractor.hpp index 4c067e18a0..3c53c693a2 100644 --- a/Shell/AnswerExtractor.hpp +++ b/Shell/AnswerExtractor.hpp @@ -3,7 +3,7 @@ * File AnswerExtractor.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/AxiomGenerator.cpp b/Shell/AxiomGenerator.cpp index 419884a905..09ac973e1c 100644 --- a/Shell/AxiomGenerator.cpp +++ b/Shell/AxiomGenerator.cpp @@ -3,7 +3,7 @@ * File AxiomGenerator.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/AxiomGenerator.hpp b/Shell/AxiomGenerator.hpp index 37f29204cb..9a8db1222e 100644 --- a/Shell/AxiomGenerator.hpp +++ b/Shell/AxiomGenerator.hpp @@ -3,7 +3,7 @@ * File AxiomGenerator.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/BFNT.cpp b/Shell/BFNT.cpp index 3b6c724923..ed4c220225 100644 --- a/Shell/BFNT.cpp +++ b/Shell/BFNT.cpp @@ -3,7 +3,7 @@ * File BFNT.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/BFNT.hpp b/Shell/BFNT.hpp index d9ccee00ca..3d94465b8c 100644 --- a/Shell/BFNT.hpp +++ b/Shell/BFNT.hpp @@ -3,7 +3,7 @@ * File BFNT.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/BFNTMainLoop.cpp b/Shell/BFNTMainLoop.cpp index 67279b9e89..68d0d770c3 100644 --- a/Shell/BFNTMainLoop.cpp +++ b/Shell/BFNTMainLoop.cpp @@ -3,7 +3,7 @@ * File BFNTMainLoop.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/BFNTMainLoop.hpp b/Shell/BFNTMainLoop.hpp index 93cf4a7343..efd3153608 100644 --- a/Shell/BFNTMainLoop.hpp +++ b/Shell/BFNTMainLoop.hpp @@ -3,7 +3,7 @@ * File BFNTMainLoop.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/BlockedClauseElimination.cpp b/Shell/BlockedClauseElimination.cpp index 760b0b71ac..88d2f84095 100644 --- a/Shell/BlockedClauseElimination.cpp +++ b/Shell/BlockedClauseElimination.cpp @@ -3,7 +3,7 @@ * File BlockedClauseElimination.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/BlockedClauseElimination.hpp b/Shell/BlockedClauseElimination.hpp index 00760fb557..8f60290e1b 100644 --- a/Shell/BlockedClauseElimination.hpp +++ b/Shell/BlockedClauseElimination.hpp @@ -3,7 +3,7 @@ * File BlockedClauseElimination.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/CNF.cpp b/Shell/CNF.cpp index ad60b15c61..e4f2bc5e1d 100644 --- a/Shell/CNF.cpp +++ b/Shell/CNF.cpp @@ -3,7 +3,7 @@ * File CNF.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/CNF.hpp b/Shell/CNF.hpp index 39ef4603a8..d647331fe5 100644 --- a/Shell/CNF.hpp +++ b/Shell/CNF.hpp @@ -3,7 +3,7 @@ * File CNF.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/CParser.cpp b/Shell/CParser.cpp index b471b9c01f..941e7a4fef 100644 --- a/Shell/CParser.cpp +++ b/Shell/CParser.cpp @@ -3,7 +3,7 @@ * File CParser.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/CParser.hpp b/Shell/CParser.hpp index 338512e786..12662991fe 100644 --- a/Shell/CParser.hpp +++ b/Shell/CParser.hpp @@ -3,7 +3,7 @@ * File CParser.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/CommandLine.cpp b/Shell/CommandLine.cpp index d53d364ca7..8161447506 100644 --- a/Shell/CommandLine.cpp +++ b/Shell/CommandLine.cpp @@ -3,7 +3,7 @@ * File CommandLine.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/CommandLine.hpp b/Shell/CommandLine.hpp index 6aa6f6b915..9509f23c70 100644 --- a/Shell/CommandLine.hpp +++ b/Shell/CommandLine.hpp @@ -3,7 +3,7 @@ * File CommandLine.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/ConstantRemover.cpp b/Shell/ConstantRemover.cpp index 36cf3d770b..eb6c9c8fd3 100644 --- a/Shell/ConstantRemover.cpp +++ b/Shell/ConstantRemover.cpp @@ -3,7 +3,7 @@ * File ConstantRemover.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/ConstantRemover.hpp b/Shell/ConstantRemover.hpp index ce9ee16089..de0ebc0aaa 100644 --- a/Shell/ConstantRemover.hpp +++ b/Shell/ConstantRemover.hpp @@ -3,7 +3,7 @@ * File ConstantRemover.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/ConstraintReaderBack.cpp b/Shell/ConstraintReaderBack.cpp index 58f6a5c2f8..7910e49579 100644 --- a/Shell/ConstraintReaderBack.cpp +++ b/Shell/ConstraintReaderBack.cpp @@ -3,7 +3,7 @@ * File ConstraintReaderBack.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/ConstraintReaderBack.hpp b/Shell/ConstraintReaderBack.hpp index 165494f10b..8cd7eeb283 100644 --- a/Shell/ConstraintReaderBack.hpp +++ b/Shell/ConstraintReaderBack.hpp @@ -3,7 +3,7 @@ * File ConstraintReaderBack.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/DistinctGroupExpansion.cpp b/Shell/DistinctGroupExpansion.cpp index c6a95222d6..8eaacb0b8c 100644 --- a/Shell/DistinctGroupExpansion.cpp +++ b/Shell/DistinctGroupExpansion.cpp @@ -3,7 +3,7 @@ * File DistinctGroupExpansion.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/DistinctGroupExpansion.hpp b/Shell/DistinctGroupExpansion.hpp index 7cb3cb1fa7..017899cc60 100644 --- a/Shell/DistinctGroupExpansion.hpp +++ b/Shell/DistinctGroupExpansion.hpp @@ -3,7 +3,7 @@ * File DistinctGroupExpansion.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/DistinctProcessor.cpp b/Shell/DistinctProcessor.cpp index 0559a955d1..71632e930a 100644 --- a/Shell/DistinctProcessor.cpp +++ b/Shell/DistinctProcessor.cpp @@ -3,7 +3,7 @@ * File DistinctProcessor.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/DistinctProcessor.hpp b/Shell/DistinctProcessor.hpp index 1d2038f799..c72e33029c 100644 --- a/Shell/DistinctProcessor.hpp +++ b/Shell/DistinctProcessor.hpp @@ -3,7 +3,7 @@ * File DistinctProcessor.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/EqResWithDeletion.cpp b/Shell/EqResWithDeletion.cpp index b06420a337..65d9b07927 100644 --- a/Shell/EqResWithDeletion.cpp +++ b/Shell/EqResWithDeletion.cpp @@ -3,7 +3,7 @@ * File EqResWithDeletion.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/EqResWithDeletion.hpp b/Shell/EqResWithDeletion.hpp index cbc7827881..476f7e83b1 100644 --- a/Shell/EqResWithDeletion.hpp +++ b/Shell/EqResWithDeletion.hpp @@ -3,7 +3,7 @@ * File EqResWithDeletion.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/EqualityAxiomatizer.cpp b/Shell/EqualityAxiomatizer.cpp index 4780eb52f4..f6e38846d3 100644 --- a/Shell/EqualityAxiomatizer.cpp +++ b/Shell/EqualityAxiomatizer.cpp @@ -3,7 +3,7 @@ * File EqualityAxiomatizer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/EqualityAxiomatizer.hpp b/Shell/EqualityAxiomatizer.hpp index 20ea99417d..82f4cfa9cd 100644 --- a/Shell/EqualityAxiomatizer.hpp +++ b/Shell/EqualityAxiomatizer.hpp @@ -3,7 +3,7 @@ * File EqualityAxiomatizer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/EqualityProxy.cpp b/Shell/EqualityProxy.cpp index cc506c46ba..ed3cca4a41 100644 --- a/Shell/EqualityProxy.cpp +++ b/Shell/EqualityProxy.cpp @@ -3,7 +3,7 @@ * File EqualityProxy.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/EqualityProxy.hpp b/Shell/EqualityProxy.hpp index f7ca10d4b3..403191d10a 100644 --- a/Shell/EqualityProxy.hpp +++ b/Shell/EqualityProxy.hpp @@ -3,7 +3,7 @@ * File EqualityProxy.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/EqualityVariableRemover.cpp b/Shell/EqualityVariableRemover.cpp index b6bfbc6089..6edd6d6229 100644 --- a/Shell/EqualityVariableRemover.cpp +++ b/Shell/EqualityVariableRemover.cpp @@ -3,7 +3,7 @@ * File EqualityVariableRemover.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/EqualityVariableRemover.hpp b/Shell/EqualityVariableRemover.hpp index ca9f166f5b..52dd0e6d7d 100644 --- a/Shell/EqualityVariableRemover.hpp +++ b/Shell/EqualityVariableRemover.hpp @@ -3,7 +3,7 @@ * File EqualityVariableRemover.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/EquivalentVariableRemover.cpp b/Shell/EquivalentVariableRemover.cpp index 2502f0dc9c..05116d477e 100644 --- a/Shell/EquivalentVariableRemover.cpp +++ b/Shell/EquivalentVariableRemover.cpp @@ -3,7 +3,7 @@ * File EquivalentVariableRemover.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/EquivalentVariableRemover.hpp b/Shell/EquivalentVariableRemover.hpp index 65265ff7ed..ab04fae91c 100644 --- a/Shell/EquivalentVariableRemover.hpp +++ b/Shell/EquivalentVariableRemover.hpp @@ -3,7 +3,7 @@ * File EquivalentVariableRemover.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/FOOLElimination.cpp b/Shell/FOOLElimination.cpp index 12b9fe531e..b933f35984 100644 --- a/Shell/FOOLElimination.cpp +++ b/Shell/FOOLElimination.cpp @@ -3,7 +3,7 @@ * File FOOLElimination.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/FOOLElimination.hpp b/Shell/FOOLElimination.hpp index e049397414..ebc627c70a 100644 --- a/Shell/FOOLElimination.hpp +++ b/Shell/FOOLElimination.hpp @@ -3,7 +3,7 @@ * File FOOLElimination.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Flattening.cpp b/Shell/Flattening.cpp index 21da69c180..e5231fdc6b 100644 --- a/Shell/Flattening.cpp +++ b/Shell/Flattening.cpp @@ -3,7 +3,7 @@ * File Flattening.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Flattening.hpp b/Shell/Flattening.hpp index 1450e7dae0..4c7eb063fb 100644 --- a/Shell/Flattening.hpp +++ b/Shell/Flattening.hpp @@ -3,7 +3,7 @@ * File Flattening.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/FunctionDefinition.cpp b/Shell/FunctionDefinition.cpp index 4a7bc2883a..6dec10ba14 100644 --- a/Shell/FunctionDefinition.cpp +++ b/Shell/FunctionDefinition.cpp @@ -3,7 +3,7 @@ * File FunctionDefinition.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/FunctionDefinition.hpp b/Shell/FunctionDefinition.hpp index 0371c07346..8d618c51ca 100644 --- a/Shell/FunctionDefinition.hpp +++ b/Shell/FunctionDefinition.hpp @@ -3,7 +3,7 @@ * File FunctionDefinition.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/GeneralSplitting.cpp b/Shell/GeneralSplitting.cpp index 3335496862..b12c43a2cc 100644 --- a/Shell/GeneralSplitting.cpp +++ b/Shell/GeneralSplitting.cpp @@ -3,7 +3,7 @@ * File GeneralSplitting.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/GeneralSplitting.hpp b/Shell/GeneralSplitting.hpp index e6d3120ada..a6cc99e33d 100644 --- a/Shell/GeneralSplitting.hpp +++ b/Shell/GeneralSplitting.hpp @@ -3,7 +3,7 @@ * File GeneralSplitting.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/GlobalOptions.cpp b/Shell/GlobalOptions.cpp index 097961570c..60251762e7 100644 --- a/Shell/GlobalOptions.cpp +++ b/Shell/GlobalOptions.cpp @@ -3,7 +3,7 @@ * File GlobalOptions.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/GlobalOptions.hpp b/Shell/GlobalOptions.hpp index 46c40e0d1d..6be96d1eba 100644 --- a/Shell/GlobalOptions.hpp +++ b/Shell/GlobalOptions.hpp @@ -3,7 +3,7 @@ * File GlobalOptions.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Grounding.cpp b/Shell/Grounding.cpp index 3c0bec32a0..156943ed50 100644 --- a/Shell/Grounding.cpp +++ b/Shell/Grounding.cpp @@ -3,7 +3,7 @@ * File Grounding.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Grounding.hpp b/Shell/Grounding.hpp index fca3124258..31c35057db 100644 --- a/Shell/Grounding.hpp +++ b/Shell/Grounding.hpp @@ -3,7 +3,7 @@ * File Grounding.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/HalfBoundingRemover.cpp b/Shell/HalfBoundingRemover.cpp index 4d16fcc185..1da1cc1a10 100644 --- a/Shell/HalfBoundingRemover.cpp +++ b/Shell/HalfBoundingRemover.cpp @@ -3,7 +3,7 @@ * File HalfBoundingRemover.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/HalfBoundingRemover.hpp b/Shell/HalfBoundingRemover.hpp index 26589557de..6a5c9260f8 100644 --- a/Shell/HalfBoundingRemover.hpp +++ b/Shell/HalfBoundingRemover.hpp @@ -3,7 +3,7 @@ * File HalfBoundingRemover.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/InequalitySplitting.cpp b/Shell/InequalitySplitting.cpp index faafeaf967..89e7876ff1 100644 --- a/Shell/InequalitySplitting.cpp +++ b/Shell/InequalitySplitting.cpp @@ -3,7 +3,7 @@ * File InequalitySplitting.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/InequalitySplitting.hpp b/Shell/InequalitySplitting.hpp index f3eaf3f8c9..1a4b2af156 100644 --- a/Shell/InequalitySplitting.hpp +++ b/Shell/InequalitySplitting.hpp @@ -3,7 +3,7 @@ * File InequalitySplitting.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/InterpolantMinimizer.cpp b/Shell/InterpolantMinimizer.cpp index a8bc8e172c..d95c6c4e34 100644 --- a/Shell/InterpolantMinimizer.cpp +++ b/Shell/InterpolantMinimizer.cpp @@ -3,7 +3,7 @@ * File InterpolantMinimizer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/InterpolantMinimizer.hpp b/Shell/InterpolantMinimizer.hpp index 70e659d727..286c789275 100644 --- a/Shell/InterpolantMinimizer.hpp +++ b/Shell/InterpolantMinimizer.hpp @@ -3,7 +3,7 @@ * File InterpolantMinimizer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/InterpolantMinimizerNew.cpp b/Shell/InterpolantMinimizerNew.cpp index adca9cfb21..38fab9110e 100644 --- a/Shell/InterpolantMinimizerNew.cpp +++ b/Shell/InterpolantMinimizerNew.cpp @@ -3,7 +3,7 @@ * File InterpolantMinimizerNew.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/InterpolantMinimizerNew.hpp b/Shell/InterpolantMinimizerNew.hpp index 86e360009b..86d29c2c68 100644 --- a/Shell/InterpolantMinimizerNew.hpp +++ b/Shell/InterpolantMinimizerNew.hpp @@ -3,7 +3,7 @@ * File InterpolantMinimizerNew.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Interpolants.cpp b/Shell/Interpolants.cpp index cdae8a9206..a10358c3bb 100644 --- a/Shell/Interpolants.cpp +++ b/Shell/Interpolants.cpp @@ -3,7 +3,7 @@ * File Interpolants.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Interpolants.hpp b/Shell/Interpolants.hpp index 3486965e78..eae13c3c0e 100644 --- a/Shell/Interpolants.hpp +++ b/Shell/Interpolants.hpp @@ -3,7 +3,7 @@ * File Interpolants.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/InterpolantsNew.cpp b/Shell/InterpolantsNew.cpp index 48645aa1c9..5d24d79635 100644 --- a/Shell/InterpolantsNew.cpp +++ b/Shell/InterpolantsNew.cpp @@ -3,7 +3,7 @@ * File InterpolantsNew.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/InterpolantsNew.hpp b/Shell/InterpolantsNew.hpp index 2814f82d03..2d26d05108 100644 --- a/Shell/InterpolantsNew.hpp +++ b/Shell/InterpolantsNew.hpp @@ -3,7 +3,7 @@ * File InterpolantsNew.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/InterpretedNormalizer.cpp b/Shell/InterpretedNormalizer.cpp index 024620cb26..8763aeac3b 100644 --- a/Shell/InterpretedNormalizer.cpp +++ b/Shell/InterpretedNormalizer.cpp @@ -3,7 +3,7 @@ * File InterpretedNormalizer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/InterpretedNormalizer.hpp b/Shell/InterpretedNormalizer.hpp index 40e5a2615c..a5b9d2a59a 100644 --- a/Shell/InterpretedNormalizer.hpp +++ b/Shell/InterpretedNormalizer.hpp @@ -3,7 +3,7 @@ * File InterpretedNormalizer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LTB/Builder.cpp b/Shell/LTB/Builder.cpp index 42dcc1f9b9..3ea448525d 100644 --- a/Shell/LTB/Builder.cpp +++ b/Shell/LTB/Builder.cpp @@ -3,7 +3,7 @@ * File Builder.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LTB/Builder.hpp b/Shell/LTB/Builder.hpp index f6e7a07b13..31e3a9157a 100644 --- a/Shell/LTB/Builder.hpp +++ b/Shell/LTB/Builder.hpp @@ -3,7 +3,7 @@ * File Builder.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LTB/Selector.cpp b/Shell/LTB/Selector.cpp index 3302e193d5..b86f403396 100644 --- a/Shell/LTB/Selector.cpp +++ b/Shell/LTB/Selector.cpp @@ -3,7 +3,7 @@ * File Selector.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LTB/Selector.hpp b/Shell/LTB/Selector.hpp index 84b0c6ec99..5c618cfc6e 100644 --- a/Shell/LTB/Selector.hpp +++ b/Shell/LTB/Selector.hpp @@ -3,7 +3,7 @@ * File Selector.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LTB/Storage.cpp b/Shell/LTB/Storage.cpp index 1e5aeeb8d6..d9b113d211 100644 --- a/Shell/LTB/Storage.cpp +++ b/Shell/LTB/Storage.cpp @@ -3,7 +3,7 @@ * File Storage.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LTB/Storage.hpp b/Shell/LTB/Storage.hpp index d9fcb3c36f..a80519bf0d 100644 --- a/Shell/LTB/Storage.hpp +++ b/Shell/LTB/Storage.hpp @@ -3,7 +3,7 @@ * File Storage.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LaTeX.cpp b/Shell/LaTeX.cpp index efb5791124..24c956c7ac 100755 --- a/Shell/LaTeX.cpp +++ b/Shell/LaTeX.cpp @@ -3,7 +3,7 @@ * File LaTeX.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LaTeX.hpp b/Shell/LaTeX.hpp index 5cf421c592..c8ba1254b1 100755 --- a/Shell/LaTeX.hpp +++ b/Shell/LaTeX.hpp @@ -3,7 +3,7 @@ * File LaTeX.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Lexer.cpp b/Shell/Lexer.cpp index 940b966b2e..1f3c79d4f2 100644 --- a/Shell/Lexer.cpp +++ b/Shell/Lexer.cpp @@ -3,7 +3,7 @@ * File Lexer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Lexer.hpp b/Shell/Lexer.hpp index 2de95b8508..ef7f99e60d 100644 --- a/Shell/Lexer.hpp +++ b/Shell/Lexer.hpp @@ -3,7 +3,7 @@ * File Lexer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LispLexer.cpp b/Shell/LispLexer.cpp index 0944b054e8..da4c88e880 100644 --- a/Shell/LispLexer.cpp +++ b/Shell/LispLexer.cpp @@ -3,7 +3,7 @@ * File LispLexer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LispLexer.hpp b/Shell/LispLexer.hpp index 9583933134..981089130e 100644 --- a/Shell/LispLexer.hpp +++ b/Shell/LispLexer.hpp @@ -3,7 +3,7 @@ * File LispLexer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LispParser.cpp b/Shell/LispParser.cpp index 06f367efe9..4280163988 100644 --- a/Shell/LispParser.cpp +++ b/Shell/LispParser.cpp @@ -3,7 +3,7 @@ * File LispParser.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/LispParser.hpp b/Shell/LispParser.hpp index d2257eb1d6..65c9bc448c 100644 --- a/Shell/LispParser.hpp +++ b/Shell/LispParser.hpp @@ -3,7 +3,7 @@ * File LispParser.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/NNF.cpp b/Shell/NNF.cpp index 0d14e9c536..99e9af9735 100644 --- a/Shell/NNF.cpp +++ b/Shell/NNF.cpp @@ -3,7 +3,7 @@ * File NNF.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/NNF.hpp b/Shell/NNF.hpp index bc5014e167..208c35c395 100644 --- a/Shell/NNF.hpp +++ b/Shell/NNF.hpp @@ -3,7 +3,7 @@ * File NNF.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Naming.cpp b/Shell/Naming.cpp index 70f43e6356..fb003d173e 100644 --- a/Shell/Naming.cpp +++ b/Shell/Naming.cpp @@ -3,7 +3,7 @@ * File Naming.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Naming.hpp b/Shell/Naming.hpp index 808e3c2e42..b77f7d4f14 100644 --- a/Shell/Naming.hpp +++ b/Shell/Naming.hpp @@ -3,7 +3,7 @@ * File Naming.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/NewCNF.cpp b/Shell/NewCNF.cpp index c34f51a132..160355b95d 100644 --- a/Shell/NewCNF.cpp +++ b/Shell/NewCNF.cpp @@ -3,7 +3,7 @@ * File NewCNF.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/NewCNF.hpp b/Shell/NewCNF.hpp index f0f1608236..21b73db87e 100644 --- a/Shell/NewCNF.hpp +++ b/Shell/NewCNF.hpp @@ -3,7 +3,7 @@ * File NewCNF.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Normalisation.cpp b/Shell/Normalisation.cpp index d962f4db18..e0f3b975fd 100644 --- a/Shell/Normalisation.cpp +++ b/Shell/Normalisation.cpp @@ -3,7 +3,7 @@ * File Normalisation.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Normalisation.hpp b/Shell/Normalisation.hpp index a26ec47729..1bc179db49 100644 --- a/Shell/Normalisation.hpp +++ b/Shell/Normalisation.hpp @@ -3,7 +3,7 @@ * File Normalisation.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Options.cpp b/Shell/Options.cpp index 20f8fdf336..7ebd47b6f5 100644 --- a/Shell/Options.cpp +++ b/Shell/Options.cpp @@ -3,7 +3,7 @@ * File Options.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Options.hpp b/Shell/Options.hpp index a5f0646e5f..2f31d1dac3 100644 --- a/Shell/Options.hpp +++ b/Shell/Options.hpp @@ -3,7 +3,7 @@ * File Options.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/PARSER_TKV.cpp b/Shell/PARSER_TKV.cpp index b76a7cdcd4..48715cf977 100644 --- a/Shell/PARSER_TKV.cpp +++ b/Shell/PARSER_TKV.cpp @@ -3,7 +3,7 @@ * File PARSER_TKV.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/PARSER_TKV.hpp b/Shell/PARSER_TKV.hpp index 35ad2a842e..06ec3bf99d 100644 --- a/Shell/PARSER_TKV.hpp +++ b/Shell/PARSER_TKV.hpp @@ -3,7 +3,7 @@ * File PARSER_TKV.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/PDUtils.cpp b/Shell/PDUtils.cpp index ad122a9959..9aaeedb6f0 100644 --- a/Shell/PDUtils.cpp +++ b/Shell/PDUtils.cpp @@ -3,7 +3,7 @@ * File PDUtils.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/PDUtils.hpp b/Shell/PDUtils.hpp index 18775e1ddf..216b749838 100644 --- a/Shell/PDUtils.hpp +++ b/Shell/PDUtils.hpp @@ -3,7 +3,7 @@ * File PDUtils.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/PredicateDefinition.cpp b/Shell/PredicateDefinition.cpp index 735dcf75c2..62c933e6d6 100644 --- a/Shell/PredicateDefinition.cpp +++ b/Shell/PredicateDefinition.cpp @@ -3,7 +3,7 @@ * File PredicateDefinition.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/PredicateDefinition.hpp b/Shell/PredicateDefinition.hpp index 09a951d8ec..502e63d128 100644 --- a/Shell/PredicateDefinition.hpp +++ b/Shell/PredicateDefinition.hpp @@ -3,7 +3,7 @@ * File PredicateDefinition.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Preprocess.cpp b/Shell/Preprocess.cpp index 7003bdf7c9..949a31afe8 100644 --- a/Shell/Preprocess.cpp +++ b/Shell/Preprocess.cpp @@ -3,7 +3,7 @@ * File Preprocess.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Preprocess.hpp b/Shell/Preprocess.hpp index a5a5214b47..97b2dcb345 100644 --- a/Shell/Preprocess.hpp +++ b/Shell/Preprocess.hpp @@ -3,7 +3,7 @@ * File Preprocess.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Profile.cpp b/Shell/Profile.cpp index 5e4de3a76d..d4712008c6 100644 --- a/Shell/Profile.cpp +++ b/Shell/Profile.cpp @@ -3,7 +3,7 @@ * File Profile.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Profile.hpp b/Shell/Profile.hpp index ddb3d529e0..c8a571a555 100644 --- a/Shell/Profile.hpp +++ b/Shell/Profile.hpp @@ -3,7 +3,7 @@ * File Profile.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/ProofSimplifier.cpp b/Shell/ProofSimplifier.cpp index 5f0a2550cc..91977eabdd 100644 --- a/Shell/ProofSimplifier.cpp +++ b/Shell/ProofSimplifier.cpp @@ -3,7 +3,7 @@ * File ProofSimplifier.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/ProofSimplifier.hpp b/Shell/ProofSimplifier.hpp index 596ae66640..34930b9d9b 100644 --- a/Shell/ProofSimplifier.hpp +++ b/Shell/ProofSimplifier.hpp @@ -3,7 +3,7 @@ * File ProofSimplifier.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Property.cpp b/Shell/Property.cpp index 16bed21c35..e7ec225aef 100644 --- a/Shell/Property.cpp +++ b/Shell/Property.cpp @@ -3,7 +3,7 @@ * File Property.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Property.hpp b/Shell/Property.hpp index d66fedd2d2..11139c9519 100644 --- a/Shell/Property.hpp +++ b/Shell/Property.hpp @@ -3,7 +3,7 @@ * File Property.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Rectify.cpp b/Shell/Rectify.cpp index d834a26136..b93b170d79 100644 --- a/Shell/Rectify.cpp +++ b/Shell/Rectify.cpp @@ -3,7 +3,7 @@ * File Rectify.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Rectify.hpp b/Shell/Rectify.hpp index bfd4ef701d..461c3d7f45 100644 --- a/Shell/Rectify.hpp +++ b/Shell/Rectify.hpp @@ -3,7 +3,7 @@ * File Rectify.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Refutation.cpp b/Shell/Refutation.cpp index e5488874c8..0e61dbc80c 100644 --- a/Shell/Refutation.cpp +++ b/Shell/Refutation.cpp @@ -3,7 +3,7 @@ * File Refutation.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Refutation.hpp b/Shell/Refutation.hpp index e4f6339b0b..5c86bb0966 100644 --- a/Shell/Refutation.hpp +++ b/Shell/Refutation.hpp @@ -3,7 +3,7 @@ * File Refutation.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SMTFormula.cpp b/Shell/SMTFormula.cpp index f97f41f40d..96154fd660 100644 --- a/Shell/SMTFormula.cpp +++ b/Shell/SMTFormula.cpp @@ -3,7 +3,7 @@ * File SMTFormula.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SMTFormula.hpp b/Shell/SMTFormula.hpp index 1888320c5f..9f1a508ad6 100644 --- a/Shell/SMTFormula.hpp +++ b/Shell/SMTFormula.hpp @@ -3,7 +3,7 @@ * File SMTFormula.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SMTLEX.cpp b/Shell/SMTLEX.cpp index 0e380a7a7d..6ef1b0f288 100644 --- a/Shell/SMTLEX.cpp +++ b/Shell/SMTLEX.cpp @@ -3,7 +3,7 @@ * File SMTLEX.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SMTLEX.hpp b/Shell/SMTLEX.hpp index 8e7e941582..2e72d0adc9 100644 --- a/Shell/SMTLEX.hpp +++ b/Shell/SMTLEX.hpp @@ -3,7 +3,7 @@ * File SMTLEX.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SMTLIBLogic.hpp b/Shell/SMTLIBLogic.hpp index a5ec91580f..be7680b9d5 100644 --- a/Shell/SMTLIBLogic.hpp +++ b/Shell/SMTLIBLogic.hpp @@ -3,7 +3,7 @@ * File SMTLIBLogic.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SMTPAR.cpp b/Shell/SMTPAR.cpp index 238c603160..cd34603c5d 100644 --- a/Shell/SMTPAR.cpp +++ b/Shell/SMTPAR.cpp @@ -3,7 +3,7 @@ * File SMTPAR.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SMTPAR.hpp b/Shell/SMTPAR.hpp index 46e6d2909f..75be00b5cc 100644 --- a/Shell/SMTPAR.hpp +++ b/Shell/SMTPAR.hpp @@ -3,7 +3,7 @@ * File SMTPAR.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SMTPrinter.cpp b/Shell/SMTPrinter.cpp index 18a56d5df0..72bb7c9c47 100644 --- a/Shell/SMTPrinter.cpp +++ b/Shell/SMTPrinter.cpp @@ -3,7 +3,7 @@ * File SMTPrinter.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SMTPrinter.hpp b/Shell/SMTPrinter.hpp index c232ba70d4..9cb76574ad 100644 --- a/Shell/SMTPrinter.hpp +++ b/Shell/SMTPrinter.hpp @@ -3,7 +3,7 @@ * File SMTPrinter.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SimplifyFalseTrue.cpp b/Shell/SimplifyFalseTrue.cpp index afd047bd65..bcbe2dee88 100644 --- a/Shell/SimplifyFalseTrue.cpp +++ b/Shell/SimplifyFalseTrue.cpp @@ -3,7 +3,7 @@ * File SimplifyFalseTrue.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SimplifyFalseTrue.hpp b/Shell/SimplifyFalseTrue.hpp index 3289320d72..950bd6adcf 100644 --- a/Shell/SimplifyFalseTrue.hpp +++ b/Shell/SimplifyFalseTrue.hpp @@ -3,7 +3,7 @@ * File SimplifyFalseTrue.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SimplifyProver.cpp b/Shell/SimplifyProver.cpp index d6bc1dca8c..212eac36d9 100644 --- a/Shell/SimplifyProver.cpp +++ b/Shell/SimplifyProver.cpp @@ -3,7 +3,7 @@ * File SimplifyProver.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SimplifyProver.hpp b/Shell/SimplifyProver.hpp index 94906b37fa..aa0a21b19c 100644 --- a/Shell/SimplifyProver.hpp +++ b/Shell/SimplifyProver.hpp @@ -3,7 +3,7 @@ * File SimplifyProver.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SineUtils.cpp b/Shell/SineUtils.cpp index 1ffbf348c0..c9fc0ca2d2 100644 --- a/Shell/SineUtils.cpp +++ b/Shell/SineUtils.cpp @@ -3,7 +3,7 @@ * File SineUtils.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SineUtils.hpp b/Shell/SineUtils.hpp index 8b12027ca5..77a894869d 100644 --- a/Shell/SineUtils.hpp +++ b/Shell/SineUtils.hpp @@ -3,7 +3,7 @@ * File SineUtils.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Skolem.cpp b/Shell/Skolem.cpp index a3992f5992..aed97529ea 100644 --- a/Shell/Skolem.cpp +++ b/Shell/Skolem.cpp @@ -3,7 +3,7 @@ * File Skolem.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Skolem.hpp b/Shell/Skolem.hpp index 71ce4bfa98..04cffb600f 100644 --- a/Shell/Skolem.hpp +++ b/Shell/Skolem.hpp @@ -3,7 +3,7 @@ * File Skolem.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Statistics.cpp b/Shell/Statistics.cpp index af92df97fe..d88a091361 100644 --- a/Shell/Statistics.cpp +++ b/Shell/Statistics.cpp @@ -3,7 +3,7 @@ * File Statistics.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Statistics.hpp b/Shell/Statistics.hpp index 5d453a68ae..43f28fce61 100644 --- a/Shell/Statistics.hpp +++ b/Shell/Statistics.hpp @@ -3,7 +3,7 @@ * File Statistics.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SubexpressionIterator.cpp b/Shell/SubexpressionIterator.cpp index 329da6c70e..28a9d460f1 100644 --- a/Shell/SubexpressionIterator.cpp +++ b/Shell/SubexpressionIterator.cpp @@ -3,7 +3,7 @@ * File SubexpressionIterator.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SubexpressionIterator.hpp b/Shell/SubexpressionIterator.hpp index cde04374cf..bf6f3744b1 100644 --- a/Shell/SubexpressionIterator.hpp +++ b/Shell/SubexpressionIterator.hpp @@ -3,7 +3,7 @@ * File SubexpressionIterator.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SubsumptionRemover.cpp b/Shell/SubsumptionRemover.cpp index b35b9c0f37..e78feb626c 100644 --- a/Shell/SubsumptionRemover.cpp +++ b/Shell/SubsumptionRemover.cpp @@ -3,7 +3,7 @@ * File SubsumptionRemover.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SubsumptionRemover.hpp b/Shell/SubsumptionRemover.hpp index 7b3259ef44..d9fbe82d0d 100644 --- a/Shell/SubsumptionRemover.hpp +++ b/Shell/SubsumptionRemover.hpp @@ -3,7 +3,7 @@ * File SubsumptionRemover.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SymCounter.cpp b/Shell/SymCounter.cpp index f49c947828..9e4a685f02 100644 --- a/Shell/SymCounter.cpp +++ b/Shell/SymCounter.cpp @@ -3,7 +3,7 @@ * File SymCounter.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SymCounter.hpp b/Shell/SymCounter.hpp index 178f70c1e8..e9641262ac 100644 --- a/Shell/SymCounter.hpp +++ b/Shell/SymCounter.hpp @@ -3,7 +3,7 @@ * File SymCounter.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SymbolDefinitionInlining.cpp b/Shell/SymbolDefinitionInlining.cpp index 3a1a778685..8dab6729ec 100644 --- a/Shell/SymbolDefinitionInlining.cpp +++ b/Shell/SymbolDefinitionInlining.cpp @@ -3,7 +3,7 @@ * File SymbolDefinitionInlining.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SymbolDefinitionInlining.hpp b/Shell/SymbolDefinitionInlining.hpp index f18887dd11..5e7f4e5bb6 100644 --- a/Shell/SymbolDefinitionInlining.hpp +++ b/Shell/SymbolDefinitionInlining.hpp @@ -3,7 +3,7 @@ * File SymbolDefinitionInlining.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. @@ -65,4 +65,4 @@ class SymbolDefinitionInlining { Set _superformulas; }; -#endif // __SymbolDefinitionInlining__ \ No newline at end of file +#endif // __SymbolDefinitionInlining__ diff --git a/Shell/SymbolOccurrenceReplacement.cpp b/Shell/SymbolOccurrenceReplacement.cpp index 3f494b1eb4..9d669a0b23 100644 --- a/Shell/SymbolOccurrenceReplacement.cpp +++ b/Shell/SymbolOccurrenceReplacement.cpp @@ -3,7 +3,7 @@ * File SymbolOccurrenceReplacement.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/SymbolOccurrenceReplacement.hpp b/Shell/SymbolOccurrenceReplacement.hpp index 938e9ffb71..3b85fa8206 100644 --- a/Shell/SymbolOccurrenceReplacement.hpp +++ b/Shell/SymbolOccurrenceReplacement.hpp @@ -3,7 +3,7 @@ * File SymbolOccurrenceReplacement.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TPTPPrinter.cpp b/Shell/TPTPPrinter.cpp index 04072b3c6a..04a40a42db 100644 --- a/Shell/TPTPPrinter.cpp +++ b/Shell/TPTPPrinter.cpp @@ -3,7 +3,7 @@ * File TPTPPrinter.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TPTPPrinter.hpp b/Shell/TPTPPrinter.hpp index 2e52edf760..7dac35f2a1 100644 --- a/Shell/TPTPPrinter.hpp +++ b/Shell/TPTPPrinter.hpp @@ -3,7 +3,7 @@ * File TPTPPrinter.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TermAlgebra.cpp b/Shell/TermAlgebra.cpp index 4dbe4eee5b..5220c0e852 100644 --- a/Shell/TermAlgebra.cpp +++ b/Shell/TermAlgebra.cpp @@ -3,7 +3,7 @@ * File TermAlgebra.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TermAlgebra.hpp b/Shell/TermAlgebra.hpp index 5e314efef8..7cf024ecab 100644 --- a/Shell/TermAlgebra.hpp +++ b/Shell/TermAlgebra.hpp @@ -3,7 +3,7 @@ * File TermAlgebra.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TheoryAxioms.cpp b/Shell/TheoryAxioms.cpp index 616583470e..b12fbc50e5 100644 --- a/Shell/TheoryAxioms.cpp +++ b/Shell/TheoryAxioms.cpp @@ -3,7 +3,7 @@ * File TheoryAxioms.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TheoryAxioms.hpp b/Shell/TheoryAxioms.hpp index 55b7059050..b899995ee3 100644 --- a/Shell/TheoryAxioms.hpp +++ b/Shell/TheoryAxioms.hpp @@ -3,7 +3,7 @@ * File TheoryAxioms.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TheoryFinder.cpp b/Shell/TheoryFinder.cpp index 62fc65b199..055287a839 100644 --- a/Shell/TheoryFinder.cpp +++ b/Shell/TheoryFinder.cpp @@ -3,7 +3,7 @@ * File TheoryFinder.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TheoryFinder.hpp b/Shell/TheoryFinder.hpp index e0d17f9ec5..241e040c36 100644 --- a/Shell/TheoryFinder.hpp +++ b/Shell/TheoryFinder.hpp @@ -3,7 +3,7 @@ * File TheoryFinder.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TheoryFlattening.cpp b/Shell/TheoryFlattening.cpp index f0a09bdf6c..38af68330a 100644 --- a/Shell/TheoryFlattening.cpp +++ b/Shell/TheoryFlattening.cpp @@ -3,7 +3,7 @@ * File TheoryFlattening.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TheoryFlattening.hpp b/Shell/TheoryFlattening.hpp index e8e2f045ca..5a226fcb66 100644 --- a/Shell/TheoryFlattening.hpp +++ b/Shell/TheoryFlattening.hpp @@ -3,7 +3,7 @@ * File TheoryFlattening.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Token.cpp b/Shell/Token.cpp index a6956f20b6..7e2beef87d 100644 --- a/Shell/Token.cpp +++ b/Shell/Token.cpp @@ -3,7 +3,7 @@ * File Token.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/Token.hpp b/Shell/Token.hpp index a9f9938c37..3e2762ed99 100644 --- a/Shell/Token.hpp +++ b/Shell/Token.hpp @@ -3,7 +3,7 @@ * File Token.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TrivialPredicateRemover.cpp b/Shell/TrivialPredicateRemover.cpp index bff73698fb..427a5594a1 100644 --- a/Shell/TrivialPredicateRemover.cpp +++ b/Shell/TrivialPredicateRemover.cpp @@ -3,7 +3,7 @@ * File TrivialPredicateRemover.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/TrivialPredicateRemover.hpp b/Shell/TrivialPredicateRemover.hpp index 9371e3b197..4df1f5308b 100644 --- a/Shell/TrivialPredicateRemover.hpp +++ b/Shell/TrivialPredicateRemover.hpp @@ -3,7 +3,7 @@ * File TrivialPredicateRemover.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/UIHelper.cpp b/Shell/UIHelper.cpp index afdc9fbaf9..76cf1d691d 100644 --- a/Shell/UIHelper.cpp +++ b/Shell/UIHelper.cpp @@ -3,7 +3,7 @@ * File UIHelper.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/UIHelper.hpp b/Shell/UIHelper.hpp index 9bf7373a37..3df7048785 100644 --- a/Shell/UIHelper.hpp +++ b/Shell/UIHelper.hpp @@ -3,7 +3,7 @@ * File UIHelper.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/VarManager.cpp b/Shell/VarManager.cpp index 612ebc2b5c..45a90616d0 100644 --- a/Shell/VarManager.cpp +++ b/Shell/VarManager.cpp @@ -3,7 +3,7 @@ * File VarManager.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Shell/VarManager.hpp b/Shell/VarManager.hpp index d847c0e04e..f48d3cbcd2 100644 --- a/Shell/VarManager.hpp +++ b/Shell/VarManager.hpp @@ -3,7 +3,7 @@ * File VarManager.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/CheckedFwSimplifier.cpp b/Test/CheckedFwSimplifier.cpp index ed4c5ad236..800307cdf9 100644 --- a/Test/CheckedFwSimplifier.cpp +++ b/Test/CheckedFwSimplifier.cpp @@ -3,7 +3,7 @@ * File CheckedFwSimplifier.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/CheckedFwSimplifier.hpp b/Test/CheckedFwSimplifier.hpp index 8e2ca03e51..ffd1f4af99 100644 --- a/Test/CheckedFwSimplifier.hpp +++ b/Test/CheckedFwSimplifier.hpp @@ -3,7 +3,7 @@ * File CheckedFwSimplifier.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/CheckedSatSolver.cpp b/Test/CheckedSatSolver.cpp index be3bb592dd..7bbf15b3cd 100644 --- a/Test/CheckedSatSolver.cpp +++ b/Test/CheckedSatSolver.cpp @@ -3,7 +3,7 @@ * File CheckedSatSolver.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/CheckedSatSolver.hpp b/Test/CheckedSatSolver.hpp index 3f41b5059e..544e387925 100644 --- a/Test/CheckedSatSolver.hpp +++ b/Test/CheckedSatSolver.hpp @@ -3,7 +3,7 @@ * File CheckedSatSolver.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/Compit2Output.cpp b/Test/Compit2Output.cpp index 44da7a4426..f658a7159d 100644 --- a/Test/Compit2Output.cpp +++ b/Test/Compit2Output.cpp @@ -3,7 +3,7 @@ * File Compit2Output.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/Compit2Output.hpp b/Test/Compit2Output.hpp index d0dfaee26b..605660c105 100644 --- a/Test/Compit2Output.hpp +++ b/Test/Compit2Output.hpp @@ -3,7 +3,7 @@ * File Compit2Output.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/CompitOutput.cpp b/Test/CompitOutput.cpp index 145dd2119d..5a672a4399 100644 --- a/Test/CompitOutput.cpp +++ b/Test/CompitOutput.cpp @@ -3,7 +3,7 @@ * File CompitOutput.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/CompitOutput.hpp b/Test/CompitOutput.hpp index 7c3681e3c9..106f436ebd 100644 --- a/Test/CompitOutput.hpp +++ b/Test/CompitOutput.hpp @@ -3,7 +3,7 @@ * File CompitOutput.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/DiffOrdering.hpp b/Test/DiffOrdering.hpp index a1d8d07282..0c3feb14b6 100644 --- a/Test/DiffOrdering.hpp +++ b/Test/DiffOrdering.hpp @@ -3,7 +3,7 @@ * File DiffOrdering.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/Output.cpp b/Test/Output.cpp index 02cc4c6d36..940e9ddab3 100644 --- a/Test/Output.cpp +++ b/Test/Output.cpp @@ -3,7 +3,7 @@ * File Output.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/Output.hpp b/Test/Output.hpp index 1f1e038e39..a81ad0ae98 100644 --- a/Test/Output.hpp +++ b/Test/Output.hpp @@ -3,7 +3,7 @@ * File Output.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/RecordingSatSolver.cpp b/Test/RecordingSatSolver.cpp index 325f3a4f43..ab78aa60e0 100644 --- a/Test/RecordingSatSolver.cpp +++ b/Test/RecordingSatSolver.cpp @@ -3,7 +3,7 @@ * File RecordingSatSolver.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/RecordingSatSolver.hpp b/Test/RecordingSatSolver.hpp index 4d173a87a2..00d620ecad 100644 --- a/Test/RecordingSatSolver.hpp +++ b/Test/RecordingSatSolver.hpp @@ -3,7 +3,7 @@ * File RecordingSatSolver.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/TestUtils.cpp b/Test/TestUtils.cpp index 77bbca8c04..a06a79e749 100644 --- a/Test/TestUtils.cpp +++ b/Test/TestUtils.cpp @@ -3,7 +3,7 @@ * File TestUtils.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/TestUtils.hpp b/Test/TestUtils.hpp index beca04255f..1a767c6063 100644 --- a/Test/TestUtils.hpp +++ b/Test/TestUtils.hpp @@ -3,7 +3,7 @@ * File TestUtils.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/UnitTesting.cpp b/Test/UnitTesting.cpp index 33b111c09f..778ecdd8f3 100644 --- a/Test/UnitTesting.cpp +++ b/Test/UnitTesting.cpp @@ -3,7 +3,7 @@ * File UnitTesting.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/UnitTesting.hpp b/Test/UnitTesting.hpp index d6a093b1a5..8f8adfe1b7 100644 --- a/Test/UnitTesting.hpp +++ b/Test/UnitTesting.hpp @@ -3,7 +3,7 @@ * File UnitTesting.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/compit2.cpp b/Test/compit2.cpp index a9ec40f393..97172fe6e1 100644 --- a/Test/compit2.cpp +++ b/Test/compit2.cpp @@ -3,7 +3,7 @@ * File compit2.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/compit2.hpp b/Test/compit2.hpp index efffba52b5..588420368f 100644 --- a/Test/compit2.hpp +++ b/Test/compit2.hpp @@ -3,7 +3,7 @@ * File compit2.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/Test/compit2_impl.cpp b/Test/compit2_impl.cpp index 19beeed2d2..887798dd36 100644 --- a/Test/compit2_impl.cpp +++ b/Test/compit2_impl.cpp @@ -3,7 +3,7 @@ * File compit2_impl.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tArithCompare.cpp b/UnitTests/tArithCompare.cpp index f93d1140e1..9937bc95a2 100644 --- a/UnitTests/tArithCompare.cpp +++ b/UnitTests/tArithCompare.cpp @@ -3,7 +3,7 @@ * File tArithCompare.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tBinaryHeap.cpp b/UnitTests/tBinaryHeap.cpp index 92d915d47f..2957641b16 100644 --- a/UnitTests/tBinaryHeap.cpp +++ b/UnitTests/tBinaryHeap.cpp @@ -3,7 +3,7 @@ * File tBinaryHeap.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tDHMap.cpp b/UnitTests/tDHMap.cpp index 0ba8cdd960..b89250128d 100644 --- a/UnitTests/tDHMap.cpp +++ b/UnitTests/tDHMap.cpp @@ -3,7 +3,7 @@ * File tDHMap.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tDHMultiset.cpp b/UnitTests/tDHMultiset.cpp index b09b4394f1..4d858b757c 100644 --- a/UnitTests/tDHMultiset.cpp +++ b/UnitTests/tDHMultiset.cpp @@ -3,7 +3,7 @@ * File tDHMultiset.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tDisagreement.cpp b/UnitTests/tDisagreement.cpp index 9d53da1107..45d58e236e 100644 --- a/UnitTests/tDisagreement.cpp +++ b/UnitTests/tDisagreement.cpp @@ -3,7 +3,7 @@ * File tDisagreement.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tDismatching.cpp b/UnitTests/tDismatching.cpp index 702ebaff21..5464982448 100644 --- a/UnitTests/tDismatching.cpp +++ b/UnitTests/tDismatching.cpp @@ -3,7 +3,7 @@ * File tDismatching.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tDynamicHeap.cpp b/UnitTests/tDynamicHeap.cpp index 229854d3c7..d39e379c4a 100644 --- a/UnitTests/tDynamicHeap.cpp +++ b/UnitTests/tDynamicHeap.cpp @@ -3,7 +3,7 @@ * File tDynamicHeap.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tImplicationSetClosure.cpp b/UnitTests/tImplicationSetClosure.cpp index c1819bf491..df8698b728 100644 --- a/UnitTests/tImplicationSetClosure.cpp +++ b/UnitTests/tImplicationSetClosure.cpp @@ -3,7 +3,7 @@ * File tImplicationSetClosure.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tInstantiation.cpp b/UnitTests/tInstantiation.cpp index 0f929eb5ee..2937742a93 100644 --- a/UnitTests/tInstantiation.cpp +++ b/UnitTests/tInstantiation.cpp @@ -3,7 +3,7 @@ * File tInstantiation.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tInterpretedFunctions.cpp b/UnitTests/tInterpretedFunctions.cpp index e32bdac234..0f8e0cbcd1 100644 --- a/UnitTests/tInterpretedFunctions.cpp +++ b/UnitTests/tInterpretedFunctions.cpp @@ -3,7 +3,7 @@ * File tInterpretedFunctions.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tInterpretedNormalizer.cpp b/UnitTests/tInterpretedNormalizer.cpp index 79577d8d29..8d96e5c541 100644 --- a/UnitTests/tInterpretedNormalizer.cpp +++ b/UnitTests/tInterpretedNormalizer.cpp @@ -3,7 +3,7 @@ * File tInterpretedNormalizer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tList.cpp b/UnitTests/tList.cpp index 8b6c838c10..9b7270c3d3 100644 --- a/UnitTests/tList.cpp +++ b/UnitTests/tList.cpp @@ -3,7 +3,7 @@ * File tList.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tOptionConstraints.cpp b/UnitTests/tOptionConstraints.cpp index 2c95851039..374f85f596 100644 --- a/UnitTests/tOptionConstraints.cpp +++ b/UnitTests/tOptionConstraints.cpp @@ -3,7 +3,7 @@ * File tOptionConstraints.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tRatioKeeper.cpp b/UnitTests/tRatioKeeper.cpp index ebea6f9b2a..f50855e1ec 100644 --- a/UnitTests/tRatioKeeper.cpp +++ b/UnitTests/tRatioKeeper.cpp @@ -3,7 +3,7 @@ * File tRatioKeeper.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tSATSolver.cpp b/UnitTests/tSATSolver.cpp index f7be3de9a1..91865be45c 100644 --- a/UnitTests/tSATSolver.cpp +++ b/UnitTests/tSATSolver.cpp @@ -3,7 +3,7 @@ * File tSATSolver.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tSCCAnalyzer.cpp b/UnitTests/tSCCAnalyzer.cpp index fa25f1fe08..18d23a771f 100644 --- a/UnitTests/tSCCAnalyzer.cpp +++ b/UnitTests/tSCCAnalyzer.cpp @@ -3,7 +3,7 @@ * File tSCCAnalyzer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tSafeRecursion.cpp b/UnitTests/tSafeRecursion.cpp index 07855ec48e..2c934c0cdb 100644 --- a/UnitTests/tSafeRecursion.cpp +++ b/UnitTests/tSafeRecursion.cpp @@ -3,7 +3,7 @@ * File tSafeRecursion.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tSkipList.cpp b/UnitTests/tSkipList.cpp index 62c09824f2..cdfb538046 100644 --- a/UnitTests/tSkipList.cpp +++ b/UnitTests/tSkipList.cpp @@ -3,7 +3,7 @@ * File tSkipList.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tStack.cpp b/UnitTests/tStack.cpp index b9a44d5e10..cc9a3b76b7 100644 --- a/UnitTests/tStack.cpp +++ b/UnitTests/tStack.cpp @@ -3,7 +3,7 @@ * File tStack.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tTracingApi.cpp b/UnitTests/tTracingApi.cpp index 8e0d63ff22..fab1d1202c 100644 --- a/UnitTests/tTracingApi.cpp +++ b/UnitTests/tTracingApi.cpp @@ -3,7 +3,7 @@ * File tTracingApi.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tTransparentSolver.cpp b/UnitTests/tTransparentSolver.cpp index ccbd4a5293..ef8dd9dbc2 100644 --- a/UnitTests/tTransparentSolver.cpp +++ b/UnitTests/tTransparentSolver.cpp @@ -3,7 +3,7 @@ * File tTransparentSolver.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. @@ -73,4 +73,4 @@ TEST_FUN(transpSolver1) ASS_EQ(solver->getStatus(),SATSolver::UNSATISFIABLE); } -*/ \ No newline at end of file +*/ diff --git a/UnitTests/tTwoVampires.cpp b/UnitTests/tTwoVampires.cpp index dc003dd067..de1ea09d6e 100644 --- a/UnitTests/tTwoVampires.cpp +++ b/UnitTests/tTwoVampires.cpp @@ -3,7 +3,7 @@ * File tTwoVampires.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tZ3test.cpp b/UnitTests/tZ3test.cpp index 4069b08574..2f220aaf3c 100644 --- a/UnitTests/tZ3test.cpp +++ b/UnitTests/tZ3test.cpp @@ -3,7 +3,7 @@ * File tZ3test.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/UnitTests/tfork.cpp b/UnitTests/tfork.cpp index b19280a155..2ada1e2c2a 100644 --- a/UnitTests/tfork.cpp +++ b/UnitTests/tfork.cpp @@ -3,7 +3,7 @@ * File tfork.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/AnnotationColoring.cpp b/VUtils/AnnotationColoring.cpp index c12ebc5814..00fff21dfb 100644 --- a/VUtils/AnnotationColoring.cpp +++ b/VUtils/AnnotationColoring.cpp @@ -3,7 +3,7 @@ * File AnnotationColoring.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/AnnotationColoring.hpp b/VUtils/AnnotationColoring.hpp index 6daada27e9..3cf7bbfb24 100644 --- a/VUtils/AnnotationColoring.hpp +++ b/VUtils/AnnotationColoring.hpp @@ -3,7 +3,7 @@ * File AnnotationColoring.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/CPAInterpolator.cpp b/VUtils/CPAInterpolator.cpp index 479ea699ba..d5d580f1dd 100644 --- a/VUtils/CPAInterpolator.cpp +++ b/VUtils/CPAInterpolator.cpp @@ -3,7 +3,7 @@ * File CPAInterpolator.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/CPAInterpolator.hpp b/VUtils/CPAInterpolator.hpp index a51716501a..85212cf274 100644 --- a/VUtils/CPAInterpolator.hpp +++ b/VUtils/CPAInterpolator.hpp @@ -3,7 +3,7 @@ * File CPAInterpolator.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/DPTester.cpp b/VUtils/DPTester.cpp index 4d4c165749..03ca597807 100644 --- a/VUtils/DPTester.cpp +++ b/VUtils/DPTester.cpp @@ -3,7 +3,7 @@ * File DPTester.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/DPTester.hpp b/VUtils/DPTester.hpp index c6e26f1327..12605a6fc2 100644 --- a/VUtils/DPTester.hpp +++ b/VUtils/DPTester.hpp @@ -3,7 +3,7 @@ * File DPTester.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/EPRRestoringScanner.cpp b/VUtils/EPRRestoringScanner.cpp index feca633ecc..9d77fa91bf 100644 --- a/VUtils/EPRRestoringScanner.cpp +++ b/VUtils/EPRRestoringScanner.cpp @@ -3,7 +3,7 @@ * File EPRRestoringScanner.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/EPRRestoringScanner.hpp b/VUtils/EPRRestoringScanner.hpp index a439635c15..a77c498c98 100644 --- a/VUtils/EPRRestoringScanner.hpp +++ b/VUtils/EPRRestoringScanner.hpp @@ -3,7 +3,7 @@ * File EPRRestoringScanner.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/FOEquivalenceDiscovery.cpp b/VUtils/FOEquivalenceDiscovery.cpp index de35d0e40b..25ab975ba9 100644 --- a/VUtils/FOEquivalenceDiscovery.cpp +++ b/VUtils/FOEquivalenceDiscovery.cpp @@ -3,7 +3,7 @@ * File FOEquivalenceDiscovery.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/FOEquivalenceDiscovery.hpp b/VUtils/FOEquivalenceDiscovery.hpp index 588b81adbd..306339fe97 100644 --- a/VUtils/FOEquivalenceDiscovery.hpp +++ b/VUtils/FOEquivalenceDiscovery.hpp @@ -3,7 +3,7 @@ * File FOEquivalenceDiscovery.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/LocalityRestoring.cpp b/VUtils/LocalityRestoring.cpp index 79776d2a78..b3e073ca1f 100644 --- a/VUtils/LocalityRestoring.cpp +++ b/VUtils/LocalityRestoring.cpp @@ -3,7 +3,7 @@ * File LocalityRestoring.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/LocalityRestoring.hpp b/VUtils/LocalityRestoring.hpp index 1b88f0198f..4a74cd895f 100644 --- a/VUtils/LocalityRestoring.hpp +++ b/VUtils/LocalityRestoring.hpp @@ -3,7 +3,7 @@ * File LocalityRestoring.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/PreprocessingEvaluator.cpp b/VUtils/PreprocessingEvaluator.cpp index 3e3ee64c1e..9a5b727f94 100644 --- a/VUtils/PreprocessingEvaluator.cpp +++ b/VUtils/PreprocessingEvaluator.cpp @@ -3,7 +3,7 @@ * File PreprocessingEvaluator.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/PreprocessingEvaluator.hpp b/VUtils/PreprocessingEvaluator.hpp index b23f5f64c7..9a57113c03 100644 --- a/VUtils/PreprocessingEvaluator.hpp +++ b/VUtils/PreprocessingEvaluator.hpp @@ -3,7 +3,7 @@ * File PreprocessingEvaluator.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/ProblemColoring.cpp b/VUtils/ProblemColoring.cpp index 76750f5ae8..0376eb47c4 100644 --- a/VUtils/ProblemColoring.cpp +++ b/VUtils/ProblemColoring.cpp @@ -3,7 +3,7 @@ * File ProblemColoring.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/ProblemColoring.hpp b/VUtils/ProblemColoring.hpp index 9730d122f3..5a22cf6223 100644 --- a/VUtils/ProblemColoring.hpp +++ b/VUtils/ProblemColoring.hpp @@ -3,7 +3,7 @@ * File ProblemColoring.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/RangeColoring.cpp b/VUtils/RangeColoring.cpp index 03b1ba71bf..c69849c572 100644 --- a/VUtils/RangeColoring.cpp +++ b/VUtils/RangeColoring.cpp @@ -3,7 +3,7 @@ * File RangeColoring.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/RangeColoring.hpp b/VUtils/RangeColoring.hpp index 1c35ac3713..bd212618cd 100644 --- a/VUtils/RangeColoring.hpp +++ b/VUtils/RangeColoring.hpp @@ -3,7 +3,7 @@ * File RangeColoring.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/SATReplayer.cpp b/VUtils/SATReplayer.cpp index d4f45496f6..4763a8cd7d 100644 --- a/VUtils/SATReplayer.cpp +++ b/VUtils/SATReplayer.cpp @@ -3,7 +3,7 @@ * File SATReplayer.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/SATReplayer.hpp b/VUtils/SATReplayer.hpp index aae5d6dc87..13ed5863d8 100644 --- a/VUtils/SATReplayer.hpp +++ b/VUtils/SATReplayer.hpp @@ -3,7 +3,7 @@ * File SATReplayer.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/SMTLIBConcat.cpp b/VUtils/SMTLIBConcat.cpp index b4983cf4ec..6a1b31aaed 100644 --- a/VUtils/SMTLIBConcat.cpp +++ b/VUtils/SMTLIBConcat.cpp @@ -3,7 +3,7 @@ * File SMTLIBConcat.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/SMTLIBConcat.hpp b/VUtils/SMTLIBConcat.hpp index 13a3bea2f2..e4bdbfdcf2 100644 --- a/VUtils/SMTLIBConcat.hpp +++ b/VUtils/SMTLIBConcat.hpp @@ -3,7 +3,7 @@ * File SMTLIBConcat.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/SimpleSMT.cpp b/VUtils/SimpleSMT.cpp index 946d003bc6..c682f0b38e 100644 --- a/VUtils/SimpleSMT.cpp +++ b/VUtils/SimpleSMT.cpp @@ -3,7 +3,7 @@ * File SimpleSMT.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/SimpleSMT.hpp b/VUtils/SimpleSMT.hpp index f46d1fe79a..481c102b22 100644 --- a/VUtils/SimpleSMT.hpp +++ b/VUtils/SimpleSMT.hpp @@ -3,7 +3,7 @@ * File SimpleSMT.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/Z3InterpolantExtractor.cpp b/VUtils/Z3InterpolantExtractor.cpp index 9585c72fed..86f8d87759 100644 --- a/VUtils/Z3InterpolantExtractor.cpp +++ b/VUtils/Z3InterpolantExtractor.cpp @@ -3,7 +3,7 @@ * File Z3InterpolantExtractor.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/VUtils/Z3InterpolantExtractor.hpp b/VUtils/Z3InterpolantExtractor.hpp index 7469c52b27..2cacbfa97d 100644 --- a/VUtils/Z3InterpolantExtractor.hpp +++ b/VUtils/Z3InterpolantExtractor.hpp @@ -3,7 +3,7 @@ * File Z3InterpolantExtractor.hpp. * * This file is part of the source code of the software program - * Vampire 4.2.2. It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/test_libvapi.cpp b/test_libvapi.cpp index 08f22db36e..37810fa4fc 100644 --- a/test_libvapi.cpp +++ b/test_libvapi.cpp @@ -3,7 +3,7 @@ * File test_libvapi.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/test_vapi.cpp b/test_vapi.cpp index 5623eaa9b9..50a1813729 100644 --- a/test_vapi.cpp +++ b/test_vapi.cpp @@ -3,7 +3,7 @@ * File test_vapi.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/ucompit.cpp b/ucompit.cpp index b3407bf103..43e1164a3b 100644 --- a/ucompit.cpp +++ b/ucompit.cpp @@ -3,7 +3,7 @@ * File ucompit.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/vampire.cpp b/vampire.cpp index b506c074a3..3b87a20f82 100644 --- a/vampire.cpp +++ b/vampire.cpp @@ -3,7 +3,7 @@ * File vampire.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/vclausify.cpp b/vclausify.cpp index 761a459bb2..782e259334 100644 --- a/vclausify.cpp +++ b/vclausify.cpp @@ -3,7 +3,7 @@ * File vclausify.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/vcompit.cpp b/vcompit.cpp index 72fa667452..3aad2e6474 100644 --- a/vcompit.cpp +++ b/vcompit.cpp @@ -3,7 +3,7 @@ * File vcompit.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/vground.cpp b/vground.cpp index 4f4517aa14..e309be70a9 100644 --- a/vground.cpp +++ b/vground.cpp @@ -3,7 +3,7 @@ * File vground.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/vltb.cpp b/vltb.cpp index 4dbd1bdf39..97541781c6 100644 --- a/vltb.cpp +++ b/vltb.cpp @@ -3,7 +3,7 @@ * File vltb.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/vsat.cpp b/vsat.cpp index 211ae5d3a3..5bc6e8a1cc 100644 --- a/vsat.cpp +++ b/vsat.cpp @@ -3,7 +3,7 @@ * File vsat.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/vtest.cpp b/vtest.cpp index 38d31e32e8..8d37c7d23a 100644 --- a/vtest.cpp +++ b/vtest.cpp @@ -3,7 +3,7 @@ * File vtest.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide. diff --git a/vutil.cpp b/vutil.cpp index c3ba35ff4e..619c2ad05a 100644 --- a/vutil.cpp +++ b/vutil.cpp @@ -3,7 +3,7 @@ * File vutil.cpp. * * This file is part of the source code of the software program - * Vampire 4.2.2 (unstable). It is protected by applicable + * Vampire. It is protected by applicable * copyright laws. * * This source code is distributed under the licence found here @@ -11,7 +11,7 @@ * and in the source directory * * In summary, you are allowed to use Vampire for non-commercial - * uses but not allowed to distribute, modify, copy, create derivatives, + * purposes but not allowed to distribute, modify, copy, create derivatives, * or use in competitions. * For other uses of Vampire please contact developers for a different * licence, which we will make an effort to provide.