From e07f9d32b4ac33f660d9e26b7f808d053f1459cf Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Tue, 3 Jan 2017 10:13:31 +0100 Subject: [PATCH] Update old URLs --- .../MathNet.Iridium.License.txt | 4 ++-- .../Builder.Service/Builder/Builder.cs | 4 ++-- .../Builder.Service/BuilderFactory.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- src/app/MathNet.Yttrium/Contracts/Bus.cs | 4 ++-- .../Contracts/Containers/BusSet.cs | 4 ++-- .../Contracts/Containers/IBusSet.cs | 2 +- .../Contracts/Containers/IInstanceIdSet.cs | 2 +- .../Contracts/Containers/IPortSet.cs | 2 +- .../Contracts/Containers/ISignalSet.cs | 2 +- .../Contracts/Containers/InstanceIdSet.cs | 4 ++-- .../Contracts/Containers/PortSet.cs | 4 ++-- .../Contracts/Containers/SignalSet.cs | 4 ++-- .../Contracts/Events/BusEventArgs.cs | 4 ++-- .../Events/BusIndexChangedEventArgs.cs | 4 ++-- .../Contracts/Events/BusIndexEventArgs.cs | 4 ++-- .../Contracts/Events/BusPortIndexEventArgs.cs | 4 ++-- .../Events/IndexedSignalEventArgs.cs | 4 ++-- .../Contracts/Events/PortEventArgs.cs | 4 ++-- .../Events/PortIndexChangedEventArgs.cs | 4 ++-- .../Contracts/Events/PortIndexEventArgs.cs | 4 ++-- .../Contracts/Events/SignalEventArgs.cs | 4 ++-- .../Events/SignalIndexChangedEventArgs.cs | 4 ++-- .../Contracts/Events/SignalIndexEventArgs.cs | 4 ++-- .../Contracts/Events/SignalPortEventArgs.cs | 4 ++-- .../Events/SignalPortIndexEventArgs.cs | 4 ++-- .../Events/SimulationTimeEventArgs.cs | 4 ++-- .../Contracts/Events/ValueNodeEventArgs.cs | 4 ++-- .../ArchitectureNotAvailableException.cs | 4 ++-- .../CyclicSignalsNotSupportedException.cs | 4 ++-- .../Exceptions/DeserializationException.cs | 4 ++-- .../Exceptions/DomainNotAvailableException.cs | 4 ++-- .../Exceptions/EntityNotAvailableException.cs | 4 ++-- .../EntitySignalCountUnexpectedException.cs | 4 ++-- .../EntitySignalMismatchException.cs | 4 ++-- ...nericEntityPortNotInstantiableException.cs | 4 ++-- .../IncompatibleStructureException.cs | 4 ++-- .../Exceptions/LabelNotAvailableException.cs | 4 ++-- ...ExclusiveStrategyAlreadyActiveException.cs | 4 ++-- .../Contracts/Exceptions/NotFoundException.cs | 4 ++-- .../StructureNotSupportedException.cs | 4 ++-- .../Exceptions/SymbolNotAvailableException.cs | 4 ++-- .../Exceptions/TheoremMismatchException.cs | 4 ++-- .../Contracts/Exceptions/YttriumException.cs | 4 ++-- .../Contracts/IArchitecture.cs | 4 ++-- .../Contracts/IArchitectureFactory.cs | 4 ++-- src/app/MathNet.Yttrium/Contracts/IBuilder.cs | 2 +- .../MathNet.Yttrium/Contracts/ICategory.cs | 4 ++-- .../MathNet.Yttrium/Contracts/ICustomData.cs | 4 ++-- .../Contracts/ICustomDataPack.cs | 4 ++-- src/app/MathNet.Yttrium/Contracts/IEntity.cs | 4 ++-- src/app/MathNet.Yttrium/Contracts/IFactory.cs | 4 ++-- .../Contracts/IIdentifierDictionary.cs | 2 +- .../Contracts/IKeyedCollection.cs | 4 ++-- .../Contracts/IMathFunction.cs | 4 ++-- .../MathNet.Yttrium/Contracts/IMathSystem.cs | 4 ++-- .../MathNet.Yttrium/Contracts/IProperty.cs | 4 ++-- .../Contracts/ISignal_Drive.cs | 4 ++-- .../Contracts/ISystemBuilder.cs | 4 ++-- .../Contracts/IValueStructure.cs | 4 ++-- .../Contracts/MathIdentifier.cs | 4 ++-- src/app/MathNet.Yttrium/Contracts/Node.cs | 4 ++-- src/app/MathNet.Yttrium/Contracts/Port.cs | 4 ++-- .../Contracts/Properties/AssemblyInfo.cs | 4 ++-- src/app/MathNet.Yttrium/Contracts/Signal.cs | 4 ++-- .../MathNet.Yttrium/Contracts/ValueNode.cs | 4 ++-- .../Conversion/IConversionRouter.cs | 4 ++-- .../Conversion/IRouteDistance.cs | 4 ++-- .../Conversion/IValueConverter.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Conversion/ConversionRouter.cs | 4 ++-- .../Conversion.Service/ConversionFactory.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Conversion/ValueConverter.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Formatter/FormattingOptions.cs | 4 ++-- .../Formatter/IFormattableLeaf.cs | 4 ++-- .../Formatter/IFormatter.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Formatter/InfixFormatter.cs | 4 ++-- .../Formatter.Service/FormatterFactory.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../MathNet.Yttrium/Fundament/AspectObject.cs | 4 ++-- .../MathNet.Yttrium/Fundament/Dirtyable.cs | 4 ++-- .../MathNet.Yttrium/Fundament/EventAspect.cs | 4 ++-- .../MathNet.Yttrium/Fundament/EventTrigger.cs | 4 ++-- .../MathNet.Yttrium/Fundament/FlagAspect.cs | 4 ++-- .../MathNet.Yttrium/Fundament/Identifier.cs | 4 ++-- .../Fundament/IdentifierDictionary.cs | 4 ++-- .../Fundament/IdentifierService.cs | 4 ++-- .../Fundament/Properties/AssemblyInfo.cs | 4 ++-- .../Fundament/PropertyAspect.cs | 4 ++-- .../Exceptions/ParsingException.cs | 4 ++-- .../Interpreter/IParser.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Interpreter/EntityStack.cs | 4 ++-- .../Interpreter/Int32Stack.cs | 4 ++-- .../Interpreter/LexerBuffer.cs | 4 ++-- .../Interpreter/LexerMarker.cs | 4 ++-- .../Interpreter/LexerScanner.cs | 4 ++-- .../Interpreter/LexerToken.cs | 4 ++-- .../Interpreter.Service/Interpreter/Parser.cs | 4 ++-- .../Interpreter/ParserBuffer.cs | 4 ++-- .../Interpreter/ParserMarker.cs | 4 ++-- .../Interpreter/ParserScanner.cs | 4 ++-- .../Interpreter/SignalStack.cs | 4 ++-- .../Interpreter.Service/InterpreterFactory.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Library/CustomDataRef.cs | 4 ++-- .../Library/ICustomDataRef.cs | 4 ++-- .../Library.Contracts/Library/ILibrary.cs | 4 ++-- .../Library/IPackageLoader.cs | 4 ++-- .../Library/IPackageManager.cs | 4 ++-- .../Library/ITheoremProvider.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Library/ArchitectureFactoryCollection.cs | 4 ++-- .../Library/CustomDataCollection.cs | 4 ++-- .../Library/EntityArchitecturesRelation.cs | 4 ++-- .../Library/EntityCollection.cs | 4 ++-- .../Library.Service/Library/Library.cs | 4 ++-- .../Library.Service/Library/PackageInfo.cs | 4 ++-- .../Library.Service/Library/PackageLoader.cs | 4 ++-- .../Library/PackagesSectionHandler.cs | 4 ++-- .../Library/PropertyProviderTable.cs | 4 ++-- .../Library/TheoremProviderCollection.cs | 4 ++-- .../Library/XmlPackagesAdapter.cs | 4 ++-- .../Library.Service/LibraryFactory.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Library/Backend/Channels/Hint.cs | 4 ++-- .../Library/Backend/Channels/HintChannel.cs | 4 ++-- .../Library/Backend/Channels/HintType.cs | 4 ++-- .../Library/Backend/Channels/LogObserver.cs | 4 ++-- .../Library/Backend/Events/BusEventArgs.cs | 4 ++-- .../Events/BusIndexChangedEventArgs.cs | 4 ++-- .../Backend/Events/BusIndexEventArgs.cs | 4 ++-- .../Backend/Events/BusPortIndexEventArgs.cs | 4 ++-- .../Backend/Events/IndexedSignalEventArgs.cs | 4 ++-- .../Library/Backend/Events/PortEventArgs.cs | 4 ++-- .../Events/PortIndexChangedEventArgs.cs | 4 ++-- .../Backend/Events/PortIndexEventArgs.cs | 4 ++-- .../Library/Backend/Events/SignalEventArgs.cs | 4 ++-- .../Events/SignalIndexChangedEventArgs.cs | 4 ++-- .../Backend/Events/SignalIndexEventArgs.cs | 4 ++-- .../Backend/Events/SignalPortEventArgs.cs | 4 ++-- .../Events/SignalPortIndexEventArgs.cs | 4 ++-- .../Backend/Events/SimulationTimeEventArgs.cs | 4 ++-- .../Backend/Events/ValueNodeEventArgs.cs | 4 ++-- .../Backend/Templates/CompoundArchitecture.cs | 4 ++-- .../Backend/Templates/CompoundProcess.cs | 4 ++-- .../Library/Core/Architecture.cs | 4 ++-- src/app/MathNet.Yttrium/Library/Core/Bus.cs | 4 ++-- .../MathNet.Yttrium/Library/Core/Entity.cs | 4 ++-- .../Library/Core/IArchitectureFactory.cs | 4 ++-- src/app/MathNet.Yttrium/Library/Core/Port.cs | 4 ++-- .../MathNet.Yttrium/Library/Core/Process.cs | 4 ++-- .../MathNet.Yttrium/Library/Core/Signal.cs | 4 ++-- .../Library/Core/ValueStructure.cs | 4 ++-- .../MathNet.Yttrium/Library/CoreFactory.cs | 4 ++-- .../Library/Properties/AssemblyInfo.cs | 4 ++-- .../Library/Workplace/MathFunction.cs | 4 ++-- .../Library/Workplace/MathSystem.cs | 4 ++-- .../Library/Workplace/Project.cs | 4 ++-- .../AutoEvaluation/IAutoEvaluationTheorem.cs | 4 ++-- .../IAutoEvaluationTheoremProvider.cs | 4 ++-- .../AutoEvaluation/IAutoEvaluator.cs | 4 ++-- .../Manipulation/BasicManipulationVisitor.cs | 4 ++-- .../Manipulation/BasicTransformation.cs | 4 ++-- .../Manipulation/Delegates.cs | 4 ++-- .../Manipulation/IManipulationVisitor.cs | 4 ++-- .../Manipulation/IManipulator.cs | 4 ++-- .../Manipulation/ITransformationTheorem.cs | 4 ++-- .../ITransformationTheoremProvider.cs | 4 ++-- .../Manipulation/ITransformer.cs | 4 ++-- .../Manipulation/ManipulationPlan.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../AutoEvaluationTheoremProvider.cs | 4 ++-- .../AutoEvaluation/AutoEvaluator.cs | 4 ++-- .../AutoEvaluationFactory.cs | 4 ++-- .../Manipulation/Manipulator.cs | 4 ++-- .../TransformationManipulationVisitor.cs | 4 ++-- .../TransformationTheoremProvider.cs | 4 ++-- .../Manipulation/Transformer.cs | 4 ++-- .../ManipulationFactory.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Exceptions/CommandException.cs | 4 ++-- .../Mediator.Contracts/Mediator/IMediator.cs | 4 ++-- .../Mediator.Contracts/Mediator/IObserver.cs | 4 ++-- .../Mediator/ISystemMediator.cs | 4 ++-- .../Mediator/ISystemObserver.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Mediator.Service/Mediator/Channel.cs | 4 ++-- .../Mediator.Service/Mediator/Mediator.cs | 4 ++-- .../Mediator/SystemMediator.cs | 4 ++-- .../Mediator.Service/MediatorFactory.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Mediator/BusDrivePortCommand.cs | 4 ++-- .../Mediator/BusUndrivePortCommand.cs | 4 ++-- .../Mediator.Toolkit/Mediator/LogObserver.cs | 4 ++-- .../Mediator/NewBusCommand.cs | 4 ++-- .../Mediator/NewPortCommand.cs | 4 ++-- .../Mediator/NewSignalCommand.cs | 4 ++-- .../Mediator/ObjectModel/AbstractCommand.cs | 4 ++-- .../Mediator/ObjectModel/BusCommand.cs | 4 ++-- .../Mediator/ObjectModel/CommandBase.cs | 4 ++-- .../Mediator/ObjectModel/NewCommand.cs | 4 ++-- .../Mediator/ObjectModel/PortBusCommand.cs | 4 ++-- .../ObjectModel/PortBusIndexCommand.cs | 4 ++-- .../Mediator/ObjectModel/PortCommand.cs | 4 ++-- .../Mediator/ObjectModel/PortIndexCommand.cs | 4 ++-- .../Mediator/ObjectModel/PortSignalCommand.cs | 4 ++-- .../ObjectModel/PortSignalIndexCommand.cs | 4 ++-- .../Mediator/ObjectModel/SignalCommand.cs | 4 ++-- .../Mediator/PortDriveSignalCommand.cs | 4 ++-- .../Mediator/PortUndriveSignalCommand.cs | 4 ++-- .../Mediator/RemoveBusCommand.cs | 4 ++-- .../Mediator/RemovePortCommand.cs | 4 ++-- .../Mediator/RemoveSignalCommand.cs | 4 ++-- .../Mediator/SignalDrivePortCommand.cs | 4 ++-- .../Mediator/SignalUndrivePortCommand.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- src/app/MathNet.Yttrium/Microkernel/Binder.cs | 4 ++-- src/app/MathNet.Yttrium/Microkernel/Config.cs | 4 ++-- .../Microkernel/EncapsulationFormat.cs | 4 ++-- .../Events/MathContextEventArgs.cs | 4 ++-- .../Exceptions/MicrokernelException.cs | 4 ++-- .../Microkernel/Kernel/Mapper.cs | 4 ++-- .../Kernel/MappingsSectionHandler.cs | 4 ++-- .../Microkernel/Kernel/RawBinding.cs | 4 ++-- .../Microkernel/Kernel/XmlMappingAdapter.cs | 4 ++-- .../Microkernel/MathContext.cs | 4 ++-- .../Microkernel/Persistence/Serializer.cs | 4 ++-- .../Microkernel/Properties/AssemblyInfo.cs | 4 ++-- .../MathNet.Yttrium/Microkernel/Service.cs | 4 ++-- .../Utils/BindingSingletonProvider.cs | 4 ++-- .../Microkernel/Utils/EmptyIterator.cs | 4 ++-- .../Microkernel/Utils/SingletonProvider.cs | 4 ++-- .../ObjectModel/ArbitraryGenericEntity.cs | 4 ++-- .../ObjectModel/ArchitectureBase.cs | 4 ++-- .../ObjectModel/CategoryBase.cs | 4 ++-- .../ObjectModel/CategoryMembershipProperty.cs | 4 ++-- .../ObjectModel/CompoundArchitecture.cs | 4 ++-- .../ObjectModel/CompoundProcess.cs | 4 ++-- .../Packages.Helper/ObjectModel/EntityBase.cs | 4 ++-- .../ObjectModel/GenericArchitecture.cs | 4 ++-- .../ObjectModel/GenericArchitectureFactory.cs | 4 ++-- .../ObjectModel/GenericFunctionProcess.cs | 4 ++-- .../ObjectModel/GenericMathOpArchitecture.cs | 4 ++-- .../ObjectModel/GenericParallelProcess.cs | 4 ++-- .../ObjectModel/GenericPropagationTheorem.cs | 4 ++-- .../ObjectModel/GenericSimpleArchitecture.cs | 4 ++-- .../ObjectModel/GenericStdFunctionProcess.cs | 4 ++-- .../ObjectModel/GenericStdParallelProcess.cs | 4 ++-- .../ObjectModel/NaryToOneGenericEntity.cs | 4 ++-- .../NearlySymmetricGenericEntity.cs | 4 ++-- .../ObjectModel/ProcessBase.cs | 4 ++-- .../ObjectModel/PropertyBase.cs | 4 ++-- .../ObjectModel/SymmetricGenericEntity.cs | 4 ++-- .../ObjectModel/ValueStructureBase.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Algebra/AutoSimplifyArchitecture.cs | 4 ++-- .../Algebra/AutoSimplifyTransformation.cs | 4 ++-- .../Standard/AlgebraicExpressionCategory.cs | 4 ++-- .../Standard/AlgebraicStructure.cs | 4 ++-- .../Standard/AlgebraicStructureCategory.cs | 4 ++-- .../AlgebraicDerivativeArchitecture.cs | 4 ++-- .../Analysis/DerivativeTransformation.cs | 4 ++-- .../Arithmetics/AbsoluteArchitectures.cs | 4 ++-- .../Standard/Arithmetics/Accumulator.cs | 4 ++-- .../Arithmetics/AdditionArchitectures.cs | 4 ++-- .../Arithmetics/DivisionArchitectures.cs | 4 ++-- .../Arithmetics/ExponentialArchitectures.cs | 4 ++-- .../Arithmetics/InvertArchitectures.cs | 4 ++-- .../MultiplicationArchitectures.cs | 4 ++-- .../NaturalLogarithmArchitectures.cs | 4 ++-- .../Arithmetics/NegateArchitectures.cs | 4 ++-- .../Arithmetics/PowerArchitectures.cs | 4 ++-- .../Arithmetics/SelfBuildingExample.cs | 4 ++-- .../Arithmetics/SquareArchitectures.cs | 4 ++-- .../Arithmetics/SubtractionArchitectures.cs | 4 ++-- .../Standard/Flow/ClockArchitecture.cs | 4 ++-- .../Standard/Flow/SyncArchitecture.cs | 4 ++-- .../Standard/Flow/SystemPipeline.cs | 4 ++-- .../Standard/Flow/TransportArchitecture.cs | 4 ++-- .../Standard/GeneralizedPolynomial.cs | 4 ++-- .../Standard/Logic/AndArchitectures.cs | 4 ++-- .../Standard/Logic/NandArchitectures.cs | 4 ++-- .../Standard/Logic/NorArchitectures.cs | 4 ++-- .../Standard/Logic/NotArchitectures.cs | 4 ++-- .../Standard/Logic/OrArchitectures.cs | 4 ++-- .../Standard/Logic/XnorArchitectures.cs | 4 ++-- .../Standard/Logic/XorArchitectures.cs | 4 ++-- .../Packages.Standard/Standard/Polynomial.cs | 4 ++-- .../Standard/Properties/IntegerSetProperty.cs | 4 ++-- .../Properties/PositiveIntegerSetProperty.cs | 4 ++-- .../Properties/RationalSetProperty.cs | 4 ++-- .../Standard/Properties/RealSetProperty.cs | 4 ++-- .../Packages.Standard/Standard/Std.cs | 4 ++-- .../Packages.Standard/Standard/StdBuilder.cs | 4 ++-- .../Standard/StdPackageManager.cs | 4 ++-- .../Structures/ComplexInfinitySymbol.cs | 4 ++-- .../Standard/Structures/ComplexValue.cs | 4 ++-- .../Structures/ComplexValueCategory.cs | 4 ++-- .../Standard/Structures/IntegerValue.cs | 4 ++-- .../Structures/IntegerValueCategory.cs | 4 ++-- .../Standard/Structures/LiteralValue.cs | 4 ++-- .../Standard/Structures/LogicValue.cs | 4 ++-- .../Standard/Structures/LogicValueCategory.cs | 4 ++-- .../Standard/Structures/MatrixValue.cs | 4 ++-- .../Structures/NegativeInfinitySymbol.cs | 4 ++-- .../Structures/PositiveInfinitySymbol.cs | 4 ++-- .../Standard/Structures/RationalValue.cs | 4 ++-- .../Structures/RationalValueCategory.cs | 4 ++-- .../Standard/Structures/RealMatrixValue.cs | 4 ++-- .../Standard/Structures/RealValue.cs | 4 ++-- .../Standard/Structures/RealValueCategory.cs | 4 ++-- .../Standard/Structures/ToggleValue.cs | 4 ++-- .../Standard/Structures/UndefinedSymbol.cs | 4 ++-- .../Standard/Structures/VectorValue.cs | 4 ++-- .../Standard/TimeCurves/Curve.cs | 4 ++-- .../Standard/TimeCurves/CurveSegment.cs | 4 ++-- .../Trigonometry/CosecantArchitectures.cs | 4 ++-- .../Trigonometry/CosineArchitectures.cs | 4 ++-- .../Trigonometry/CotangentArchitectures.cs | 4 ++-- .../HyperbolicCosecantArchitectures.cs | 4 ++-- .../HyperbolicCosineArchitectures.cs | 4 ++-- .../HyperbolicCotangentArchitectures.cs | 4 ++-- .../HyperbolicSecantArchitectures.cs | 4 ++-- .../HyperbolicSineArchitectures.cs | 4 ++-- .../HyperbolicTangentArchitectures.cs | 4 ++-- .../Trigonometry/SecantArchitectures.cs | 4 ++-- .../Trigonometry/SineArchitectures.cs | 4 ++-- .../Trigonometry/TangentArchitectures.cs | 4 ++-- .../PetriNetPackageManager.cs | 4 ++-- .../PetriNetScheduler.cs | 4 ++-- .../Yttrium.Packages.PetriNet/TokenValue.cs | 4 ++-- .../TransitionArchitectures.cs | 4 ++-- .../Patterns/Toolkit/AlwaysTrueCondition.cs | 4 ++-- .../Patterns/Toolkit/AndCondition.cs | 4 ++-- .../Patterns/Toolkit/ArchitectureCondition.cs | 4 ++-- .../Patterns/Toolkit/CoalescedChildPattern.cs | 4 ++-- .../Patterns/Toolkit/CoalescedTreeNode.cs | 4 ++-- .../Patterns/Toolkit/CombinationMode.cs | 4 ++-- .../Patterns/Toolkit/Condition.cs | 4 ++-- .../Patterns/Toolkit/EntityCondition.cs | 4 ++-- .../Patterns/Toolkit/Group.cs | 4 ++-- .../Patterns/Toolkit/GroupCollection.cs | 4 ++-- .../Toolkit/InputSignalsFlagCondition.cs | 4 ++-- .../Toolkit/InputSignalsPropertyCondition.cs | 4 ++-- .../Patterns/Toolkit/Match.cs | 4 ++-- .../Patterns/Toolkit/MatchCollection.cs | 4 ++-- .../Patterns/Toolkit/NotCondition.cs | 4 ++-- .../Patterns/Toolkit/OrCondition.cs | 4 ++-- .../Toolkit/OutputSignalsPropertyCondition.cs | 4 ++-- .../Patterns/Toolkit/Pattern.cs | 4 ++-- .../Patterns/Toolkit/TreePattern.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Repository/ISignalCache.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Repository/SignalCache.cs | 4 ++-- .../Repository.Service/RepositoryFactory.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Simulation/ISchedulable.cs | 4 ++-- .../Simulation/IScheduler.cs | 4 ++-- .../Simulation/ISimulationMediator.cs | 6 +++--- .../Simulation/SimulationTimeEventArgs.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Simulation/ImmediateScheduler.cs | 4 ++-- .../Simulation/ScheduleStore.cs | 4 ++-- .../Simulation/SchedulerEventItem.cs | 4 ++-- .../Simulation/SchedulerPhase.cs | 4 ++-- .../Simulation/SimulationMediator.cs | 4 ++-- .../Simulation.Service/Simulation/Timeline.cs | 4 ++-- .../Simulation.Service/SimulationFactory.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Toolkit/BuilderStateMachine.cs | 4 ++-- .../SystemBuilder/Toolkit/ExpressionWriter.cs | 4 ++-- .../SystemBuilder/Toolkit/Packages.cs | 4 ++-- .../SystemBuilder/Toolkit/SystemReader.cs | 4 ++-- .../SystemBuilder/Toolkit/SystemWriter.cs | 4 ++-- .../SystemBuilder/Toolkit/XmlSystemReader.cs | 4 ++-- .../SystemBuilder/Toolkit/XmlSystemWriter.cs | 4 ++-- .../Exceptions/TraversingException.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Traversing/AbstractScanVisitor.cs | 4 ++-- .../Traversing/Delegates.cs | 4 ++-- .../Traversing/ICollectVisitor.cs | 4 ++-- .../Traversing/IExistsPortVisitor.cs | 4 ++-- .../Traversing/IExistsSignalVisitor.cs | 4 ++-- .../Traversing/IPortPathCollectVisitor.cs | 4 ++-- .../Traversing/IScanStrategy.cs | 4 ++-- .../Traversing/IScanVisitor.cs | 4 ++-- .../Traversing/IScanner.cs | 2 +- .../Traversing/ISignalPathCollectVisitor.cs | 4 ++-- .../Traversing/ITrueForAllPortsVisitor.cs | 4 ++-- .../Traversing/ITrueForAllSignalsVisitor.cs | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../Traversing.Service/StrategyFactory.cs | 4 ++-- .../Traversing/ScanStrategy.cs | 4 ++-- .../Traversing.Service/Traversing/Scanner.cs | 4 ++-- .../Traversing/Strategies/AllPathsStrategy.cs | 4 ++-- .../Traversing/Strategies/AllPortsStrategy.cs | 4 ++-- .../Strategies/AllSignalsStrategy.cs | 4 ++-- .../Strategies/AllSpanningTreeStrategy.cs | 4 ++-- .../Traversing/Strategies/AllStrategy.cs | 4 ++-- .../Traversing/Visitors/BasicScanVisitor.cs | 4 ++-- .../Traversing/Visitors/CollectVisitor.cs | 4 ++-- .../Visitors/ConditionalCollectVisitor.cs | 4 ++-- .../Traversing/Visitors/ExistsPortVisitor.cs | 4 ++-- .../Visitors/ExistsSignalVisitor.cs | 4 ++-- .../Traversing/Visitors/PortActionVisitor.cs | 4 ++-- .../Visitors/PortConditionalActionVisitor.cs | 4 ++-- .../Visitors/PortPathCollectVisitor.cs | 4 ++-- .../Visitors/SignalActionVisitor.cs | 4 ++-- .../SignalConditionalActionVisitor.cs | 4 ++-- .../Visitors/SignalPathCollectVisitor.cs | 4 ++-- .../Visitors/TrueForAllPortsVisitor.cs | 4 ++-- .../Visitors/TrueForAllSignalsVisitor.cs | 4 ++-- .../Traversing.Service/VisitorFactory.cs | 4 ++-- .../MathNet.Yttrium.Test/AutoSimplifyTest.cs | 2 +- src/test/MathNet.Yttrium.Test/BasicTest.cs | 2 +- .../MathNet.Yttrium.Test/ConversionTest.cs | 4 ++-- .../MathNet.Yttrium.Test/FormatterTest.cs | 4 ++-- .../MathNet.Yttrium.Test/FundamentTest.cs | 4 ++-- .../MathNet.Yttrium.Test/MicrokernelTest.cs | 4 ++-- src/test/MathNet.Yttrium.Test/ParserTest.cs | 2 +- src/test/MathNet.Yttrium.Test/PatternTest.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../MathNet.Yttrium.Test/SchedulerTest.cs | 2 +- .../MathNet.Yttrium.Test/StdPolynomialTest.cs | 2 +- .../MathNet.Yttrium.Test/StdVariousTest.cs | 4 ++-- .../MathNet.Yttrium.Test/SystemBuilderTest.cs | 4 ++-- .../MathNet.Yttrium.Test/UseCasesBasicTest.cs | 2 +- .../Presentation/vs2005/icons/Thumbs.db | Bin 120320 -> 120320 bytes 435 files changed, 854 insertions(+), 854 deletions(-) diff --git a/lib/Math.NET-Iridium/MathNet.Iridium.License.txt b/lib/Math.NET-Iridium/MathNet.Iridium.License.txt index 5e810e0..881f9c1 100644 --- a/lib/Math.NET-Iridium/MathNet.Iridium.License.txt +++ b/lib/Math.NET-Iridium/MathNet.Iridium.License.txt @@ -1,7 +1,7 @@ Math.NET Iridium, part of the Math.NET Project -http://mathnet.opensourcedotnet.info +https://iridium.mathdotnet.com -Copyright (c) 2002-2008, Christoph Rüegg, http://christoph.ruegg.name +Copyright (c) 2002-2008, Christoph R�egg, http://christoph.ruegg.name Joannes Vermorel, http://www.vermorel.com --------------------------------- diff --git a/src/app/MathNet.Yttrium/Builder.Service/Builder/Builder.cs b/src/app/MathNet.Yttrium/Builder.Service/Builder/Builder.cs index 2d3465a..202d492 100644 --- a/src/app/MathNet.Yttrium/Builder.Service/Builder/Builder.cs +++ b/src/app/MathNet.Yttrium/Builder.Service/Builder/Builder.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Builder.Service/BuilderFactory.cs b/src/app/MathNet.Yttrium/Builder.Service/BuilderFactory.cs index c6d23cb..eb2b23e 100644 --- a/src/app/MathNet.Yttrium/Builder.Service/BuilderFactory.cs +++ b/src/app/MathNet.Yttrium/Builder.Service/BuilderFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Builder.Service/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Builder.Service/Properties/AssemblyInfo.cs index 39be3ad..b91fe00 100644 --- a/src/app/MathNet.Yttrium/Builder.Service/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Builder.Service/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Library")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Contracts/Bus.cs b/src/app/MathNet.Yttrium/Contracts/Bus.cs index 9cc4ac7..0b69c7a 100644 --- a/src/app/MathNet.Yttrium/Contracts/Bus.cs +++ b/src/app/MathNet.Yttrium/Contracts/Bus.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Containers/BusSet.cs b/src/app/MathNet.Yttrium/Contracts/Containers/BusSet.cs index 1920656..4e07da7 100644 --- a/src/app/MathNet.Yttrium/Contracts/Containers/BusSet.cs +++ b/src/app/MathNet.Yttrium/Contracts/Containers/BusSet.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Containers/IBusSet.cs b/src/app/MathNet.Yttrium/Contracts/Containers/IBusSet.cs index 27d9da3..ececcf7 100644 --- a/src/app/MathNet.Yttrium/Contracts/Containers/IBusSet.cs +++ b/src/app/MathNet.Yttrium/Contracts/Containers/IBusSet.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/app/MathNet.Yttrium/Contracts/Containers/IInstanceIdSet.cs b/src/app/MathNet.Yttrium/Contracts/Containers/IInstanceIdSet.cs index c20e1cc..65effd8 100644 --- a/src/app/MathNet.Yttrium/Contracts/Containers/IInstanceIdSet.cs +++ b/src/app/MathNet.Yttrium/Contracts/Containers/IInstanceIdSet.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/app/MathNet.Yttrium/Contracts/Containers/IPortSet.cs b/src/app/MathNet.Yttrium/Contracts/Containers/IPortSet.cs index 9794cfd..956048a 100644 --- a/src/app/MathNet.Yttrium/Contracts/Containers/IPortSet.cs +++ b/src/app/MathNet.Yttrium/Contracts/Containers/IPortSet.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/app/MathNet.Yttrium/Contracts/Containers/ISignalSet.cs b/src/app/MathNet.Yttrium/Contracts/Containers/ISignalSet.cs index 436bf36..e865a60 100644 --- a/src/app/MathNet.Yttrium/Contracts/Containers/ISignalSet.cs +++ b/src/app/MathNet.Yttrium/Contracts/Containers/ISignalSet.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/app/MathNet.Yttrium/Contracts/Containers/InstanceIdSet.cs b/src/app/MathNet.Yttrium/Contracts/Containers/InstanceIdSet.cs index 98c61a1..c7423ab 100644 --- a/src/app/MathNet.Yttrium/Contracts/Containers/InstanceIdSet.cs +++ b/src/app/MathNet.Yttrium/Contracts/Containers/InstanceIdSet.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Containers/PortSet.cs b/src/app/MathNet.Yttrium/Contracts/Containers/PortSet.cs index cc60c57..27abc12 100644 --- a/src/app/MathNet.Yttrium/Contracts/Containers/PortSet.cs +++ b/src/app/MathNet.Yttrium/Contracts/Containers/PortSet.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Containers/SignalSet.cs b/src/app/MathNet.Yttrium/Contracts/Containers/SignalSet.cs index b799657..8e3a57c 100644 --- a/src/app/MathNet.Yttrium/Contracts/Containers/SignalSet.cs +++ b/src/app/MathNet.Yttrium/Contracts/Containers/SignalSet.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/BusEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/BusEventArgs.cs index e007052..47f7354 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/BusEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/BusEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/BusIndexChangedEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/BusIndexChangedEventArgs.cs index 7c3ff78..30bf3a7 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/BusIndexChangedEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/BusIndexChangedEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/BusIndexEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/BusIndexEventArgs.cs index 1fa4c67..653b237 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/BusIndexEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/BusIndexEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/BusPortIndexEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/BusPortIndexEventArgs.cs index 1c569b8..033286d 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/BusPortIndexEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/BusPortIndexEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/IndexedSignalEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/IndexedSignalEventArgs.cs index e3450f7..16c9184 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/IndexedSignalEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/IndexedSignalEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/PortEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/PortEventArgs.cs index 5f080b9..99b16d2 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/PortEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/PortEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/PortIndexChangedEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/PortIndexChangedEventArgs.cs index f44b735..e5c2fc1 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/PortIndexChangedEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/PortIndexChangedEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/PortIndexEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/PortIndexEventArgs.cs index 06a5e1a..6c3465d 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/PortIndexEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/PortIndexEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/SignalEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/SignalEventArgs.cs index d301545..419922e 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/SignalEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/SignalEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/SignalIndexChangedEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/SignalIndexChangedEventArgs.cs index 50f2913..a3a7a37 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/SignalIndexChangedEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/SignalIndexChangedEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/SignalIndexEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/SignalIndexEventArgs.cs index dafc37b..b7fbd91 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/SignalIndexEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/SignalIndexEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/SignalPortEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/SignalPortEventArgs.cs index 967a969..dd8dd65 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/SignalPortEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/SignalPortEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/SignalPortIndexEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/SignalPortIndexEventArgs.cs index 8859cd7..5a662c5 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/SignalPortIndexEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/SignalPortIndexEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/SimulationTimeEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/SimulationTimeEventArgs.cs index 71df1f9..1d53f11 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/SimulationTimeEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/SimulationTimeEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Events/ValueNodeEventArgs.cs b/src/app/MathNet.Yttrium/Contracts/Events/ValueNodeEventArgs.cs index ecd9f39..551b949 100644 --- a/src/app/MathNet.Yttrium/Contracts/Events/ValueNodeEventArgs.cs +++ b/src/app/MathNet.Yttrium/Contracts/Events/ValueNodeEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/ArchitectureNotAvailableException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/ArchitectureNotAvailableException.cs index 8eb1f58..b8566d8 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/ArchitectureNotAvailableException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/ArchitectureNotAvailableException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/CyclicSignalsNotSupportedException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/CyclicSignalsNotSupportedException.cs index 8bd01b1..c40107e 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/CyclicSignalsNotSupportedException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/CyclicSignalsNotSupportedException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/DeserializationException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/DeserializationException.cs index 9522791..2d03f40 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/DeserializationException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/DeserializationException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/DomainNotAvailableException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/DomainNotAvailableException.cs index 0e07d2b..45885d8 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/DomainNotAvailableException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/DomainNotAvailableException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/EntityNotAvailableException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/EntityNotAvailableException.cs index 8c85b37..b3e70c0 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/EntityNotAvailableException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/EntityNotAvailableException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/EntitySignalCountUnexpectedException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/EntitySignalCountUnexpectedException.cs index 7cc7496..305a794 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/EntitySignalCountUnexpectedException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/EntitySignalCountUnexpectedException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/EntitySignalMismatchException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/EntitySignalMismatchException.cs index 9289780..c88b6b4 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/EntitySignalMismatchException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/EntitySignalMismatchException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/GenericEntityPortNotInstantiableException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/GenericEntityPortNotInstantiableException.cs index b17751b..f7b1547 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/GenericEntityPortNotInstantiableException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/GenericEntityPortNotInstantiableException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/IncompatibleStructureException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/IncompatibleStructureException.cs index 559e226..f2fa6f0 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/IncompatibleStructureException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/IncompatibleStructureException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/LabelNotAvailableException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/LabelNotAvailableException.cs index 92307f2..26f0834 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/LabelNotAvailableException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/LabelNotAvailableException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/MutualExclusiveStrategyAlreadyActiveException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/MutualExclusiveStrategyAlreadyActiveException.cs index 96d5e17..815363e 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/MutualExclusiveStrategyAlreadyActiveException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/MutualExclusiveStrategyAlreadyActiveException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/NotFoundException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/NotFoundException.cs index 4994609..18060f7 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/NotFoundException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/NotFoundException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/StructureNotSupportedException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/StructureNotSupportedException.cs index 1457c70..4d30197 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/StructureNotSupportedException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/StructureNotSupportedException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/SymbolNotAvailableException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/SymbolNotAvailableException.cs index b4bd8b8..ed99c1d 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/SymbolNotAvailableException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/SymbolNotAvailableException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/TheoremMismatchException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/TheoremMismatchException.cs index c7f013a..07eb4e8 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/TheoremMismatchException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/TheoremMismatchException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Exceptions/YttriumException.cs b/src/app/MathNet.Yttrium/Contracts/Exceptions/YttriumException.cs index 95d3fe7..c36ab8d 100644 --- a/src/app/MathNet.Yttrium/Contracts/Exceptions/YttriumException.cs +++ b/src/app/MathNet.Yttrium/Contracts/Exceptions/YttriumException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/IArchitecture.cs b/src/app/MathNet.Yttrium/Contracts/IArchitecture.cs index 12b2cd4..e671947 100644 --- a/src/app/MathNet.Yttrium/Contracts/IArchitecture.cs +++ b/src/app/MathNet.Yttrium/Contracts/IArchitecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/IArchitectureFactory.cs b/src/app/MathNet.Yttrium/Contracts/IArchitectureFactory.cs index 98ca460..b6325a2 100644 --- a/src/app/MathNet.Yttrium/Contracts/IArchitectureFactory.cs +++ b/src/app/MathNet.Yttrium/Contracts/IArchitectureFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/IBuilder.cs b/src/app/MathNet.Yttrium/Contracts/IBuilder.cs index 2eb41c4..d9fefa4 100644 --- a/src/app/MathNet.Yttrium/Contracts/IBuilder.cs +++ b/src/app/MathNet.Yttrium/Contracts/IBuilder.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/app/MathNet.Yttrium/Contracts/ICategory.cs b/src/app/MathNet.Yttrium/Contracts/ICategory.cs index 15289d0..b1798c8 100644 --- a/src/app/MathNet.Yttrium/Contracts/ICategory.cs +++ b/src/app/MathNet.Yttrium/Contracts/ICategory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/ICustomData.cs b/src/app/MathNet.Yttrium/Contracts/ICustomData.cs index 669485c..aaa141b 100644 --- a/src/app/MathNet.Yttrium/Contracts/ICustomData.cs +++ b/src/app/MathNet.Yttrium/Contracts/ICustomData.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/ICustomDataPack.cs b/src/app/MathNet.Yttrium/Contracts/ICustomDataPack.cs index b56a06a..33e2783 100644 --- a/src/app/MathNet.Yttrium/Contracts/ICustomDataPack.cs +++ b/src/app/MathNet.Yttrium/Contracts/ICustomDataPack.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/IEntity.cs b/src/app/MathNet.Yttrium/Contracts/IEntity.cs index 65f413a..acb90b5 100644 --- a/src/app/MathNet.Yttrium/Contracts/IEntity.cs +++ b/src/app/MathNet.Yttrium/Contracts/IEntity.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/IFactory.cs b/src/app/MathNet.Yttrium/Contracts/IFactory.cs index b4da51f..2bbbc5f 100644 --- a/src/app/MathNet.Yttrium/Contracts/IFactory.cs +++ b/src/app/MathNet.Yttrium/Contracts/IFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/IIdentifierDictionary.cs b/src/app/MathNet.Yttrium/Contracts/IIdentifierDictionary.cs index ba7600e..45bc892 100644 --- a/src/app/MathNet.Yttrium/Contracts/IIdentifierDictionary.cs +++ b/src/app/MathNet.Yttrium/Contracts/IIdentifierDictionary.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/app/MathNet.Yttrium/Contracts/IKeyedCollection.cs b/src/app/MathNet.Yttrium/Contracts/IKeyedCollection.cs index 7af43a9..affb130 100644 --- a/src/app/MathNet.Yttrium/Contracts/IKeyedCollection.cs +++ b/src/app/MathNet.Yttrium/Contracts/IKeyedCollection.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/IMathFunction.cs b/src/app/MathNet.Yttrium/Contracts/IMathFunction.cs index 046947e..b6522bf 100644 --- a/src/app/MathNet.Yttrium/Contracts/IMathFunction.cs +++ b/src/app/MathNet.Yttrium/Contracts/IMathFunction.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/IMathSystem.cs b/src/app/MathNet.Yttrium/Contracts/IMathSystem.cs index d943c45..a71c868 100644 --- a/src/app/MathNet.Yttrium/Contracts/IMathSystem.cs +++ b/src/app/MathNet.Yttrium/Contracts/IMathSystem.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/IProperty.cs b/src/app/MathNet.Yttrium/Contracts/IProperty.cs index 54aa2b7..d51606d 100644 --- a/src/app/MathNet.Yttrium/Contracts/IProperty.cs +++ b/src/app/MathNet.Yttrium/Contracts/IProperty.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/ISignal_Drive.cs b/src/app/MathNet.Yttrium/Contracts/ISignal_Drive.cs index be5d3e6..77ef8a2 100644 --- a/src/app/MathNet.Yttrium/Contracts/ISignal_Drive.cs +++ b/src/app/MathNet.Yttrium/Contracts/ISignal_Drive.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/ISystemBuilder.cs b/src/app/MathNet.Yttrium/Contracts/ISystemBuilder.cs index 7efd8fe..a524ffe 100644 --- a/src/app/MathNet.Yttrium/Contracts/ISystemBuilder.cs +++ b/src/app/MathNet.Yttrium/Contracts/ISystemBuilder.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/IValueStructure.cs b/src/app/MathNet.Yttrium/Contracts/IValueStructure.cs index 7dd6a48..3e8ec4c 100644 --- a/src/app/MathNet.Yttrium/Contracts/IValueStructure.cs +++ b/src/app/MathNet.Yttrium/Contracts/IValueStructure.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/MathIdentifier.cs b/src/app/MathNet.Yttrium/Contracts/MathIdentifier.cs index 83593f0..236ab3e 100644 --- a/src/app/MathNet.Yttrium/Contracts/MathIdentifier.cs +++ b/src/app/MathNet.Yttrium/Contracts/MathIdentifier.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Node.cs b/src/app/MathNet.Yttrium/Contracts/Node.cs index 3132143..d6b790f 100644 --- a/src/app/MathNet.Yttrium/Contracts/Node.cs +++ b/src/app/MathNet.Yttrium/Contracts/Node.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Port.cs b/src/app/MathNet.Yttrium/Contracts/Port.cs index 98c6713..5e96016 100644 --- a/src/app/MathNet.Yttrium/Contracts/Port.cs +++ b/src/app/MathNet.Yttrium/Contracts/Port.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Contracts/Properties/AssemblyInfo.cs index 6526a5f..50fa2dd 100644 --- a/src/app/MathNet.Yttrium/Contracts/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Contracts/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Contracts")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Contracts/Signal.cs b/src/app/MathNet.Yttrium/Contracts/Signal.cs index 4c676bd..f840c69 100644 --- a/src/app/MathNet.Yttrium/Contracts/Signal.cs +++ b/src/app/MathNet.Yttrium/Contracts/Signal.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Contracts/ValueNode.cs b/src/app/MathNet.Yttrium/Contracts/ValueNode.cs index 755286f..74e93e1 100644 --- a/src/app/MathNet.Yttrium/Contracts/ValueNode.cs +++ b/src/app/MathNet.Yttrium/Contracts/ValueNode.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IConversionRouter.cs b/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IConversionRouter.cs index ad0d6eb..5af9de3 100644 --- a/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IConversionRouter.cs +++ b/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IConversionRouter.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IRouteDistance.cs b/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IRouteDistance.cs index cdaac79..d765b11 100644 --- a/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IRouteDistance.cs +++ b/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IRouteDistance.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IValueConverter.cs b/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IValueConverter.cs index f89b7d0..3c0f11f 100644 --- a/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IValueConverter.cs +++ b/src/app/MathNet.Yttrium/Conversion.Contracts/Conversion/IValueConverter.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Conversion.Contracts/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Conversion.Contracts/Properties/AssemblyInfo.cs index d2a7cbd..3f7ec0a 100644 --- a/src/app/MathNet.Yttrium/Conversion.Contracts/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Conversion.Contracts/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Conversion Contracts")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Conversion.Service/Conversion/ConversionRouter.cs b/src/app/MathNet.Yttrium/Conversion.Service/Conversion/ConversionRouter.cs index 5b3fe1d..0ed833f 100644 --- a/src/app/MathNet.Yttrium/Conversion.Service/Conversion/ConversionRouter.cs +++ b/src/app/MathNet.Yttrium/Conversion.Service/Conversion/ConversionRouter.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Conversion.Service/ConversionFactory.cs b/src/app/MathNet.Yttrium/Conversion.Service/ConversionFactory.cs index 6eb584a..d0c434e 100644 --- a/src/app/MathNet.Yttrium/Conversion.Service/ConversionFactory.cs +++ b/src/app/MathNet.Yttrium/Conversion.Service/ConversionFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Conversion.Service/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Conversion.Service/Properties/AssemblyInfo.cs index b65c783..eeb9145 100644 --- a/src/app/MathNet.Yttrium/Conversion.Service/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Conversion.Service/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Conversion")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Conversion.Toolkit/Conversion/ValueConverter.cs b/src/app/MathNet.Yttrium/Conversion.Toolkit/Conversion/ValueConverter.cs index a04631b..fc81eb4 100644 --- a/src/app/MathNet.Yttrium/Conversion.Toolkit/Conversion/ValueConverter.cs +++ b/src/app/MathNet.Yttrium/Conversion.Toolkit/Conversion/ValueConverter.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Conversion.Toolkit/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Conversion.Toolkit/Properties/AssemblyInfo.cs index 00031db..f008668 100644 --- a/src/app/MathNet.Yttrium/Conversion.Toolkit/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Conversion.Toolkit/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Conversion Toolkit")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/FormattingOptions.cs b/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/FormattingOptions.cs index 6a55127..80e3b85 100644 --- a/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/FormattingOptions.cs +++ b/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/FormattingOptions.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/IFormattableLeaf.cs b/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/IFormattableLeaf.cs index 5fa359a..cc0e37b 100644 --- a/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/IFormattableLeaf.cs +++ b/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/IFormattableLeaf.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/IFormatter.cs b/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/IFormatter.cs index 2df3fe7..8f932fc 100644 --- a/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/IFormatter.cs +++ b/src/app/MathNet.Yttrium/Formatter.Contracts/Formatter/IFormatter.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Formatter.Contracts/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Formatter.Contracts/Properties/AssemblyInfo.cs index fc9bbd3..fe3a4f4 100644 --- a/src/app/MathNet.Yttrium/Formatter.Contracts/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Formatter.Contracts/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Formatter Contracts")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Formatter.Service/Formatter/InfixFormatter.cs b/src/app/MathNet.Yttrium/Formatter.Service/Formatter/InfixFormatter.cs index 56733cb..31dfbef 100644 --- a/src/app/MathNet.Yttrium/Formatter.Service/Formatter/InfixFormatter.cs +++ b/src/app/MathNet.Yttrium/Formatter.Service/Formatter/InfixFormatter.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Formatter.Service/FormatterFactory.cs b/src/app/MathNet.Yttrium/Formatter.Service/FormatterFactory.cs index 0e1c39c..3a795de 100644 --- a/src/app/MathNet.Yttrium/Formatter.Service/FormatterFactory.cs +++ b/src/app/MathNet.Yttrium/Formatter.Service/FormatterFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Formatter.Service/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Formatter.Service/Properties/AssemblyInfo.cs index 098dc5b..0a1c164 100644 --- a/src/app/MathNet.Yttrium/Formatter.Service/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Formatter.Service/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Formatter")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Fundament/AspectObject.cs b/src/app/MathNet.Yttrium/Fundament/AspectObject.cs index 3176a63..d835c92 100644 --- a/src/app/MathNet.Yttrium/Fundament/AspectObject.cs +++ b/src/app/MathNet.Yttrium/Fundament/AspectObject.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Fundament/Dirtyable.cs b/src/app/MathNet.Yttrium/Fundament/Dirtyable.cs index 5cbcc53..36d560f 100644 --- a/src/app/MathNet.Yttrium/Fundament/Dirtyable.cs +++ b/src/app/MathNet.Yttrium/Fundament/Dirtyable.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Fundament/EventAspect.cs b/src/app/MathNet.Yttrium/Fundament/EventAspect.cs index a32c93c..d3a39ad 100644 --- a/src/app/MathNet.Yttrium/Fundament/EventAspect.cs +++ b/src/app/MathNet.Yttrium/Fundament/EventAspect.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Fundament/EventTrigger.cs b/src/app/MathNet.Yttrium/Fundament/EventTrigger.cs index ac03d59..3f4eb82 100644 --- a/src/app/MathNet.Yttrium/Fundament/EventTrigger.cs +++ b/src/app/MathNet.Yttrium/Fundament/EventTrigger.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Fundament/FlagAspect.cs b/src/app/MathNet.Yttrium/Fundament/FlagAspect.cs index f4ffcef..3f5f631 100644 --- a/src/app/MathNet.Yttrium/Fundament/FlagAspect.cs +++ b/src/app/MathNet.Yttrium/Fundament/FlagAspect.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Fundament/Identifier.cs b/src/app/MathNet.Yttrium/Fundament/Identifier.cs index 69b5d5a..7773b07 100644 --- a/src/app/MathNet.Yttrium/Fundament/Identifier.cs +++ b/src/app/MathNet.Yttrium/Fundament/Identifier.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Fundament/IdentifierDictionary.cs b/src/app/MathNet.Yttrium/Fundament/IdentifierDictionary.cs index 5e3836d..c2ddff7 100644 --- a/src/app/MathNet.Yttrium/Fundament/IdentifierDictionary.cs +++ b/src/app/MathNet.Yttrium/Fundament/IdentifierDictionary.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Fundament/IdentifierService.cs b/src/app/MathNet.Yttrium/Fundament/IdentifierService.cs index c69054a..f57460e 100644 --- a/src/app/MathNet.Yttrium/Fundament/IdentifierService.cs +++ b/src/app/MathNet.Yttrium/Fundament/IdentifierService.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Fundament/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Fundament/Properties/AssemblyInfo.cs index 49a86c8..93d00f2 100644 --- a/src/app/MathNet.Yttrium/Fundament/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Fundament/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Fundament")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Fundament/PropertyAspect.cs b/src/app/MathNet.Yttrium/Fundament/PropertyAspect.cs index 2e56b29..7d6740d 100644 --- a/src/app/MathNet.Yttrium/Fundament/PropertyAspect.cs +++ b/src/app/MathNet.Yttrium/Fundament/PropertyAspect.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Contracts/Exceptions/ParsingException.cs b/src/app/MathNet.Yttrium/Interpreter.Contracts/Exceptions/ParsingException.cs index 90e8ec0..ecd1478 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Contracts/Exceptions/ParsingException.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Contracts/Exceptions/ParsingException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Contracts/Interpreter/IParser.cs b/src/app/MathNet.Yttrium/Interpreter.Contracts/Interpreter/IParser.cs index a86ac4d..639b1ed 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Contracts/Interpreter/IParser.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Contracts/Interpreter/IParser.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Contracts/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Interpreter.Contracts/Properties/AssemblyInfo.cs index 6997c62..310d547 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Contracts/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Contracts/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Interpreter Contracts")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/EntityStack.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/EntityStack.cs index 3c5a412..252f0a0 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/EntityStack.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/EntityStack.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/Int32Stack.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/Int32Stack.cs index 1bdf2cb..ce54e9b 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/Int32Stack.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/Int32Stack.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerBuffer.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerBuffer.cs index 7c17c85..4ee287e 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerBuffer.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerBuffer.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerMarker.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerMarker.cs index 4e565f5..55e415c 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerMarker.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerMarker.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerScanner.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerScanner.cs index 57c096d..eff81bc 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerScanner.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerScanner.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerToken.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerToken.cs index 1995058..4e874a8 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerToken.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/LexerToken.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/Parser.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/Parser.cs index 3f8e1db..95c92c2 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/Parser.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/Parser.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserBuffer.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserBuffer.cs index 470a3f5..00c7706 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserBuffer.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserBuffer.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserMarker.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserMarker.cs index c9765b0..ff9de91 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserMarker.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserMarker.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserScanner.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserScanner.cs index 347f58c..c048a75 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserScanner.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/ParserScanner.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/SignalStack.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/SignalStack.cs index 9aa8f20..c7e39b3 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/SignalStack.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Interpreter/SignalStack.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/InterpreterFactory.cs b/src/app/MathNet.Yttrium/Interpreter.Service/InterpreterFactory.cs index 3206f03..41df4e8 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/InterpreterFactory.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/InterpreterFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Interpreter.Service/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Interpreter.Service/Properties/AssemblyInfo.cs index a7a435b..b157843 100644 --- a/src/app/MathNet.Yttrium/Interpreter.Service/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Interpreter.Service/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Interpreter")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Library.Contracts/Library/CustomDataRef.cs b/src/app/MathNet.Yttrium/Library.Contracts/Library/CustomDataRef.cs index a68fbe0..a3ad71c 100644 --- a/src/app/MathNet.Yttrium/Library.Contracts/Library/CustomDataRef.cs +++ b/src/app/MathNet.Yttrium/Library.Contracts/Library/CustomDataRef.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Contracts/Library/ICustomDataRef.cs b/src/app/MathNet.Yttrium/Library.Contracts/Library/ICustomDataRef.cs index abbad7a..3a80129 100644 --- a/src/app/MathNet.Yttrium/Library.Contracts/Library/ICustomDataRef.cs +++ b/src/app/MathNet.Yttrium/Library.Contracts/Library/ICustomDataRef.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Contracts/Library/ILibrary.cs b/src/app/MathNet.Yttrium/Library.Contracts/Library/ILibrary.cs index cfd7d18..63d1627 100644 --- a/src/app/MathNet.Yttrium/Library.Contracts/Library/ILibrary.cs +++ b/src/app/MathNet.Yttrium/Library.Contracts/Library/ILibrary.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Contracts/Library/IPackageLoader.cs b/src/app/MathNet.Yttrium/Library.Contracts/Library/IPackageLoader.cs index c82ec88..56e3ae2 100644 --- a/src/app/MathNet.Yttrium/Library.Contracts/Library/IPackageLoader.cs +++ b/src/app/MathNet.Yttrium/Library.Contracts/Library/IPackageLoader.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Contracts/Library/IPackageManager.cs b/src/app/MathNet.Yttrium/Library.Contracts/Library/IPackageManager.cs index df72403..e9ec1ea 100644 --- a/src/app/MathNet.Yttrium/Library.Contracts/Library/IPackageManager.cs +++ b/src/app/MathNet.Yttrium/Library.Contracts/Library/IPackageManager.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Contracts/Library/ITheoremProvider.cs b/src/app/MathNet.Yttrium/Library.Contracts/Library/ITheoremProvider.cs index 7b1a29d..26fcad4 100644 --- a/src/app/MathNet.Yttrium/Library.Contracts/Library/ITheoremProvider.cs +++ b/src/app/MathNet.Yttrium/Library.Contracts/Library/ITheoremProvider.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Contracts/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Library.Contracts/Properties/AssemblyInfo.cs index 6dc74ce..c2c708b 100644 --- a/src/app/MathNet.Yttrium/Library.Contracts/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Library.Contracts/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Library Contracts")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Library.Service/Library/ArchitectureFactoryCollection.cs b/src/app/MathNet.Yttrium/Library.Service/Library/ArchitectureFactoryCollection.cs index 3ed9906..0287456 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Library/ArchitectureFactoryCollection.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Library/ArchitectureFactoryCollection.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/Library/CustomDataCollection.cs b/src/app/MathNet.Yttrium/Library.Service/Library/CustomDataCollection.cs index 6678aae..1d35245 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Library/CustomDataCollection.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Library/CustomDataCollection.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/Library/EntityArchitecturesRelation.cs b/src/app/MathNet.Yttrium/Library.Service/Library/EntityArchitecturesRelation.cs index a623edf..2865c0f 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Library/EntityArchitecturesRelation.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Library/EntityArchitecturesRelation.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/Library/EntityCollection.cs b/src/app/MathNet.Yttrium/Library.Service/Library/EntityCollection.cs index ea3538a..d25bc04 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Library/EntityCollection.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Library/EntityCollection.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/Library/Library.cs b/src/app/MathNet.Yttrium/Library.Service/Library/Library.cs index a69da30..95cb7b9 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Library/Library.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Library/Library.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/Library/PackageInfo.cs b/src/app/MathNet.Yttrium/Library.Service/Library/PackageInfo.cs index ae4532f..6f19b33 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Library/PackageInfo.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Library/PackageInfo.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/Library/PackageLoader.cs b/src/app/MathNet.Yttrium/Library.Service/Library/PackageLoader.cs index efee71b..b56ac82 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Library/PackageLoader.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Library/PackageLoader.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/Library/PackagesSectionHandler.cs b/src/app/MathNet.Yttrium/Library.Service/Library/PackagesSectionHandler.cs index 80769b3..bdc5eeb 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Library/PackagesSectionHandler.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Library/PackagesSectionHandler.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/Library/PropertyProviderTable.cs b/src/app/MathNet.Yttrium/Library.Service/Library/PropertyProviderTable.cs index 11ebb36..a2d7ae0 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Library/PropertyProviderTable.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Library/PropertyProviderTable.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/Library/TheoremProviderCollection.cs b/src/app/MathNet.Yttrium/Library.Service/Library/TheoremProviderCollection.cs index 5f69b8d..5e12a19 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Library/TheoremProviderCollection.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Library/TheoremProviderCollection.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/Library/XmlPackagesAdapter.cs b/src/app/MathNet.Yttrium/Library.Service/Library/XmlPackagesAdapter.cs index 1d4287a..40ac8cb 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Library/XmlPackagesAdapter.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Library/XmlPackagesAdapter.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/LibraryFactory.cs b/src/app/MathNet.Yttrium/Library.Service/LibraryFactory.cs index d3d6b91..582f2d0 100644 --- a/src/app/MathNet.Yttrium/Library.Service/LibraryFactory.cs +++ b/src/app/MathNet.Yttrium/Library.Service/LibraryFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library.Service/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Library.Service/Properties/AssemblyInfo.cs index 39be3ad..b91fe00 100644 --- a/src/app/MathNet.Yttrium/Library.Service/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Library.Service/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Library")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Library/Backend/Channels/Hint.cs b/src/app/MathNet.Yttrium/Library/Backend/Channels/Hint.cs index 4454255..9ef8676 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Channels/Hint.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Channels/Hint.cs @@ -1,8 +1,8 @@ //#region Math.NET Yttrium (GPL) by Christoph Ruegg //// Math.NET Yttrium, part of the Math.NET Project -//// http://mathnet.opensourcedotnet.info +//// https://yttrium.mathdotnet.com //// -//// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +//// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name //// //// This program is free software; you can redistribute it and/or modify //// it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Channels/HintChannel.cs b/src/app/MathNet.Yttrium/Library/Backend/Channels/HintChannel.cs index 3c78a27..2c17df0 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Channels/HintChannel.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Channels/HintChannel.cs @@ -1,8 +1,8 @@ //#region Math.NET Yttrium (GPL) by Christoph Ruegg //// Math.NET Yttrium, part of the Math.NET Project -//// http://mathnet.opensourcedotnet.info +//// https://yttrium.mathdotnet.com //// -//// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +//// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name //// //// This program is free software; you can redistribute it and/or modify //// it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Channels/HintType.cs b/src/app/MathNet.Yttrium/Library/Backend/Channels/HintType.cs index 53b8576..87df419 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Channels/HintType.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Channels/HintType.cs @@ -1,8 +1,8 @@ //#region Math.NET Yttrium (GPL) by Christoph Ruegg //// Math.NET Yttrium, part of the Math.NET Project -//// http://mathnet.opensourcedotnet.info +//// https://yttrium.mathdotnet.com //// -//// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +//// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name //// //// This program is free software; you can redistribute it and/or modify //// it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Channels/LogObserver.cs b/src/app/MathNet.Yttrium/Library/Backend/Channels/LogObserver.cs index 35fc42a..4379cb0 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Channels/LogObserver.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Channels/LogObserver.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/BusEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/BusEventArgs.cs index 9d6dd4e..65eabf3 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/BusEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/BusEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/BusIndexChangedEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/BusIndexChangedEventArgs.cs index 447126b..e1e3004 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/BusIndexChangedEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/BusIndexChangedEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/BusIndexEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/BusIndexEventArgs.cs index df28be6..2e6dbbf 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/BusIndexEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/BusIndexEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/BusPortIndexEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/BusPortIndexEventArgs.cs index aabb138..fb57fcf 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/BusPortIndexEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/BusPortIndexEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/IndexedSignalEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/IndexedSignalEventArgs.cs index be81580..55ea14a 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/IndexedSignalEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/IndexedSignalEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/PortEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/PortEventArgs.cs index cdbc311..f4243ae 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/PortEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/PortEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/PortIndexChangedEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/PortIndexChangedEventArgs.cs index 56a69aa..31e5b52 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/PortIndexChangedEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/PortIndexChangedEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/PortIndexEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/PortIndexEventArgs.cs index 4744850..959b8d1 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/PortIndexEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/PortIndexEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/SignalEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/SignalEventArgs.cs index bf9a4a5..78b90b7 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/SignalEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/SignalEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/SignalIndexChangedEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/SignalIndexChangedEventArgs.cs index 05eb1e9..70a5cfc 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/SignalIndexChangedEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/SignalIndexChangedEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/SignalIndexEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/SignalIndexEventArgs.cs index 233da63..b5c4f84 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/SignalIndexEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/SignalIndexEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/SignalPortEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/SignalPortEventArgs.cs index 1898d84..b9ac212 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/SignalPortEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/SignalPortEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/SignalPortIndexEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/SignalPortIndexEventArgs.cs index 3b74607..ecb7823 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/SignalPortIndexEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/SignalPortIndexEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/SimulationTimeEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/SimulationTimeEventArgs.cs index ba145d5..005adc4 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/SimulationTimeEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/SimulationTimeEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Events/ValueNodeEventArgs.cs b/src/app/MathNet.Yttrium/Library/Backend/Events/ValueNodeEventArgs.cs index 1c1ba8a..66d7c28 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Events/ValueNodeEventArgs.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Events/ValueNodeEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Templates/CompoundArchitecture.cs b/src/app/MathNet.Yttrium/Library/Backend/Templates/CompoundArchitecture.cs index 95f4019..79c4e04 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Templates/CompoundArchitecture.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Templates/CompoundArchitecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Backend/Templates/CompoundProcess.cs b/src/app/MathNet.Yttrium/Library/Backend/Templates/CompoundProcess.cs index d902d09..32dd8e2 100644 --- a/src/app/MathNet.Yttrium/Library/Backend/Templates/CompoundProcess.cs +++ b/src/app/MathNet.Yttrium/Library/Backend/Templates/CompoundProcess.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Core/Architecture.cs b/src/app/MathNet.Yttrium/Library/Core/Architecture.cs index c59524f..a3ed0bd 100644 --- a/src/app/MathNet.Yttrium/Library/Core/Architecture.cs +++ b/src/app/MathNet.Yttrium/Library/Core/Architecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Core/Bus.cs b/src/app/MathNet.Yttrium/Library/Core/Bus.cs index 7618391..dfb30f6 100644 --- a/src/app/MathNet.Yttrium/Library/Core/Bus.cs +++ b/src/app/MathNet.Yttrium/Library/Core/Bus.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Core/Entity.cs b/src/app/MathNet.Yttrium/Library/Core/Entity.cs index 625c56f..81103f3 100644 --- a/src/app/MathNet.Yttrium/Library/Core/Entity.cs +++ b/src/app/MathNet.Yttrium/Library/Core/Entity.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Core/IArchitectureFactory.cs b/src/app/MathNet.Yttrium/Library/Core/IArchitectureFactory.cs index 8ce0d5e..6c3c2c0 100644 --- a/src/app/MathNet.Yttrium/Library/Core/IArchitectureFactory.cs +++ b/src/app/MathNet.Yttrium/Library/Core/IArchitectureFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Core/Port.cs b/src/app/MathNet.Yttrium/Library/Core/Port.cs index e0e9ead..f3843f6 100644 --- a/src/app/MathNet.Yttrium/Library/Core/Port.cs +++ b/src/app/MathNet.Yttrium/Library/Core/Port.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Core/Process.cs b/src/app/MathNet.Yttrium/Library/Core/Process.cs index b9733e7..a8ba4fa 100644 --- a/src/app/MathNet.Yttrium/Library/Core/Process.cs +++ b/src/app/MathNet.Yttrium/Library/Core/Process.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Core/Signal.cs b/src/app/MathNet.Yttrium/Library/Core/Signal.cs index f0d871f..f158dc9 100644 --- a/src/app/MathNet.Yttrium/Library/Core/Signal.cs +++ b/src/app/MathNet.Yttrium/Library/Core/Signal.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Core/ValueStructure.cs b/src/app/MathNet.Yttrium/Library/Core/ValueStructure.cs index 3b9a5de..6cc791d 100644 --- a/src/app/MathNet.Yttrium/Library/Core/ValueStructure.cs +++ b/src/app/MathNet.Yttrium/Library/Core/ValueStructure.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/CoreFactory.cs b/src/app/MathNet.Yttrium/Library/CoreFactory.cs index 0e833ff..708b48e 100644 --- a/src/app/MathNet.Yttrium/Library/CoreFactory.cs +++ b/src/app/MathNet.Yttrium/Library/CoreFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Library/Properties/AssemblyInfo.cs index ac6c207..657b520 100644 --- a/src/app/MathNet.Yttrium/Library/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Library/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium: Computer Algebra Library")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info/")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com/")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Library/Workplace/MathFunction.cs b/src/app/MathNet.Yttrium/Library/Workplace/MathFunction.cs index bcf519c..b3ab33d 100644 --- a/src/app/MathNet.Yttrium/Library/Workplace/MathFunction.cs +++ b/src/app/MathNet.Yttrium/Library/Workplace/MathFunction.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Workplace/MathSystem.cs b/src/app/MathNet.Yttrium/Library/Workplace/MathSystem.cs index 25533a7..74a5de8 100644 --- a/src/app/MathNet.Yttrium/Library/Workplace/MathSystem.cs +++ b/src/app/MathNet.Yttrium/Library/Workplace/MathSystem.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Library/Workplace/Project.cs b/src/app/MathNet.Yttrium/Library/Workplace/Project.cs index f791826..62c8d9f 100644 --- a/src/app/MathNet.Yttrium/Library/Workplace/Project.cs +++ b/src/app/MathNet.Yttrium/Library/Workplace/Project.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluationTheorem.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluationTheorem.cs index 578f6c6..a3f0026 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluationTheorem.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluationTheorem.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluationTheoremProvider.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluationTheoremProvider.cs index 2980139..bc67827 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluationTheoremProvider.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluationTheoremProvider.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluator.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluator.cs index af6f747..362d0af 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluator.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/AutoEvaluation/IAutoEvaluator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/BasicManipulationVisitor.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/BasicManipulationVisitor.cs index 6daf018..2070518 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/BasicManipulationVisitor.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/BasicManipulationVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/BasicTransformation.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/BasicTransformation.cs index 00e2435..d7bd3ef 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/BasicTransformation.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/BasicTransformation.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/Delegates.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/Delegates.cs index eee0a24..e81a590 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/Delegates.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/Delegates.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/IManipulationVisitor.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/IManipulationVisitor.cs index 316ff5c..16bb3f7 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/IManipulationVisitor.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/IManipulationVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/IManipulator.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/IManipulator.cs index a28bab6..ec86382 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/IManipulator.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/IManipulator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformationTheorem.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformationTheorem.cs index 96c5f88..eee3ec8 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformationTheorem.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformationTheorem.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformationTheoremProvider.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformationTheoremProvider.cs index aacbc92..25ecd42 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformationTheoremProvider.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformationTheoremProvider.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformer.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformer.cs index a8c2aae..d222885 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformer.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ITransformer.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ManipulationPlan.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ManipulationPlan.cs index 6aa764f..6fde892 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ManipulationPlan.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/Manipulation/ManipulationPlan.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Contracts/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Manipulation.Contracts/Properties/AssemblyInfo.cs index 0031bef..7d6da70 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Contracts/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Contracts/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Manipulation Contracts")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluation/AutoEvaluationTheoremProvider.cs b/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluation/AutoEvaluationTheoremProvider.cs index 8c394b7..2ad55a4 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluation/AutoEvaluationTheoremProvider.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluation/AutoEvaluationTheoremProvider.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluation/AutoEvaluator.cs b/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluation/AutoEvaluator.cs index c4bbb13..27b05e0 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluation/AutoEvaluator.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluation/AutoEvaluator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluationFactory.cs b/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluationFactory.cs index e63cbc5..d2ea1c0 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluationFactory.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Service/AutoEvaluationFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/Manipulator.cs b/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/Manipulator.cs index 31fe9ce..9b69205 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/Manipulator.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/Manipulator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/TransformationManipulationVisitor.cs b/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/TransformationManipulationVisitor.cs index ab26d3e..2782e4e 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/TransformationManipulationVisitor.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/TransformationManipulationVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/TransformationTheoremProvider.cs b/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/TransformationTheoremProvider.cs index 5b3caa5..2237109 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/TransformationTheoremProvider.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/TransformationTheoremProvider.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/Transformer.cs b/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/Transformer.cs index 4a5938e..0b35dc5 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/Transformer.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Service/Manipulation/Transformer.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Service/ManipulationFactory.cs b/src/app/MathNet.Yttrium/Manipulation.Service/ManipulationFactory.cs index 5d1e991..d8a95ef 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Service/ManipulationFactory.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Service/ManipulationFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Manipulation.Service/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Manipulation.Service/Properties/AssemblyInfo.cs index fd879d0..c8edd93 100644 --- a/src/app/MathNet.Yttrium/Manipulation.Service/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Manipulation.Service/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Manipulation")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Mediator.Contracts/Exceptions/CommandException.cs b/src/app/MathNet.Yttrium/Mediator.Contracts/Exceptions/CommandException.cs index e655204..d520e86 100644 --- a/src/app/MathNet.Yttrium/Mediator.Contracts/Exceptions/CommandException.cs +++ b/src/app/MathNet.Yttrium/Mediator.Contracts/Exceptions/CommandException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/IMediator.cs b/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/IMediator.cs index 34ed060..a4b3f2e 100644 --- a/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/IMediator.cs +++ b/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/IMediator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/IObserver.cs b/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/IObserver.cs index f4807ed..96d01e4 100644 --- a/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/IObserver.cs +++ b/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/IObserver.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/ISystemMediator.cs b/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/ISystemMediator.cs index aad71f0..8a78c65 100644 --- a/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/ISystemMediator.cs +++ b/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/ISystemMediator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/ISystemObserver.cs b/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/ISystemObserver.cs index 812fd85..e25a20b 100644 --- a/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/ISystemObserver.cs +++ b/src/app/MathNet.Yttrium/Mediator.Contracts/Mediator/ISystemObserver.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Contracts/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Mediator.Contracts/Properties/AssemblyInfo.cs index 8d966db..842b2cf 100644 --- a/src/app/MathNet.Yttrium/Mediator.Contracts/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Mediator.Contracts/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -26,7 +26,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Mediator Contracts")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Mediator.Service/Mediator/Channel.cs b/src/app/MathNet.Yttrium/Mediator.Service/Mediator/Channel.cs index fd29b1b..39c6547 100644 --- a/src/app/MathNet.Yttrium/Mediator.Service/Mediator/Channel.cs +++ b/src/app/MathNet.Yttrium/Mediator.Service/Mediator/Channel.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Service/Mediator/Mediator.cs b/src/app/MathNet.Yttrium/Mediator.Service/Mediator/Mediator.cs index d8f7568..5a00d5a 100644 --- a/src/app/MathNet.Yttrium/Mediator.Service/Mediator/Mediator.cs +++ b/src/app/MathNet.Yttrium/Mediator.Service/Mediator/Mediator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Service/Mediator/SystemMediator.cs b/src/app/MathNet.Yttrium/Mediator.Service/Mediator/SystemMediator.cs index 5726f18..8db6a56 100644 --- a/src/app/MathNet.Yttrium/Mediator.Service/Mediator/SystemMediator.cs +++ b/src/app/MathNet.Yttrium/Mediator.Service/Mediator/SystemMediator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Service/MediatorFactory.cs b/src/app/MathNet.Yttrium/Mediator.Service/MediatorFactory.cs index fd26031..35ce729 100644 --- a/src/app/MathNet.Yttrium/Mediator.Service/MediatorFactory.cs +++ b/src/app/MathNet.Yttrium/Mediator.Service/MediatorFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Service/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Mediator.Service/Properties/AssemblyInfo.cs index 054a767..8044c1c 100644 --- a/src/app/MathNet.Yttrium/Mediator.Service/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Mediator.Service/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Mediator")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/BusDrivePortCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/BusDrivePortCommand.cs index 805bd79..fcd96fa 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/BusDrivePortCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/BusDrivePortCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/BusUndrivePortCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/BusUndrivePortCommand.cs index 190e482..ff43cb0 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/BusUndrivePortCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/BusUndrivePortCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/LogObserver.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/LogObserver.cs index 78c757f..0c5964e 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/LogObserver.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/LogObserver.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewBusCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewBusCommand.cs index 495f6ed..c3860a8 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewBusCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewBusCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewPortCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewPortCommand.cs index d1831a5..da9f457 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewPortCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewPortCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewSignalCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewSignalCommand.cs index c4ca839..da0cc82 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewSignalCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/NewSignalCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/AbstractCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/AbstractCommand.cs index 5300aa2..21d75a7 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/AbstractCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/AbstractCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/BusCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/BusCommand.cs index ab14988..79ac695 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/BusCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/BusCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/CommandBase.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/CommandBase.cs index ef28f10..e9b0530 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/CommandBase.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/CommandBase.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/NewCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/NewCommand.cs index ee30387..044dc8a 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/NewCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/NewCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortBusCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortBusCommand.cs index 490f0d5..85dac0c 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortBusCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortBusCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortBusIndexCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortBusIndexCommand.cs index 116b841..a15f42e 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortBusIndexCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortBusIndexCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortCommand.cs index d109d24..471e06b 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortIndexCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortIndexCommand.cs index c5083c9..4f153f2 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortIndexCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortIndexCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortSignalCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortSignalCommand.cs index 4ff9a25..b2a9336 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortSignalCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortSignalCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortSignalIndexCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortSignalIndexCommand.cs index 728d8d6..8297c33 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortSignalIndexCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/PortSignalIndexCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/SignalCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/SignalCommand.cs index 24bc82b..3b136b6 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/SignalCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/ObjectModel/SignalCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/PortDriveSignalCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/PortDriveSignalCommand.cs index 2cd32bf..1e764df 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/PortDriveSignalCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/PortDriveSignalCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/PortUndriveSignalCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/PortUndriveSignalCommand.cs index 4faf629..61f14fa 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/PortUndriveSignalCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/PortUndriveSignalCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemoveBusCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemoveBusCommand.cs index ce4789c..69bfe21 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemoveBusCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemoveBusCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemovePortCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemovePortCommand.cs index 06419e7..62b22ee 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemovePortCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemovePortCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemoveSignalCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemoveSignalCommand.cs index 2cdad73..ed73f2a 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemoveSignalCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/RemoveSignalCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/SignalDrivePortCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/SignalDrivePortCommand.cs index a93292d..8809f27 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/SignalDrivePortCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/SignalDrivePortCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/SignalUndrivePortCommand.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/SignalUndrivePortCommand.cs index b19f63a..4202bd1 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/SignalUndrivePortCommand.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Mediator/SignalUndrivePortCommand.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Mediator.Toolkit/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Mediator.Toolkit/Properties/AssemblyInfo.cs index 67dcdba..5a5e697 100644 --- a/src/app/MathNet.Yttrium/Mediator.Toolkit/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Mediator.Toolkit/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -26,7 +26,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Mediator Contracts")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Microkernel/Binder.cs b/src/app/MathNet.Yttrium/Microkernel/Binder.cs index 36befd7..7082031 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Binder.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Binder.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Config.cs b/src/app/MathNet.Yttrium/Microkernel/Config.cs index 46d1f65..7f28f4f 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Config.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Config.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/EncapsulationFormat.cs b/src/app/MathNet.Yttrium/Microkernel/EncapsulationFormat.cs index 656cc33..8c4bcf3 100644 --- a/src/app/MathNet.Yttrium/Microkernel/EncapsulationFormat.cs +++ b/src/app/MathNet.Yttrium/Microkernel/EncapsulationFormat.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Events/MathContextEventArgs.cs b/src/app/MathNet.Yttrium/Microkernel/Events/MathContextEventArgs.cs index d519fe8..e67fd49 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Events/MathContextEventArgs.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Events/MathContextEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Exceptions/MicrokernelException.cs b/src/app/MathNet.Yttrium/Microkernel/Exceptions/MicrokernelException.cs index f6fdd0f..7abc173 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Exceptions/MicrokernelException.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Exceptions/MicrokernelException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Kernel/Mapper.cs b/src/app/MathNet.Yttrium/Microkernel/Kernel/Mapper.cs index 65e082d..5157697 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Kernel/Mapper.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Kernel/Mapper.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Kernel/MappingsSectionHandler.cs b/src/app/MathNet.Yttrium/Microkernel/Kernel/MappingsSectionHandler.cs index e714bbf..a0cdb2d 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Kernel/MappingsSectionHandler.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Kernel/MappingsSectionHandler.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Kernel/RawBinding.cs b/src/app/MathNet.Yttrium/Microkernel/Kernel/RawBinding.cs index 3380350..9eb65e3 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Kernel/RawBinding.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Kernel/RawBinding.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Kernel/XmlMappingAdapter.cs b/src/app/MathNet.Yttrium/Microkernel/Kernel/XmlMappingAdapter.cs index 87226a2..c8b2c75 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Kernel/XmlMappingAdapter.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Kernel/XmlMappingAdapter.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/MathContext.cs b/src/app/MathNet.Yttrium/Microkernel/MathContext.cs index 60675c6..d3b9abb 100644 --- a/src/app/MathNet.Yttrium/Microkernel/MathContext.cs +++ b/src/app/MathNet.Yttrium/Microkernel/MathContext.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Persistence/Serializer.cs b/src/app/MathNet.Yttrium/Microkernel/Persistence/Serializer.cs index eb8a269..8d9dd0c 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Persistence/Serializer.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Persistence/Serializer.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Microkernel/Properties/AssemblyInfo.cs index 3f213d9..50543ac 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Microkernel")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Microkernel/Service.cs b/src/app/MathNet.Yttrium/Microkernel/Service.cs index 2a39fff..8de8ee5 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Service.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Service.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Utils/BindingSingletonProvider.cs b/src/app/MathNet.Yttrium/Microkernel/Utils/BindingSingletonProvider.cs index 12bffe7..eccbdb3 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Utils/BindingSingletonProvider.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Utils/BindingSingletonProvider.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Utils/EmptyIterator.cs b/src/app/MathNet.Yttrium/Microkernel/Utils/EmptyIterator.cs index a75fa9a..f22dc84 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Utils/EmptyIterator.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Utils/EmptyIterator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Microkernel/Utils/SingletonProvider.cs b/src/app/MathNet.Yttrium/Microkernel/Utils/SingletonProvider.cs index b1a4c53..3ada6e6 100644 --- a/src/app/MathNet.Yttrium/Microkernel/Utils/SingletonProvider.cs +++ b/src/app/MathNet.Yttrium/Microkernel/Utils/SingletonProvider.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ArbitraryGenericEntity.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ArbitraryGenericEntity.cs index 64b102f..25ae94f 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ArbitraryGenericEntity.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ArbitraryGenericEntity.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ArchitectureBase.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ArchitectureBase.cs index 35548c6..76ec5fc 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ArchitectureBase.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ArchitectureBase.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CategoryBase.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CategoryBase.cs index f30d684..9babcdc 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CategoryBase.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CategoryBase.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CategoryMembershipProperty.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CategoryMembershipProperty.cs index 25dfbf2..cabf928 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CategoryMembershipProperty.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CategoryMembershipProperty.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CompoundArchitecture.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CompoundArchitecture.cs index 5f8c2bf..9f76557 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CompoundArchitecture.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CompoundArchitecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CompoundProcess.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CompoundProcess.cs index 4d73200..219ebd8 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CompoundProcess.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/CompoundProcess.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/EntityBase.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/EntityBase.cs index 62af043..8196bc1 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/EntityBase.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/EntityBase.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericArchitecture.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericArchitecture.cs index 559d465..077a24c 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericArchitecture.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericArchitecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericArchitectureFactory.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericArchitectureFactory.cs index 683a8e5..e8bff7b 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericArchitectureFactory.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericArchitectureFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericFunctionProcess.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericFunctionProcess.cs index 7b27dc3..8a10ad6 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericFunctionProcess.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericFunctionProcess.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericMathOpArchitecture.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericMathOpArchitecture.cs index 128cf95..0dfc066 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericMathOpArchitecture.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericMathOpArchitecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericParallelProcess.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericParallelProcess.cs index 90d2495..6b3f73c 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericParallelProcess.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericParallelProcess.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericPropagationTheorem.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericPropagationTheorem.cs index 0b4a9f9..764e024 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericPropagationTheorem.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericPropagationTheorem.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericSimpleArchitecture.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericSimpleArchitecture.cs index 1b850d5..a79ee6a 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericSimpleArchitecture.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericSimpleArchitecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericStdFunctionProcess.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericStdFunctionProcess.cs index daacb21..07c4a40 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericStdFunctionProcess.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericStdFunctionProcess.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericStdParallelProcess.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericStdParallelProcess.cs index a499295..923e797 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericStdParallelProcess.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/GenericStdParallelProcess.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/NaryToOneGenericEntity.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/NaryToOneGenericEntity.cs index 491ca27..40940f7 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/NaryToOneGenericEntity.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/NaryToOneGenericEntity.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/NearlySymmetricGenericEntity.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/NearlySymmetricGenericEntity.cs index 95de645..6686d3c 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/NearlySymmetricGenericEntity.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/NearlySymmetricGenericEntity.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ProcessBase.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ProcessBase.cs index 3f1b36b..3d2cbcc 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ProcessBase.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ProcessBase.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/PropertyBase.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/PropertyBase.cs index 5eba2c0..9eae607 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/PropertyBase.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/PropertyBase.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/SymmetricGenericEntity.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/SymmetricGenericEntity.cs index c596de0..e93882b 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/SymmetricGenericEntity.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/SymmetricGenericEntity.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ValueStructureBase.cs b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ValueStructureBase.cs index f001a96..4023909 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ValueStructureBase.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/ObjectModel/ValueStructureBase.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Helper/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Packages.Helper/Properties/AssemblyInfo.cs index c0e9c8e..9bffa2a 100644 --- a/src/app/MathNet.Yttrium/Packages.Helper/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Packages.Helper/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Package Helper")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Packages.Standard/Properties/AssemblyInfo.cs index c35670e..3bd6dba 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -26,7 +26,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Standard Package")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Algebra/AutoSimplifyArchitecture.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Algebra/AutoSimplifyArchitecture.cs index 5041eda..5165de5 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Algebra/AutoSimplifyArchitecture.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Algebra/AutoSimplifyArchitecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Algebra/AutoSimplifyTransformation.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Algebra/AutoSimplifyTransformation.cs index b96583b..bab3c23 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Algebra/AutoSimplifyTransformation.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Algebra/AutoSimplifyTransformation.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicExpressionCategory.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicExpressionCategory.cs index f5a960f..55dc75c 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicExpressionCategory.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicExpressionCategory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicStructure.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicStructure.cs index e5bbf16..854bec4 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicStructure.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicStructure.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicStructureCategory.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicStructureCategory.cs index ac518b6..13a7ee6 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicStructureCategory.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/AlgebraicStructureCategory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Analysis/AlgebraicDerivativeArchitecture.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Analysis/AlgebraicDerivativeArchitecture.cs index f86c17f..c64643d 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Analysis/AlgebraicDerivativeArchitecture.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Analysis/AlgebraicDerivativeArchitecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Analysis/DerivativeTransformation.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Analysis/DerivativeTransformation.cs index 83987b0..ca01fad 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Analysis/DerivativeTransformation.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Analysis/DerivativeTransformation.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/AbsoluteArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/AbsoluteArchitectures.cs index 1c5562c..7d6f154 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/AbsoluteArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/AbsoluteArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/Accumulator.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/Accumulator.cs index 0be9dbe..7f0bd68 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/Accumulator.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/Accumulator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/AdditionArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/AdditionArchitectures.cs index 06fe641..d9f5778 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/AdditionArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/AdditionArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/DivisionArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/DivisionArchitectures.cs index 799fdfd..1e33acf 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/DivisionArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/DivisionArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/ExponentialArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/ExponentialArchitectures.cs index 84b98d7..cc26e37 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/ExponentialArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/ExponentialArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/InvertArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/InvertArchitectures.cs index 1fa967a..32ef035 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/InvertArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/InvertArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/MultiplicationArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/MultiplicationArchitectures.cs index 6130818..f90170d 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/MultiplicationArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/MultiplicationArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/NaturalLogarithmArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/NaturalLogarithmArchitectures.cs index 7057ea2..e79de97 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/NaturalLogarithmArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/NaturalLogarithmArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/NegateArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/NegateArchitectures.cs index 6ce4ceb..53b2675 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/NegateArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/NegateArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/PowerArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/PowerArchitectures.cs index db7edd7..22352e0 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/PowerArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/PowerArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SelfBuildingExample.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SelfBuildingExample.cs index 7fc0759..2d174af 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SelfBuildingExample.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SelfBuildingExample.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SquareArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SquareArchitectures.cs index 7fd06de..224d250 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SquareArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SquareArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SubtractionArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SubtractionArchitectures.cs index 43159fb..d4a7e84 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SubtractionArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Arithmetics/SubtractionArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/ClockArchitecture.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/ClockArchitecture.cs index d6688cb..e491a1e 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/ClockArchitecture.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/ClockArchitecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/SyncArchitecture.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/SyncArchitecture.cs index 12fdf7b..868836a 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/SyncArchitecture.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/SyncArchitecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/SystemPipeline.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/SystemPipeline.cs index 2d1b443..c075706 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/SystemPipeline.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/SystemPipeline.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/TransportArchitecture.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/TransportArchitecture.cs index 0c4ad61..0e3a91d 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/TransportArchitecture.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Flow/TransportArchitecture.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/GeneralizedPolynomial.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/GeneralizedPolynomial.cs index 77e6b33..7b38e45 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/GeneralizedPolynomial.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/GeneralizedPolynomial.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/AndArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/AndArchitectures.cs index a8e1743..2e3dcd1 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/AndArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/AndArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NandArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NandArchitectures.cs index ddee9d0..c8e2f7f 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NandArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NandArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NorArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NorArchitectures.cs index 6054342..44ef095 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NorArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NorArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NotArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NotArchitectures.cs index 7fed88b..d4323db 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NotArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/NotArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/OrArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/OrArchitectures.cs index 255d5b0..c758d01 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/OrArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/OrArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/XnorArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/XnorArchitectures.cs index 247057a..cd60c56 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/XnorArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/XnorArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/XorArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/XorArchitectures.cs index f64d5b8..3350c52 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/XorArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Logic/XorArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Polynomial.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Polynomial.cs index 0266efd..ed5a2a3 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Polynomial.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Polynomial.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/IntegerSetProperty.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/IntegerSetProperty.cs index 1cd7cc7..b8e981b 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/IntegerSetProperty.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/IntegerSetProperty.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/PositiveIntegerSetProperty.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/PositiveIntegerSetProperty.cs index 857cc01..1ed4d35 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/PositiveIntegerSetProperty.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/PositiveIntegerSetProperty.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/RationalSetProperty.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/RationalSetProperty.cs index 6c685a4..26e9a94 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/RationalSetProperty.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/RationalSetProperty.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/RealSetProperty.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/RealSetProperty.cs index bd1b797..e5b1496 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/RealSetProperty.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Properties/RealSetProperty.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Std.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Std.cs index 21f55f4..fa96aee 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Std.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Std.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/StdBuilder.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/StdBuilder.cs index bb11bf4..64518ba 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/StdBuilder.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/StdBuilder.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/StdPackageManager.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/StdPackageManager.cs index 44af99e..86fa25e 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/StdPackageManager.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/StdPackageManager.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexInfinitySymbol.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexInfinitySymbol.cs index 72c16a7..cb36394 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexInfinitySymbol.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexInfinitySymbol.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexValue.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexValue.cs index 44304c9..f650bc1 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexValue.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexValue.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexValueCategory.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexValueCategory.cs index 553bd73..53cedf4 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexValueCategory.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ComplexValueCategory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/IntegerValue.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/IntegerValue.cs index 362addf..d194859 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/IntegerValue.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/IntegerValue.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/IntegerValueCategory.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/IntegerValueCategory.cs index 0ec5663..496f84d 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/IntegerValueCategory.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/IntegerValueCategory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LiteralValue.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LiteralValue.cs index 6f90552..17c1129 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LiteralValue.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LiteralValue.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LogicValue.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LogicValue.cs index fdfe361..5d2e7b3 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LogicValue.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LogicValue.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LogicValueCategory.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LogicValueCategory.cs index 51b8ff4..be75c07 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LogicValueCategory.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/LogicValueCategory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/MatrixValue.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/MatrixValue.cs index cbc2494..6a118ac 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/MatrixValue.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/MatrixValue.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/NegativeInfinitySymbol.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/NegativeInfinitySymbol.cs index ef8ca4b..d90e4fe 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/NegativeInfinitySymbol.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/NegativeInfinitySymbol.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/PositiveInfinitySymbol.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/PositiveInfinitySymbol.cs index 3b72c26..53cfe0f 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/PositiveInfinitySymbol.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/PositiveInfinitySymbol.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RationalValue.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RationalValue.cs index 35cda60..355a210 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RationalValue.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RationalValue.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RationalValueCategory.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RationalValueCategory.cs index f2d28de..8a0224d 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RationalValueCategory.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RationalValueCategory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealMatrixValue.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealMatrixValue.cs index 7829a5f..033a18d 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealMatrixValue.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealMatrixValue.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealValue.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealValue.cs index a20d3ea..6ca7c50 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealValue.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealValue.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealValueCategory.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealValueCategory.cs index a23e300..c4bd598 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealValueCategory.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/RealValueCategory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ToggleValue.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ToggleValue.cs index f82fdd1..17a4e94 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ToggleValue.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/ToggleValue.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/UndefinedSymbol.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/UndefinedSymbol.cs index 12a033f..25db8b2 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/UndefinedSymbol.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/UndefinedSymbol.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/VectorValue.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/VectorValue.cs index 45ea011..85134d9 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/VectorValue.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Structures/VectorValue.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/TimeCurves/Curve.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/TimeCurves/Curve.cs index c08e9a1..e3a8860 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/TimeCurves/Curve.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/TimeCurves/Curve.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/TimeCurves/CurveSegment.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/TimeCurves/CurveSegment.cs index 8884b36..45ec406 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/TimeCurves/CurveSegment.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/TimeCurves/CurveSegment.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CosecantArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CosecantArchitectures.cs index e09cc7e..5ccb8d9 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CosecantArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CosecantArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CosineArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CosineArchitectures.cs index b57f239..8b71e96 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CosineArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CosineArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CotangentArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CotangentArchitectures.cs index 4f340b8..a292086 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CotangentArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/CotangentArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCosecantArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCosecantArchitectures.cs index f28284d..d44ba77 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCosecantArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCosecantArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCosineArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCosineArchitectures.cs index 75984a7..0e8570b 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCosineArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCosineArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCotangentArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCotangentArchitectures.cs index a779bd4..89741bc 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCotangentArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicCotangentArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicSecantArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicSecantArchitectures.cs index 86e9b58..550955a 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicSecantArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicSecantArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicSineArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicSineArchitectures.cs index 7363f66..3bf73e7 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicSineArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicSineArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicTangentArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicTangentArchitectures.cs index 3b76954..a7adc69 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicTangentArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/HyperbolicTangentArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/SecantArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/SecantArchitectures.cs index 36ae4c4..8f8da2e 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/SecantArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/SecantArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/SineArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/SineArchitectures.cs index 5a1c0fb..3f0afd8 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/SineArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/SineArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/TangentArchitectures.cs b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/TangentArchitectures.cs index f4de6b1..4803d68 100644 --- a/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/TangentArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages.Standard/Standard/Trigonometry/TangentArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/PetriNetPackageManager.cs b/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/PetriNetPackageManager.cs index a746adc..3a6c7ab 100644 --- a/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/PetriNetPackageManager.cs +++ b/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/PetriNetPackageManager.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/PetriNetScheduler.cs b/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/PetriNetScheduler.cs index 8ca7617..a0f996f 100644 --- a/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/PetriNetScheduler.cs +++ b/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/PetriNetScheduler.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/TokenValue.cs b/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/TokenValue.cs index dd4257a..5c14deb 100644 --- a/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/TokenValue.cs +++ b/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/TokenValue.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/TransitionArchitectures.cs b/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/TransitionArchitectures.cs index 1320669..19d8eee 100644 --- a/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/TransitionArchitectures.cs +++ b/src/app/MathNet.Yttrium/Packages/Yttrium.Packages.PetriNet/TransitionArchitectures.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/AlwaysTrueCondition.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/AlwaysTrueCondition.cs index 8e6de12..318dcd4 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/AlwaysTrueCondition.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/AlwaysTrueCondition.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/AndCondition.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/AndCondition.cs index b196397..339561d 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/AndCondition.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/AndCondition.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/ArchitectureCondition.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/ArchitectureCondition.cs index 678b78b..e65dc22 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/ArchitectureCondition.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/ArchitectureCondition.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CoalescedChildPattern.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CoalescedChildPattern.cs index a29cdf8..77e4e6a 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CoalescedChildPattern.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CoalescedChildPattern.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CoalescedTreeNode.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CoalescedTreeNode.cs index 4b44d29..bcb97e3 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CoalescedTreeNode.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CoalescedTreeNode.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CombinationMode.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CombinationMode.cs index fb4b44f..ee4cb80 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CombinationMode.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/CombinationMode.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Condition.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Condition.cs index fb9a38a..0c4afc4 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Condition.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Condition.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/EntityCondition.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/EntityCondition.cs index 7d9f349..5733727 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/EntityCondition.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/EntityCondition.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Group.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Group.cs index 005ff1c..dbdd465 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Group.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Group.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/GroupCollection.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/GroupCollection.cs index 989a1e3..ed794e4 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/GroupCollection.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/GroupCollection.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/InputSignalsFlagCondition.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/InputSignalsFlagCondition.cs index 47c5b87..52976d2 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/InputSignalsFlagCondition.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/InputSignalsFlagCondition.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/InputSignalsPropertyCondition.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/InputSignalsPropertyCondition.cs index 825adac..bc43859 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/InputSignalsPropertyCondition.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/InputSignalsPropertyCondition.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Match.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Match.cs index 7da88b6..46c3a43 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Match.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Match.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/MatchCollection.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/MatchCollection.cs index 87d86f5..96532a1 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/MatchCollection.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/MatchCollection.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/NotCondition.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/NotCondition.cs index f0fd8e8..0189aef 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/NotCondition.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/NotCondition.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/OrCondition.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/OrCondition.cs index ef4ca48..e424e9d 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/OrCondition.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/OrCondition.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/OutputSignalsPropertyCondition.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/OutputSignalsPropertyCondition.cs index 5d7d071..63bb574 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/OutputSignalsPropertyCondition.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/OutputSignalsPropertyCondition.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Pattern.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Pattern.cs index bfc14c5..06df97a 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Pattern.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/Pattern.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/TreePattern.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/TreePattern.cs index f4488ae..1c44b11 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/TreePattern.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Patterns/Toolkit/TreePattern.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Patterns.Toolkit/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Patterns.Toolkit/Properties/AssemblyInfo.cs index f415df8..455ec39 100644 --- a/src/app/MathNet.Yttrium/Patterns.Toolkit/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Patterns.Toolkit/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Patterns")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Repository.Contracts/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Repository.Contracts/Properties/AssemblyInfo.cs index 7d5451a..40043a4 100644 --- a/src/app/MathNet.Yttrium/Repository.Contracts/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Repository.Contracts/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Repository Contracts")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Repository.Contracts/Repository/ISignalCache.cs b/src/app/MathNet.Yttrium/Repository.Contracts/Repository/ISignalCache.cs index d5a91ea..5de57f3 100644 --- a/src/app/MathNet.Yttrium/Repository.Contracts/Repository/ISignalCache.cs +++ b/src/app/MathNet.Yttrium/Repository.Contracts/Repository/ISignalCache.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Repository.Service/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Repository.Service/Properties/AssemblyInfo.cs index eeeffed..c990964 100644 --- a/src/app/MathNet.Yttrium/Repository.Service/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Repository.Service/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Repository")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Repository.Service/Repository/SignalCache.cs b/src/app/MathNet.Yttrium/Repository.Service/Repository/SignalCache.cs index 97d17c2..7c39249 100644 --- a/src/app/MathNet.Yttrium/Repository.Service/Repository/SignalCache.cs +++ b/src/app/MathNet.Yttrium/Repository.Service/Repository/SignalCache.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Repository.Service/RepositoryFactory.cs b/src/app/MathNet.Yttrium/Repository.Service/RepositoryFactory.cs index b72aa81..aa9fcd6 100644 --- a/src/app/MathNet.Yttrium/Repository.Service/RepositoryFactory.cs +++ b/src/app/MathNet.Yttrium/Repository.Service/RepositoryFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Simulation.Contracts/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Simulation.Contracts/Properties/AssemblyInfo.cs index 81a280e..51b8aff 100644 --- a/src/app/MathNet.Yttrium/Simulation.Contracts/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Simulation.Contracts/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Simulation Contracts")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/ISchedulable.cs b/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/ISchedulable.cs index ca85fe6..ad0cacb 100644 --- a/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/ISchedulable.cs +++ b/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/ISchedulable.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/IScheduler.cs b/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/IScheduler.cs index d59e083..53fad36 100644 --- a/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/IScheduler.cs +++ b/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/IScheduler.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/ISimulationMediator.cs b/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/ISimulationMediator.cs index 9d92d48..a42dc23 100644 --- a/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/ISimulationMediator.cs +++ b/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/ISimulationMediator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ public interface ISimulationMediator IScheduler GetCurrentScheduler(); - /// see http://mathnet.opensourcedotnet.info/doc/YttriumMathContext.ashx for more details. + /// see https://yttrium.mathdotnet.com/doc/YttriumMathContext.ashx for more details. void CreateSimulationApartement(IScheduler scheduler); } } diff --git a/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/SimulationTimeEventArgs.cs b/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/SimulationTimeEventArgs.cs index d754442..e8eef60 100644 --- a/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/SimulationTimeEventArgs.cs +++ b/src/app/MathNet.Yttrium/Simulation.Contracts/Simulation/SimulationTimeEventArgs.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Simulation.Service/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Simulation.Service/Properties/AssemblyInfo.cs index 6c05bf2..47c3579 100644 --- a/src/app/MathNet.Yttrium/Simulation.Service/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Simulation.Service/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Simulation")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/ImmediateScheduler.cs b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/ImmediateScheduler.cs index 0749bd5..da7f82a 100644 --- a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/ImmediateScheduler.cs +++ b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/ImmediateScheduler.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/ScheduleStore.cs b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/ScheduleStore.cs index 61564cd..f1e8173 100644 --- a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/ScheduleStore.cs +++ b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/ScheduleStore.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SchedulerEventItem.cs b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SchedulerEventItem.cs index 68d3515..9d43499 100644 --- a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SchedulerEventItem.cs +++ b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SchedulerEventItem.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SchedulerPhase.cs b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SchedulerPhase.cs index c1aae89..96a4b9c 100644 --- a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SchedulerPhase.cs +++ b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SchedulerPhase.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SimulationMediator.cs b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SimulationMediator.cs index 6808236..1cfb5b6 100644 --- a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SimulationMediator.cs +++ b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/SimulationMediator.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/Timeline.cs b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/Timeline.cs index 6173f5d..fcd1dcf 100644 --- a/src/app/MathNet.Yttrium/Simulation.Service/Simulation/Timeline.cs +++ b/src/app/MathNet.Yttrium/Simulation.Service/Simulation/Timeline.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Simulation.Service/SimulationFactory.cs b/src/app/MathNet.Yttrium/Simulation.Service/SimulationFactory.cs index bc2dc51..490f70d 100644 --- a/src/app/MathNet.Yttrium/Simulation.Service/SimulationFactory.cs +++ b/src/app/MathNet.Yttrium/Simulation.Service/SimulationFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/Properties/AssemblyInfo.cs index f415df8..455ec39 100644 --- a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Patterns")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/BuilderStateMachine.cs b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/BuilderStateMachine.cs index 62ead49..1e622c6 100644 --- a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/BuilderStateMachine.cs +++ b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/BuilderStateMachine.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/ExpressionWriter.cs b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/ExpressionWriter.cs index 07e07a5..3c1b013 100644 --- a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/ExpressionWriter.cs +++ b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/ExpressionWriter.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/Packages.cs b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/Packages.cs index c14a84f..162a513 100644 --- a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/Packages.cs +++ b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/Packages.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/SystemReader.cs b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/SystemReader.cs index 1768456..4f043de 100644 --- a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/SystemReader.cs +++ b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/SystemReader.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/SystemWriter.cs b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/SystemWriter.cs index f74f291..3bf8d50 100644 --- a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/SystemWriter.cs +++ b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/SystemWriter.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/XmlSystemReader.cs b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/XmlSystemReader.cs index 8d86f6f..fd10af6 100644 --- a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/XmlSystemReader.cs +++ b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/XmlSystemReader.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/XmlSystemWriter.cs b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/XmlSystemWriter.cs index c611c86..2edaf64 100644 --- a/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/XmlSystemWriter.cs +++ b/src/app/MathNet.Yttrium/SystemBuilder.Toolkit/SystemBuilder/Toolkit/XmlSystemWriter.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Exceptions/TraversingException.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Exceptions/TraversingException.cs index bb345c8..cb973c1 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Exceptions/TraversingException.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Exceptions/TraversingException.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Properties/AssemblyInfo.cs index e99c78e..cfed48a 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Traversing Contracts")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/AbstractScanVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/AbstractScanVisitor.cs index 8a14243..e9da58e 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/AbstractScanVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/AbstractScanVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/Delegates.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/Delegates.cs index 67c515c..b1d69db 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/Delegates.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/Delegates.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ICollectVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ICollectVisitor.cs index 0beefb7..8043962 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ICollectVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ICollectVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IExistsPortVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IExistsPortVisitor.cs index 2b6c9e7..a1af102 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IExistsPortVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IExistsPortVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IExistsSignalVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IExistsSignalVisitor.cs index 476fce2..cbacae6 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IExistsSignalVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IExistsSignalVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IPortPathCollectVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IPortPathCollectVisitor.cs index ce7a755..899fe48 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IPortPathCollectVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IPortPathCollectVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanStrategy.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanStrategy.cs index f4ed5f8..0d5ba4f 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanStrategy.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanStrategy.cs @@ -1,8 +1,8 @@ ^#region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanVisitor.cs index 2c28e01..7ef872f 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanner.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanner.cs index 2d83587..aa5cd78 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanner.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/IScanner.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ISignalPathCollectVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ISignalPathCollectVisitor.cs index 5faee63..0ed8e15 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ISignalPathCollectVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ISignalPathCollectVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ITrueForAllPortsVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ITrueForAllPortsVisitor.cs index b47ac0e..cfc0a30 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ITrueForAllPortsVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ITrueForAllPortsVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ITrueForAllSignalsVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ITrueForAllSignalsVisitor.cs index a1db2cb..940b669 100644 --- a/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ITrueForAllSignalsVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Contracts/Traversing/ITrueForAllSignalsVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Properties/AssemblyInfo.cs b/src/app/MathNet.Yttrium/Traversing.Service/Properties/AssemblyInfo.cs index e51ea57..fc6eaed 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Properties/AssemblyInfo.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // @@ -24,7 +24,7 @@ using System.Security.Permissions; [assembly: AssemblyTitle("Math.NET Yttrium Traversing")] -[assembly: AssemblyDescription("http://mathnet.opensourcedotnet.info")] +[assembly: AssemblyDescription("https://yttrium.mathdotnet.com")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Math.NET Project")] [assembly: AssemblyProduct("Math.NET")] diff --git a/src/app/MathNet.Yttrium/Traversing.Service/StrategyFactory.cs b/src/app/MathNet.Yttrium/Traversing.Service/StrategyFactory.cs index 35c9ae5..c93254f 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/StrategyFactory.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/StrategyFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/ScanStrategy.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/ScanStrategy.cs index 4c7d351..944b8ea 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/ScanStrategy.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/ScanStrategy.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Scanner.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Scanner.cs index fbbde8c..4e2a98f 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Scanner.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Scanner.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllPathsStrategy.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllPathsStrategy.cs index ed6a918..2d88ab2 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllPathsStrategy.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllPathsStrategy.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllPortsStrategy.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllPortsStrategy.cs index 8713881..f43173f 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllPortsStrategy.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllPortsStrategy.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllSignalsStrategy.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllSignalsStrategy.cs index 1badeb5..93863e0 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllSignalsStrategy.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllSignalsStrategy.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllSpanningTreeStrategy.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllSpanningTreeStrategy.cs index 2369e01..3957ea1 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllSpanningTreeStrategy.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllSpanningTreeStrategy.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllStrategy.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllStrategy.cs index 2830159..4ce5ef0 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllStrategy.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Strategies/AllStrategy.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/BasicScanVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/BasicScanVisitor.cs index 19630cc..d479d70 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/BasicScanVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/BasicScanVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/CollectVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/CollectVisitor.cs index 581de09..18c40b8 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/CollectVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/CollectVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ConditionalCollectVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ConditionalCollectVisitor.cs index bbd7bde..fbb7a0a 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ConditionalCollectVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ConditionalCollectVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ExistsPortVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ExistsPortVisitor.cs index 09eec5a..3e1b157 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ExistsPortVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ExistsPortVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ExistsSignalVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ExistsSignalVisitor.cs index c8aa9c9..3537039 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ExistsSignalVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/ExistsSignalVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortActionVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortActionVisitor.cs index 9709c5f..5b7951d 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortActionVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortActionVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortConditionalActionVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortConditionalActionVisitor.cs index 4fb83c1..b39f826 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortConditionalActionVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortConditionalActionVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortPathCollectVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortPathCollectVisitor.cs index e78c3a4..bb9af81 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortPathCollectVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/PortPathCollectVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalActionVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalActionVisitor.cs index 19c3ad3..40bcbd9 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalActionVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalActionVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalConditionalActionVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalConditionalActionVisitor.cs index b01fedb..21dd517 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalConditionalActionVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalConditionalActionVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalPathCollectVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalPathCollectVisitor.cs index 448955f..a94af01 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalPathCollectVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/SignalPathCollectVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/TrueForAllPortsVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/TrueForAllPortsVisitor.cs index e46034e..3bc46d7 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/TrueForAllPortsVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/TrueForAllPortsVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/TrueForAllSignalsVisitor.cs b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/TrueForAllSignalsVisitor.cs index f239a7b..66efe5c 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/TrueForAllSignalsVisitor.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/Traversing/Visitors/TrueForAllSignalsVisitor.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/app/MathNet.Yttrium/Traversing.Service/VisitorFactory.cs b/src/app/MathNet.Yttrium/Traversing.Service/VisitorFactory.cs index 070c5f8..b05e6a2 100644 --- a/src/app/MathNet.Yttrium/Traversing.Service/VisitorFactory.cs +++ b/src/app/MathNet.Yttrium/Traversing.Service/VisitorFactory.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/test/MathNet.Yttrium.Test/AutoSimplifyTest.cs b/src/test/MathNet.Yttrium.Test/AutoSimplifyTest.cs index 6ce0c42..5605993 100644 --- a/src/test/MathNet.Yttrium.Test/AutoSimplifyTest.cs +++ b/src/test/MathNet.Yttrium.Test/AutoSimplifyTest.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/test/MathNet.Yttrium.Test/BasicTest.cs b/src/test/MathNet.Yttrium.Test/BasicTest.cs index 9b9202a..352a8e9 100644 --- a/src/test/MathNet.Yttrium.Test/BasicTest.cs +++ b/src/test/MathNet.Yttrium.Test/BasicTest.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/test/MathNet.Yttrium.Test/ConversionTest.cs b/src/test/MathNet.Yttrium.Test/ConversionTest.cs index 55e49d8..e579b31 100644 --- a/src/test/MathNet.Yttrium.Test/ConversionTest.cs +++ b/src/test/MathNet.Yttrium.Test/ConversionTest.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/test/MathNet.Yttrium.Test/FormatterTest.cs b/src/test/MathNet.Yttrium.Test/FormatterTest.cs index 9be2ded..549bca8 100644 --- a/src/test/MathNet.Yttrium.Test/FormatterTest.cs +++ b/src/test/MathNet.Yttrium.Test/FormatterTest.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/test/MathNet.Yttrium.Test/FundamentTest.cs b/src/test/MathNet.Yttrium.Test/FundamentTest.cs index 2592692..8d35f0a 100644 --- a/src/test/MathNet.Yttrium.Test/FundamentTest.cs +++ b/src/test/MathNet.Yttrium.Test/FundamentTest.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/test/MathNet.Yttrium.Test/MicrokernelTest.cs b/src/test/MathNet.Yttrium.Test/MicrokernelTest.cs index 418ed69..e47e881 100644 --- a/src/test/MathNet.Yttrium.Test/MicrokernelTest.cs +++ b/src/test/MathNet.Yttrium.Test/MicrokernelTest.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/test/MathNet.Yttrium.Test/ParserTest.cs b/src/test/MathNet.Yttrium.Test/ParserTest.cs index 6bca1d6..a40d520 100644 --- a/src/test/MathNet.Yttrium.Test/ParserTest.cs +++ b/src/test/MathNet.Yttrium.Test/ParserTest.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/test/MathNet.Yttrium.Test/PatternTest.cs b/src/test/MathNet.Yttrium.Test/PatternTest.cs index 1554ff6..3e63885 100644 --- a/src/test/MathNet.Yttrium.Test/PatternTest.cs +++ b/src/test/MathNet.Yttrium.Test/PatternTest.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/test/MathNet.Yttrium.Test/Properties/AssemblyInfo.cs b/src/test/MathNet.Yttrium.Test/Properties/AssemblyInfo.cs index 7e1b3e7..5d41b3f 100644 --- a/src/test/MathNet.Yttrium.Test/Properties/AssemblyInfo.cs +++ b/src/test/MathNet.Yttrium.Test/Properties/AssemblyInfo.cs @@ -1,5 +1,5 @@ // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/test/MathNet.Yttrium.Test/SchedulerTest.cs b/src/test/MathNet.Yttrium.Test/SchedulerTest.cs index 3d5a6f9..9e7e123 100644 --- a/src/test/MathNet.Yttrium.Test/SchedulerTest.cs +++ b/src/test/MathNet.Yttrium.Test/SchedulerTest.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/test/MathNet.Yttrium.Test/StdPolynomialTest.cs b/src/test/MathNet.Yttrium.Test/StdPolynomialTest.cs index 76dd215..b95a29b 100644 --- a/src/test/MathNet.Yttrium.Test/StdPolynomialTest.cs +++ b/src/test/MathNet.Yttrium.Test/StdPolynomialTest.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/src/test/MathNet.Yttrium.Test/StdVariousTest.cs b/src/test/MathNet.Yttrium.Test/StdVariousTest.cs index eff63e1..e9a0a46 100644 --- a/src/test/MathNet.Yttrium.Test/StdVariousTest.cs +++ b/src/test/MathNet.Yttrium.Test/StdVariousTest.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/test/MathNet.Yttrium.Test/SystemBuilderTest.cs b/src/test/MathNet.Yttrium.Test/SystemBuilderTest.cs index fab4f26..fa0e316 100644 --- a/src/test/MathNet.Yttrium.Test/SystemBuilderTest.cs +++ b/src/test/MathNet.Yttrium.Test/SystemBuilderTest.cs @@ -1,8 +1,8 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // -// Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name +// Copyright (c) 2001-2007, Christoph R�egg, http://christoph.ruegg.name // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/test/MathNet.Yttrium.Test/UseCasesBasicTest.cs b/src/test/MathNet.Yttrium.Test/UseCasesBasicTest.cs index 14409bc..d656f18 100644 --- a/src/test/MathNet.Yttrium.Test/UseCasesBasicTest.cs +++ b/src/test/MathNet.Yttrium.Test/UseCasesBasicTest.cs @@ -1,6 +1,6 @@ #region Math.NET Yttrium (GPL) by Christoph Ruegg // Math.NET Yttrium, part of the Math.NET Project -// http://mathnet.opensourcedotnet.info +// https://yttrium.mathdotnet.com // // Copyright (c) 2001-2007, Christoph Rüegg, http://christoph.ruegg.name // diff --git a/tools/Sandcastle/Presentation/vs2005/icons/Thumbs.db b/tools/Sandcastle/Presentation/vs2005/icons/Thumbs.db index 27bad99241611ef3eedfaca24cc1592774bfd65b..f38b30fe6ca59809302dd05d94cb6ae3746644ce 100644 GIT binary patch delta 457 zcmZoz!``rleM1h5@Bz)12JZCpjLZxS3oD zq_}`Wyq+E|K|mVB=Hg%jlD$Uf_W~)#;vjb?hIQv;UIIBR>5jgR3=A9lx&I`x0{Qbi zT^vI+f|K98eEsu$18c?3D#Mx|9~uu9T@ztzdwN^?S8*Wil3Tzoprntj5y`-Cz6k>&si!-8;oNfG0Dg~^Bg z47Zm|X5>*)HDWMjFk^^kNMo>MFa(CS0g!J16iEb%7&D{*MNJtjrZ>tlN;7IrKImu6 R#tIB_9>(pzwlcCQ003t_j@keK delta 143 zcmZoz!``rleM1h5@P`v#du(D(FfubRFdWEZ1d1h8&9!gzqGDPmg$qlXkn6j1qpAehX^s