From c4c9d4bfebb4c37ae14036390eb441d44f5847da Mon Sep 17 00:00:00 2001 From: Piotr Stenke Date: Sat, 4 Jan 2025 14:21:12 +0100 Subject: [PATCH] Remove license info from source files --- internal/GenerateAnalyzerReleases/DiagnosticData.cs | 5 +---- internal/GenerateAnalyzerReleases/Program.cs | 5 +---- internal/GenerateModuleRepository/DiagnosticData.cs | 5 +---- internal/GenerateModuleRepository/ModuleCollection.cs | 5 +---- internal/GenerateModuleRepository/ModuleConfiguration.cs | 5 +---- internal/GenerateModuleRepository/ModuleData.cs | 5 +---- internal/GenerateModuleRepository/PackageData.cs | 5 +---- internal/GenerateModuleRepository/Program.cs | 5 +---- internal/GenerateModuleRepository/TypeData.cs | 5 +---- samples/Durian.Samples.CopyFrom/Program.cs | 5 +---- samples/Durian.Samples.DefaultParam/ILogger.cs | 5 +---- samples/Durian.Samples.DefaultParam/InheritedLogger.cs | 5 +---- samples/Durian.Samples.DefaultParam/Logger.cs | 5 +---- samples/Durian.Samples.DefaultParam/Program.cs | 5 +---- samples/Durian.Samples.FriendClass/Program.cs | 5 +---- samples/Durian.Samples.InterfaceTargets/Program.cs | 5 +---- src/Durian.AnalysisServices/AnalysisUtilities.cs | 3 --- src/Durian.AnalysisServices/Cache/CacheExtensions.cs | 5 +---- src/Durian.AnalysisServices/Cache/CachedAnalyzer`1.cs | 5 +---- src/Durian.AnalysisServices/Cache/CachedAnalyzer`2.cs | 5 +---- src/Durian.AnalysisServices/Cache/CachedData.cs | 5 +---- src/Durian.AnalysisServices/Cache/CachedFilterEnumerator.cs | 5 +---- .../Cache/CachedFilterEnumeratorWithDiagnostics.cs | 5 +---- src/Durian.AnalysisServices/Cache/CachedGenerator.cs | 5 +---- .../Cache/CachedGeneratorExecutionContext.cs | 5 +---- .../Cache/CachedGeneratorPassContext.cs | 5 +---- .../Cache/CachedGeneratorSyntaxFilter.cs | 5 +---- .../Cache/CachedLoggableFilterEnumerator.cs | 5 +---- src/Durian.AnalysisServices/Cache/CachedSyntaxValidator.cs | 5 +---- src/Durian.AnalysisServices/Cache/_intf/ICachedAnalyzer.cs | 5 +---- src/Durian.AnalysisServices/Cache/_intf/ICachedGenerator.cs | 5 +---- .../Cache/_intf/ICachedGeneratorPassContext.cs | 5 +---- .../Cache/_intf/ICachedGeneratorSyntaxFilter.cs | 5 +---- .../_intf/ICachedGeneratorSyntaxFilterWithDiagnostics.cs | 5 +---- src/Durian.AnalysisServices/CodeBuilder.cs | 3 --- src/Durian.AnalysisServices/CodeBuilder.data.cs | 5 +---- src/Durian.AnalysisServices/CodeBuilder.symbols.cs | 5 +---- .../CodeFixes/ApplyModifierCodeFix.cs | 5 +---- src/Durian.AnalysisServices/CodeFixes/CodeFixData.cs | 5 +---- .../CodeFixes/CodeFixExecutionContext.cs | 5 +---- src/Durian.AnalysisServices/CodeFixes/CodeFixUtility.cs | 5 +---- src/Durian.AnalysisServices/CodeFixes/DurianCodeFix.cs | 5 +---- src/Durian.AnalysisServices/CodeFixes/DurianCodeFixBase.cs | 5 +---- src/Durian.AnalysisServices/CodeFixes/RemoveNodeCodeFix.cs | 5 +---- .../CodeFixes/ReplaceNodeCodeFix`1.cs | 5 +---- .../CodeFixes/ReplaceNodeCodeFix`2.cs | 5 +---- src/Durian.AnalysisServices/CodeGeneration/AutoGenerated.cs | 3 --- .../CodeGeneration/CodeBuilderStyleConfiguration.cs | 5 +---- src/Durian.AnalysisServices/CodeGeneration/KeywordWriter.cs | 5 +---- src/Durian.AnalysisServices/CodeGeneration/LiteralWriter.cs | 5 +---- src/Durian.AnalysisServices/CodeGeneration/TokenWriter.cs | 5 +---- .../CodeGeneration/_enum/DecimalLiteralSuffix.cs | 5 +---- .../CodeGeneration/_enum/EnumStyle.cs | 5 +---- .../CodeGeneration/_enum/EnumValueSource.cs | 5 +---- .../CodeGeneration/_enum/ExponentialStyle.cs | 5 +---- .../CodeGeneration/_enum/GenerateDocumentation.cs | 5 +---- .../CodeGeneration/_enum/InterfaceMemberStyle.cs | 5 +---- .../CodeGeneration/_enum/LambdaStyle.cs | 5 +---- .../CodeGeneration/_enum/MethodStyle.cs | 5 +---- .../CodeGeneration/_enum/NamespaceStyle.cs | 5 +---- .../CodeGeneration/_enum/NumericLiteralPrefix.cs | 5 +---- .../CodeGeneration/_enum/NumericLiteralSuffix.cs | 5 +---- .../CodeGeneration/_enum/RecordStyle.cs | 5 +---- src/Durian.AnalysisServices/Data/CompilationData.cs | 3 --- .../Data/CompilationWithEssentialSymbols.cs | 5 +---- .../Data/CompilationWithImportedTypes.cs | 5 +---- src/Durian.AnalysisServices/Data/DataCache.cs | 5 +---- src/Durian.AnalysisServices/Data/DataHelpers.cs | 5 +---- src/Durian.AnalysisServices/Data/DefaultedValue.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/AccessorData.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/ClassData.cs | 3 --- .../Data/FromSource/ConstructorData.cs | 5 +---- .../Data/FromSource/ConversionOperatorData.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/DelegateData.cs | 3 --- .../Data/FromSource/DestructorData.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/EnumData.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/EventData.cs | 3 --- src/Durian.AnalysisServices/Data/FromSource/FieldData.cs | 3 --- src/Durian.AnalysisServices/Data/FromSource/IndexerData.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/InterfaceData.cs | 3 --- src/Durian.AnalysisServices/Data/FromSource/LambdaData.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/LocalData.cs | 5 +---- .../Data/FromSource/LocalFunctionData.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/MemberData.cs | 3 --- src/Durian.AnalysisServices/Data/FromSource/MethodData.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/NamespaceData.cs | 5 +---- .../Data/FromSource/NamespaceOrTypeData.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/OperatorData.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/ParameterData.cs | 5 +---- src/Durian.AnalysisServices/Data/FromSource/PropertyData.cs | 3 --- src/Durian.AnalysisServices/Data/FromSource/RecordData.cs | 3 --- src/Durian.AnalysisServices/Data/FromSource/StructData.cs | 3 --- src/Durian.AnalysisServices/Data/FromSource/TypeData.cs | 3 --- .../Data/FromSource/TypeParameterData.cs | 5 +---- src/Durian.AnalysisServices/Data/SymbolOrMemberWrapper.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IAccessorData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IClassData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/ICompilationData.cs | 3 --- .../Data/_intf/ICompilationDataWithSymbols.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IConstructorData.cs | 5 +---- .../Data/_intf/IConversionOperatorData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IDelegateData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IDestructorData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IEnumData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IEventData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IFieldData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IGenericMemberData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IIndexerData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IInterfaceData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/ILambdaData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/ILocalData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/ILocalFunctionData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IMemberData.cs | 3 --- src/Durian.AnalysisServices/Data/_intf/IMethodData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/INamespaceData.cs | 5 +---- .../Data/_intf/INamespaceOrTypeData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IOperatorData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IParameterData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IPropertyData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IRecordData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/IStructData.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/ISymbolOrMember.cs | 5 +---- src/Durian.AnalysisServices/Data/_intf/ITypeData.cs | 3 --- src/Durian.AnalysisServices/Data/_intf/ITypeParameterData.cs | 5 +---- .../Data/_intf/IVariableDeclarator.cs | 5 +---- .../Data/_intf/IVariableDeclaratorProperties.cs | 5 +---- src/Durian.AnalysisServices/DiagnosticBag.cs | 5 +---- src/Durian.AnalysisServices/DiagnosticReceiver.Composite.cs | 5 +---- src/Durian.AnalysisServices/DiagnosticReceiver.Contextual.cs | 5 +---- src/Durian.AnalysisServices/DiagnosticReceiver.Empty.cs | 5 +---- src/Durian.AnalysisServices/DiagnosticReceiver.Factory.cs | 5 +---- .../DiagnosticReceiver.ReadonlyContextual.cs | 5 +---- src/Durian.AnalysisServices/DiagnosticReceiver.cs | 5 +---- src/Durian.AnalysisServices/DurianAnalysisContext.cs | 5 +---- src/Durian.AnalysisServices/DurianAnalyzer.cs | 5 +---- src/Durian.AnalysisServices/DurianAnalyzer`1.cs | 5 +---- .../DurianCompilationStartAnalysisContext.cs | 5 +---- src/Durian.AnalysisServices/DurianGenerator.cs | 5 +---- src/Durian.AnalysisServices/DurianGeneratorBase.cs | 5 +---- .../DurianGeneratorBase.diagnostics.cs | 5 +---- src/Durian.AnalysisServices/DurianGeneratorWithBuilder.cs | 5 +---- src/Durian.AnalysisServices/DurianGeneratorWithContext.cs | 3 --- src/Durian.AnalysisServices/DurianSyntaxContextReceiver.cs | 5 +---- src/Durian.AnalysisServices/DurianSyntaxReceiver.cs | 5 +---- .../Extensions/AttributeDataExtensions.cs | 5 +---- .../Extensions/CompilationExtensions.cs | 3 --- .../Extensions/DiagnosticReceiverExtensions.cs | 5 +---- src/Durian.AnalysisServices/Extensions/EnumExtensions.cs | 5 +---- .../Extensions/GeneratorExtensions.cs | 5 +---- .../Extensions/MemberDataExtensions.cs | 3 --- src/Durian.AnalysisServices/Extensions/ModuleUtilities.cs | 5 +---- src/Durian.AnalysisServices/Extensions/PackageUtilities.cs | 5 +---- .../Extensions/SemanticModelExtensions.cs | 3 --- src/Durian.AnalysisServices/Extensions/SymbolExtensions.cs | 3 --- src/Durian.AnalysisServices/Extensions/SymbolFacts.cs | 5 +---- .../Extensions/SyntaxNodeExtensions.cs | 3 --- .../Extensions/SyntaxReferenceExtensions.cs | 5 +---- .../Extensions/SyntaxTokenExtensions.cs | 5 +---- .../Extensions/SyntaxTreeExtensions.cs | 5 +---- src/Durian.AnalysisServices/Filtration/FilterContainer.cs | 3 --- src/Durian.AnalysisServices/Filtration/FilterEnumerator.cs | 5 +---- .../Filtration/FilterEnumeratorWithDiagnostics.cs | 5 +---- src/Durian.AnalysisServices/Filtration/FilterGroup.cs | 5 +---- .../Filtration/GeneratorSyntaxFilter.cs | 5 +---- .../Filtration/PreValidationContext.cs | 5 +---- src/Durian.AnalysisServices/Filtration/SyntaxFilter.cs | 5 +---- .../Filtration/SyntaxValidationContext.cs | 5 +---- src/Durian.AnalysisServices/Filtration/SyntaxValidator.cs | 5 +---- .../Filtration/_intf/IFilterContainer.cs | 5 +---- .../Filtration/_intf/IFilterEnumerator.cs | 5 +---- src/Durian.AnalysisServices/Filtration/_intf/IFilterGroup.cs | 5 +---- .../Filtration/_intf/IGeneratorSyntaxFilter.cs | 5 +---- .../_intf/IGeneratorSyntaxFilterWithDiagnostics.cs | 5 +---- .../Filtration/_intf/IReadOnlyFilterContainer.cs | 5 +---- .../Filtration/_intf/IReadOnlyFilterGroup.cs | 5 +---- .../Filtration/_intf/ISyntaxFilter.cs | 3 --- .../Filtration/_intf/ISyntaxFilterWithDiagnostics.cs | 5 +---- .../Filtration/_intf/ISyntaxValidationContext.cs | 5 +---- .../Filtration/_intf/ISyntaxValidator.cs | 5 +---- .../Filtration/_intf/ISyntaxValidatorWithDiagnostics.cs | 5 +---- .../Filtration/_intf/IValidationContextProvider.cs | 5 +---- src/Durian.AnalysisServices/GeneratorContextRegistry.cs | 5 +---- src/Durian.AnalysisServices/GeneratorPassBuilderContext.cs | 5 +---- src/Durian.AnalysisServices/GeneratorPassContext.cs | 5 +---- src/Durian.AnalysisServices/GeneratorServiceContainer.cs | 5 +---- src/Durian.AnalysisServices/GeneratorServiceResolver.cs | 5 +---- src/Durian.AnalysisServices/GeneratorThreadHandle.cs | 5 +---- .../Logging/DynamicGeneratorLogHandler.cs | 5 +---- .../Logging/GeneratorLogCreationContext.cs | 5 +---- src/Durian.AnalysisServices/Logging/GeneratorLogHandler.cs | 5 +---- src/Durian.AnalysisServices/Logging/LogReceiver.cs | 5 +---- .../Logging/LoggableFilterEnumerator.cs | 5 +---- src/Durian.AnalysisServices/Logging/LoggingConfiguration.cs | 5 +---- .../Logging/LoggingConfiguration.static.cs | 5 +---- src/Durian.AnalysisServices/Logging/LoggingExtensions.cs | 5 +---- src/Durian.AnalysisServices/Logging/SymbolNameToFile.cs | 5 +---- .../Logging/_attr/DisableLoggingAttribute.cs | 5 +---- .../Logging/_attr/DisableLoggingGloballyAttribute.cs | 5 +---- .../Logging/_attr/LoggingConfigurationAttribute.cs | 5 +---- .../Logging/_enum/ReportDiagnosticTarget.cs | 5 +---- .../Logging/_intf/IGeneratorLogHandler.cs | 5 +---- .../Logging/_intf/IHintNameProvider.cs | 5 +---- src/Durian.AnalysisServices/PermanentSealableObject.cs | 5 +---- src/Durian.AnalysisServices/ReportAction.cs | 5 +---- src/Durian.AnalysisServices/SealableObject.cs | 5 +---- src/Durian.AnalysisServices/SourceTextProvider.cs | 5 +---- .../LeveledSymbolContainer.ContainerEnumerator.cs | 5 +---- .../LeveledSymbolContainer.InnerContainer.cs | 5 +---- .../LeveledSymbolContainer.ReversedContainerEnumerator.cs | 5 +---- .../SymbolContainers/LeveledSymbolContainer.cs | 5 +---- .../SymbolContainers/ReturnOrderEnumerable.cs | 5 +---- .../SymbolContainers/ReturnOrderEnumerableExtensions.cs | 5 +---- .../Specialized/GenericInnerMemberContainer.cs | 5 +---- .../SymbolContainers/Specialized/IncludedMemberContainer.cs | 5 +---- .../Specialized/IncludedMemberContainerWithoutInner.cs | 5 +---- .../SymbolContainers/Specialized/InnerMemberContainer.cs | 5 +---- .../SymbolContainers/Specialized/InnerTypeContainer.cs | 5 +---- .../SymbolContainers/Specialized/LocalFunctionContainer.cs | 5 +---- .../SymbolContainers/Specialized/MethodOverloadContainer.cs | 5 +---- .../SymbolContainers/Specialized/NamespaceOrTypeContainer.cs | 5 +---- .../SymbolContainers/Specialized/SubNamespaceContainer.cs | 5 +---- .../Specialized/WritableNamespaceOrTypeContainer.cs | 5 +---- .../SymbolContainers/Specialized/WritableTypeContainer.cs | 5 +---- .../SymbolContainers/SymbolContainer.cs | 5 +---- .../SymbolContainers/SymbolContainerBase.cs | 5 +---- .../SymbolContainers/SymbolContainerBuilder.cs | 5 +---- .../SymbolContainers/SymbolContainerBuilderExtensions.cs | 5 +---- .../SymbolContainers/SymbolContainerFactory.For.cs | 5 +---- .../SymbolContainers/SymbolContainerFactory.cs | 5 +---- .../SymbolContainers/WritableSymbolContainer.cs | 5 +---- .../SymbolContainers/_enum/ReturnOrder.cs | 5 +---- .../SymbolContainers/_exc/EmptyContainerException.cs | 5 +---- .../SymbolContainers/_intf/ILeveledSymbolContainer.cs | 5 +---- .../SymbolContainers/_intf/IMappedSymbolContainer.cs | 5 +---- .../SymbolContainers/_intf/IReturnOrderEnumerable.cs | 5 +---- .../SymbolContainers/_intf/ISymbolContainer.cs | 5 +---- .../SymbolContainers/_intf/ISymbolContainer`1.cs | 5 +---- .../SymbolContainers/_intf/IWritableSymbolContainer.cs | 5 +---- src/Durian.AnalysisServices/SymbolNameResolver.cs | 5 +---- .../SyntaxVisitors/IdentifierReplacer.cs | 5 +---- .../SyntaxVisitors/IdentifierToQualifiedName.cs | 5 +---- .../SyntaxVisitors/NodeOrTokenReplacer.cs | 5 +---- src/Durian.AnalysisServices/SyntaxVisitors/NodePreserver.cs | 5 +---- src/Durian.AnalysisServices/SyntaxVisitors/NodeRemover.cs | 5 +---- src/Durian.AnalysisServices/SyntaxVisitors/NodeReplacer.cs | 5 +---- src/Durian.AnalysisServices/SyntaxVisitors/NodeReplacer`1.cs | 5 +---- .../SyntaxVisitors/StructuredTriviaPreserver.cs | 5 +---- src/Durian.AnalysisServices/SyntaxVisitors/TokenReplacer.cs | 5 +---- src/Durian.AnalysisServices/SyntaxVisitors/TriviaReplacer.cs | 5 +---- .../SyntaxVisitors/TypeParameterReplacer.cs | 5 +---- src/Durian.AnalysisServices/_Supressions.cs | 5 +---- .../_attr/WithoutLocationAttribute.cs | 5 +---- src/Durian.AnalysisServices/_enum/AccessorKind.cs | 5 +---- src/Durian.AnalysisServices/_enum/AttributeTarget.cs | 5 +---- src/Durian.AnalysisServices/_enum/AttributeTargetKind.cs | 5 +---- src/Durian.AnalysisServices/_enum/AutoPropertyKind.cs | 5 +---- src/Durian.AnalysisServices/_enum/BackingFieldKind.cs | 5 +---- src/Durian.AnalysisServices/_enum/ConstructorInitializer.cs | 5 +---- src/Durian.AnalysisServices/_enum/DecimalValueType.cs | 5 +---- src/Durian.AnalysisServices/_enum/EventAccessorKind.cs | 5 +---- src/Durian.AnalysisServices/_enum/FilterMode.cs | 5 +---- src/Durian.AnalysisServices/_enum/GeneratorState.cs | 5 +---- src/Durian.AnalysisServices/_enum/GenericConstraint.cs | 5 +---- src/Durian.AnalysisServices/_enum/GoToKind.cs | 5 +---- src/Durian.AnalysisServices/_enum/IncludedMembers.cs | 5 +---- src/Durian.AnalysisServices/_enum/IntegerValueType.cs | 5 +---- src/Durian.AnalysisServices/_enum/LiteralKind.cs | 5 +---- .../_enum/NullableAnnotationAttribute.cs | 5 +---- src/Durian.AnalysisServices/_enum/OperatorRequirements.cs | 5 +---- src/Durian.AnalysisServices/_enum/OverloadableOperator.cs | 5 +---- src/Durian.AnalysisServices/_enum/PropertyAccessorKind.cs | 5 +---- src/Durian.AnalysisServices/_enum/QualifiedName.cs | 5 +---- src/Durian.AnalysisServices/_enum/SpecialAttribute.cs | 5 +---- src/Durian.AnalysisServices/_enum/SpecialConstructor.cs | 5 +---- src/Durian.AnalysisServices/_enum/SpecialMember.cs | 5 +---- src/Durian.AnalysisServices/_enum/StringModifiers.cs | 5 +---- src/Durian.AnalysisServices/_enum/SymbolName.cs | 5 +---- src/Durian.AnalysisServices/_enum/TypeKeyword.cs | 5 +---- src/Durian.AnalysisServices/_enum/UsingKind.cs | 5 +---- src/Durian.AnalysisServices/_enum/Virtuality.cs | 5 +---- src/Durian.AnalysisServices/_exc/BuilderException.cs | 5 +---- src/Durian.AnalysisServices/_exc/SealedObjectException.cs | 5 +---- src/Durian.AnalysisServices/_intf/IBuilder.cs | 5 +---- src/Durian.AnalysisServices/_intf/IBuilderReceiver.cs | 5 +---- .../_intf/ICompositeDiagnosticReceiver.cs | 5 +---- .../_intf/IContextualDiagnosticReceiver.cs | 5 +---- src/Durian.AnalysisServices/_intf/IDiagnosticReceiver.cs | 5 +---- .../_intf/IDiagnosticReceiverWithBuffer.cs | 5 +---- src/Durian.AnalysisServices/_intf/IDurianAnalysisContext.cs | 5 +---- src/Durian.AnalysisServices/_intf/IDurianAnalyzer.cs | 5 +---- src/Durian.AnalysisServices/_intf/IDurianGenerator.cs | 3 --- .../_intf/IDurianSyntaxContextReceiver.cs | 5 +---- src/Durian.AnalysisServices/_intf/IDurianSyntaxReceiver.cs | 3 --- src/Durian.AnalysisServices/_intf/IGeneratorPassContext.cs | 5 +---- .../_intf/IGeneratorServiceContainer.cs | 5 +---- .../_intf/IGeneratorServiceResolver.cs | 5 +---- src/Durian.AnalysisServices/_intf/INodeDiagnosticReceiver.cs | 5 +---- src/Durian.AnalysisServices/_intf/INodeProvider.cs | 5 +---- src/Durian.AnalysisServices/_intf/ISealable.cs | 5 +---- src/Durian.AnalysisServices/_intf/ISourceTextProvider.cs | 5 +---- src/Durian.AnalysisServices/_intf/ISymbolNameResolver.cs | 5 +---- src/Durian.CopyFrom/CodeFixes/MakePartialCodeFix.cs | 5 +---- src/Durian.CopyFrom/CodeFixes/MovePatternAttributeCodeFix.cs | 5 +---- .../CodeFixes/RemoveDuplicateCopyFromAttributeCodeFix.cs | 5 +---- .../CodeFixes/RemoveRedundantPatternAttributeCodeFix.cs | 5 +---- src/Durian.CopyFrom/CopyFromAdditionalNodesProvider.cs | 5 +---- src/Durian.CopyFrom/CopyFromAnalyzer.cs | 5 +---- src/Durian.CopyFrom/CopyFromAnalyzer.pattern.cs | 5 +---- src/Durian.CopyFrom/CopyFromCompilationData.cs | 5 +---- src/Durian.CopyFrom/CopyFromDiagnostics.cs | 5 +---- src/Durian.CopyFrom/CopyFromGenerator.cs | 5 +---- src/Durian.CopyFrom/CopyFromMethodAttributeProvider.cs | 5 +---- src/Durian.CopyFrom/CopyFromPassContext.cs | 5 +---- src/Durian.CopyFrom/CopyFromSyntaxReceiver.cs | 5 +---- src/Durian.CopyFrom/CopyFromTypeAttributeProvider.cs | 5 +---- src/Durian.CopyFrom/DependencyQueue.cs | 5 +---- src/Durian.CopyFrom/Methods/CopyFromAnalyzer.method.cs | 5 +---- src/Durian.CopyFrom/Methods/CopyFromGenerator.method.cs | 5 +---- src/Durian.CopyFrom/Methods/CopyFromMethodContext.cs | 5 +---- src/Durian.CopyFrom/Methods/CopyFromMethodData.cs | 5 +---- src/Durian.CopyFrom/Methods/CopyFromMethodFilter.cs | 5 +---- src/Durian.CopyFrom/Methods/TargetMethodData.cs | 5 +---- src/Durian.CopyFrom/PatternAttributeProvider.cs | 5 +---- src/Durian.CopyFrom/PatternData.cs | 5 +---- src/Durian.CopyFrom/RegexProvider.cs | 5 +---- src/Durian.CopyFrom/SymbolRegistry.cs | 5 +---- src/Durian.CopyFrom/Types/CopyFromAnalyzer.type.cs | 5 +---- src/Durian.CopyFrom/Types/CopyFromGenerator.type.cs | 5 +---- src/Durian.CopyFrom/Types/CopyFromTypeContext.cs | 5 +---- src/Durian.CopyFrom/Types/CopyFromTypeData.cs | 5 +---- src/Durian.CopyFrom/Types/CopyFromTypeFilter.cs | 5 +---- src/Durian.CopyFrom/Types/TargetTypeData.cs | 5 +---- src/Durian.CopyFrom/_enum/AdditionalNodes.cs | 5 +---- src/Durian.CopyFrom/_intf/ICopyFromMember.cs | 5 +---- .../CustomTypesInGeneratorNamespaceAnalyzer.cs | 5 +---- src/Durian.Core.Analyzer/DependencyAnalyzer.cs | 5 +---- src/Durian.Core.Analyzer/DurianDiagnostics.cs | 5 +---- src/Durian.Core.Analyzer/EnableCoreModuleGenerator.cs | 5 +---- src/Durian.Core.Analyzer/EnableLoggingAttributeAnalyzer.cs | 5 +---- src/Durian.Core.Analyzer/IsCSharpCompilationAnalyzer.cs | 5 +---- src/Durian.Core.Analyzer/PartialNameAnalyzer.cs | 5 +---- src/Durian.Core.Analyzer/TypeImportAnalyzer.cs | 5 +---- src/Durian.Core/Analysis/DurianStrings.cs | 5 +---- .../Analysis/Logging/_attr/EnableLoggingAttribute.cs | 5 +---- src/Durian.Core/Analysis/Logging/_enum/GeneratorLogs.cs | 5 +---- src/Durian.Core/Analysis/Logging/_enum/NodeOutput.cs | 5 +---- .../Analysis/Logging/_intf/ILoggingConfigurationAttribute.cs | 5 +---- src/Durian.Core/AssemblyExtensions.Modules.cs | 5 +---- src/Durian.Core/AssemblyExtensions.Packages.cs | 5 +---- src/Durian.Core/AssemblyExtensions.Types.cs | 5 +---- src/Durian.Core/DiagnosticData.cs | 5 +---- src/Durian.Core/Generator/_attr/DurianGeneratedAttribute.cs | 5 +---- src/Durian.Core/Generator/_attr/EnableModuleAttribute.cs | 5 +---- src/Durian.Core/GlobalInfo.cs | 5 +---- src/Durian.Core/IdSection.cs | 5 +---- src/Durian.Core/IdentityPool.cs | 5 +---- src/Durian.Core/ModuleContainer.cs | 5 +---- src/Durian.Core/ModuleConverter.cs | 5 +---- src/Durian.Core/ModuleEnumEqualityComparer.cs | 5 +---- src/Durian.Core/ModuleIdentity.cs | 5 +---- src/Durian.Core/ModuleIdentity.manual.cs | 5 +---- src/Durian.Core/ModuleIdentity.static.cs | 5 +---- src/Durian.Core/ModuleNames.cs | 5 +---- src/Durian.Core/ModuleReference.cs | 5 +---- src/Durian.Core/PackageContainer.cs | 5 +---- src/Durian.Core/PackageConverter.cs | 5 +---- src/Durian.Core/PackageEnumEqualityComparer.cs | 5 +---- src/Durian.Core/PackageIdentity.cs | 5 +---- src/Durian.Core/PackageIdentity.manual.cs | 5 +---- src/Durian.Core/PackageIdentity.static.cs | 5 +---- src/Durian.Core/PackageNames.cs | 5 +---- src/Durian.Core/PackageReference.cs | 5 +---- src/Durian.Core/TypeIdentity.cs | 5 +---- src/Durian.Core/TypeIdentity.static.cs | 5 +---- src/Durian.Core/Utilities.cs | 5 +---- src/Durian.Core/_attr/PartialNameAttribute.cs | 5 +---- src/Durian.Core/_enum/DurianModule.cs | 5 +---- src/Durian.Core/_enum/DurianPackage.cs | 5 +---- src/Durian.Core/_enum/PackageType.cs | 5 +---- src/Durian.Core/_init.cs | 3 --- src/Durian.Core/_intf/IDurianContainer.cs | 5 +---- src/Durian.Core/_intf/IDurianIdentity.cs | 5 +---- src/Durian.Core/_intf/IDurianReference.cs | 5 +---- .../ApplyAttributeValueOfOverriddenMethodCodeFix.cs | 5 +---- .../CodeFixes/ApplyCopyConventionCodeFix.cs | 5 +---- src/Durian.DefaultParam/CodeFixes/MakePartialCodeFix.cs | 5 +---- .../MakeValueOfOverriddenAttributeEquivalentCodeFix.cs | 5 +---- src/Durian.DefaultParam/CollidingMember.cs | 5 +---- src/Durian.DefaultParam/ContextExtensions.cs | 5 +---- src/Durian.DefaultParam/DPMethodConventionProvider.cs | 5 +---- src/Durian.DefaultParam/DPTypeConventionProvider.cs | 5 +---- src/Durian.DefaultParam/DefaultParamAnalyzer.cs | 5 +---- src/Durian.DefaultParam/DefaultParamAttributeProvider.cs | 5 +---- src/Durian.DefaultParam/DefaultParamCompilationData.cs | 3 --- src/Durian.DefaultParam/DefaultParamConfiguration.cs | 5 +---- src/Durian.DefaultParam/DefaultParamConfigurationAnalyzer.cs | 5 +---- .../DefaultParamConfigurationAttributeProvider.cs | 5 +---- src/Durian.DefaultParam/DefaultParamDiagnostics.cs | 5 +---- src/Durian.DefaultParam/DefaultParamFilter.cs | 5 +---- src/Durian.DefaultParam/DefaultParamGenerator.cs | 3 --- src/Durian.DefaultParam/DefaultParamPassContext.cs | 5 +---- src/Durian.DefaultParam/DefaultParamRewriter.cs | 3 --- .../DefaultParamScopedConfigurationAnalyzer.cs | 5 +---- .../DefaultParamScopedConfigurationAttributeProvider.cs | 5 +---- src/Durian.DefaultParam/DefaultParamSyntaxReceiver.cs | 3 --- src/Durian.DefaultParam/DefaultParamUtilities.cs | 5 +---- .../Delegates/DefaultParamDelegateAnalyzer.cs | 5 +---- .../Delegates/DefaultParamDelegateContext.cs | 5 +---- .../Delegates/DefaultParamDelegateData.cs | 3 --- .../Delegates/DefaultParamDelegateFilter.cs | 3 --- .../Delegates/DelegateDeclarationBuilder.cs | 3 --- .../Methods/DefaultParamLocalFunctionAnalyzer.cs | 5 +---- .../Methods/DefaultParamLocalFunctionFilter.cs | 5 +---- .../Methods/DefaultParamMethodAnalyzer.cs | 5 +---- src/Durian.DefaultParam/Methods/DefaultParamMethodContext.cs | 5 +---- src/Durian.DefaultParam/Methods/DefaultParamMethodData.cs | 3 --- src/Durian.DefaultParam/Methods/DefaultParamMethodFilter.cs | 3 --- src/Durian.DefaultParam/Methods/MethodDeclarationBuilder.cs | 3 --- src/Durian.DefaultParam/ParameterGeneration.cs | 5 +---- src/Durian.DefaultParam/TypeParameterContainer.cs | 3 --- src/Durian.DefaultParam/TypeParameterData.cs | 3 --- src/Durian.DefaultParam/TypeParameterIdentifierCollector.cs | 3 --- src/Durian.DefaultParam/TypeParameterReplacer.cs | 3 --- src/Durian.DefaultParam/Types/DefaultParamTypeAnalyzer.cs | 5 +---- src/Durian.DefaultParam/Types/DefaultParamTypeContext.cs | 5 +---- src/Durian.DefaultParam/Types/DefaultParamTypeData.cs | 3 --- src/Durian.DefaultParam/Types/DefaultParamTypeFilter.cs | 3 --- src/Durian.DefaultParam/Types/TypeDeclarationBuilder.cs | 3 --- src/Durian.DefaultParam/_Supressions.cs | 5 +---- src/Durian.DefaultParam/_enum/MethodConvention.cs | 5 +---- src/Durian.DefaultParam/_enum/TypeConvention.cs | 5 +---- .../_intf/IDefaultParamDeclarationBuilder.cs | 3 --- src/Durian.DefaultParam/_intf/IDefaultParamTarget.cs | 3 --- .../CodeFixes/RemoveDuplicateFriendClassCodeFix.cs | 5 +---- .../CodeFixes/RemoveInvalidFriendClassCodeFix.cs | 5 +---- .../RemoveInvalidFriendClassConfigurationCodeFix.cs | 5 +---- .../CodeFixes/RemoveRedundantFriendClassCodeFix.cs | 5 +---- .../RemoveRedundantFriendClassConfigurationCodeFiX.cs | 5 +---- .../CodeFixes/ReplaceStaticMemberAccessCodeFix.cs | 5 +---- src/Durian.FriendClass/FriendClassAccessAnalyzer.cs | 5 +---- src/Durian.FriendClass/FriendClassAttributeProvider.cs | 5 +---- src/Durian.FriendClass/FriendClassCompilationData.cs | 5 +---- src/Durian.FriendClass/FriendClassConfiguration.cs | 5 +---- .../FriendClassConfigurationAttributeProvider.cs | 5 +---- src/Durian.FriendClass/FriendClassDeclarationAnalyzer.cs | 5 +---- src/Durian.FriendClass/FriendClassDiagnostics.cs | 5 +---- src/Durian.FriendClass/FriendClassGenerator.cs | 5 +---- src/Durian.InterfaceTargets/InterfaceTargetsAnalyzer.cs | 5 +---- .../InterfaceTargetsAttributeProvider.cs | 5 +---- src/Durian.InterfaceTargets/InterfaceTargetsDiagnostics.cs | 5 +---- src/Durian.InterfaceTargets/InterfaceTargetsGenerator.cs | 5 +---- src/Durian.InterfaceTargets/InterfaceTargetsProvider.cs | 5 +---- src/Durian.InterfaceTargets/_enum/IntfTargets.cs | 5 +---- src/Durian.TestServices/AnalyzerTest.cs | 5 +---- .../AttributeTargetGeneratorTestResult.cs | 3 --- src/Durian.TestServices/CompilationTest.cs | 3 --- src/Durian.TestServices/DurianGeneratorTest.cs | 5 +---- src/Durian.TestServices/Fixtures/CompilationDataFixture.cs | 3 --- src/Durian.TestServices/Fixtures/CompilationFixture.cs | 3 --- src/Durian.TestServices/GeneratorDriverRunResultBuilder.cs | 3 --- src/Durian.TestServices/GeneratorExtensions.cs | 3 --- src/Durian.TestServices/GeneratorResultFactory.cs | 3 --- src/Durian.TestServices/GeneratorRunResultBuilder.cs | 3 --- src/Durian.TestServices/GeneratorTest.cs | 3 --- src/Durian.TestServices/LoggableGeneratorTest.cs | 5 +---- src/Durian.TestServices/MultipleGeneratorTestResult.cs | 5 +---- src/Durian.TestServices/RoslynUtilities.cs | 3 --- src/Durian.TestServices/SingleGeneratorTestResult.cs | 3 --- src/Durian.TestServices/SourceGeneratorProxy.cs | 3 --- src/Durian.TestServices/SyntaxReceiverProxy.cs | 5 +---- src/Durian.TestServices/TestNameToFile.cs | 5 +---- src/Durian.TestServices/TestableCompilationData.cs | 3 --- src/Durian.TestServices/TestableGenerator.cs | 5 +---- src/Durian.TestServices/_attr/AddToCompilationAttribute.cs | 5 +---- src/Durian.TestServices/_del/GeneratorExecute.cs | 3 --- src/Durian.TestServices/_del/GeneratorFiltrate.cs | 5 +---- src/Durian.TestServices/_del/GeneratorInitialize.cs | 3 --- src/Durian.TestServices/_del/GeneratorTestResultProvider.cs | 3 --- src/Durian.TestServices/_intf/IGeneratorTestResult.cs | 3 --- src/Durian.TestServices/_intf/ITestableGenerator.cs | 5 +---- tests/Durian.CopyFrom.Tests/CopyFromGeneratorTest.cs | 5 +---- tests/Durian.CopyFrom.Tests/CopyFromMethodGeneratorTests.cs | 5 +---- tests/Durian.CopyFrom.Tests/CopyFromTypeGeneratorTests.cs | 5 +---- tests/Durian.CopyFrom.Tests/PatternTests.cs | 5 +---- .../Durian.DefaultParam.Tests/ConfigurationAnalyzerTests.cs | 5 +---- tests/Durian.DefaultParam.Tests/DefaultParamArgumentTests.cs | 5 +---- tests/Durian.DefaultParam.Tests/DefaultParamGeneratorTest.cs | 5 +---- .../Delegates/BasicDelegateTests.cs | 5 +---- .../Delegates/DelegateErrorTests.cs | 5 +---- .../Delegates/DelegateNewModifierConfigurationTests.cs | 5 +---- .../Methods/BasicMethodErrorTests.cs | 5 +---- tests/Durian.DefaultParam.Tests/Methods/BasicMethodTests.cs | 3 --- .../Methods/MethodCopyingConfigurationTests.cs | 5 +---- .../Methods/MethodInheritanceTests.cs | 5 +---- .../Methods/MethodNewModifierConfigurationTests.cs | 5 +---- .../Methods/MethodSignatureTests.cs | 5 +---- .../ScopedConfigurationAnalyzerTests.cs | 5 +---- tests/Durian.DefaultParam.Tests/TargetNamespaceTests.cs | 5 +---- tests/Durian.DefaultParam.Tests/Types/BasicTypeTests.cs | 5 +---- tests/Durian.DefaultParam.Tests/Types/TypeConventionTests.cs | 5 +---- tests/Durian.DefaultParam.Tests/Types/TypeErrorTests.cs | 5 +---- .../Types/TypeNewModifierConfigurationTests.cs | 5 +---- tests/Durian.FriendClass.Tests/AccessTests.cs | 5 +---- tests/Durian.FriendClass.Tests/DeclarationTests.cs | 5 +---- tests/Durian.InterfaceTargets.Tests/AnalyzerTests.cs | 5 +---- tests/Durian.Tests/CurrentLanguageTests.cs | 5 +---- tests/Durian.Tests/DependencyTests.cs | 3 --- tests/Durian.Tests/EnableLoggingAttributeTests.cs | 5 +---- tests/Durian.Tests/PartialNameTests.cs | 5 +---- tests/Durian.Tests/TypeImportTests.cs | 5 +---- 510 files changed, 444 insertions(+), 1974 deletions(-) diff --git a/internal/GenerateAnalyzerReleases/DiagnosticData.cs b/internal/GenerateAnalyzerReleases/DiagnosticData.cs index 0960f75c..e77bc77e 100644 --- a/internal/GenerateAnalyzerReleases/DiagnosticData.cs +++ b/internal/GenerateAnalyzerReleases/DiagnosticData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -internal readonly struct DiagnosticData +internal readonly struct DiagnosticData { public readonly string Category { get; } diff --git a/internal/GenerateAnalyzerReleases/Program.cs b/internal/GenerateAnalyzerReleases/Program.cs index 4be2527b..4a55b27c 100644 --- a/internal/GenerateAnalyzerReleases/Program.cs +++ b/internal/GenerateAnalyzerReleases/Program.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/internal/GenerateModuleRepository/DiagnosticData.cs b/internal/GenerateModuleRepository/DiagnosticData.cs index fd2e2e2f..8068e84f 100644 --- a/internal/GenerateModuleRepository/DiagnosticData.cs +++ b/internal/GenerateModuleRepository/DiagnosticData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Newtonsoft.Json; +using Newtonsoft.Json; [JsonObject] internal sealed class DiagnosticData diff --git a/internal/GenerateModuleRepository/ModuleCollection.cs b/internal/GenerateModuleRepository/ModuleCollection.cs index 4548c9b8..298d3aaa 100644 --- a/internal/GenerateModuleRepository/ModuleCollection.cs +++ b/internal/GenerateModuleRepository/ModuleCollection.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections; +using System.Collections; using System.Collections.Generic; using Newtonsoft.Json; diff --git a/internal/GenerateModuleRepository/ModuleConfiguration.cs b/internal/GenerateModuleRepository/ModuleConfiguration.cs index 9d0b266b..666bd5ac 100644 --- a/internal/GenerateModuleRepository/ModuleConfiguration.cs +++ b/internal/GenerateModuleRepository/ModuleConfiguration.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; internal sealed class ModuleConfiguration { diff --git a/internal/GenerateModuleRepository/ModuleData.cs b/internal/GenerateModuleRepository/ModuleData.cs index 69787f85..27eb67ed 100644 --- a/internal/GenerateModuleRepository/ModuleData.cs +++ b/internal/GenerateModuleRepository/ModuleData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Newtonsoft.Json; +using Newtonsoft.Json; [JsonObject] internal sealed class ModuleData diff --git a/internal/GenerateModuleRepository/PackageData.cs b/internal/GenerateModuleRepository/PackageData.cs index 1d10e8bc..e23ebba5 100644 --- a/internal/GenerateModuleRepository/PackageData.cs +++ b/internal/GenerateModuleRepository/PackageData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Newtonsoft.Json; +using Newtonsoft.Json; [JsonObject] internal sealed class PackageData diff --git a/internal/GenerateModuleRepository/Program.cs b/internal/GenerateModuleRepository/Program.cs index 69d2be4d..51504744 100644 --- a/internal/GenerateModuleRepository/Program.cs +++ b/internal/GenerateModuleRepository/Program.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/internal/GenerateModuleRepository/TypeData.cs b/internal/GenerateModuleRepository/TypeData.cs index 937f6121..78e138d1 100644 --- a/internal/GenerateModuleRepository/TypeData.cs +++ b/internal/GenerateModuleRepository/TypeData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Newtonsoft.Json; [JsonObject] diff --git a/samples/Durian.Samples.CopyFrom/Program.cs b/samples/Durian.Samples.CopyFrom/Program.cs index 19f7c3ea..c473d6ad 100644 --- a/samples/Durian.Samples.CopyFrom/Program.cs +++ b/samples/Durian.Samples.CopyFrom/Program.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Samples.CopyFrom { diff --git a/samples/Durian.Samples.DefaultParam/ILogger.cs b/samples/Durian.Samples.DefaultParam/ILogger.cs index 22f78b1f..cec0b754 100644 --- a/samples/Durian.Samples.DefaultParam/ILogger.cs +++ b/samples/Durian.Samples.DefaultParam/ILogger.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Samples.DefaultParam { diff --git a/samples/Durian.Samples.DefaultParam/InheritedLogger.cs b/samples/Durian.Samples.DefaultParam/InheritedLogger.cs index 5e3c702b..753edca5 100644 --- a/samples/Durian.Samples.DefaultParam/InheritedLogger.cs +++ b/samples/Durian.Samples.DefaultParam/InheritedLogger.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Durian.Configuration; namespace Durian.Samples.DefaultParam diff --git a/samples/Durian.Samples.DefaultParam/Logger.cs b/samples/Durian.Samples.DefaultParam/Logger.cs index 8534d968..77dfd4bf 100644 --- a/samples/Durian.Samples.DefaultParam/Logger.cs +++ b/samples/Durian.Samples.DefaultParam/Logger.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.IO; using System.Text; using Durian.Configuration; diff --git a/samples/Durian.Samples.DefaultParam/Program.cs b/samples/Durian.Samples.DefaultParam/Program.cs index cc713ec2..feb44f8d 100644 --- a/samples/Durian.Samples.DefaultParam/Program.cs +++ b/samples/Durian.Samples.DefaultParam/Program.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Samples.DefaultParam { diff --git a/samples/Durian.Samples.FriendClass/Program.cs b/samples/Durian.Samples.FriendClass/Program.cs index abde828f..74e7d719 100644 --- a/samples/Durian.Samples.FriendClass/Program.cs +++ b/samples/Durian.Samples.FriendClass/Program.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Samples.FriendClass +namespace Durian.Samples.FriendClass { internal class Friend { diff --git a/samples/Durian.Samples.InterfaceTargets/Program.cs b/samples/Durian.Samples.InterfaceTargets/Program.cs index c37dcbd8..43a475d2 100644 --- a/samples/Durian.Samples.InterfaceTargets/Program.cs +++ b/samples/Durian.Samples.InterfaceTargets/Program.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Samples.InterfaceTargets +namespace Durian.Samples.InterfaceTargets { // Success! public class Class : IInterface diff --git a/src/Durian.AnalysisServices/AnalysisUtilities.cs b/src/Durian.AnalysisServices/AnalysisUtilities.cs index d7a66b75..86c57e22 100644 --- a/src/Durian.AnalysisServices/AnalysisUtilities.cs +++ b/src/Durian.AnalysisServices/AnalysisUtilities.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Cache/CacheExtensions.cs b/src/Durian.AnalysisServices/Cache/CacheExtensions.cs index a0b7d94d..922463e1 100644 --- a/src/Durian.AnalysisServices/Cache/CacheExtensions.cs +++ b/src/Durian.AnalysisServices/Cache/CacheExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics.CodeAnalysis; using Durian.Analysis.Data; using Durian.Analysis.Filtration; diff --git a/src/Durian.AnalysisServices/Cache/CachedAnalyzer`1.cs b/src/Durian.AnalysisServices/Cache/CachedAnalyzer`1.cs index 4e4a9112..568d7c49 100644 --- a/src/Durian.AnalysisServices/Cache/CachedAnalyzer`1.cs +++ b/src/Durian.AnalysisServices/Cache/CachedAnalyzer`1.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Concurrent; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.AnalysisServices/Cache/CachedAnalyzer`2.cs b/src/Durian.AnalysisServices/Cache/CachedAnalyzer`2.cs index 6e1d147a..5b5a02cf 100644 --- a/src/Durian.AnalysisServices/Cache/CachedAnalyzer`2.cs +++ b/src/Durian.AnalysisServices/Cache/CachedAnalyzer`2.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Concurrent; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Cache/CachedData.cs b/src/Durian.AnalysisServices/Cache/CachedData.cs index 88dc3885..8f470ecf 100644 --- a/src/Durian.AnalysisServices/Cache/CachedData.cs +++ b/src/Durian.AnalysisServices/Cache/CachedData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Concurrent; +using System.Collections.Concurrent; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Cache/CachedFilterEnumerator.cs b/src/Durian.AnalysisServices/Cache/CachedFilterEnumerator.cs index e7b7f251..3cdcebb2 100644 --- a/src/Durian.AnalysisServices/Cache/CachedFilterEnumerator.cs +++ b/src/Durian.AnalysisServices/Cache/CachedFilterEnumerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/Durian.AnalysisServices/Cache/CachedFilterEnumeratorWithDiagnostics.cs b/src/Durian.AnalysisServices/Cache/CachedFilterEnumeratorWithDiagnostics.cs index 5ec0e1cc..cc127742 100644 --- a/src/Durian.AnalysisServices/Cache/CachedFilterEnumeratorWithDiagnostics.cs +++ b/src/Durian.AnalysisServices/Cache/CachedFilterEnumeratorWithDiagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/Durian.AnalysisServices/Cache/CachedGenerator.cs b/src/Durian.AnalysisServices/Cache/CachedGenerator.cs index 653c7dc2..faea4a87 100644 --- a/src/Durian.AnalysisServices/Cache/CachedGenerator.cs +++ b/src/Durian.AnalysisServices/Cache/CachedGenerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/src/Durian.AnalysisServices/Cache/CachedGeneratorExecutionContext.cs b/src/Durian.AnalysisServices/Cache/CachedGeneratorExecutionContext.cs index 2fe0d85a..5c0a3b27 100644 --- a/src/Durian.AnalysisServices/Cache/CachedGeneratorExecutionContext.cs +++ b/src/Durian.AnalysisServices/Cache/CachedGeneratorExecutionContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Concurrent; +using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Cache/CachedGeneratorPassContext.cs b/src/Durian.AnalysisServices/Cache/CachedGeneratorPassContext.cs index e5239b84..79f05518 100644 --- a/src/Durian.AnalysisServices/Cache/CachedGeneratorPassContext.cs +++ b/src/Durian.AnalysisServices/Cache/CachedGeneratorPassContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Threading; using Durian.Analysis.Data; using Durian.Analysis.Logging; diff --git a/src/Durian.AnalysisServices/Cache/CachedGeneratorSyntaxFilter.cs b/src/Durian.AnalysisServices/Cache/CachedGeneratorSyntaxFilter.cs index bb7207df..957aedd5 100644 --- a/src/Durian.AnalysisServices/Cache/CachedGeneratorSyntaxFilter.cs +++ b/src/Durian.AnalysisServices/Cache/CachedGeneratorSyntaxFilter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Durian.Analysis.Data; using Durian.Analysis.Filtration; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Cache/CachedLoggableFilterEnumerator.cs b/src/Durian.AnalysisServices/Cache/CachedLoggableFilterEnumerator.cs index aef1286f..30e4ee56 100644 --- a/src/Durian.AnalysisServices/Cache/CachedLoggableFilterEnumerator.cs +++ b/src/Durian.AnalysisServices/Cache/CachedLoggableFilterEnumerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/Durian.AnalysisServices/Cache/CachedSyntaxValidator.cs b/src/Durian.AnalysisServices/Cache/CachedSyntaxValidator.cs index 19c26a95..07b27f1f 100644 --- a/src/Durian.AnalysisServices/Cache/CachedSyntaxValidator.cs +++ b/src/Durian.AnalysisServices/Cache/CachedSyntaxValidator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Cache/_intf/ICachedAnalyzer.cs b/src/Durian.AnalysisServices/Cache/_intf/ICachedAnalyzer.cs index 1dc689aa..1848892c 100644 --- a/src/Durian.AnalysisServices/Cache/_intf/ICachedAnalyzer.cs +++ b/src/Durian.AnalysisServices/Cache/_intf/ICachedAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Concurrent; +using System.Collections.Concurrent; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.AnalysisServices/Cache/_intf/ICachedGenerator.cs b/src/Durian.AnalysisServices/Cache/_intf/ICachedGenerator.cs index 160f78cd..ecccb15d 100644 --- a/src/Durian.AnalysisServices/Cache/_intf/ICachedGenerator.cs +++ b/src/Durian.AnalysisServices/Cache/_intf/ICachedGenerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis.Cache { diff --git a/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorPassContext.cs b/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorPassContext.cs index a888d14a..fd45a68c 100644 --- a/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorPassContext.cs +++ b/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorPassContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis.Cache { diff --git a/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorSyntaxFilter.cs b/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorSyntaxFilter.cs index 94c48f7d..12f6f769 100644 --- a/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorSyntaxFilter.cs +++ b/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorSyntaxFilter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Durian.Analysis.Data; using Durian.Analysis.Filtration; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorSyntaxFilterWithDiagnostics.cs b/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorSyntaxFilterWithDiagnostics.cs index 3bac3b88..98c64f52 100644 --- a/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorSyntaxFilterWithDiagnostics.cs +++ b/src/Durian.AnalysisServices/Cache/_intf/ICachedGeneratorSyntaxFilterWithDiagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.Filtration; +using Durian.Analysis.Filtration; using Microsoft.CodeAnalysis; namespace Durian.Analysis.Cache diff --git a/src/Durian.AnalysisServices/CodeBuilder.cs b/src/Durian.AnalysisServices/CodeBuilder.cs index 4d4ba8cf..b7943e4d 100644 --- a/src/Durian.AnalysisServices/CodeBuilder.cs +++ b/src/Durian.AnalysisServices/CodeBuilder.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Diagnostics; using System.Runtime.CompilerServices; diff --git a/src/Durian.AnalysisServices/CodeBuilder.data.cs b/src/Durian.AnalysisServices/CodeBuilder.data.cs index 6a7cf2e6..9fdec6f1 100644 --- a/src/Durian.AnalysisServices/CodeBuilder.data.cs +++ b/src/Durian.AnalysisServices/CodeBuilder.data.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.CodeGeneration; +using Durian.Analysis.CodeGeneration; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/CodeBuilder.symbols.cs b/src/Durian.AnalysisServices/CodeBuilder.symbols.cs index 0abb3467..bf8f0cda 100644 --- a/src/Durian.AnalysisServices/CodeBuilder.symbols.cs +++ b/src/Durian.AnalysisServices/CodeBuilder.symbols.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Globalization; diff --git a/src/Durian.AnalysisServices/CodeFixes/ApplyModifierCodeFix.cs b/src/Durian.AnalysisServices/CodeFixes/ApplyModifierCodeFix.cs index 2f5d824a..13dd53e9 100644 --- a/src/Durian.AnalysisServices/CodeFixes/ApplyModifierCodeFix.cs +++ b/src/Durian.AnalysisServices/CodeFixes/ApplyModifierCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Linq; +using System.Linq; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.AnalysisServices/CodeFixes/CodeFixData.cs b/src/Durian.AnalysisServices/CodeFixes/CodeFixData.cs index 8ca44cb8..00b31f27 100644 --- a/src/Durian.AnalysisServices/CodeFixes/CodeFixData.cs +++ b/src/Durian.AnalysisServices/CodeFixes/CodeFixData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading; using System.Threading.Tasks; diff --git a/src/Durian.AnalysisServices/CodeFixes/CodeFixExecutionContext.cs b/src/Durian.AnalysisServices/CodeFixes/CodeFixExecutionContext.cs index 2b4c8496..fa704e43 100644 --- a/src/Durian.AnalysisServices/CodeFixes/CodeFixExecutionContext.cs +++ b/src/Durian.AnalysisServices/CodeFixes/CodeFixExecutionContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Linq; using System.Threading; using System.Threading.Tasks; diff --git a/src/Durian.AnalysisServices/CodeFixes/CodeFixUtility.cs b/src/Durian.AnalysisServices/CodeFixes/CodeFixUtility.cs index b04a64cc..78e3042e 100644 --- a/src/Durian.AnalysisServices/CodeFixes/CodeFixUtility.cs +++ b/src/Durian.AnalysisServices/CodeFixes/CodeFixUtility.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Threading; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/CodeFixes/DurianCodeFix.cs b/src/Durian.AnalysisServices/CodeFixes/DurianCodeFix.cs index 2ec344aa..222d5a16 100644 --- a/src/Durian.AnalysisServices/CodeFixes/DurianCodeFix.cs +++ b/src/Durian.AnalysisServices/CodeFixes/DurianCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading.Tasks; +using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/Durian.AnalysisServices/CodeFixes/DurianCodeFixBase.cs b/src/Durian.AnalysisServices/CodeFixes/DurianCodeFixBase.cs index c8864753..88ada879 100644 --- a/src/Durian.AnalysisServices/CodeFixes/DurianCodeFixBase.cs +++ b/src/Durian.AnalysisServices/CodeFixes/DurianCodeFixBase.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; diff --git a/src/Durian.AnalysisServices/CodeFixes/RemoveNodeCodeFix.cs b/src/Durian.AnalysisServices/CodeFixes/RemoveNodeCodeFix.cs index 47c78e9e..bc3d2c66 100644 --- a/src/Durian.AnalysisServices/CodeFixes/RemoveNodeCodeFix.cs +++ b/src/Durian.AnalysisServices/CodeFixes/RemoveNodeCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading.Tasks; +using System.Threading.Tasks; using Microsoft.CodeAnalysis; namespace Durian.Analysis.CodeFixes diff --git a/src/Durian.AnalysisServices/CodeFixes/ReplaceNodeCodeFix`1.cs b/src/Durian.AnalysisServices/CodeFixes/ReplaceNodeCodeFix`1.cs index 4416df5f..fb4c18a0 100644 --- a/src/Durian.AnalysisServices/CodeFixes/ReplaceNodeCodeFix`1.cs +++ b/src/Durian.AnalysisServices/CodeFixes/ReplaceNodeCodeFix`1.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading.Tasks; +using System.Threading.Tasks; using Durian.Analysis.Extensions; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.AnalysisServices/CodeFixes/ReplaceNodeCodeFix`2.cs b/src/Durian.AnalysisServices/CodeFixes/ReplaceNodeCodeFix`2.cs index d1f58443..52963b47 100644 --- a/src/Durian.AnalysisServices/CodeFixes/ReplaceNodeCodeFix`2.cs +++ b/src/Durian.AnalysisServices/CodeFixes/ReplaceNodeCodeFix`2.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading.Tasks; +using System.Threading.Tasks; using Durian.Analysis.Extensions; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.AnalysisServices/CodeGeneration/AutoGenerated.cs b/src/Durian.AnalysisServices/CodeGeneration/AutoGenerated.cs index caf2c5bc..8f6d88cf 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/AutoGenerated.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/AutoGenerated.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Text; namespace Durian.Analysis.CodeGeneration diff --git a/src/Durian.AnalysisServices/CodeGeneration/CodeBuilderStyleConfiguration.cs b/src/Durian.AnalysisServices/CodeGeneration/CodeBuilderStyleConfiguration.cs index bce52a74..e34c5fe8 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/CodeBuilderStyleConfiguration.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/CodeBuilderStyleConfiguration.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.CodeGeneration { diff --git a/src/Durian.AnalysisServices/CodeGeneration/KeywordWriter.cs b/src/Durian.AnalysisServices/CodeGeneration/KeywordWriter.cs index c3f9a692..68a23fc5 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/KeywordWriter.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/KeywordWriter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Text; namespace Durian.Analysis.CodeGeneration diff --git a/src/Durian.AnalysisServices/CodeGeneration/LiteralWriter.cs b/src/Durian.AnalysisServices/CodeGeneration/LiteralWriter.cs index 83a844c1..9c3c0763 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/LiteralWriter.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/LiteralWriter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Globalization; using System.Text; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/CodeGeneration/TokenWriter.cs b/src/Durian.AnalysisServices/CodeGeneration/TokenWriter.cs index 7a5c1b26..b7710c9e 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/TokenWriter.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/TokenWriter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Text; namespace Durian.Analysis.CodeGeneration diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/DecimalLiteralSuffix.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/DecimalLiteralSuffix.cs index 1437ab3c..64baa7a1 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/DecimalLiteralSuffix.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/DecimalLiteralSuffix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CodeGeneration +namespace Durian.Analysis.CodeGeneration { /// /// Specifies the available suffixes of a floating-point numeric literal. diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/EnumStyle.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/EnumStyle.cs index 4e771f5a..2685a08b 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/EnumStyle.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/EnumStyle.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.CodeGeneration { diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/EnumValueSource.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/EnumValueSource.cs index 4641c2ae..bcb15643 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/EnumValueSource.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/EnumValueSource.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis.CodeGeneration { diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/ExponentialStyle.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/ExponentialStyle.cs index d67bd0c4..2284fd9f 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/ExponentialStyle.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/ExponentialStyle.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CodeGeneration +namespace Durian.Analysis.CodeGeneration { /// /// Specifies type of exponential used to write a decimal value. diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/GenerateDocumentation.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/GenerateDocumentation.cs index 56f739bf..f3da6d4e 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/GenerateDocumentation.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/GenerateDocumentation.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CodeGeneration +namespace Durian.Analysis.CodeGeneration { /// /// Determines when to generate XML documentation. diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/InterfaceMemberStyle.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/InterfaceMemberStyle.cs index f8d7726c..4ce8362e 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/InterfaceMemberStyle.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/InterfaceMemberStyle.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.CodeGeneration { diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/LambdaStyle.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/LambdaStyle.cs index 02255b50..c0c0373e 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/LambdaStyle.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/LambdaStyle.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CodeGeneration +namespace Durian.Analysis.CodeGeneration { /// /// Defines available kinds of an anonymous function body. diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/MethodStyle.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/MethodStyle.cs index b67aacfe..ec3f6aee 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/MethodStyle.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/MethodStyle.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CodeGeneration +namespace Durian.Analysis.CodeGeneration { /// /// Defines available kinds of a method body. diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/NamespaceStyle.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/NamespaceStyle.cs index 0190b307..1d693194 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/NamespaceStyle.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/NamespaceStyle.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CodeGeneration +namespace Durian.Analysis.CodeGeneration { /// /// Type of namespace declaration. diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/NumericLiteralPrefix.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/NumericLiteralPrefix.cs index 6d860fba..af360910 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/NumericLiteralPrefix.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/NumericLiteralPrefix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CodeGeneration +namespace Durian.Analysis.CodeGeneration { /// /// Specifies the available prefixes of a numeric literal. diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/NumericLiteralSuffix.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/NumericLiteralSuffix.cs index fdbc4c78..0b702683 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/NumericLiteralSuffix.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/NumericLiteralSuffix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CodeGeneration +namespace Durian.Analysis.CodeGeneration { /// /// Specifies the available suffixes of a numeric literal. diff --git a/src/Durian.AnalysisServices/CodeGeneration/_enum/RecordStyle.cs b/src/Durian.AnalysisServices/CodeGeneration/_enum/RecordStyle.cs index 8540a580..bdbe5fcf 100644 --- a/src/Durian.AnalysisServices/CodeGeneration/_enum/RecordStyle.cs +++ b/src/Durian.AnalysisServices/CodeGeneration/_enum/RecordStyle.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.CodeGeneration { diff --git a/src/Durian.AnalysisServices/Data/CompilationData.cs b/src/Durian.AnalysisServices/Data/CompilationData.cs index 01a9b8f4..4bebc0b9 100644 --- a/src/Durian.AnalysisServices/Data/CompilationData.cs +++ b/src/Durian.AnalysisServices/Data/CompilationData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Data/CompilationWithEssentialSymbols.cs b/src/Durian.AnalysisServices/Data/CompilationWithEssentialSymbols.cs index 5674dd6e..c3c93b8e 100644 --- a/src/Durian.AnalysisServices/Data/CompilationWithEssentialSymbols.cs +++ b/src/Durian.AnalysisServices/Data/CompilationWithEssentialSymbols.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.CodeDom.Compiler; using System.Diagnostics.CodeAnalysis; using Durian.Generator; diff --git a/src/Durian.AnalysisServices/Data/CompilationWithImportedTypes.cs b/src/Durian.AnalysisServices/Data/CompilationWithImportedTypes.cs index 812d4673..fb56858d 100644 --- a/src/Durian.AnalysisServices/Data/CompilationWithImportedTypes.cs +++ b/src/Durian.AnalysisServices/Data/CompilationWithImportedTypes.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Durian.AnalysisServices/Data/DataCache.cs b/src/Durian.AnalysisServices/Data/DataCache.cs index 48f5b66c..c8be80b2 100644 --- a/src/Durian.AnalysisServices/Data/DataCache.cs +++ b/src/Durian.AnalysisServices/Data/DataCache.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Data/DataHelpers.cs b/src/Durian.AnalysisServices/Data/DataHelpers.cs index e7298397..361691cb 100644 --- a/src/Durian.AnalysisServices/Data/DataHelpers.cs +++ b/src/Durian.AnalysisServices/Data/DataHelpers.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Runtime.CompilerServices; using Durian.Analysis.Data.FromSource; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/Data/DefaultedValue.cs b/src/Durian.AnalysisServices/Data/DefaultedValue.cs index f09fc674..1bdeead5 100644 --- a/src/Durian.AnalysisServices/Data/DefaultedValue.cs +++ b/src/Durian.AnalysisServices/Data/DefaultedValue.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.Data +namespace Durian.Analysis.Data { /// /// Provides mechanism to determine whether a value of type represents an actual desired value or specified by the compiler. diff --git a/src/Durian.AnalysisServices/Data/FromSource/AccessorData.cs b/src/Durian.AnalysisServices/Data/FromSource/AccessorData.cs index b7965661..df0963d8 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/AccessorData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/AccessorData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using Durian.Analysis.CodeGeneration; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/Data/FromSource/ClassData.cs b/src/Durian.AnalysisServices/Data/FromSource/ClassData.cs index eda25181..b2c1aac0 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/ClassData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/ClassData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.ComponentModel; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Data/FromSource/ConstructorData.cs b/src/Durian.AnalysisServices/Data/FromSource/ConstructorData.cs index 5aa09ffc..da991ee4 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/ConstructorData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/ConstructorData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using Durian.Analysis.CodeGeneration; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/Data/FromSource/ConversionOperatorData.cs b/src/Durian.AnalysisServices/Data/FromSource/ConversionOperatorData.cs index 038aaa79..6e6cce7f 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/ConversionOperatorData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/ConversionOperatorData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using Durian.Analysis.CodeGeneration; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/Data/FromSource/DelegateData.cs b/src/Durian.AnalysisServices/Data/FromSource/DelegateData.cs index 472fde0e..203b6c0b 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/DelegateData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/DelegateData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Immutable; using System.ComponentModel; diff --git a/src/Durian.AnalysisServices/Data/FromSource/DestructorData.cs b/src/Durian.AnalysisServices/Data/FromSource/DestructorData.cs index f33b8583..12bca5ea 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/DestructorData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/DestructorData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using Durian.Analysis.CodeGeneration; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/Data/FromSource/EnumData.cs b/src/Durian.AnalysisServices/Data/FromSource/EnumData.cs index ecba271a..a177af60 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/EnumData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/EnumData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; using System.ComponentModel; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/Data/FromSource/EventData.cs b/src/Durian.AnalysisServices/Data/FromSource/EventData.cs index a46dd4bc..03739b49 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/EventData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/EventData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/src/Durian.AnalysisServices/Data/FromSource/FieldData.cs b/src/Durian.AnalysisServices/Data/FromSource/FieldData.cs index 14ea25f3..cd5595ac 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/FieldData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/FieldData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/src/Durian.AnalysisServices/Data/FromSource/IndexerData.cs b/src/Durian.AnalysisServices/Data/FromSource/IndexerData.cs index d74446d1..5d49500e 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/IndexerData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/IndexerData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using System.Linq; using System.Runtime.CompilerServices; diff --git a/src/Durian.AnalysisServices/Data/FromSource/InterfaceData.cs b/src/Durian.AnalysisServices/Data/FromSource/InterfaceData.cs index f6885ace..22e1d571 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/InterfaceData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/InterfaceData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.ComponentModel; using System.Linq; diff --git a/src/Durian.AnalysisServices/Data/FromSource/LambdaData.cs b/src/Durian.AnalysisServices/Data/FromSource/LambdaData.cs index 331bd023..460e5c44 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/LambdaData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/LambdaData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using Durian.Analysis.CodeGeneration; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/Data/FromSource/LocalData.cs b/src/Durian.AnalysisServices/Data/FromSource/LocalData.cs index 2e1e891e..fbd61bea 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/LocalData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/LocalData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.ComponentModel; diff --git a/src/Durian.AnalysisServices/Data/FromSource/LocalFunctionData.cs b/src/Durian.AnalysisServices/Data/FromSource/LocalFunctionData.cs index 0e9a1bdc..b1d09e72 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/LocalFunctionData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/LocalFunctionData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using Durian.Analysis.CodeGeneration; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/Data/FromSource/MemberData.cs b/src/Durian.AnalysisServices/Data/FromSource/MemberData.cs index e45327c3..94ef34ef 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/MemberData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/MemberData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Immutable; using System.ComponentModel; diff --git a/src/Durian.AnalysisServices/Data/FromSource/MethodData.cs b/src/Durian.AnalysisServices/Data/FromSource/MethodData.cs index 3270966f..b26b3481 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/MethodData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/MethodData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using System.Linq; using Durian.Analysis.CodeGeneration; diff --git a/src/Durian.AnalysisServices/Data/FromSource/NamespaceData.cs b/src/Durian.AnalysisServices/Data/FromSource/NamespaceData.cs index ea5901ea..8d972b07 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/NamespaceData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/NamespaceData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Data/FromSource/NamespaceOrTypeData.cs b/src/Durian.AnalysisServices/Data/FromSource/NamespaceOrTypeData.cs index 1c657d01..b41db5ec 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/NamespaceOrTypeData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/NamespaceOrTypeData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using System.Linq; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/Data/FromSource/OperatorData.cs b/src/Durian.AnalysisServices/Data/FromSource/OperatorData.cs index e5a0ca14..52a273cb 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/OperatorData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/OperatorData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using Durian.Analysis.CodeGeneration; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/Data/FromSource/ParameterData.cs b/src/Durian.AnalysisServices/Data/FromSource/ParameterData.cs index cfa07997..0dec722b 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/ParameterData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/ParameterData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/FromSource/PropertyData.cs b/src/Durian.AnalysisServices/Data/FromSource/PropertyData.cs index 4803ff02..869d9ebf 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/PropertyData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/PropertyData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.ComponentModel; using System.Linq; diff --git a/src/Durian.AnalysisServices/Data/FromSource/RecordData.cs b/src/Durian.AnalysisServices/Data/FromSource/RecordData.cs index cfa296b8..27be9e20 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/RecordData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/RecordData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.ComponentModel; using System.Linq; diff --git a/src/Durian.AnalysisServices/Data/FromSource/StructData.cs b/src/Durian.AnalysisServices/Data/FromSource/StructData.cs index a7a12107..4c1a56ec 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/StructData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/StructData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.ComponentModel; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Data/FromSource/TypeData.cs b/src/Durian.AnalysisServices/Data/FromSource/TypeData.cs index 0c234eb3..3c98a3eb 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/TypeData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/TypeData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Immutable; using System.ComponentModel; diff --git a/src/Durian.AnalysisServices/Data/FromSource/TypeParameterData.cs b/src/Durian.AnalysisServices/Data/FromSource/TypeParameterData.cs index 2990f77c..7235b02a 100644 --- a/src/Durian.AnalysisServices/Data/FromSource/TypeParameterData.cs +++ b/src/Durian.AnalysisServices/Data/FromSource/TypeParameterData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.ComponentModel; using Durian.Analysis.Extensions; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Data/SymbolOrMemberWrapper.cs b/src/Durian.AnalysisServices/Data/SymbolOrMemberWrapper.cs index 6aca3587..91a225c4 100644 --- a/src/Durian.AnalysisServices/Data/SymbolOrMemberWrapper.cs +++ b/src/Durian.AnalysisServices/Data/SymbolOrMemberWrapper.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics; using Durian.Analysis.Extensions; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Data/_intf/IAccessorData.cs b/src/Durian.AnalysisServices/Data/_intf/IAccessorData.cs index 3e3e6e92..bc2fc52f 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IAccessorData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IAccessorData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/Data/_intf/IClassData.cs b/src/Durian.AnalysisServices/Data/_intf/IClassData.cs index e420b918..a485099b 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IClassData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IClassData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/Data/_intf/ICompilationData.cs b/src/Durian.AnalysisServices/Data/_intf/ICompilationData.cs index 5d04d0a6..c1f91fa5 100644 --- a/src/Durian.AnalysisServices/Data/_intf/ICompilationData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/ICompilationData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.AnalysisServices/Data/_intf/ICompilationDataWithSymbols.cs b/src/Durian.AnalysisServices/Data/_intf/ICompilationDataWithSymbols.cs index b8b693e2..9a4f8230 100644 --- a/src/Durian.AnalysisServices/Data/_intf/ICompilationDataWithSymbols.cs +++ b/src/Durian.AnalysisServices/Data/_intf/ICompilationDataWithSymbols.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis.Data { diff --git a/src/Durian.AnalysisServices/Data/_intf/IConstructorData.cs b/src/Durian.AnalysisServices/Data/_intf/IConstructorData.cs index 46844e67..e3dcae62 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IConstructorData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IConstructorData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.SymbolContainers; +using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/_intf/IConversionOperatorData.cs b/src/Durian.AnalysisServices/Data/_intf/IConversionOperatorData.cs index f87e5456..3d5330dc 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IConversionOperatorData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IConversionOperatorData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/Data/_intf/IDelegateData.cs b/src/Durian.AnalysisServices/Data/_intf/IDelegateData.cs index d66d63b3..9f02f7b7 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IDelegateData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IDelegateData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/Data/_intf/IDestructorData.cs b/src/Durian.AnalysisServices/Data/_intf/IDestructorData.cs index 0c374f2c..8dde98dc 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IDestructorData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IDestructorData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/Data/_intf/IEnumData.cs b/src/Durian.AnalysisServices/Data/_intf/IEnumData.cs index 5a4859e7..463a89c6 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IEnumData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IEnumData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/_intf/IEventData.cs b/src/Durian.AnalysisServices/Data/_intf/IEventData.cs index 47ad15d5..e8b798af 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IEventData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IEventData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/_intf/IFieldData.cs b/src/Durian.AnalysisServices/Data/_intf/IFieldData.cs index 14ddac00..dcc51031 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IFieldData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IFieldData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/_intf/IGenericMemberData.cs b/src/Durian.AnalysisServices/Data/_intf/IGenericMemberData.cs index cd0551b8..18d8956f 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IGenericMemberData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IGenericMemberData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.SymbolContainers; +using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/Data/_intf/IIndexerData.cs b/src/Durian.AnalysisServices/Data/_intf/IIndexerData.cs index 50ecb43e..738025c1 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IIndexerData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IIndexerData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.SymbolContainers; +using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/_intf/IInterfaceData.cs b/src/Durian.AnalysisServices/Data/_intf/IInterfaceData.cs index f3134c72..0190dda2 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IInterfaceData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IInterfaceData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.SymbolContainers; +using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/_intf/ILambdaData.cs b/src/Durian.AnalysisServices/Data/_intf/ILambdaData.cs index 31d53a44..f5551db1 100644 --- a/src/Durian.AnalysisServices/Data/_intf/ILambdaData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/ILambdaData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.SymbolContainers; +using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/_intf/ILocalData.cs b/src/Durian.AnalysisServices/Data/_intf/ILocalData.cs index 194711ae..6b6027fc 100644 --- a/src/Durian.AnalysisServices/Data/_intf/ILocalData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/ILocalData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/_intf/ILocalFunctionData.cs b/src/Durian.AnalysisServices/Data/_intf/ILocalFunctionData.cs index 53b4df2e..3ac0f39e 100644 --- a/src/Durian.AnalysisServices/Data/_intf/ILocalFunctionData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/ILocalFunctionData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.SymbolContainers; +using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/_intf/IMemberData.cs b/src/Durian.AnalysisServices/Data/_intf/IMemberData.cs index 5e9f481d..727cade7 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IMemberData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IMemberData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Data/_intf/IMethodData.cs b/src/Durian.AnalysisServices/Data/_intf/IMethodData.cs index aa44009d..0d575972 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IMethodData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IMethodData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics; using Durian.Analysis.CodeGeneration; using Durian.Analysis.SymbolContainers; diff --git a/src/Durian.AnalysisServices/Data/_intf/INamespaceData.cs b/src/Durian.AnalysisServices/Data/_intf/INamespaceData.cs index 39090745..c5b12d82 100644 --- a/src/Durian.AnalysisServices/Data/_intf/INamespaceData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/INamespaceData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.CodeGeneration; +using Durian.Analysis.CodeGeneration; using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/_intf/INamespaceOrTypeData.cs b/src/Durian.AnalysisServices/Data/_intf/INamespaceOrTypeData.cs index 126a3be9..7b96b040 100644 --- a/src/Durian.AnalysisServices/Data/_intf/INamespaceOrTypeData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/INamespaceOrTypeData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Data/_intf/IOperatorData.cs b/src/Durian.AnalysisServices/Data/_intf/IOperatorData.cs index 470a0ae0..e2430be6 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IOperatorData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IOperatorData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis.Data { diff --git a/src/Durian.AnalysisServices/Data/_intf/IParameterData.cs b/src/Durian.AnalysisServices/Data/_intf/IParameterData.cs index 4ca31ad2..32a83b3b 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IParameterData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IParameterData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/Data/_intf/IPropertyData.cs b/src/Durian.AnalysisServices/Data/_intf/IPropertyData.cs index 3670d3ba..5071a206 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IPropertyData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IPropertyData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.SymbolContainers; +using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/Data/_intf/IRecordData.cs b/src/Durian.AnalysisServices/Data/_intf/IRecordData.cs index 92085207..d6197b59 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IRecordData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IRecordData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/Data/_intf/IStructData.cs b/src/Durian.AnalysisServices/Data/_intf/IStructData.cs index 50886889..b1f35e35 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IStructData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IStructData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/Data/_intf/ISymbolOrMember.cs b/src/Durian.AnalysisServices/Data/_intf/ISymbolOrMember.cs index d8436324..448ead32 100644 --- a/src/Durian.AnalysisServices/Data/_intf/ISymbolOrMember.cs +++ b/src/Durian.AnalysisServices/Data/_intf/ISymbolOrMember.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis.Data { diff --git a/src/Durian.AnalysisServices/Data/_intf/ITypeData.cs b/src/Durian.AnalysisServices/Data/_intf/ITypeData.cs index 26436ce3..23c74d1e 100644 --- a/src/Durian.AnalysisServices/Data/_intf/ITypeData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/ITypeData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Immutable; using System.Diagnostics; diff --git a/src/Durian.AnalysisServices/Data/_intf/ITypeParameterData.cs b/src/Durian.AnalysisServices/Data/_intf/ITypeParameterData.cs index 6bb66036..acbcd935 100644 --- a/src/Durian.AnalysisServices/Data/_intf/ITypeParameterData.cs +++ b/src/Durian.AnalysisServices/Data/_intf/ITypeParameterData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/Data/_intf/IVariableDeclarator.cs b/src/Durian.AnalysisServices/Data/_intf/IVariableDeclarator.cs index d0910000..8ee5744d 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IVariableDeclarator.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IVariableDeclarator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/Data/_intf/IVariableDeclaratorProperties.cs b/src/Durian.AnalysisServices/Data/_intf/IVariableDeclaratorProperties.cs index 9b63e299..b83e9af7 100644 --- a/src/Durian.AnalysisServices/Data/_intf/IVariableDeclaratorProperties.cs +++ b/src/Durian.AnalysisServices/Data/_intf/IVariableDeclaratorProperties.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.Data diff --git a/src/Durian.AnalysisServices/DiagnosticBag.cs b/src/Durian.AnalysisServices/DiagnosticBag.cs index 7c09ca59..722e374e 100644 --- a/src/Durian.AnalysisServices/DiagnosticBag.cs +++ b/src/Durian.AnalysisServices/DiagnosticBag.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/DiagnosticReceiver.Composite.cs b/src/Durian.AnalysisServices/DiagnosticReceiver.Composite.cs index 90a2462c..9458406c 100644 --- a/src/Durian.AnalysisServices/DiagnosticReceiver.Composite.cs +++ b/src/Durian.AnalysisServices/DiagnosticReceiver.Composite.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/DiagnosticReceiver.Contextual.cs b/src/Durian.AnalysisServices/DiagnosticReceiver.Contextual.cs index 101c3ea3..69a5a311 100644 --- a/src/Durian.AnalysisServices/DiagnosticReceiver.Contextual.cs +++ b/src/Durian.AnalysisServices/DiagnosticReceiver.Contextual.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/DiagnosticReceiver.Empty.cs b/src/Durian.AnalysisServices/DiagnosticReceiver.Empty.cs index 7e180d7e..9fbf50cb 100644 --- a/src/Durian.AnalysisServices/DiagnosticReceiver.Empty.cs +++ b/src/Durian.AnalysisServices/DiagnosticReceiver.Empty.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/DiagnosticReceiver.Factory.cs b/src/Durian.AnalysisServices/DiagnosticReceiver.Factory.cs index 3cb383a6..6f568556 100644 --- a/src/Durian.AnalysisServices/DiagnosticReceiver.Factory.cs +++ b/src/Durian.AnalysisServices/DiagnosticReceiver.Factory.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Diagnostics; diff --git a/src/Durian.AnalysisServices/DiagnosticReceiver.ReadonlyContextual.cs b/src/Durian.AnalysisServices/DiagnosticReceiver.ReadonlyContextual.cs index 1c0b765e..1bc1b8ac 100644 --- a/src/Durian.AnalysisServices/DiagnosticReceiver.ReadonlyContextual.cs +++ b/src/Durian.AnalysisServices/DiagnosticReceiver.ReadonlyContextual.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/DiagnosticReceiver.cs b/src/Durian.AnalysisServices/DiagnosticReceiver.cs index 767768d1..a609ef03 100644 --- a/src/Durian.AnalysisServices/DiagnosticReceiver.cs +++ b/src/Durian.AnalysisServices/DiagnosticReceiver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Microsoft.CodeAnalysis; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/DurianAnalysisContext.cs b/src/Durian.AnalysisServices/DurianAnalysisContext.cs index 981dea3b..2cebad16 100644 --- a/src/Durian.AnalysisServices/DurianAnalysisContext.cs +++ b/src/Durian.AnalysisServices/DurianAnalysisContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/DurianAnalyzer.cs b/src/Durian.AnalysisServices/DurianAnalyzer.cs index 3aac1391..aa6b90c3 100644 --- a/src/Durian.AnalysisServices/DurianAnalyzer.cs +++ b/src/Durian.AnalysisServices/DurianAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.Diagnostics; diff --git a/src/Durian.AnalysisServices/DurianAnalyzer`1.cs b/src/Durian.AnalysisServices/DurianAnalyzer`1.cs index 14595a6c..cf162731 100644 --- a/src/Durian.AnalysisServices/DurianAnalyzer`1.cs +++ b/src/Durian.AnalysisServices/DurianAnalyzer`1.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.AnalysisServices/DurianCompilationStartAnalysisContext.cs b/src/Durian.AnalysisServices/DurianCompilationStartAnalysisContext.cs index 061f1f04..9e5c05dd 100644 --- a/src/Durian.AnalysisServices/DurianCompilationStartAnalysisContext.cs +++ b/src/Durian.AnalysisServices/DurianCompilationStartAnalysisContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/DurianGenerator.cs b/src/Durian.AnalysisServices/DurianGenerator.cs index cfb684f6..be1c3ae0 100644 --- a/src/Durian.AnalysisServices/DurianGenerator.cs +++ b/src/Durian.AnalysisServices/DurianGenerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Durian.Analysis.Data; using Durian.Analysis.Filtration; using Durian.Analysis.Logging; diff --git a/src/Durian.AnalysisServices/DurianGeneratorBase.cs b/src/Durian.AnalysisServices/DurianGeneratorBase.cs index 4127882a..69405112 100644 --- a/src/Durian.AnalysisServices/DurianGeneratorBase.cs +++ b/src/Durian.AnalysisServices/DurianGeneratorBase.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/DurianGeneratorBase.diagnostics.cs b/src/Durian.AnalysisServices/DurianGeneratorBase.diagnostics.cs index a99be162..502c0a84 100644 --- a/src/Durian.AnalysisServices/DurianGeneratorBase.diagnostics.cs +++ b/src/Durian.AnalysisServices/DurianGeneratorBase.diagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Info; +using Durian.Info; using Microsoft.CodeAnalysis; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/DurianGeneratorWithBuilder.cs b/src/Durian.AnalysisServices/DurianGeneratorWithBuilder.cs index eb720e82..1699c48e 100644 --- a/src/Durian.AnalysisServices/DurianGeneratorWithBuilder.cs +++ b/src/Durian.AnalysisServices/DurianGeneratorWithBuilder.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Text; using Durian.Analysis.CodeGeneration; diff --git a/src/Durian.AnalysisServices/DurianGeneratorWithContext.cs b/src/Durian.AnalysisServices/DurianGeneratorWithContext.cs index a6bf6986..c6deaa17 100644 --- a/src/Durian.AnalysisServices/DurianGeneratorWithContext.cs +++ b/src/Durian.AnalysisServices/DurianGeneratorWithContext.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/src/Durian.AnalysisServices/DurianSyntaxContextReceiver.cs b/src/Durian.AnalysisServices/DurianSyntaxContextReceiver.cs index 4b57b255..d10b96f6 100644 --- a/src/Durian.AnalysisServices/DurianSyntaxContextReceiver.cs +++ b/src/Durian.AnalysisServices/DurianSyntaxContextReceiver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/DurianSyntaxReceiver.cs b/src/Durian.AnalysisServices/DurianSyntaxReceiver.cs index efe0ea1a..bd7dd3b8 100644 --- a/src/Durian.AnalysisServices/DurianSyntaxReceiver.cs +++ b/src/Durian.AnalysisServices/DurianSyntaxReceiver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Microsoft.CodeAnalysis; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/Extensions/AttributeDataExtensions.cs b/src/Durian.AnalysisServices/Extensions/AttributeDataExtensions.cs index 3f6cb380..4e814b1f 100644 --- a/src/Durian.AnalysisServices/Extensions/AttributeDataExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/AttributeDataExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Extensions/CompilationExtensions.cs b/src/Durian.AnalysisServices/Extensions/CompilationExtensions.cs index aca40e3e..1c2ef760 100644 --- a/src/Durian.AnalysisServices/Extensions/CompilationExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/CompilationExtensions.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.AnalysisServices/Extensions/DiagnosticReceiverExtensions.cs b/src/Durian.AnalysisServices/Extensions/DiagnosticReceiverExtensions.cs index 84eb6aa2..18298c2b 100644 --- a/src/Durian.AnalysisServices/Extensions/DiagnosticReceiverExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/DiagnosticReceiverExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Linq; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Extensions/EnumExtensions.cs b/src/Durian.AnalysisServices/Extensions/EnumExtensions.cs index 21920246..b98d1d0b 100644 --- a/src/Durian.AnalysisServices/Extensions/EnumExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/EnumExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using Durian.Analysis.CodeGeneration; using Durian.Analysis.Logging; diff --git a/src/Durian.AnalysisServices/Extensions/GeneratorExtensions.cs b/src/Durian.AnalysisServices/Extensions/GeneratorExtensions.cs index d23e218f..ba3421d8 100644 --- a/src/Durian.AnalysisServices/Extensions/GeneratorExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/GeneratorExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.Logging; +using Durian.Analysis.Logging; using Microsoft.CodeAnalysis; namespace Durian.Analysis.Extensions diff --git a/src/Durian.AnalysisServices/Extensions/MemberDataExtensions.cs b/src/Durian.AnalysisServices/Extensions/MemberDataExtensions.cs index 382c18b6..fcfdc9ab 100644 --- a/src/Durian.AnalysisServices/Extensions/MemberDataExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/MemberDataExtensions.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Linq; diff --git a/src/Durian.AnalysisServices/Extensions/ModuleUtilities.cs b/src/Durian.AnalysisServices/Extensions/ModuleUtilities.cs index 6d4eeb43..826841db 100644 --- a/src/Durian.AnalysisServices/Extensions/ModuleUtilities.cs +++ b/src/Durian.AnalysisServices/Extensions/ModuleUtilities.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Extensions/PackageUtilities.cs b/src/Durian.AnalysisServices/Extensions/PackageUtilities.cs index f7e47f38..7642c12a 100644 --- a/src/Durian.AnalysisServices/Extensions/PackageUtilities.cs +++ b/src/Durian.AnalysisServices/Extensions/PackageUtilities.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Linq; using Durian.Info; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Extensions/SemanticModelExtensions.cs b/src/Durian.AnalysisServices/Extensions/SemanticModelExtensions.cs index aa7c9de8..b2affa69 100644 --- a/src/Durian.AnalysisServices/Extensions/SemanticModelExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/SemanticModelExtensions.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Extensions/SymbolExtensions.cs b/src/Durian.AnalysisServices/Extensions/SymbolExtensions.cs index 912733f2..15403308 100644 --- a/src/Durian.AnalysisServices/Extensions/SymbolExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/SymbolExtensions.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.AnalysisServices/Extensions/SymbolFacts.cs b/src/Durian.AnalysisServices/Extensions/SymbolFacts.cs index 87832354..609415f3 100644 --- a/src/Durian.AnalysisServices/Extensions/SymbolFacts.cs +++ b/src/Durian.AnalysisServices/Extensions/SymbolFacts.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; using System.Linq; using System.Threading; diff --git a/src/Durian.AnalysisServices/Extensions/SyntaxNodeExtensions.cs b/src/Durian.AnalysisServices/Extensions/SyntaxNodeExtensions.cs index a86e3a37..ef195286 100644 --- a/src/Durian.AnalysisServices/Extensions/SyntaxNodeExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/SyntaxNodeExtensions.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Linq; diff --git a/src/Durian.AnalysisServices/Extensions/SyntaxReferenceExtensions.cs b/src/Durian.AnalysisServices/Extensions/SyntaxReferenceExtensions.cs index 156b4eff..27524049 100644 --- a/src/Durian.AnalysisServices/Extensions/SyntaxReferenceExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/SyntaxReferenceExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis.Extensions { diff --git a/src/Durian.AnalysisServices/Extensions/SyntaxTokenExtensions.cs b/src/Durian.AnalysisServices/Extensions/SyntaxTokenExtensions.cs index ca691426..ad4b46fb 100644 --- a/src/Durian.AnalysisServices/Extensions/SyntaxTokenExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/SyntaxTokenExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Linq; using Durian.Analysis.CodeGeneration; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Extensions/SyntaxTreeExtensions.cs b/src/Durian.AnalysisServices/Extensions/SyntaxTreeExtensions.cs index 2f2fc712..0e905cfb 100644 --- a/src/Durian.AnalysisServices/Extensions/SyntaxTreeExtensions.cs +++ b/src/Durian.AnalysisServices/Extensions/SyntaxTreeExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; using Durian.Analysis.SymbolContainers; diff --git a/src/Durian.AnalysisServices/Filtration/FilterContainer.cs b/src/Durian.AnalysisServices/Filtration/FilterContainer.cs index e526748c..ea4b91be 100644 --- a/src/Durian.AnalysisServices/Filtration/FilterContainer.cs +++ b/src/Durian.AnalysisServices/Filtration/FilterContainer.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections; using System.Collections.Generic; diff --git a/src/Durian.AnalysisServices/Filtration/FilterEnumerator.cs b/src/Durian.AnalysisServices/Filtration/FilterEnumerator.cs index 91ac9670..4bcadfb2 100644 --- a/src/Durian.AnalysisServices/Filtration/FilterEnumerator.cs +++ b/src/Durian.AnalysisServices/Filtration/FilterEnumerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/Durian.AnalysisServices/Filtration/FilterEnumeratorWithDiagnostics.cs b/src/Durian.AnalysisServices/Filtration/FilterEnumeratorWithDiagnostics.cs index 10d027df..43c4526a 100644 --- a/src/Durian.AnalysisServices/Filtration/FilterEnumeratorWithDiagnostics.cs +++ b/src/Durian.AnalysisServices/Filtration/FilterEnumeratorWithDiagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/Durian.AnalysisServices/Filtration/FilterGroup.cs b/src/Durian.AnalysisServices/Filtration/FilterGroup.cs index c2ce5b92..3c0c3010 100644 --- a/src/Durian.AnalysisServices/Filtration/FilterGroup.cs +++ b/src/Durian.AnalysisServices/Filtration/FilterGroup.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/Durian.AnalysisServices/Filtration/GeneratorSyntaxFilter.cs b/src/Durian.AnalysisServices/Filtration/GeneratorSyntaxFilter.cs index acdbd9e8..8e62d593 100644 --- a/src/Durian.AnalysisServices/Filtration/GeneratorSyntaxFilter.cs +++ b/src/Durian.AnalysisServices/Filtration/GeneratorSyntaxFilter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/PreValidationContext.cs b/src/Durian.AnalysisServices/Filtration/PreValidationContext.cs index 4df2b105..3644ab04 100644 --- a/src/Durian.AnalysisServices/Filtration/PreValidationContext.cs +++ b/src/Durian.AnalysisServices/Filtration/PreValidationContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/SyntaxFilter.cs b/src/Durian.AnalysisServices/Filtration/SyntaxFilter.cs index d3100a4f..c27eaaae 100644 --- a/src/Durian.AnalysisServices/Filtration/SyntaxFilter.cs +++ b/src/Durian.AnalysisServices/Filtration/SyntaxFilter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/SyntaxValidationContext.cs b/src/Durian.AnalysisServices/Filtration/SyntaxValidationContext.cs index f0faf5e7..647a14a1 100644 --- a/src/Durian.AnalysisServices/Filtration/SyntaxValidationContext.cs +++ b/src/Durian.AnalysisServices/Filtration/SyntaxValidationContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/SyntaxValidator.cs b/src/Durian.AnalysisServices/Filtration/SyntaxValidator.cs index c935757d..2767c2a2 100644 --- a/src/Durian.AnalysisServices/Filtration/SyntaxValidator.cs +++ b/src/Durian.AnalysisServices/Filtration/SyntaxValidator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/_intf/IFilterContainer.cs b/src/Durian.AnalysisServices/Filtration/_intf/IFilterContainer.cs index ae185c15..d59c469d 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/IFilterContainer.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/IFilterContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; namespace Durian.Analysis.Filtration diff --git a/src/Durian.AnalysisServices/Filtration/_intf/IFilterEnumerator.cs b/src/Durian.AnalysisServices/Filtration/_intf/IFilterEnumerator.cs index dbccbfd1..a38d6394 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/IFilterEnumerator.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/IFilterEnumerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.Threading; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/_intf/IFilterGroup.cs b/src/Durian.AnalysisServices/Filtration/_intf/IFilterGroup.cs index 61087cdf..821048e1 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/IFilterGroup.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/IFilterGroup.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; namespace Durian.Analysis.Filtration diff --git a/src/Durian.AnalysisServices/Filtration/_intf/IGeneratorSyntaxFilter.cs b/src/Durian.AnalysisServices/Filtration/_intf/IGeneratorSyntaxFilter.cs index 91558463..ea02625b 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/IGeneratorSyntaxFilter.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/IGeneratorSyntaxFilter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/_intf/IGeneratorSyntaxFilterWithDiagnostics.cs b/src/Durian.AnalysisServices/Filtration/_intf/IGeneratorSyntaxFilterWithDiagnostics.cs index ab9e5e8f..ed3ad2d6 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/IGeneratorSyntaxFilterWithDiagnostics.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/IGeneratorSyntaxFilterWithDiagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis.Filtration { diff --git a/src/Durian.AnalysisServices/Filtration/_intf/IReadOnlyFilterContainer.cs b/src/Durian.AnalysisServices/Filtration/_intf/IReadOnlyFilterContainer.cs index b652bda4..2ac7fbcd 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/IReadOnlyFilterContainer.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/IReadOnlyFilterContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; namespace Durian.Analysis.Filtration diff --git a/src/Durian.AnalysisServices/Filtration/_intf/IReadOnlyFilterGroup.cs b/src/Durian.AnalysisServices/Filtration/_intf/IReadOnlyFilterGroup.cs index e013d4ce..f709287c 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/IReadOnlyFilterGroup.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/IReadOnlyFilterGroup.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxFilter.cs b/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxFilter.cs index 8ad7ecbb..6b9370c9 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxFilter.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxFilter.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using System.Threading; using Durian.Analysis.Data; diff --git a/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxFilterWithDiagnostics.cs b/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxFilterWithDiagnostics.cs index 9e8f120b..ee4ab76d 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxFilterWithDiagnostics.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxFilterWithDiagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidationContext.cs b/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidationContext.cs index df0459c1..0c587ea1 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidationContext.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidationContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidator.cs b/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidator.cs index 8a3c2802..a3279994 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidator.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidatorWithDiagnostics.cs b/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidatorWithDiagnostics.cs index b6cbea94..74b663d5 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidatorWithDiagnostics.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/ISyntaxValidatorWithDiagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Filtration/_intf/IValidationContextProvider.cs b/src/Durian.AnalysisServices/Filtration/_intf/IValidationContextProvider.cs index 582cd01b..d4ffeaa9 100644 --- a/src/Durian.AnalysisServices/Filtration/_intf/IValidationContextProvider.cs +++ b/src/Durian.AnalysisServices/Filtration/_intf/IValidationContextProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; namespace Durian.Analysis.Filtration diff --git a/src/Durian.AnalysisServices/GeneratorContextRegistry.cs b/src/Durian.AnalysisServices/GeneratorContextRegistry.cs index 86a651f9..63f7936b 100644 --- a/src/Durian.AnalysisServices/GeneratorContextRegistry.cs +++ b/src/Durian.AnalysisServices/GeneratorContextRegistry.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/GeneratorPassBuilderContext.cs b/src/Durian.AnalysisServices/GeneratorPassBuilderContext.cs index 0445ee50..3ca54d02 100644 --- a/src/Durian.AnalysisServices/GeneratorPassBuilderContext.cs +++ b/src/Durian.AnalysisServices/GeneratorPassBuilderContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using Durian.Analysis.Data; using Durian.Analysis.Logging; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/GeneratorPassContext.cs b/src/Durian.AnalysisServices/GeneratorPassContext.cs index 8b30c010..cd0567f9 100644 --- a/src/Durian.AnalysisServices/GeneratorPassContext.cs +++ b/src/Durian.AnalysisServices/GeneratorPassContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading; using Durian.Analysis.Data; using Durian.Analysis.Extensions; diff --git a/src/Durian.AnalysisServices/GeneratorServiceContainer.cs b/src/Durian.AnalysisServices/GeneratorServiceContainer.cs index 10caa563..8ab55e6d 100644 --- a/src/Durian.AnalysisServices/GeneratorServiceContainer.cs +++ b/src/Durian.AnalysisServices/GeneratorServiceContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/GeneratorServiceResolver.cs b/src/Durian.AnalysisServices/GeneratorServiceResolver.cs index c06f8f8c..87a225f4 100644 --- a/src/Durian.AnalysisServices/GeneratorServiceResolver.cs +++ b/src/Durian.AnalysisServices/GeneratorServiceResolver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using static Durian.Analysis.GeneratorServiceContainer; diff --git a/src/Durian.AnalysisServices/GeneratorThreadHandle.cs b/src/Durian.AnalysisServices/GeneratorThreadHandle.cs index 36c4debf..8bf959fe 100644 --- a/src/Durian.AnalysisServices/GeneratorThreadHandle.cs +++ b/src/Durian.AnalysisServices/GeneratorThreadHandle.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/Logging/DynamicGeneratorLogHandler.cs b/src/Durian.AnalysisServices/Logging/DynamicGeneratorLogHandler.cs index b625eb28..d896cb83 100644 --- a/src/Durian.AnalysisServices/Logging/DynamicGeneratorLogHandler.cs +++ b/src/Durian.AnalysisServices/Logging/DynamicGeneratorLogHandler.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Logging/GeneratorLogCreationContext.cs b/src/Durian.AnalysisServices/Logging/GeneratorLogCreationContext.cs index 03778edd..a64e3628 100644 --- a/src/Durian.AnalysisServices/Logging/GeneratorLogCreationContext.cs +++ b/src/Durian.AnalysisServices/Logging/GeneratorLogCreationContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.Logging { diff --git a/src/Durian.AnalysisServices/Logging/GeneratorLogHandler.cs b/src/Durian.AnalysisServices/Logging/GeneratorLogHandler.cs index 8b5d0176..904a9d0c 100644 --- a/src/Durian.AnalysisServices/Logging/GeneratorLogHandler.cs +++ b/src/Durian.AnalysisServices/Logging/GeneratorLogHandler.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/src/Durian.AnalysisServices/Logging/LogReceiver.cs b/src/Durian.AnalysisServices/Logging/LogReceiver.cs index d11452f8..f86b79cf 100644 --- a/src/Durian.AnalysisServices/Logging/LogReceiver.cs +++ b/src/Durian.AnalysisServices/Logging/LogReceiver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Microsoft.CodeAnalysis; namespace Durian.Analysis.Logging diff --git a/src/Durian.AnalysisServices/Logging/LoggableFilterEnumerator.cs b/src/Durian.AnalysisServices/Logging/LoggableFilterEnumerator.cs index 1577c302..5c355b8b 100644 --- a/src/Durian.AnalysisServices/Logging/LoggableFilterEnumerator.cs +++ b/src/Durian.AnalysisServices/Logging/LoggableFilterEnumerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/Durian.AnalysisServices/Logging/LoggingConfiguration.cs b/src/Durian.AnalysisServices/Logging/LoggingConfiguration.cs index ae3e7849..b37e517c 100644 --- a/src/Durian.AnalysisServices/Logging/LoggingConfiguration.cs +++ b/src/Durian.AnalysisServices/Logging/LoggingConfiguration.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.IO; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Logging/LoggingConfiguration.static.cs b/src/Durian.AnalysisServices/Logging/LoggingConfiguration.static.cs index 7e7866f7..4f9db2a1 100644 --- a/src/Durian.AnalysisServices/Logging/LoggingConfiguration.static.cs +++ b/src/Durian.AnalysisServices/Logging/LoggingConfiguration.static.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Concurrent; using System.Diagnostics.CodeAnalysis; using System.IO; diff --git a/src/Durian.AnalysisServices/Logging/LoggingExtensions.cs b/src/Durian.AnalysisServices/Logging/LoggingExtensions.cs index 8efca22c..76128e97 100644 --- a/src/Durian.AnalysisServices/Logging/LoggingExtensions.cs +++ b/src/Durian.AnalysisServices/Logging/LoggingExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.Logging +namespace Durian.Analysis.Logging { /// /// Contains extension methods for better logging experience. diff --git a/src/Durian.AnalysisServices/Logging/SymbolNameToFile.cs b/src/Durian.AnalysisServices/Logging/SymbolNameToFile.cs index f6a2edd1..e03d409c 100644 --- a/src/Durian.AnalysisServices/Logging/SymbolNameToFile.cs +++ b/src/Durian.AnalysisServices/Logging/SymbolNameToFile.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Microsoft.CodeAnalysis; namespace Durian.Analysis.Logging diff --git a/src/Durian.AnalysisServices/Logging/_attr/DisableLoggingAttribute.cs b/src/Durian.AnalysisServices/Logging/_attr/DisableLoggingAttribute.cs index 520ff1d1..e70d33e9 100644 --- a/src/Durian.AnalysisServices/Logging/_attr/DisableLoggingAttribute.cs +++ b/src/Durian.AnalysisServices/Logging/_attr/DisableLoggingAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.Logging { diff --git a/src/Durian.AnalysisServices/Logging/_attr/DisableLoggingGloballyAttribute.cs b/src/Durian.AnalysisServices/Logging/_attr/DisableLoggingGloballyAttribute.cs index 68ca3f99..184ba246 100644 --- a/src/Durian.AnalysisServices/Logging/_attr/DisableLoggingGloballyAttribute.cs +++ b/src/Durian.AnalysisServices/Logging/_attr/DisableLoggingGloballyAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.Logging { diff --git a/src/Durian.AnalysisServices/Logging/_attr/LoggingConfigurationAttribute.cs b/src/Durian.AnalysisServices/Logging/_attr/LoggingConfigurationAttribute.cs index 69f1f091..3240ac42 100644 --- a/src/Durian.AnalysisServices/Logging/_attr/LoggingConfigurationAttribute.cs +++ b/src/Durian.AnalysisServices/Logging/_attr/LoggingConfigurationAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Logging/_enum/ReportDiagnosticTarget.cs b/src/Durian.AnalysisServices/Logging/_enum/ReportDiagnosticTarget.cs index c379d75c..d77c5712 100644 --- a/src/Durian.AnalysisServices/Logging/_enum/ReportDiagnosticTarget.cs +++ b/src/Durian.AnalysisServices/Logging/_enum/ReportDiagnosticTarget.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis.Logging { diff --git a/src/Durian.AnalysisServices/Logging/_intf/IGeneratorLogHandler.cs b/src/Durian.AnalysisServices/Logging/_intf/IGeneratorLogHandler.cs index 11542e1f..54d0f84e 100644 --- a/src/Durian.AnalysisServices/Logging/_intf/IGeneratorLogHandler.cs +++ b/src/Durian.AnalysisServices/Logging/_intf/IGeneratorLogHandler.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/Logging/_intf/IHintNameProvider.cs b/src/Durian.AnalysisServices/Logging/_intf/IHintNameProvider.cs index d9403caa..a374834d 100644 --- a/src/Durian.AnalysisServices/Logging/_intf/IHintNameProvider.cs +++ b/src/Durian.AnalysisServices/Logging/_intf/IHintNameProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Microsoft.CodeAnalysis; namespace Durian.Analysis.Logging diff --git a/src/Durian.AnalysisServices/PermanentSealableObject.cs b/src/Durian.AnalysisServices/PermanentSealableObject.cs index b8f8e30e..5c60291d 100644 --- a/src/Durian.AnalysisServices/PermanentSealableObject.cs +++ b/src/Durian.AnalysisServices/PermanentSealableObject.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// that can be sealed only once and cannot be unsealed. diff --git a/src/Durian.AnalysisServices/ReportAction.cs b/src/Durian.AnalysisServices/ReportAction.cs index 8979acb3..8d214247 100644 --- a/src/Durian.AnalysisServices/ReportAction.cs +++ b/src/Durian.AnalysisServices/ReportAction.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/SealableObject.cs b/src/Durian.AnalysisServices/SealableObject.cs index a98c3f1f..858056b4 100644 --- a/src/Durian.AnalysisServices/SealableObject.cs +++ b/src/Durian.AnalysisServices/SealableObject.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// public abstract class SealableObject : ISealable diff --git a/src/Durian.AnalysisServices/SourceTextProvider.cs b/src/Durian.AnalysisServices/SourceTextProvider.cs index 5a649a41..f0b0cca4 100644 --- a/src/Durian.AnalysisServices/SourceTextProvider.cs +++ b/src/Durian.AnalysisServices/SourceTextProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// public abstract class SourceTextProvider : ISourceTextProvider diff --git a/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.ContainerEnumerator.cs b/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.ContainerEnumerator.cs index 960c8860..846b406a 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.ContainerEnumerator.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.ContainerEnumerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using Durian.Analysis.Data; diff --git a/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.InnerContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.InnerContainer.cs index b073135b..e0b60dc1 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.InnerContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.InnerContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.ReversedContainerEnumerator.cs b/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.ReversedContainerEnumerator.cs index b1be0a11..38da2b4e 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.ReversedContainerEnumerator.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.ReversedContainerEnumerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using Durian.Analysis.Data; diff --git a/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.cs index 7f0d0465..642d5aec 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/LeveledSymbolContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.AnalysisServices/SymbolContainers/ReturnOrderEnumerable.cs b/src/Durian.AnalysisServices/SymbolContainers/ReturnOrderEnumerable.cs index 2e6d2773..92ebe49b 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/ReturnOrderEnumerable.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/ReturnOrderEnumerable.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Linq; diff --git a/src/Durian.AnalysisServices/SymbolContainers/ReturnOrderEnumerableExtensions.cs b/src/Durian.AnalysisServices/SymbolContainers/ReturnOrderEnumerableExtensions.cs index 68623ade..29482b1a 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/ReturnOrderEnumerableExtensions.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/ReturnOrderEnumerableExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; diff --git a/src/Durian.AnalysisServices/SymbolContainers/Specialized/GenericInnerMemberContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/Specialized/GenericInnerMemberContainer.cs index ac79537c..53f5ca5b 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/Specialized/GenericInnerMemberContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/Specialized/GenericInnerMemberContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/SymbolContainers/Specialized/IncludedMemberContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/Specialized/IncludedMemberContainer.cs index b40785dd..9876b612 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/Specialized/IncludedMemberContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/Specialized/IncludedMemberContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/SymbolContainers/Specialized/IncludedMemberContainerWithoutInner.cs b/src/Durian.AnalysisServices/SymbolContainers/Specialized/IncludedMemberContainerWithoutInner.cs index cd35752b..95b313c4 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/Specialized/IncludedMemberContainerWithoutInner.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/Specialized/IncludedMemberContainerWithoutInner.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using Durian.Analysis.Data; diff --git a/src/Durian.AnalysisServices/SymbolContainers/Specialized/InnerMemberContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/Specialized/InnerMemberContainer.cs index 6380a921..2036e857 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/Specialized/InnerMemberContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/Specialized/InnerMemberContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; using Durian.Analysis.Data; diff --git a/src/Durian.AnalysisServices/SymbolContainers/Specialized/InnerTypeContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/Specialized/InnerTypeContainer.cs index 906734ae..fb194e20 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/Specialized/InnerTypeContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/Specialized/InnerTypeContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; using Durian.Analysis.Data; diff --git a/src/Durian.AnalysisServices/SymbolContainers/Specialized/LocalFunctionContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/Specialized/LocalFunctionContainer.cs index 868025e5..0581f7cb 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/Specialized/LocalFunctionContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/Specialized/LocalFunctionContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; using Durian.Analysis.Data; diff --git a/src/Durian.AnalysisServices/SymbolContainers/Specialized/MethodOverloadContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/Specialized/MethodOverloadContainer.cs index 1504c857..d5103345 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/Specialized/MethodOverloadContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/Specialized/MethodOverloadContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; using Durian.Analysis.Data; diff --git a/src/Durian.AnalysisServices/SymbolContainers/Specialized/NamespaceOrTypeContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/Specialized/NamespaceOrTypeContainer.cs index f0419447..4b32d9f8 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/Specialized/NamespaceOrTypeContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/Specialized/NamespaceOrTypeContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; diff --git a/src/Durian.AnalysisServices/SymbolContainers/Specialized/SubNamespaceContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/Specialized/SubNamespaceContainer.cs index daedd77d..409f0610 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/Specialized/SubNamespaceContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/Specialized/SubNamespaceContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; using Durian.Analysis.Data; diff --git a/src/Durian.AnalysisServices/SymbolContainers/Specialized/WritableNamespaceOrTypeContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/Specialized/WritableNamespaceOrTypeContainer.cs index 4e5d5047..176cb0df 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/Specialized/WritableNamespaceOrTypeContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/Specialized/WritableNamespaceOrTypeContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; using Durian.Analysis.Data; diff --git a/src/Durian.AnalysisServices/SymbolContainers/Specialized/WritableTypeContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/Specialized/WritableTypeContainer.cs index f0c3bd81..b8ba5e5d 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/Specialized/WritableTypeContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/Specialized/WritableTypeContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainer.cs index f33f6a7b..50097afb 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBase.cs b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBase.cs index 397b313e..994ad208 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBase.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBase.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBuilder.cs b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBuilder.cs index 0de91a3c..b93a1f28 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBuilder.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBuilder.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections; +using System.Collections; using Durian.Analysis.Data; namespace Durian.Analysis.SymbolContainers diff --git a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBuilderExtensions.cs b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBuilderExtensions.cs index 2f8ca5ea..5b073670 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBuilderExtensions.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerBuilderExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.Data; +using Durian.Analysis.Data; namespace Durian.Analysis.SymbolContainers { diff --git a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerFactory.For.cs b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerFactory.For.cs index eae9f684..a9aa215c 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerFactory.For.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerFactory.For.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.Data; +using Durian.Analysis.Data; using Microsoft.CodeAnalysis; namespace Durian.Analysis.SymbolContainers diff --git a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerFactory.cs b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerFactory.cs index 7d4dfcf5..cfbdf251 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerFactory.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/SymbolContainerFactory.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.AnalysisServices/SymbolContainers/WritableSymbolContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/WritableSymbolContainer.cs index c78ff3ca..f48aabc2 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/WritableSymbolContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/WritableSymbolContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Text; diff --git a/src/Durian.AnalysisServices/SymbolContainers/_enum/ReturnOrder.cs b/src/Durian.AnalysisServices/SymbolContainers/_enum/ReturnOrder.cs index 7bade018..2d71c56d 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/_enum/ReturnOrder.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/_enum/ReturnOrder.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.SymbolContainers +namespace Durian.Analysis.SymbolContainers { /// /// Specifies order at which members should be returned. diff --git a/src/Durian.AnalysisServices/SymbolContainers/_exc/EmptyContainerException.cs b/src/Durian.AnalysisServices/SymbolContainers/_exc/EmptyContainerException.cs index 510668b6..11b1e68e 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/_exc/EmptyContainerException.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/_exc/EmptyContainerException.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.SymbolContainers { diff --git a/src/Durian.AnalysisServices/SymbolContainers/_intf/ILeveledSymbolContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/_intf/ILeveledSymbolContainer.cs index 2d1d9b1a..1e9a85c4 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/_intf/ILeveledSymbolContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/_intf/ILeveledSymbolContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/SymbolContainers/_intf/IMappedSymbolContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/_intf/IMappedSymbolContainer.cs index 7971bd99..986d2b67 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/_intf/IMappedSymbolContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/_intf/IMappedSymbolContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/SymbolContainers/_intf/IReturnOrderEnumerable.cs b/src/Durian.AnalysisServices/SymbolContainers/_intf/IReturnOrderEnumerable.cs index f3546928..63dd55d7 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/_intf/IReturnOrderEnumerable.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/_intf/IReturnOrderEnumerable.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections; +using System.Collections; using System.Collections.Generic; namespace Durian.Analysis.SymbolContainers diff --git a/src/Durian.AnalysisServices/SymbolContainers/_intf/ISymbolContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/_intf/ISymbolContainer.cs index 93fe548f..69de5915 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/_intf/ISymbolContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/_intf/ISymbolContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections; +using System.Collections; using System.Collections.Immutable; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/SymbolContainers/_intf/ISymbolContainer`1.cs b/src/Durian.AnalysisServices/SymbolContainers/_intf/ISymbolContainer`1.cs index 58cdfb48..15f1c1c8 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/_intf/ISymbolContainer`1.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/_intf/ISymbolContainer`1.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/SymbolContainers/_intf/IWritableSymbolContainer.cs b/src/Durian.AnalysisServices/SymbolContainers/_intf/IWritableSymbolContainer.cs index 5373c9a3..ed68b517 100644 --- a/src/Durian.AnalysisServices/SymbolContainers/_intf/IWritableSymbolContainer.cs +++ b/src/Durian.AnalysisServices/SymbolContainers/_intf/IWritableSymbolContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Text; +using System.Text; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/SymbolNameResolver.cs b/src/Durian.AnalysisServices/SymbolNameResolver.cs index 04124903..bc4d911e 100644 --- a/src/Durian.AnalysisServices/SymbolNameResolver.cs +++ b/src/Durian.AnalysisServices/SymbolNameResolver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Durian.Analysis.Data; using Durian.Analysis.Extensions; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/SyntaxVisitors/IdentifierReplacer.cs b/src/Durian.AnalysisServices/SyntaxVisitors/IdentifierReplacer.cs index 630f9fd4..be55a138 100644 --- a/src/Durian.AnalysisServices/SyntaxVisitors/IdentifierReplacer.cs +++ b/src/Durian.AnalysisServices/SyntaxVisitors/IdentifierReplacer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.AnalysisServices/SyntaxVisitors/IdentifierToQualifiedName.cs b/src/Durian.AnalysisServices/SyntaxVisitors/IdentifierToQualifiedName.cs index bd44a4ad..d0e1be2d 100644 --- a/src/Durian.AnalysisServices/SyntaxVisitors/IdentifierToQualifiedName.cs +++ b/src/Durian.AnalysisServices/SyntaxVisitors/IdentifierToQualifiedName.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using System.Linq; using Durian.Analysis.Extensions; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/SyntaxVisitors/NodeOrTokenReplacer.cs b/src/Durian.AnalysisServices/SyntaxVisitors/NodeOrTokenReplacer.cs index db70636e..a6f19f7e 100644 --- a/src/Durian.AnalysisServices/SyntaxVisitors/NodeOrTokenReplacer.cs +++ b/src/Durian.AnalysisServices/SyntaxVisitors/NodeOrTokenReplacer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; namespace Durian.Analysis.SyntaxVisitors diff --git a/src/Durian.AnalysisServices/SyntaxVisitors/NodePreserver.cs b/src/Durian.AnalysisServices/SyntaxVisitors/NodePreserver.cs index 0d682487..250456fb 100644 --- a/src/Durian.AnalysisServices/SyntaxVisitors/NodePreserver.cs +++ b/src/Durian.AnalysisServices/SyntaxVisitors/NodePreserver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; namespace Durian.Analysis.SyntaxVisitors diff --git a/src/Durian.AnalysisServices/SyntaxVisitors/NodeRemover.cs b/src/Durian.AnalysisServices/SyntaxVisitors/NodeRemover.cs index f1a177a9..f73532f5 100644 --- a/src/Durian.AnalysisServices/SyntaxVisitors/NodeRemover.cs +++ b/src/Durian.AnalysisServices/SyntaxVisitors/NodeRemover.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; namespace Durian.Analysis.SyntaxVisitors diff --git a/src/Durian.AnalysisServices/SyntaxVisitors/NodeReplacer.cs b/src/Durian.AnalysisServices/SyntaxVisitors/NodeReplacer.cs index e6b815db..3a316194 100644 --- a/src/Durian.AnalysisServices/SyntaxVisitors/NodeReplacer.cs +++ b/src/Durian.AnalysisServices/SyntaxVisitors/NodeReplacer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; namespace Durian.Analysis.SyntaxVisitors diff --git a/src/Durian.AnalysisServices/SyntaxVisitors/NodeReplacer`1.cs b/src/Durian.AnalysisServices/SyntaxVisitors/NodeReplacer`1.cs index b177a5a7..66c9d5b6 100644 --- a/src/Durian.AnalysisServices/SyntaxVisitors/NodeReplacer`1.cs +++ b/src/Durian.AnalysisServices/SyntaxVisitors/NodeReplacer`1.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; namespace Durian.Analysis.SyntaxVisitors diff --git a/src/Durian.AnalysisServices/SyntaxVisitors/StructuredTriviaPreserver.cs b/src/Durian.AnalysisServices/SyntaxVisitors/StructuredTriviaPreserver.cs index 488561ec..86742779 100644 --- a/src/Durian.AnalysisServices/SyntaxVisitors/StructuredTriviaPreserver.cs +++ b/src/Durian.AnalysisServices/SyntaxVisitors/StructuredTriviaPreserver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; namespace Durian.Analysis.SyntaxVisitors diff --git a/src/Durian.AnalysisServices/SyntaxVisitors/TokenReplacer.cs b/src/Durian.AnalysisServices/SyntaxVisitors/TokenReplacer.cs index 50bf9ced..38db13f9 100644 --- a/src/Durian.AnalysisServices/SyntaxVisitors/TokenReplacer.cs +++ b/src/Durian.AnalysisServices/SyntaxVisitors/TokenReplacer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; namespace Durian.Analysis.SyntaxVisitors diff --git a/src/Durian.AnalysisServices/SyntaxVisitors/TriviaReplacer.cs b/src/Durian.AnalysisServices/SyntaxVisitors/TriviaReplacer.cs index eaed1992..bf1182ba 100644 --- a/src/Durian.AnalysisServices/SyntaxVisitors/TriviaReplacer.cs +++ b/src/Durian.AnalysisServices/SyntaxVisitors/TriviaReplacer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; namespace Durian.Analysis.SyntaxVisitors diff --git a/src/Durian.AnalysisServices/SyntaxVisitors/TypeParameterReplacer.cs b/src/Durian.AnalysisServices/SyntaxVisitors/TypeParameterReplacer.cs index 7e2cb6cf..3002caeb 100644 --- a/src/Durian.AnalysisServices/SyntaxVisitors/TypeParameterReplacer.cs +++ b/src/Durian.AnalysisServices/SyntaxVisitors/TypeParameterReplacer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/_Supressions.cs b/src/Durian.AnalysisServices/_Supressions.cs index f26655ae..87245b32 100644 --- a/src/Durian.AnalysisServices/_Supressions.cs +++ b/src/Durian.AnalysisServices/_Supressions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("MicrosoftCodeAnalysisCorrectness", "RS1025:Configure generated code analysis", Justification = "Abstract class Durian.Analyzers.DurianAnayzer configured generated code analysis in its Initialize(context) method.")] [assembly: SuppressMessage("MicrosoftCodeAnalysisCorrectness", "RS1026:Enable concurrent execution", Justification = "Abstract class Durian.Analyzers.DurianAnalyzer enables concurrent execution in its Initialize(context) method.")] diff --git a/src/Durian.AnalysisServices/_attr/WithoutLocationAttribute.cs b/src/Durian.AnalysisServices/_attr/WithoutLocationAttribute.cs index 4b95c96c..f982c943 100644 --- a/src/Durian.AnalysisServices/_attr/WithoutLocationAttribute.cs +++ b/src/Durian.AnalysisServices/_attr/WithoutLocationAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/_enum/AccessorKind.cs b/src/Durian.AnalysisServices/_enum/AccessorKind.cs index a957ef3c..392e7cb2 100644 --- a/src/Durian.AnalysisServices/_enum/AccessorKind.cs +++ b/src/Durian.AnalysisServices/_enum/AccessorKind.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all possible accessor kinds. diff --git a/src/Durian.AnalysisServices/_enum/AttributeTarget.cs b/src/Durian.AnalysisServices/_enum/AttributeTarget.cs index c4dde63a..8ac5c14a 100644 --- a/src/Durian.AnalysisServices/_enum/AttributeTarget.cs +++ b/src/Durian.AnalysisServices/_enum/AttributeTarget.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Specifies all available targets for an attribute. diff --git a/src/Durian.AnalysisServices/_enum/AttributeTargetKind.cs b/src/Durian.AnalysisServices/_enum/AttributeTargetKind.cs index 77ad4a01..8c457784 100644 --- a/src/Durian.AnalysisServices/_enum/AttributeTargetKind.cs +++ b/src/Durian.AnalysisServices/_enum/AttributeTargetKind.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Specifies kind of an attribute target specifier. diff --git a/src/Durian.AnalysisServices/_enum/AutoPropertyKind.cs b/src/Durian.AnalysisServices/_enum/AutoPropertyKind.cs index 005faa57..e36db3b5 100644 --- a/src/Durian.AnalysisServices/_enum/AutoPropertyKind.cs +++ b/src/Durian.AnalysisServices/_enum/AutoPropertyKind.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all possible auto-property kinds. diff --git a/src/Durian.AnalysisServices/_enum/BackingFieldKind.cs b/src/Durian.AnalysisServices/_enum/BackingFieldKind.cs index d4f3abc4..84777307 100644 --- a/src/Durian.AnalysisServices/_enum/BackingFieldKind.cs +++ b/src/Durian.AnalysisServices/_enum/BackingFieldKind.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all possible backing field kinds. diff --git a/src/Durian.AnalysisServices/_enum/ConstructorInitializer.cs b/src/Durian.AnalysisServices/_enum/ConstructorInitializer.cs index bb381ef1..d657175a 100644 --- a/src/Durian.AnalysisServices/_enum/ConstructorInitializer.cs +++ b/src/Durian.AnalysisServices/_enum/ConstructorInitializer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines available constructor initializer targets. diff --git a/src/Durian.AnalysisServices/_enum/DecimalValueType.cs b/src/Durian.AnalysisServices/_enum/DecimalValueType.cs index 4e968737..d7c2d46a 100644 --- a/src/Durian.AnalysisServices/_enum/DecimalValueType.cs +++ b/src/Durian.AnalysisServices/_enum/DecimalValueType.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all existing floating-point numeric types. diff --git a/src/Durian.AnalysisServices/_enum/EventAccessorKind.cs b/src/Durian.AnalysisServices/_enum/EventAccessorKind.cs index 725d8b9f..69392168 100644 --- a/src/Durian.AnalysisServices/_enum/EventAccessorKind.cs +++ b/src/Durian.AnalysisServices/_enum/EventAccessorKind.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all possible event accessor kinds. diff --git a/src/Durian.AnalysisServices/_enum/FilterMode.cs b/src/Durian.AnalysisServices/_enum/FilterMode.cs index 5d08c177..95190dd7 100644 --- a/src/Durian.AnalysisServices/_enum/FilterMode.cs +++ b/src/Durian.AnalysisServices/_enum/FilterMode.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/_enum/GeneratorState.cs b/src/Durian.AnalysisServices/_enum/GeneratorState.cs index 3a418791..e5ce62dc 100644 --- a/src/Durian.AnalysisServices/_enum/GeneratorState.cs +++ b/src/Durian.AnalysisServices/_enum/GeneratorState.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Represents stage of source generation. diff --git a/src/Durian.AnalysisServices/_enum/GenericConstraint.cs b/src/Durian.AnalysisServices/_enum/GenericConstraint.cs index 9ce0e059..4b293508 100644 --- a/src/Durian.AnalysisServices/_enum/GenericConstraint.cs +++ b/src/Durian.AnalysisServices/_enum/GenericConstraint.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/_enum/GoToKind.cs b/src/Durian.AnalysisServices/_enum/GoToKind.cs index 92e615e5..61118911 100644 --- a/src/Durian.AnalysisServices/_enum/GoToKind.cs +++ b/src/Durian.AnalysisServices/_enum/GoToKind.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all possible kinds of a statement. diff --git a/src/Durian.AnalysisServices/_enum/IncludedMembers.cs b/src/Durian.AnalysisServices/_enum/IncludedMembers.cs index 59b19a62..068bb367 100644 --- a/src/Durian.AnalysisServices/_enum/IncludedMembers.cs +++ b/src/Durian.AnalysisServices/_enum/IncludedMembers.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.SymbolContainers; +using Durian.Analysis.SymbolContainers; using Microsoft.CodeAnalysis; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/_enum/IntegerValueType.cs b/src/Durian.AnalysisServices/_enum/IntegerValueType.cs index 8a07756d..8adc16c4 100644 --- a/src/Durian.AnalysisServices/_enum/IntegerValueType.cs +++ b/src/Durian.AnalysisServices/_enum/IntegerValueType.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all existing integral numeric types, excluding native-sized integers ( and ). diff --git a/src/Durian.AnalysisServices/_enum/LiteralKind.cs b/src/Durian.AnalysisServices/_enum/LiteralKind.cs index 0879fae6..db216f2d 100644 --- a/src/Durian.AnalysisServices/_enum/LiteralKind.cs +++ b/src/Durian.AnalysisServices/_enum/LiteralKind.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all possible kinds of literals. diff --git a/src/Durian.AnalysisServices/_enum/NullableAnnotationAttribute.cs b/src/Durian.AnalysisServices/_enum/NullableAnnotationAttribute.cs index f17f3b3f..84c74616 100644 --- a/src/Durian.AnalysisServices/_enum/NullableAnnotationAttribute.cs +++ b/src/Durian.AnalysisServices/_enum/NullableAnnotationAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all attributes that are considered to be part of the nullable reference types features. diff --git a/src/Durian.AnalysisServices/_enum/OperatorRequirements.cs b/src/Durian.AnalysisServices/_enum/OperatorRequirements.cs index a4e6cf7b..c362aaca 100644 --- a/src/Durian.AnalysisServices/_enum/OperatorRequirements.cs +++ b/src/Durian.AnalysisServices/_enum/OperatorRequirements.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/_enum/OverloadableOperator.cs b/src/Durian.AnalysisServices/_enum/OverloadableOperator.cs index e1676109..7347335a 100644 --- a/src/Durian.AnalysisServices/_enum/OverloadableOperator.cs +++ b/src/Durian.AnalysisServices/_enum/OverloadableOperator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all overloadable operators. diff --git a/src/Durian.AnalysisServices/_enum/PropertyAccessorKind.cs b/src/Durian.AnalysisServices/_enum/PropertyAccessorKind.cs index 1e170fce..e45dee38 100644 --- a/src/Durian.AnalysisServices/_enum/PropertyAccessorKind.cs +++ b/src/Durian.AnalysisServices/_enum/PropertyAccessorKind.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all possible property accessor kinds. diff --git a/src/Durian.AnalysisServices/_enum/QualifiedName.cs b/src/Durian.AnalysisServices/_enum/QualifiedName.cs index cc41a7fd..30fffb43 100644 --- a/src/Durian.AnalysisServices/_enum/QualifiedName.cs +++ b/src/Durian.AnalysisServices/_enum/QualifiedName.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Determines format of a qualified name. diff --git a/src/Durian.AnalysisServices/_enum/SpecialAttribute.cs b/src/Durian.AnalysisServices/_enum/SpecialAttribute.cs index 90dc3c93..79f742de 100644 --- a/src/Durian.AnalysisServices/_enum/SpecialAttribute.cs +++ b/src/Durian.AnalysisServices/_enum/SpecialAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.CodeDom.Compiler; using System.Diagnostics; using System.Runtime.CompilerServices; diff --git a/src/Durian.AnalysisServices/_enum/SpecialConstructor.cs b/src/Durian.AnalysisServices/_enum/SpecialConstructor.cs index 44a3f041..6e79d8a6 100644 --- a/src/Durian.AnalysisServices/_enum/SpecialConstructor.cs +++ b/src/Durian.AnalysisServices/_enum/SpecialConstructor.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines kinds of special constructors. diff --git a/src/Durian.AnalysisServices/_enum/SpecialMember.cs b/src/Durian.AnalysisServices/_enum/SpecialMember.cs index fd2f75eb..8a9977d5 100644 --- a/src/Durian.AnalysisServices/_enum/SpecialMember.cs +++ b/src/Durian.AnalysisServices/_enum/SpecialMember.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Runtime.CompilerServices; diff --git a/src/Durian.AnalysisServices/_enum/StringModifiers.cs b/src/Durian.AnalysisServices/_enum/StringModifiers.cs index 565c054a..b932bc50 100644 --- a/src/Durian.AnalysisServices/_enum/StringModifiers.cs +++ b/src/Durian.AnalysisServices/_enum/StringModifiers.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/_enum/SymbolName.cs b/src/Durian.AnalysisServices/_enum/SymbolName.cs index d489d948..bc25018f 100644 --- a/src/Durian.AnalysisServices/_enum/SymbolName.cs +++ b/src/Durian.AnalysisServices/_enum/SymbolName.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/_enum/TypeKeyword.cs b/src/Durian.AnalysisServices/_enum/TypeKeyword.cs index ccda4042..0c147fe6 100644 --- a/src/Durian.AnalysisServices/_enum/TypeKeyword.cs +++ b/src/Durian.AnalysisServices/_enum/TypeKeyword.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all types that have a built-in alias. diff --git a/src/Durian.AnalysisServices/_enum/UsingKind.cs b/src/Durian.AnalysisServices/_enum/UsingKind.cs index 2bd10a0d..6212f709 100644 --- a/src/Durian.AnalysisServices/_enum/UsingKind.cs +++ b/src/Durian.AnalysisServices/_enum/UsingKind.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Defines all possible kinds of a directive. diff --git a/src/Durian.AnalysisServices/_enum/Virtuality.cs b/src/Durian.AnalysisServices/_enum/Virtuality.cs index 46073d3c..d96062e6 100644 --- a/src/Durian.AnalysisServices/_enum/Virtuality.cs +++ b/src/Durian.AnalysisServices/_enum/Virtuality.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Specifies all possible steps of virtuality of a member. diff --git a/src/Durian.AnalysisServices/_exc/BuilderException.cs b/src/Durian.AnalysisServices/_exc/BuilderException.cs index 444a6152..87091417 100644 --- a/src/Durian.AnalysisServices/_exc/BuilderException.cs +++ b/src/Durian.AnalysisServices/_exc/BuilderException.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics.CodeAnalysis; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/_exc/SealedObjectException.cs b/src/Durian.AnalysisServices/_exc/SealedObjectException.cs index ffddc625..8f89e4c6 100644 --- a/src/Durian.AnalysisServices/_exc/SealedObjectException.cs +++ b/src/Durian.AnalysisServices/_exc/SealedObjectException.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics.CodeAnalysis; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/_intf/IBuilder.cs b/src/Durian.AnalysisServices/_intf/IBuilder.cs index d3d6f106..6d28ef85 100644 --- a/src/Durian.AnalysisServices/_intf/IBuilder.cs +++ b/src/Durian.AnalysisServices/_intf/IBuilder.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Provides mechanism for building an object step-by-step. diff --git a/src/Durian.AnalysisServices/_intf/IBuilderReceiver.cs b/src/Durian.AnalysisServices/_intf/IBuilderReceiver.cs index 1671c22e..e0155995 100644 --- a/src/Durian.AnalysisServices/_intf/IBuilderReceiver.cs +++ b/src/Durian.AnalysisServices/_intf/IBuilderReceiver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Provides mechanism for receiving data from a builder object. diff --git a/src/Durian.AnalysisServices/_intf/ICompositeDiagnosticReceiver.cs b/src/Durian.AnalysisServices/_intf/ICompositeDiagnosticReceiver.cs index edf23d9a..dd61426c 100644 --- a/src/Durian.AnalysisServices/_intf/ICompositeDiagnosticReceiver.cs +++ b/src/Durian.AnalysisServices/_intf/ICompositeDiagnosticReceiver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/_intf/IContextualDiagnosticReceiver.cs b/src/Durian.AnalysisServices/_intf/IContextualDiagnosticReceiver.cs index cd7f58f4..639598ba 100644 --- a/src/Durian.AnalysisServices/_intf/IContextualDiagnosticReceiver.cs +++ b/src/Durian.AnalysisServices/_intf/IContextualDiagnosticReceiver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Provides a mechanism for reporting diagnostic messages to a context. diff --git a/src/Durian.AnalysisServices/_intf/IDiagnosticReceiver.cs b/src/Durian.AnalysisServices/_intf/IDiagnosticReceiver.cs index 41fbad14..de232738 100644 --- a/src/Durian.AnalysisServices/_intf/IDiagnosticReceiver.cs +++ b/src/Durian.AnalysisServices/_intf/IDiagnosticReceiver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Microsoft.CodeAnalysis; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/_intf/IDiagnosticReceiverWithBuffer.cs b/src/Durian.AnalysisServices/_intf/IDiagnosticReceiverWithBuffer.cs index 9b5ac1e3..0579f8f2 100644 --- a/src/Durian.AnalysisServices/_intf/IDiagnosticReceiverWithBuffer.cs +++ b/src/Durian.AnalysisServices/_intf/IDiagnosticReceiverWithBuffer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/_intf/IDurianAnalysisContext.cs b/src/Durian.AnalysisServices/_intf/IDurianAnalysisContext.cs index 406a3707..069865b0 100644 --- a/src/Durian.AnalysisServices/_intf/IDurianAnalysisContext.cs +++ b/src/Durian.AnalysisServices/_intf/IDurianAnalysisContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/_intf/IDurianAnalyzer.cs b/src/Durian.AnalysisServices/_intf/IDurianAnalyzer.cs index daee92e2..f03530a8 100644 --- a/src/Durian.AnalysisServices/_intf/IDurianAnalyzer.cs +++ b/src/Durian.AnalysisServices/_intf/IDurianAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.AnalysisServices/_intf/IDurianGenerator.cs b/src/Durian.AnalysisServices/_intf/IDurianGenerator.cs index 6e06269f..f0697add 100644 --- a/src/Durian.AnalysisServices/_intf/IDurianGenerator.cs +++ b/src/Durian.AnalysisServices/_intf/IDurianGenerator.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using Durian.Analysis.Logging; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/_intf/IDurianSyntaxContextReceiver.cs b/src/Durian.AnalysisServices/_intf/IDurianSyntaxContextReceiver.cs index b3f4ff58..91e44745 100644 --- a/src/Durian.AnalysisServices/_intf/IDurianSyntaxContextReceiver.cs +++ b/src/Durian.AnalysisServices/_intf/IDurianSyntaxContextReceiver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Microsoft.CodeAnalysis; +using Microsoft.CodeAnalysis; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/_intf/IDurianSyntaxReceiver.cs b/src/Durian.AnalysisServices/_intf/IDurianSyntaxReceiver.cs index ccc9974f..13690297 100644 --- a/src/Durian.AnalysisServices/_intf/IDurianSyntaxReceiver.cs +++ b/src/Durian.AnalysisServices/_intf/IDurianSyntaxReceiver.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using Microsoft.CodeAnalysis; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/_intf/IGeneratorPassContext.cs b/src/Durian.AnalysisServices/_intf/IGeneratorPassContext.cs index 087ddbd1..c573b2d7 100644 --- a/src/Durian.AnalysisServices/_intf/IGeneratorPassContext.cs +++ b/src/Durian.AnalysisServices/_intf/IGeneratorPassContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using Durian.Analysis.Data; using Durian.Analysis.Logging; using Microsoft.CodeAnalysis; diff --git a/src/Durian.AnalysisServices/_intf/IGeneratorServiceContainer.cs b/src/Durian.AnalysisServices/_intf/IGeneratorServiceContainer.cs index 6f058e64..5cdafb54 100644 --- a/src/Durian.AnalysisServices/_intf/IGeneratorServiceContainer.cs +++ b/src/Durian.AnalysisServices/_intf/IGeneratorServiceContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/_intf/IGeneratorServiceResolver.cs b/src/Durian.AnalysisServices/_intf/IGeneratorServiceResolver.cs index 5395255c..4679d497 100644 --- a/src/Durian.AnalysisServices/_intf/IGeneratorServiceResolver.cs +++ b/src/Durian.AnalysisServices/_intf/IGeneratorServiceResolver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis { diff --git a/src/Durian.AnalysisServices/_intf/INodeDiagnosticReceiver.cs b/src/Durian.AnalysisServices/_intf/INodeDiagnosticReceiver.cs index 5cca7c53..a41f61d8 100644 --- a/src/Durian.AnalysisServices/_intf/INodeDiagnosticReceiver.cs +++ b/src/Durian.AnalysisServices/_intf/INodeDiagnosticReceiver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Microsoft.CodeAnalysis; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/_intf/INodeProvider.cs b/src/Durian.AnalysisServices/_intf/INodeProvider.cs index ce844859..cd016b8a 100644 --- a/src/Durian.AnalysisServices/_intf/INodeProvider.cs +++ b/src/Durian.AnalysisServices/_intf/INodeProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Microsoft.CodeAnalysis; namespace Durian.Analysis diff --git a/src/Durian.AnalysisServices/_intf/ISealable.cs b/src/Durian.AnalysisServices/_intf/ISealable.cs index 13c6c6c5..b3c86c70 100644 --- a/src/Durian.AnalysisServices/_intf/ISealable.cs +++ b/src/Durian.AnalysisServices/_intf/ISealable.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Provides a mechanism for prohibiting and permitting modifications of the current object. diff --git a/src/Durian.AnalysisServices/_intf/ISourceTextProvider.cs b/src/Durian.AnalysisServices/_intf/ISourceTextProvider.cs index f9a424f5..f7785ff5 100644 --- a/src/Durian.AnalysisServices/_intf/ISourceTextProvider.cs +++ b/src/Durian.AnalysisServices/_intf/ISourceTextProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Provides text and hint name of a syntax tree. diff --git a/src/Durian.AnalysisServices/_intf/ISymbolNameResolver.cs b/src/Durian.AnalysisServices/_intf/ISymbolNameResolver.cs index 8d254b3d..e1663446 100644 --- a/src/Durian.AnalysisServices/_intf/ISymbolNameResolver.cs +++ b/src/Durian.AnalysisServices/_intf/ISymbolNameResolver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.Data; +using Durian.Analysis.Data; using Microsoft.CodeAnalysis; namespace Durian.Analysis diff --git a/src/Durian.CopyFrom/CodeFixes/MakePartialCodeFix.cs b/src/Durian.CopyFrom/CodeFixes/MakePartialCodeFix.cs index 86fd2d72..d6018daf 100644 --- a/src/Durian.CopyFrom/CodeFixes/MakePartialCodeFix.cs +++ b/src/Durian.CopyFrom/CodeFixes/MakePartialCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.CodeFixes; +using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.CopyFrom/CodeFixes/MovePatternAttributeCodeFix.cs b/src/Durian.CopyFrom/CodeFixes/MovePatternAttributeCodeFix.cs index 4ccef8f8..753fad18 100644 --- a/src/Durian.CopyFrom/CodeFixes/MovePatternAttributeCodeFix.cs +++ b/src/Durian.CopyFrom/CodeFixes/MovePatternAttributeCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Linq; +using System.Linq; using System.Threading.Tasks; using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; diff --git a/src/Durian.CopyFrom/CodeFixes/RemoveDuplicateCopyFromAttributeCodeFix.cs b/src/Durian.CopyFrom/CodeFixes/RemoveDuplicateCopyFromAttributeCodeFix.cs index 192fff83..ab2e62c3 100644 --- a/src/Durian.CopyFrom/CodeFixes/RemoveDuplicateCopyFromAttributeCodeFix.cs +++ b/src/Durian.CopyFrom/CodeFixes/RemoveDuplicateCopyFromAttributeCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.CodeFixes; +using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.CopyFrom/CodeFixes/RemoveRedundantPatternAttributeCodeFix.cs b/src/Durian.CopyFrom/CodeFixes/RemoveRedundantPatternAttributeCodeFix.cs index 86a6bc3c..21fe62d0 100644 --- a/src/Durian.CopyFrom/CodeFixes/RemoveRedundantPatternAttributeCodeFix.cs +++ b/src/Durian.CopyFrom/CodeFixes/RemoveRedundantPatternAttributeCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.CodeFixes; +using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.CopyFrom/CopyFromAdditionalNodesProvider.cs b/src/Durian.CopyFrom/CopyFromAdditionalNodesProvider.cs index ba2e5b59..7dec6061 100644 --- a/src/Durian.CopyFrom/CopyFromAdditionalNodesProvider.cs +++ b/src/Durian.CopyFrom/CopyFromAdditionalNodesProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CopyFrom +namespace Durian.Analysis.CopyFrom { /// /// that creates syntax tree of the Durian.CopyFromIncludeNode enum. diff --git a/src/Durian.CopyFrom/CopyFromAnalyzer.cs b/src/Durian.CopyFrom/CopyFromAnalyzer.cs index b40add80..feca768b 100644 --- a/src/Durian.CopyFrom/CopyFromAnalyzer.cs +++ b/src/Durian.CopyFrom/CopyFromAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Durian.Analysis.Extensions; diff --git a/src/Durian.CopyFrom/CopyFromAnalyzer.pattern.cs b/src/Durian.CopyFrom/CopyFromAnalyzer.pattern.cs index 489d2db9..a4e30946 100644 --- a/src/Durian.CopyFrom/CopyFromAnalyzer.pattern.cs +++ b/src/Durian.CopyFrom/CopyFromAnalyzer.pattern.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Durian.CopyFrom/CopyFromCompilationData.cs b/src/Durian.CopyFrom/CopyFromCompilationData.cs index a64fcbf7..d4ba778b 100644 --- a/src/Durian.CopyFrom/CopyFromCompilationData.cs +++ b/src/Durian.CopyFrom/CopyFromCompilationData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics.CodeAnalysis; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.CopyFrom/CopyFromDiagnostics.cs b/src/Durian.CopyFrom/CopyFromDiagnostics.cs index 547409b5..81ac83e2 100644 --- a/src/Durian.CopyFrom/CopyFromDiagnostics.cs +++ b/src/Durian.CopyFrom/CopyFromDiagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Info; +using Durian.Info; using Microsoft.CodeAnalysis; namespace Durian.Analysis.CopyFrom diff --git a/src/Durian.CopyFrom/CopyFromGenerator.cs b/src/Durian.CopyFrom/CopyFromGenerator.cs index bd1ce20e..6220cfa9 100644 --- a/src/Durian.CopyFrom/CopyFromGenerator.cs +++ b/src/Durian.CopyFrom/CopyFromGenerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; diff --git a/src/Durian.CopyFrom/CopyFromMethodAttributeProvider.cs b/src/Durian.CopyFrom/CopyFromMethodAttributeProvider.cs index 4b936cf5..dcf0b7a2 100644 --- a/src/Durian.CopyFrom/CopyFromMethodAttributeProvider.cs +++ b/src/Durian.CopyFrom/CopyFromMethodAttributeProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CopyFrom +namespace Durian.Analysis.CopyFrom { /// /// that creates syntax tree of the Durian.CopyFromMethodAttribute class. diff --git a/src/Durian.CopyFrom/CopyFromPassContext.cs b/src/Durian.CopyFrom/CopyFromPassContext.cs index c0c73529..5d17673a 100644 --- a/src/Durian.CopyFrom/CopyFromPassContext.cs +++ b/src/Durian.CopyFrom/CopyFromPassContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Text.RegularExpressions; +using System.Text.RegularExpressions; using System.Threading; using Durian.Analysis.Logging; using Microsoft.CodeAnalysis; diff --git a/src/Durian.CopyFrom/CopyFromSyntaxReceiver.cs b/src/Durian.CopyFrom/CopyFromSyntaxReceiver.cs index 9cc36d8f..2ff3528f 100644 --- a/src/Durian.CopyFrom/CopyFromSyntaxReceiver.cs +++ b/src/Durian.CopyFrom/CopyFromSyntaxReceiver.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.CopyFrom/CopyFromTypeAttributeProvider.cs b/src/Durian.CopyFrom/CopyFromTypeAttributeProvider.cs index f728b4fd..82a8f0e1 100644 --- a/src/Durian.CopyFrom/CopyFromTypeAttributeProvider.cs +++ b/src/Durian.CopyFrom/CopyFromTypeAttributeProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CopyFrom +namespace Durian.Analysis.CopyFrom { /// /// that creates syntax tree of the Durian.CopyFromTypeAttribute class. diff --git a/src/Durian.CopyFrom/DependencyQueue.cs b/src/Durian.CopyFrom/DependencyQueue.cs index 34196df4..98901467 100644 --- a/src/Durian.CopyFrom/DependencyQueue.cs +++ b/src/Durian.CopyFrom/DependencyQueue.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Concurrent; +using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.CopyFrom/Methods/CopyFromAnalyzer.method.cs b/src/Durian.CopyFrom/Methods/CopyFromAnalyzer.method.cs index fc8d233f..4cf647a7 100644 --- a/src/Durian.CopyFrom/Methods/CopyFromAnalyzer.method.cs +++ b/src/Durian.CopyFrom/Methods/CopyFromAnalyzer.method.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.CopyFrom/Methods/CopyFromGenerator.method.cs b/src/Durian.CopyFrom/Methods/CopyFromGenerator.method.cs index 445aa400..c9e5db95 100644 --- a/src/Durian.CopyFrom/Methods/CopyFromGenerator.method.cs +++ b/src/Durian.CopyFrom/Methods/CopyFromGenerator.method.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using Durian.Analysis.CopyFrom.Methods; using Durian.Analysis.Extensions; diff --git a/src/Durian.CopyFrom/Methods/CopyFromMethodContext.cs b/src/Durian.CopyFrom/Methods/CopyFromMethodContext.cs index 9c017a8d..81a28724 100644 --- a/src/Durian.CopyFrom/Methods/CopyFromMethodContext.cs +++ b/src/Durian.CopyFrom/Methods/CopyFromMethodContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using Durian.Analysis.Data; using Durian.Analysis.Extensions; using Durian.Analysis.Filtration; diff --git a/src/Durian.CopyFrom/Methods/CopyFromMethodData.cs b/src/Durian.CopyFrom/Methods/CopyFromMethodData.cs index d26dd10d..6d49cd6e 100644 --- a/src/Durian.CopyFrom/Methods/CopyFromMethodData.cs +++ b/src/Durian.CopyFrom/Methods/CopyFromMethodData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Durian.Analysis.Data.FromSource; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.CopyFrom/Methods/CopyFromMethodFilter.cs b/src/Durian.CopyFrom/Methods/CopyFromMethodFilter.cs index 1dd89da1..9de3cd1a 100644 --- a/src/Durian.CopyFrom/Methods/CopyFromMethodFilter.cs +++ b/src/Durian.CopyFrom/Methods/CopyFromMethodFilter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using Durian.Analysis.Cache; diff --git a/src/Durian.CopyFrom/Methods/TargetMethodData.cs b/src/Durian.CopyFrom/Methods/TargetMethodData.cs index 9ff3e507..907c74c8 100644 --- a/src/Durian.CopyFrom/Methods/TargetMethodData.cs +++ b/src/Durian.CopyFrom/Methods/TargetMethodData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Microsoft.CodeAnalysis; namespace Durian.Analysis.CopyFrom.Methods diff --git a/src/Durian.CopyFrom/PatternAttributeProvider.cs b/src/Durian.CopyFrom/PatternAttributeProvider.cs index 3a99da5c..37927364 100644 --- a/src/Durian.CopyFrom/PatternAttributeProvider.cs +++ b/src/Durian.CopyFrom/PatternAttributeProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.CopyFrom +namespace Durian.Analysis.CopyFrom { /// /// that creates syntax tree of the Durian.PatternAttribute class. diff --git a/src/Durian.CopyFrom/PatternData.cs b/src/Durian.CopyFrom/PatternData.cs index 1328c9d0..0fcba11c 100644 --- a/src/Durian.CopyFrom/PatternData.cs +++ b/src/Durian.CopyFrom/PatternData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.CopyFrom { diff --git a/src/Durian.CopyFrom/RegexProvider.cs b/src/Durian.CopyFrom/RegexProvider.cs index f6180971..8949bc1e 100644 --- a/src/Durian.CopyFrom/RegexProvider.cs +++ b/src/Durian.CopyFrom/RegexProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Text.RegularExpressions; namespace Durian.Analysis.CopyFrom diff --git a/src/Durian.CopyFrom/SymbolRegistry.cs b/src/Durian.CopyFrom/SymbolRegistry.cs index d3b40241..14063be4 100644 --- a/src/Durian.CopyFrom/SymbolRegistry.cs +++ b/src/Durian.CopyFrom/SymbolRegistry.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Concurrent; +using System.Collections.Concurrent; using Microsoft.CodeAnalysis; namespace Durian.Analysis.CopyFrom diff --git a/src/Durian.CopyFrom/Types/CopyFromAnalyzer.type.cs b/src/Durian.CopyFrom/Types/CopyFromAnalyzer.type.cs index 06544f46..c87344db 100644 --- a/src/Durian.CopyFrom/Types/CopyFromAnalyzer.type.cs +++ b/src/Durian.CopyFrom/Types/CopyFromAnalyzer.type.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.CopyFrom/Types/CopyFromGenerator.type.cs b/src/Durian.CopyFrom/Types/CopyFromGenerator.type.cs index 5ffe6e54..af0bfd34 100644 --- a/src/Durian.CopyFrom/Types/CopyFromGenerator.type.cs +++ b/src/Durian.CopyFrom/Types/CopyFromGenerator.type.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.CopyFrom/Types/CopyFromTypeContext.cs b/src/Durian.CopyFrom/Types/CopyFromTypeContext.cs index 723e72c0..6a938938 100644 --- a/src/Durian.CopyFrom/Types/CopyFromTypeContext.cs +++ b/src/Durian.CopyFrom/Types/CopyFromTypeContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using Durian.Analysis.Data; using Durian.Analysis.Extensions; using Durian.Analysis.Filtration; diff --git a/src/Durian.CopyFrom/Types/CopyFromTypeData.cs b/src/Durian.CopyFrom/Types/CopyFromTypeData.cs index 8cf24af2..a022e482 100644 --- a/src/Durian.CopyFrom/Types/CopyFromTypeData.cs +++ b/src/Durian.CopyFrom/Types/CopyFromTypeData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Durian.Analysis.Data.FromSource; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.CopyFrom/Types/CopyFromTypeFilter.cs b/src/Durian.CopyFrom/Types/CopyFromTypeFilter.cs index 6319a119..09202277 100644 --- a/src/Durian.CopyFrom/Types/CopyFromTypeFilter.cs +++ b/src/Durian.CopyFrom/Types/CopyFromTypeFilter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Durian.CopyFrom/Types/TargetTypeData.cs b/src/Durian.CopyFrom/Types/TargetTypeData.cs index 8305ee7b..9f58de9e 100644 --- a/src/Durian.CopyFrom/Types/TargetTypeData.cs +++ b/src/Durian.CopyFrom/Types/TargetTypeData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.CopyFrom/_enum/AdditionalNodes.cs b/src/Durian.CopyFrom/_enum/AdditionalNodes.cs index a22409f5..808a8e68 100644 --- a/src/Durian.CopyFrom/_enum/AdditionalNodes.cs +++ b/src/Durian.CopyFrom/_enum/AdditionalNodes.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.CopyFrom { diff --git a/src/Durian.CopyFrom/_intf/ICopyFromMember.cs b/src/Durian.CopyFrom/_intf/ICopyFromMember.cs index 27750dbb..e027b66f 100644 --- a/src/Durian.CopyFrom/_intf/ICopyFromMember.cs +++ b/src/Durian.CopyFrom/_intf/ICopyFromMember.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.Data; +using Durian.Analysis.Data; using Microsoft.CodeAnalysis; namespace Durian.Analysis.CopyFrom diff --git a/src/Durian.Core.Analyzer/CustomTypesInGeneratorNamespaceAnalyzer.cs b/src/Durian.Core.Analyzer/CustomTypesInGeneratorNamespaceAnalyzer.cs index 7c82f7f7..51332596 100644 --- a/src/Durian.Core.Analyzer/CustomTypesInGeneratorNamespaceAnalyzer.cs +++ b/src/Durian.Core.Analyzer/CustomTypesInGeneratorNamespaceAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Immutable; +using System.Collections.Immutable; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.Core.Analyzer/DependencyAnalyzer.cs b/src/Durian.Core.Analyzer/DependencyAnalyzer.cs index b673fb8d..cd713c36 100644 --- a/src/Durian.Core.Analyzer/DependencyAnalyzer.cs +++ b/src/Durian.Core.Analyzer/DependencyAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using Durian.Info; using Microsoft.CodeAnalysis; diff --git a/src/Durian.Core.Analyzer/DurianDiagnostics.cs b/src/Durian.Core.Analyzer/DurianDiagnostics.cs index e28886d5..fe9b94b8 100644 --- a/src/Durian.Core.Analyzer/DurianDiagnostics.cs +++ b/src/Durian.Core.Analyzer/DurianDiagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.Logging; +using Durian.Analysis.Logging; using Durian.Info; using Microsoft.CodeAnalysis; diff --git a/src/Durian.Core.Analyzer/EnableCoreModuleGenerator.cs b/src/Durian.Core.Analyzer/EnableCoreModuleGenerator.cs index 7991d386..d790bb5f 100644 --- a/src/Durian.Core.Analyzer/EnableCoreModuleGenerator.cs +++ b/src/Durian.Core.Analyzer/EnableCoreModuleGenerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.Logging; +using Durian.Analysis.Logging; using Durian.Info; using Microsoft.CodeAnalysis; diff --git a/src/Durian.Core.Analyzer/EnableLoggingAttributeAnalyzer.cs b/src/Durian.Core.Analyzer/EnableLoggingAttributeAnalyzer.cs index 557af1b5..f6702757 100644 --- a/src/Durian.Core.Analyzer/EnableLoggingAttributeAnalyzer.cs +++ b/src/Durian.Core.Analyzer/EnableLoggingAttributeAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Durian.Analysis.Extensions; diff --git a/src/Durian.Core.Analyzer/IsCSharpCompilationAnalyzer.cs b/src/Durian.Core.Analyzer/IsCSharpCompilationAnalyzer.cs index 4caedc72..29d53fc4 100644 --- a/src/Durian.Core.Analyzer/IsCSharpCompilationAnalyzer.cs +++ b/src/Durian.Core.Analyzer/IsCSharpCompilationAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Immutable; +using System.Collections.Immutable; using Durian.Analysis.Extensions; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.Core.Analyzer/PartialNameAnalyzer.cs b/src/Durian.Core.Analyzer/PartialNameAnalyzer.cs index 92ca0ff1..638fd031 100644 --- a/src/Durian.Core.Analyzer/PartialNameAnalyzer.cs +++ b/src/Durian.Core.Analyzer/PartialNameAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Durian.Analysis.Extensions; diff --git a/src/Durian.Core.Analyzer/TypeImportAnalyzer.cs b/src/Durian.Core.Analyzer/TypeImportAnalyzer.cs index ef162825..b362e53a 100644 --- a/src/Durian.Core.Analyzer/TypeImportAnalyzer.cs +++ b/src/Durian.Core.Analyzer/TypeImportAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Durian.Core/Analysis/DurianStrings.cs b/src/Durian.Core/Analysis/DurianStrings.cs index 57c36cd0..ee38b18b 100644 --- a/src/Durian.Core/Analysis/DurianStrings.cs +++ b/src/Durian.Core/Analysis/DurianStrings.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis +namespace Durian.Analysis { /// /// Contains some of the most commonly-used s. diff --git a/src/Durian.Core/Analysis/Logging/_attr/EnableLoggingAttribute.cs b/src/Durian.Core/Analysis/Logging/_attr/EnableLoggingAttribute.cs index 58b3a9ac..108da883 100644 --- a/src/Durian.Core/Analysis/Logging/_attr/EnableLoggingAttribute.cs +++ b/src/Durian.Core/Analysis/Logging/_attr/EnableLoggingAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics.CodeAnalysis; using Durian.Info; diff --git a/src/Durian.Core/Analysis/Logging/_enum/GeneratorLogs.cs b/src/Durian.Core/Analysis/Logging/_enum/GeneratorLogs.cs index 08f75ce7..7a613e03 100644 --- a/src/Durian.Core/Analysis/Logging/_enum/GeneratorLogs.cs +++ b/src/Durian.Core/Analysis/Logging/_enum/GeneratorLogs.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.Logging { diff --git a/src/Durian.Core/Analysis/Logging/_enum/NodeOutput.cs b/src/Durian.Core/Analysis/Logging/_enum/NodeOutput.cs index 4efe7845..fd26be25 100644 --- a/src/Durian.Core/Analysis/Logging/_enum/NodeOutput.cs +++ b/src/Durian.Core/Analysis/Logging/_enum/NodeOutput.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.Logging +namespace Durian.Analysis.Logging { /// /// Determines what to output when a node is being logged. diff --git a/src/Durian.Core/Analysis/Logging/_intf/ILoggingConfigurationAttribute.cs b/src/Durian.Core/Analysis/Logging/_intf/ILoggingConfigurationAttribute.cs index 2d4dc61a..95e53593 100644 --- a/src/Durian.Core/Analysis/Logging/_intf/ILoggingConfigurationAttribute.cs +++ b/src/Durian.Core/Analysis/Logging/_intf/ILoggingConfigurationAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.Logging +namespace Durian.Analysis.Logging { internal interface ILoggingConfigurationAttribute { diff --git a/src/Durian.Core/AssemblyExtensions.Modules.cs b/src/Durian.Core/AssemblyExtensions.Modules.cs index 8dee51e1..53dd7154 100644 --- a/src/Durian.Core/AssemblyExtensions.Modules.cs +++ b/src/Durian.Core/AssemblyExtensions.Modules.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/src/Durian.Core/AssemblyExtensions.Packages.cs b/src/Durian.Core/AssemblyExtensions.Packages.cs index ea0c3450..3d10203a 100644 --- a/src/Durian.Core/AssemblyExtensions.Packages.cs +++ b/src/Durian.Core/AssemblyExtensions.Packages.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Linq; using System.Reflection; diff --git a/src/Durian.Core/AssemblyExtensions.Types.cs b/src/Durian.Core/AssemblyExtensions.Types.cs index a0ccb842..56157fc6 100644 --- a/src/Durian.Core/AssemblyExtensions.Types.cs +++ b/src/Durian.Core/AssemblyExtensions.Types.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Durian.Core/DiagnosticData.cs b/src/Durian.Core/DiagnosticData.cs index a41b0f06..f61f25db 100644 --- a/src/Durian.Core/DiagnosticData.cs +++ b/src/Durian.Core/DiagnosticData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics; namespace Durian.Info diff --git a/src/Durian.Core/Generator/_attr/DurianGeneratedAttribute.cs b/src/Durian.Core/Generator/_attr/DurianGeneratedAttribute.cs index 9fac359c..c8fbf8b3 100644 --- a/src/Durian.Core/Generator/_attr/DurianGeneratedAttribute.cs +++ b/src/Durian.Core/Generator/_attr/DurianGeneratedAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Generator { diff --git a/src/Durian.Core/Generator/_attr/EnableModuleAttribute.cs b/src/Durian.Core/Generator/_attr/EnableModuleAttribute.cs index 919e13de..39e34236 100644 --- a/src/Durian.Core/Generator/_attr/EnableModuleAttribute.cs +++ b/src/Durian.Core/Generator/_attr/EnableModuleAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Durian.Info; namespace Durian.Generator diff --git a/src/Durian.Core/GlobalInfo.cs b/src/Durian.Core/GlobalInfo.cs index 0219418d..44b4510c 100644 --- a/src/Durian.Core/GlobalInfo.cs +++ b/src/Durian.Core/GlobalInfo.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Info +namespace Durian.Info { /// /// Contains information about the Durian project. diff --git a/src/Durian.Core/IdSection.cs b/src/Durian.Core/IdSection.cs index 995da022..de6cd913 100644 --- a/src/Durian.Core/IdSection.cs +++ b/src/Durian.Core/IdSection.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Info { diff --git a/src/Durian.Core/IdentityPool.cs b/src/Durian.Core/IdentityPool.cs index 191c4dfb..858024db 100644 --- a/src/Durian.Core/IdentityPool.cs +++ b/src/Durian.Core/IdentityPool.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Concurrent; +using System.Collections.Concurrent; namespace Durian.Info { diff --git a/src/Durian.Core/ModuleContainer.cs b/src/Durian.Core/ModuleContainer.cs index 8518ab18..2059ef5e 100644 --- a/src/Durian.Core/ModuleContainer.cs +++ b/src/Durian.Core/ModuleContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/Durian.Core/ModuleConverter.cs b/src/Durian.Core/ModuleConverter.cs index aa616bcc..aab2f606 100644 --- a/src/Durian.Core/ModuleConverter.cs +++ b/src/Durian.Core/ModuleConverter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; diff --git a/src/Durian.Core/ModuleEnumEqualityComparer.cs b/src/Durian.Core/ModuleEnumEqualityComparer.cs index 147dcdaf..9209515e 100644 --- a/src/Durian.Core/ModuleEnumEqualityComparer.cs +++ b/src/Durian.Core/ModuleEnumEqualityComparer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; namespace Durian.Info diff --git a/src/Durian.Core/ModuleIdentity.cs b/src/Durian.Core/ModuleIdentity.cs index fa74d170..1337cefd 100644 --- a/src/Durian.Core/ModuleIdentity.cs +++ b/src/Durian.Core/ModuleIdentity.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; namespace Durian.Info diff --git a/src/Durian.Core/ModuleIdentity.manual.cs b/src/Durian.Core/ModuleIdentity.manual.cs index e4b1991a..b0b3e2c2 100644 --- a/src/Durian.Core/ModuleIdentity.manual.cs +++ b/src/Durian.Core/ModuleIdentity.manual.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics.CodeAnalysis; namespace Durian.Info diff --git a/src/Durian.Core/ModuleIdentity.static.cs b/src/Durian.Core/ModuleIdentity.static.cs index 76b4d809..a30ad5b0 100644 --- a/src/Durian.Core/ModuleIdentity.static.cs +++ b/src/Durian.Core/ModuleIdentity.static.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Durian.Core/ModuleNames.cs b/src/Durian.Core/ModuleNames.cs index 15744b6c..2c7ff344 100644 --- a/src/Durian.Core/ModuleNames.cs +++ b/src/Durian.Core/ModuleNames.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Info +namespace Durian.Info { /// /// Names of all existing Durian modules. diff --git a/src/Durian.Core/ModuleReference.cs b/src/Durian.Core/ModuleReference.cs index a0afd592..61221cfb 100644 --- a/src/Durian.Core/ModuleReference.cs +++ b/src/Durian.Core/ModuleReference.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Info { diff --git a/src/Durian.Core/PackageContainer.cs b/src/Durian.Core/PackageContainer.cs index 15274e8e..624d6724 100644 --- a/src/Durian.Core/PackageContainer.cs +++ b/src/Durian.Core/PackageContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; diff --git a/src/Durian.Core/PackageConverter.cs b/src/Durian.Core/PackageConverter.cs index 8ffd6f52..45c0d214 100644 --- a/src/Durian.Core/PackageConverter.cs +++ b/src/Durian.Core/PackageConverter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Linq; diff --git a/src/Durian.Core/PackageEnumEqualityComparer.cs b/src/Durian.Core/PackageEnumEqualityComparer.cs index f9eb2af7..e2ed8282 100644 --- a/src/Durian.Core/PackageEnumEqualityComparer.cs +++ b/src/Durian.Core/PackageEnumEqualityComparer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; namespace Durian.Info diff --git a/src/Durian.Core/PackageIdentity.cs b/src/Durian.Core/PackageIdentity.cs index d2f415b2..26efdda9 100644 --- a/src/Durian.Core/PackageIdentity.cs +++ b/src/Durian.Core/PackageIdentity.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; namespace Durian.Info diff --git a/src/Durian.Core/PackageIdentity.manual.cs b/src/Durian.Core/PackageIdentity.manual.cs index 51fb0506..4dcde74b 100644 --- a/src/Durian.Core/PackageIdentity.manual.cs +++ b/src/Durian.Core/PackageIdentity.manual.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Durian.Core/PackageIdentity.static.cs b/src/Durian.Core/PackageIdentity.static.cs index 13970abe..5c226233 100644 --- a/src/Durian.Core/PackageIdentity.static.cs +++ b/src/Durian.Core/PackageIdentity.static.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Durian.Core/PackageNames.cs b/src/Durian.Core/PackageNames.cs index 773550d1..05909103 100644 --- a/src/Durian.Core/PackageNames.cs +++ b/src/Durian.Core/PackageNames.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Info +namespace Durian.Info { /// /// Names of all existing Durian packages. diff --git a/src/Durian.Core/PackageReference.cs b/src/Durian.Core/PackageReference.cs index 9d10b71d..0db580a9 100644 --- a/src/Durian.Core/PackageReference.cs +++ b/src/Durian.Core/PackageReference.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Info { diff --git a/src/Durian.Core/TypeIdentity.cs b/src/Durian.Core/TypeIdentity.cs index 2e4c9928..ad02a53f 100644 --- a/src/Durian.Core/TypeIdentity.cs +++ b/src/Durian.Core/TypeIdentity.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; namespace Durian.Info diff --git a/src/Durian.Core/TypeIdentity.static.cs b/src/Durian.Core/TypeIdentity.static.cs index 50b261cf..fc5c05de 100644 --- a/src/Durian.Core/TypeIdentity.static.cs +++ b/src/Durian.Core/TypeIdentity.static.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Durian.Core/Utilities.cs b/src/Durian.Core/Utilities.cs index f91506f2..6262fcae 100644 --- a/src/Durian.Core/Utilities.cs +++ b/src/Durian.Core/Utilities.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; namespace Durian.Info diff --git a/src/Durian.Core/_attr/PartialNameAttribute.cs b/src/Durian.Core/_attr/PartialNameAttribute.cs index 7d862599..ad323975 100644 --- a/src/Durian.Core/_attr/PartialNameAttribute.cs +++ b/src/Durian.Core/_attr/PartialNameAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics; namespace Durian diff --git a/src/Durian.Core/_enum/DurianModule.cs b/src/Durian.Core/_enum/DurianModule.cs index 727806c0..5047d6fe 100644 --- a/src/Durian.Core/_enum/DurianModule.cs +++ b/src/Durian.Core/_enum/DurianModule.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Info +namespace Durian.Info { /// /// Defines all modules a package can be part of. diff --git a/src/Durian.Core/_enum/DurianPackage.cs b/src/Durian.Core/_enum/DurianPackage.cs index 52206bed..c76c055f 100644 --- a/src/Durian.Core/_enum/DurianPackage.cs +++ b/src/Durian.Core/_enum/DurianPackage.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Info +namespace Durian.Info { /// /// Defines every package of the Durian project. diff --git a/src/Durian.Core/_enum/PackageType.cs b/src/Durian.Core/_enum/PackageType.cs index 2555a0ab..51418888 100644 --- a/src/Durian.Core/_enum/PackageType.cs +++ b/src/Durian.Core/_enum/PackageType.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Info { diff --git a/src/Durian.Core/_init.cs b/src/Durian.Core/_init.cs index 1209104f..3fd16d62 100644 --- a/src/Durian.Core/_init.cs +++ b/src/Durian.Core/_init.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - // // Original source: https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis/NullableAttributes.cs // diff --git a/src/Durian.Core/_intf/IDurianContainer.cs b/src/Durian.Core/_intf/IDurianContainer.cs index 2c849da0..8e59285d 100644 --- a/src/Durian.Core/_intf/IDurianContainer.cs +++ b/src/Durian.Core/_intf/IDurianContainer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections; using System.Collections.Generic; diff --git a/src/Durian.Core/_intf/IDurianIdentity.cs b/src/Durian.Core/_intf/IDurianIdentity.cs index a20a2bf8..8d2d0750 100644 --- a/src/Durian.Core/_intf/IDurianIdentity.cs +++ b/src/Durian.Core/_intf/IDurianIdentity.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Info { diff --git a/src/Durian.Core/_intf/IDurianReference.cs b/src/Durian.Core/_intf/IDurianReference.cs index 5ea27806..2e870e8e 100644 --- a/src/Durian.Core/_intf/IDurianReference.cs +++ b/src/Durian.Core/_intf/IDurianReference.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Info { diff --git a/src/Durian.DefaultParam/CodeFixes/ApplyAttributeValueOfOverriddenMethodCodeFix.cs b/src/Durian.DefaultParam/CodeFixes/ApplyAttributeValueOfOverriddenMethodCodeFix.cs index 9e06dd39..177eddd8 100644 --- a/src/Durian.DefaultParam/CodeFixes/ApplyAttributeValueOfOverriddenMethodCodeFix.cs +++ b/src/Durian.DefaultParam/CodeFixes/ApplyAttributeValueOfOverriddenMethodCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading.Tasks; +using System.Threading.Tasks; using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeActions; diff --git a/src/Durian.DefaultParam/CodeFixes/ApplyCopyConventionCodeFix.cs b/src/Durian.DefaultParam/CodeFixes/ApplyCopyConventionCodeFix.cs index e73be5c4..f35b0039 100644 --- a/src/Durian.DefaultParam/CodeFixes/ApplyCopyConventionCodeFix.cs +++ b/src/Durian.DefaultParam/CodeFixes/ApplyCopyConventionCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading.Tasks; +using System.Threading.Tasks; using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeActions; diff --git a/src/Durian.DefaultParam/CodeFixes/MakePartialCodeFix.cs b/src/Durian.DefaultParam/CodeFixes/MakePartialCodeFix.cs index 3f1f2ca4..2f29ebe1 100644 --- a/src/Durian.DefaultParam/CodeFixes/MakePartialCodeFix.cs +++ b/src/Durian.DefaultParam/CodeFixes/MakePartialCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.CodeFixes; +using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.DefaultParam/CodeFixes/MakeValueOfOverriddenAttributeEquivalentCodeFix.cs b/src/Durian.DefaultParam/CodeFixes/MakeValueOfOverriddenAttributeEquivalentCodeFix.cs index 391e315b..ad92a85a 100644 --- a/src/Durian.DefaultParam/CodeFixes/MakeValueOfOverriddenAttributeEquivalentCodeFix.cs +++ b/src/Durian.DefaultParam/CodeFixes/MakeValueOfOverriddenAttributeEquivalentCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using System.Threading.Tasks; using Durian.Analysis.CodeFixes; using Durian.Analysis.Extensions; diff --git a/src/Durian.DefaultParam/CollidingMember.cs b/src/Durian.DefaultParam/CollidingMember.cs index 89866d77..d6efd655 100644 --- a/src/Durian.DefaultParam/CollidingMember.cs +++ b/src/Durian.DefaultParam/CollidingMember.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis; namespace Durian.Analysis.DefaultParam diff --git a/src/Durian.DefaultParam/ContextExtensions.cs b/src/Durian.DefaultParam/ContextExtensions.cs index 2672d926..f60bd753 100644 --- a/src/Durian.DefaultParam/ContextExtensions.cs +++ b/src/Durian.DefaultParam/ContextExtensions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.DefaultParam.Delegates; +using Durian.Analysis.DefaultParam.Delegates; using Durian.Analysis.DefaultParam.Methods; using Durian.Analysis.DefaultParam.Types; using Durian.Analysis.Filtration; diff --git a/src/Durian.DefaultParam/DPMethodConventionProvider.cs b/src/Durian.DefaultParam/DPMethodConventionProvider.cs index 6a2016f6..18aeb557 100644 --- a/src/Durian.DefaultParam/DPMethodConventionProvider.cs +++ b/src/Durian.DefaultParam/DPMethodConventionProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.DefaultParam +namespace Durian.Analysis.DefaultParam { /// /// that creates syntax tree of the Durian.Configuration.DPMethodConvention enum. diff --git a/src/Durian.DefaultParam/DPTypeConventionProvider.cs b/src/Durian.DefaultParam/DPTypeConventionProvider.cs index 289d08dc..48447662 100644 --- a/src/Durian.DefaultParam/DPTypeConventionProvider.cs +++ b/src/Durian.DefaultParam/DPTypeConventionProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.DefaultParam +namespace Durian.Analysis.DefaultParam { /// /// that creates syntax tree of the Durian.Configuration.DPTypeConvention enum. diff --git a/src/Durian.DefaultParam/DefaultParamAnalyzer.cs b/src/Durian.DefaultParam/DefaultParamAnalyzer.cs index 30ccc62a..95f09c58 100644 --- a/src/Durian.DefaultParam/DefaultParamAnalyzer.cs +++ b/src/Durian.DefaultParam/DefaultParamAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.DefaultParam/DefaultParamAttributeProvider.cs b/src/Durian.DefaultParam/DefaultParamAttributeProvider.cs index 35a684be..5d3df021 100644 --- a/src/Durian.DefaultParam/DefaultParamAttributeProvider.cs +++ b/src/Durian.DefaultParam/DefaultParamAttributeProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.DefaultParam +namespace Durian.Analysis.DefaultParam { /// /// that creates syntax tree of the Durian.DefaultParamAttribute class. diff --git a/src/Durian.DefaultParam/DefaultParamCompilationData.cs b/src/Durian.DefaultParam/DefaultParamCompilationData.cs index 268b49b9..97becd2b 100644 --- a/src/Durian.DefaultParam/DefaultParamCompilationData.cs +++ b/src/Durian.DefaultParam/DefaultParamCompilationData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Diagnostics.CodeAnalysis; using Durian.Analysis.Data; diff --git a/src/Durian.DefaultParam/DefaultParamConfiguration.cs b/src/Durian.DefaultParam/DefaultParamConfiguration.cs index 690af283..6db3b87f 100644 --- a/src/Durian.DefaultParam/DefaultParamConfiguration.cs +++ b/src/Durian.DefaultParam/DefaultParamConfiguration.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.DefaultParam { diff --git a/src/Durian.DefaultParam/DefaultParamConfigurationAnalyzer.cs b/src/Durian.DefaultParam/DefaultParamConfigurationAnalyzer.cs index a9e02de5..0e7e9d5f 100644 --- a/src/Durian.DefaultParam/DefaultParamConfigurationAnalyzer.cs +++ b/src/Durian.DefaultParam/DefaultParamConfigurationAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; using Durian.Analysis.Extensions; diff --git a/src/Durian.DefaultParam/DefaultParamConfigurationAttributeProvider.cs b/src/Durian.DefaultParam/DefaultParamConfigurationAttributeProvider.cs index 71c46d9d..3cbbd974 100644 --- a/src/Durian.DefaultParam/DefaultParamConfigurationAttributeProvider.cs +++ b/src/Durian.DefaultParam/DefaultParamConfigurationAttributeProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.DefaultParam +namespace Durian.Analysis.DefaultParam { /// /// that creates syntax tree of the Durian.DefaultParamConfigurationAttribute class. diff --git a/src/Durian.DefaultParam/DefaultParamDiagnostics.cs b/src/Durian.DefaultParam/DefaultParamDiagnostics.cs index e5e8cfd0..6dcf6cf2 100644 --- a/src/Durian.DefaultParam/DefaultParamDiagnostics.cs +++ b/src/Durian.DefaultParam/DefaultParamDiagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Generator; +using Durian.Generator; using Durian.Info; using Microsoft.CodeAnalysis; diff --git a/src/Durian.DefaultParam/DefaultParamFilter.cs b/src/Durian.DefaultParam/DefaultParamFilter.cs index 409f6921..f83d5974 100644 --- a/src/Durian.DefaultParam/DefaultParamFilter.cs +++ b/src/Durian.DefaultParam/DefaultParamFilter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Threading; diff --git a/src/Durian.DefaultParam/DefaultParamGenerator.cs b/src/Durian.DefaultParam/DefaultParamGenerator.cs index 5e789294..b2e346db 100644 --- a/src/Durian.DefaultParam/DefaultParamGenerator.cs +++ b/src/Durian.DefaultParam/DefaultParamGenerator.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using System.Linq; using Durian.Analysis.Cache; diff --git a/src/Durian.DefaultParam/DefaultParamPassContext.cs b/src/Durian.DefaultParam/DefaultParamPassContext.cs index 8fb52456..72413558 100644 --- a/src/Durian.DefaultParam/DefaultParamPassContext.cs +++ b/src/Durian.DefaultParam/DefaultParamPassContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using Durian.Analysis.Logging; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.DefaultParam/DefaultParamRewriter.cs b/src/Durian.DefaultParam/DefaultParamRewriter.cs index 6e0c7789..f9f25ee3 100644 --- a/src/Durian.DefaultParam/DefaultParamRewriter.cs +++ b/src/Durian.DefaultParam/DefaultParamRewriter.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.DefaultParam/DefaultParamScopedConfigurationAnalyzer.cs b/src/Durian.DefaultParam/DefaultParamScopedConfigurationAnalyzer.cs index 2ec80d30..11da70ad 100644 --- a/src/Durian.DefaultParam/DefaultParamScopedConfigurationAnalyzer.cs +++ b/src/Durian.DefaultParam/DefaultParamScopedConfigurationAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Linq; using Durian.Analysis.Extensions; using Microsoft.CodeAnalysis; diff --git a/src/Durian.DefaultParam/DefaultParamScopedConfigurationAttributeProvider.cs b/src/Durian.DefaultParam/DefaultParamScopedConfigurationAttributeProvider.cs index 33bb0842..3e3fbfc1 100644 --- a/src/Durian.DefaultParam/DefaultParamScopedConfigurationAttributeProvider.cs +++ b/src/Durian.DefaultParam/DefaultParamScopedConfigurationAttributeProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.DefaultParam +namespace Durian.Analysis.DefaultParam { /// /// that creates syntax tree of the Durian.DefaultParamScopedConfigurationAttribute class. diff --git a/src/Durian.DefaultParam/DefaultParamSyntaxReceiver.cs b/src/Durian.DefaultParam/DefaultParamSyntaxReceiver.cs index 94ecff0d..f775f0c2 100644 --- a/src/Durian.DefaultParam/DefaultParamSyntaxReceiver.cs +++ b/src/Durian.DefaultParam/DefaultParamSyntaxReceiver.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; diff --git a/src/Durian.DefaultParam/DefaultParamUtilities.cs b/src/Durian.DefaultParam/DefaultParamUtilities.cs index ea139ebd..e693ff51 100644 --- a/src/Durian.DefaultParam/DefaultParamUtilities.cs +++ b/src/Durian.DefaultParam/DefaultParamUtilities.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; diff --git a/src/Durian.DefaultParam/Delegates/DefaultParamDelegateAnalyzer.cs b/src/Durian.DefaultParam/Delegates/DefaultParamDelegateAnalyzer.cs index 769c5f9d..2ff01876 100644 --- a/src/Durian.DefaultParam/Delegates/DefaultParamDelegateAnalyzer.cs +++ b/src/Durian.DefaultParam/Delegates/DefaultParamDelegateAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; diff --git a/src/Durian.DefaultParam/Delegates/DefaultParamDelegateContext.cs b/src/Durian.DefaultParam/Delegates/DefaultParamDelegateContext.cs index 04564f7c..77a3bb8b 100644 --- a/src/Durian.DefaultParam/Delegates/DefaultParamDelegateContext.cs +++ b/src/Durian.DefaultParam/Delegates/DefaultParamDelegateContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using Durian.Analysis.Data; using Durian.Analysis.Filtration; using Microsoft.CodeAnalysis; diff --git a/src/Durian.DefaultParam/Delegates/DefaultParamDelegateData.cs b/src/Durian.DefaultParam/Delegates/DefaultParamDelegateData.cs index 085442c8..d470930c 100644 --- a/src/Durian.DefaultParam/Delegates/DefaultParamDelegateData.cs +++ b/src/Durian.DefaultParam/Delegates/DefaultParamDelegateData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Threading; diff --git a/src/Durian.DefaultParam/Delegates/DefaultParamDelegateFilter.cs b/src/Durian.DefaultParam/Delegates/DefaultParamDelegateFilter.cs index 60112acf..b7822d24 100644 --- a/src/Durian.DefaultParam/Delegates/DefaultParamDelegateFilter.cs +++ b/src/Durian.DefaultParam/Delegates/DefaultParamDelegateFilter.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.DefaultParam/Delegates/DelegateDeclarationBuilder.cs b/src/Durian.DefaultParam/Delegates/DelegateDeclarationBuilder.cs index b29fb46f..8b2ecfe6 100644 --- a/src/Durian.DefaultParam/Delegates/DelegateDeclarationBuilder.cs +++ b/src/Durian.DefaultParam/Delegates/DelegateDeclarationBuilder.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Threading; diff --git a/src/Durian.DefaultParam/Methods/DefaultParamLocalFunctionAnalyzer.cs b/src/Durian.DefaultParam/Methods/DefaultParamLocalFunctionAnalyzer.cs index d27556e1..a5db71e1 100644 --- a/src/Durian.DefaultParam/Methods/DefaultParamLocalFunctionAnalyzer.cs +++ b/src/Durian.DefaultParam/Methods/DefaultParamLocalFunctionAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using Durian.Analysis.Extensions; using Microsoft.CodeAnalysis; diff --git a/src/Durian.DefaultParam/Methods/DefaultParamLocalFunctionFilter.cs b/src/Durian.DefaultParam/Methods/DefaultParamLocalFunctionFilter.cs index 589c313e..666eda25 100644 --- a/src/Durian.DefaultParam/Methods/DefaultParamLocalFunctionFilter.cs +++ b/src/Durian.DefaultParam/Methods/DefaultParamLocalFunctionFilter.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Durian.Analysis.Data; using Durian.Analysis.Filtration; diff --git a/src/Durian.DefaultParam/Methods/DefaultParamMethodAnalyzer.cs b/src/Durian.DefaultParam/Methods/DefaultParamMethodAnalyzer.cs index b543c208..6773f880 100644 --- a/src/Durian.DefaultParam/Methods/DefaultParamMethodAnalyzer.cs +++ b/src/Durian.DefaultParam/Methods/DefaultParamMethodAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Text; diff --git a/src/Durian.DefaultParam/Methods/DefaultParamMethodContext.cs b/src/Durian.DefaultParam/Methods/DefaultParamMethodContext.cs index 1b8e3eda..a44d61ef 100644 --- a/src/Durian.DefaultParam/Methods/DefaultParamMethodContext.cs +++ b/src/Durian.DefaultParam/Methods/DefaultParamMethodContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using Durian.Analysis.Data; using Durian.Analysis.Filtration; using Microsoft.CodeAnalysis; diff --git a/src/Durian.DefaultParam/Methods/DefaultParamMethodData.cs b/src/Durian.DefaultParam/Methods/DefaultParamMethodData.cs index d63c8d48..0850494b 100644 --- a/src/Durian.DefaultParam/Methods/DefaultParamMethodData.cs +++ b/src/Durian.DefaultParam/Methods/DefaultParamMethodData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Threading; diff --git a/src/Durian.DefaultParam/Methods/DefaultParamMethodFilter.cs b/src/Durian.DefaultParam/Methods/DefaultParamMethodFilter.cs index 2f79c720..525b50dc 100644 --- a/src/Durian.DefaultParam/Methods/DefaultParamMethodFilter.cs +++ b/src/Durian.DefaultParam/Methods/DefaultParamMethodFilter.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.DefaultParam/Methods/MethodDeclarationBuilder.cs b/src/Durian.DefaultParam/Methods/MethodDeclarationBuilder.cs index aa9f2511..ceba68b7 100644 --- a/src/Durian.DefaultParam/Methods/MethodDeclarationBuilder.cs +++ b/src/Durian.DefaultParam/Methods/MethodDeclarationBuilder.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Durian.DefaultParam/ParameterGeneration.cs b/src/Durian.DefaultParam/ParameterGeneration.cs index 71452d52..798bad49 100644 --- a/src/Durian.DefaultParam/ParameterGeneration.cs +++ b/src/Durian.DefaultParam/ParameterGeneration.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Microsoft.CodeAnalysis; namespace Durian.Analysis.DefaultParam diff --git a/src/Durian.DefaultParam/TypeParameterContainer.cs b/src/Durian.DefaultParam/TypeParameterContainer.cs index 1ed19a8a..5da1eeec 100644 --- a/src/Durian.DefaultParam/TypeParameterContainer.cs +++ b/src/Durian.DefaultParam/TypeParameterContainer.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections; using System.Collections.Generic; diff --git a/src/Durian.DefaultParam/TypeParameterData.cs b/src/Durian.DefaultParam/TypeParameterData.cs index 52ddef53..1a9b8452 100644 --- a/src/Durian.DefaultParam/TypeParameterData.cs +++ b/src/Durian.DefaultParam/TypeParameterData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.DefaultParam/TypeParameterIdentifierCollector.cs b/src/Durian.DefaultParam/TypeParameterIdentifierCollector.cs index 290c48d0..a7341dc7 100644 --- a/src/Durian.DefaultParam/TypeParameterIdentifierCollector.cs +++ b/src/Durian.DefaultParam/TypeParameterIdentifierCollector.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.DefaultParam/TypeParameterReplacer.cs b/src/Durian.DefaultParam/TypeParameterReplacer.cs index 4e423d12..e58f3139 100644 --- a/src/Durian.DefaultParam/TypeParameterReplacer.cs +++ b/src/Durian.DefaultParam/TypeParameterReplacer.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; diff --git a/src/Durian.DefaultParam/Types/DefaultParamTypeAnalyzer.cs b/src/Durian.DefaultParam/Types/DefaultParamTypeAnalyzer.cs index 2dd475bc..2d1f0299 100644 --- a/src/Durian.DefaultParam/Types/DefaultParamTypeAnalyzer.cs +++ b/src/Durian.DefaultParam/Types/DefaultParamTypeAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading; diff --git a/src/Durian.DefaultParam/Types/DefaultParamTypeContext.cs b/src/Durian.DefaultParam/Types/DefaultParamTypeContext.cs index 482784b7..2ffbf969 100644 --- a/src/Durian.DefaultParam/Types/DefaultParamTypeContext.cs +++ b/src/Durian.DefaultParam/Types/DefaultParamTypeContext.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading; +using System.Threading; using Durian.Analysis.Data; using Durian.Analysis.Filtration; using Microsoft.CodeAnalysis; diff --git a/src/Durian.DefaultParam/Types/DefaultParamTypeData.cs b/src/Durian.DefaultParam/Types/DefaultParamTypeData.cs index 3e95cd87..71196230 100644 --- a/src/Durian.DefaultParam/Types/DefaultParamTypeData.cs +++ b/src/Durian.DefaultParam/Types/DefaultParamTypeData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Threading; diff --git a/src/Durian.DefaultParam/Types/DefaultParamTypeFilter.cs b/src/Durian.DefaultParam/Types/DefaultParamTypeFilter.cs index cde30832..20566cdb 100644 --- a/src/Durian.DefaultParam/Types/DefaultParamTypeFilter.cs +++ b/src/Durian.DefaultParam/Types/DefaultParamTypeFilter.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.DefaultParam/Types/TypeDeclarationBuilder.cs b/src/Durian.DefaultParam/Types/TypeDeclarationBuilder.cs index 90c7bc0c..7d110f10 100644 --- a/src/Durian.DefaultParam/Types/TypeDeclarationBuilder.cs +++ b/src/Durian.DefaultParam/Types/TypeDeclarationBuilder.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.DefaultParam/_Supressions.cs b/src/Durian.DefaultParam/_Supressions.cs index f26655ae..87245b32 100644 --- a/src/Durian.DefaultParam/_Supressions.cs +++ b/src/Durian.DefaultParam/_Supressions.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("MicrosoftCodeAnalysisCorrectness", "RS1025:Configure generated code analysis", Justification = "Abstract class Durian.Analyzers.DurianAnayzer configured generated code analysis in its Initialize(context) method.")] [assembly: SuppressMessage("MicrosoftCodeAnalysisCorrectness", "RS1026:Enable concurrent execution", Justification = "Abstract class Durian.Analyzers.DurianAnalyzer enables concurrent execution in its Initialize(context) method.")] diff --git a/src/Durian.DefaultParam/_enum/MethodConvention.cs b/src/Durian.DefaultParam/_enum/MethodConvention.cs index 1aed4645..c32f96a0 100644 --- a/src/Durian.DefaultParam/_enum/MethodConvention.cs +++ b/src/Durian.DefaultParam/_enum/MethodConvention.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.DefaultParam +namespace Durian.Analysis.DefaultParam { /// /// Determines how a DefaultParam method is generated. diff --git a/src/Durian.DefaultParam/_enum/TypeConvention.cs b/src/Durian.DefaultParam/_enum/TypeConvention.cs index 1539b984..daefd59a 100644 --- a/src/Durian.DefaultParam/_enum/TypeConvention.cs +++ b/src/Durian.DefaultParam/_enum/TypeConvention.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.DefaultParam +namespace Durian.Analysis.DefaultParam { /// /// Determines how a DefaultParam type is generated. diff --git a/src/Durian.DefaultParam/_intf/IDefaultParamDeclarationBuilder.cs b/src/Durian.DefaultParam/_intf/IDefaultParamDeclarationBuilder.cs index d509dc27..6c519d26 100644 --- a/src/Durian.DefaultParam/_intf/IDefaultParamDeclarationBuilder.cs +++ b/src/Durian.DefaultParam/_intf/IDefaultParamDeclarationBuilder.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.DefaultParam/_intf/IDefaultParamTarget.cs b/src/Durian.DefaultParam/_intf/IDefaultParamTarget.cs index 655a952d..0a3b993a 100644 --- a/src/Durian.DefaultParam/_intf/IDefaultParamTarget.cs +++ b/src/Durian.DefaultParam/_intf/IDefaultParamTarget.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Generic; using System.Threading; using Durian.Analysis.Data; diff --git a/src/Durian.FriendClass/CodeFixes/RemoveDuplicateFriendClassCodeFix.cs b/src/Durian.FriendClass/CodeFixes/RemoveDuplicateFriendClassCodeFix.cs index 56507c23..7d7d673a 100644 --- a/src/Durian.FriendClass/CodeFixes/RemoveDuplicateFriendClassCodeFix.cs +++ b/src/Durian.FriendClass/CodeFixes/RemoveDuplicateFriendClassCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.CodeFixes; +using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.FriendClass/CodeFixes/RemoveInvalidFriendClassCodeFix.cs b/src/Durian.FriendClass/CodeFixes/RemoveInvalidFriendClassCodeFix.cs index e3159c86..af1a584f 100644 --- a/src/Durian.FriendClass/CodeFixes/RemoveInvalidFriendClassCodeFix.cs +++ b/src/Durian.FriendClass/CodeFixes/RemoveInvalidFriendClassCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.CodeFixes; +using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.FriendClass/CodeFixes/RemoveInvalidFriendClassConfigurationCodeFix.cs b/src/Durian.FriendClass/CodeFixes/RemoveInvalidFriendClassConfigurationCodeFix.cs index e990f44a..6b249186 100644 --- a/src/Durian.FriendClass/CodeFixes/RemoveInvalidFriendClassConfigurationCodeFix.cs +++ b/src/Durian.FriendClass/CodeFixes/RemoveInvalidFriendClassConfigurationCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.CodeFixes; +using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.FriendClass/CodeFixes/RemoveRedundantFriendClassCodeFix.cs b/src/Durian.FriendClass/CodeFixes/RemoveRedundantFriendClassCodeFix.cs index eaf94807..7f204e89 100644 --- a/src/Durian.FriendClass/CodeFixes/RemoveRedundantFriendClassCodeFix.cs +++ b/src/Durian.FriendClass/CodeFixes/RemoveRedundantFriendClassCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.CodeFixes; +using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.FriendClass/CodeFixes/RemoveRedundantFriendClassConfigurationCodeFiX.cs b/src/Durian.FriendClass/CodeFixes/RemoveRedundantFriendClassConfigurationCodeFiX.cs index 92b2d1f4..b6f9f91a 100644 --- a/src/Durian.FriendClass/CodeFixes/RemoveRedundantFriendClassConfigurationCodeFiX.cs +++ b/src/Durian.FriendClass/CodeFixes/RemoveRedundantFriendClassConfigurationCodeFiX.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.CodeFixes; +using Durian.Analysis.CodeFixes; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/src/Durian.FriendClass/CodeFixes/ReplaceStaticMemberAccessCodeFix.cs b/src/Durian.FriendClass/CodeFixes/ReplaceStaticMemberAccessCodeFix.cs index 266fc11e..dcdf4aef 100644 --- a/src/Durian.FriendClass/CodeFixes/ReplaceStaticMemberAccessCodeFix.cs +++ b/src/Durian.FriendClass/CodeFixes/ReplaceStaticMemberAccessCodeFix.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Linq; +using System.Linq; using Durian.Analysis.CodeFixes; using Durian.Analysis.Extensions; using Microsoft.CodeAnalysis; diff --git a/src/Durian.FriendClass/FriendClassAccessAnalyzer.cs b/src/Durian.FriendClass/FriendClassAccessAnalyzer.cs index 69092c20..65431188 100644 --- a/src/Durian.FriendClass/FriendClassAccessAnalyzer.cs +++ b/src/Durian.FriendClass/FriendClassAccessAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.FriendClass/FriendClassAttributeProvider.cs b/src/Durian.FriendClass/FriendClassAttributeProvider.cs index eb4bf35d..e73d6387 100644 --- a/src/Durian.FriendClass/FriendClassAttributeProvider.cs +++ b/src/Durian.FriendClass/FriendClassAttributeProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.FriendClass +namespace Durian.Analysis.FriendClass { /// /// that creates syntax tree of the Durian.FriendClassAttribute class. diff --git a/src/Durian.FriendClass/FriendClassCompilationData.cs b/src/Durian.FriendClass/FriendClassCompilationData.cs index bbd721cb..de9e7290 100644 --- a/src/Durian.FriendClass/FriendClassCompilationData.cs +++ b/src/Durian.FriendClass/FriendClassCompilationData.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics.CodeAnalysis; using Durian.Analysis.Data; using Microsoft.CodeAnalysis; diff --git a/src/Durian.FriendClass/FriendClassConfiguration.cs b/src/Durian.FriendClass/FriendClassConfiguration.cs index acdfec8a..dc24478c 100644 --- a/src/Durian.FriendClass/FriendClassConfiguration.cs +++ b/src/Durian.FriendClass/FriendClassConfiguration.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Diagnostics.CodeAnalysis; +using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Syntax; namespace Durian.Analysis.FriendClass diff --git a/src/Durian.FriendClass/FriendClassConfigurationAttributeProvider.cs b/src/Durian.FriendClass/FriendClassConfigurationAttributeProvider.cs index 4bd66027..c38b97b7 100644 --- a/src/Durian.FriendClass/FriendClassConfigurationAttributeProvider.cs +++ b/src/Durian.FriendClass/FriendClassConfigurationAttributeProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.FriendClass +namespace Durian.Analysis.FriendClass { /// /// that creates syntax tree of the Durian.Configuration.FriendClassConfigurationAttribute class. diff --git a/src/Durian.FriendClass/FriendClassDeclarationAnalyzer.cs b/src/Durian.FriendClass/FriendClassDeclarationAnalyzer.cs index 3a780d22..d7dcd5ca 100644 --- a/src/Durian.FriendClass/FriendClassDeclarationAnalyzer.cs +++ b/src/Durian.FriendClass/FriendClassDeclarationAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/src/Durian.FriendClass/FriendClassDiagnostics.cs b/src/Durian.FriendClass/FriendClassDiagnostics.cs index 24f0eabc..7f6e9b5b 100644 --- a/src/Durian.FriendClass/FriendClassDiagnostics.cs +++ b/src/Durian.FriendClass/FriendClassDiagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using Durian.Info; using Microsoft.CodeAnalysis; diff --git a/src/Durian.FriendClass/FriendClassGenerator.cs b/src/Durian.FriendClass/FriendClassGenerator.cs index 8c401d28..4c8ed73d 100644 --- a/src/Durian.FriendClass/FriendClassGenerator.cs +++ b/src/Durian.FriendClass/FriendClassGenerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Durian.Analysis.Logging; using Durian.Info; using Microsoft.CodeAnalysis; diff --git a/src/Durian.InterfaceTargets/InterfaceTargetsAnalyzer.cs b/src/Durian.InterfaceTargets/InterfaceTargetsAnalyzer.cs index 83a78ef7..7b54f707 100644 --- a/src/Durian.InterfaceTargets/InterfaceTargetsAnalyzer.cs +++ b/src/Durian.InterfaceTargets/InterfaceTargetsAnalyzer.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; using System.Linq; using Durian.Analysis.Extensions; diff --git a/src/Durian.InterfaceTargets/InterfaceTargetsAttributeProvider.cs b/src/Durian.InterfaceTargets/InterfaceTargetsAttributeProvider.cs index 65e5a619..cbdd3fde 100644 --- a/src/Durian.InterfaceTargets/InterfaceTargetsAttributeProvider.cs +++ b/src/Durian.InterfaceTargets/InterfaceTargetsAttributeProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.InterfaceTargets +namespace Durian.Analysis.InterfaceTargets { /// /// that creates syntax tree of the Durian.InterfaceTargetsAttribute class. diff --git a/src/Durian.InterfaceTargets/InterfaceTargetsDiagnostics.cs b/src/Durian.InterfaceTargets/InterfaceTargetsDiagnostics.cs index f4e8e595..6e7204cb 100644 --- a/src/Durian.InterfaceTargets/InterfaceTargetsDiagnostics.cs +++ b/src/Durian.InterfaceTargets/InterfaceTargetsDiagnostics.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Info; +using Durian.Info; using Microsoft.CodeAnalysis; namespace Durian.Analysis.InterfaceTargets diff --git a/src/Durian.InterfaceTargets/InterfaceTargetsGenerator.cs b/src/Durian.InterfaceTargets/InterfaceTargetsGenerator.cs index 2939b783..80902008 100644 --- a/src/Durian.InterfaceTargets/InterfaceTargetsGenerator.cs +++ b/src/Durian.InterfaceTargets/InterfaceTargetsGenerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using Durian.Analysis.Logging; using Durian.Info; using Microsoft.CodeAnalysis; diff --git a/src/Durian.InterfaceTargets/InterfaceTargetsProvider.cs b/src/Durian.InterfaceTargets/InterfaceTargetsProvider.cs index b197b5c5..e032c301 100644 --- a/src/Durian.InterfaceTargets/InterfaceTargetsProvider.cs +++ b/src/Durian.InterfaceTargets/InterfaceTargetsProvider.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -namespace Durian.Analysis.InterfaceTargets +namespace Durian.Analysis.InterfaceTargets { /// /// that creates syntax tree of the Durian.InterfaceTargets enum. diff --git a/src/Durian.InterfaceTargets/_enum/IntfTargets.cs b/src/Durian.InterfaceTargets/_enum/IntfTargets.cs index 3cd3710f..41f06605 100644 --- a/src/Durian.InterfaceTargets/_enum/IntfTargets.cs +++ b/src/Durian.InterfaceTargets/_enum/IntfTargets.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; namespace Durian.Analysis.InterfaceTargets { diff --git a/src/Durian.TestServices/AnalyzerTest.cs b/src/Durian.TestServices/AnalyzerTest.cs index 111f6e4d..30d8c54f 100644 --- a/src/Durian.TestServices/AnalyzerTest.cs +++ b/src/Durian.TestServices/AnalyzerTest.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; using System.Text; using System.Threading.Tasks; diff --git a/src/Durian.TestServices/AttributeTargetGeneratorTestResult.cs b/src/Durian.TestServices/AttributeTargetGeneratorTestResult.cs index 60a6a066..8502e776 100644 --- a/src/Durian.TestServices/AttributeTargetGeneratorTestResult.cs +++ b/src/Durian.TestServices/AttributeTargetGeneratorTestResult.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Immutable; using System.Text; diff --git a/src/Durian.TestServices/CompilationTest.cs b/src/Durian.TestServices/CompilationTest.cs index 91022fd5..1ad170dd 100644 --- a/src/Durian.TestServices/CompilationTest.cs +++ b/src/Durian.TestServices/CompilationTest.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Linq; diff --git a/src/Durian.TestServices/DurianGeneratorTest.cs b/src/Durian.TestServices/DurianGeneratorTest.cs index 89a92ab0..97fe1091 100644 --- a/src/Durian.TestServices/DurianGeneratorTest.cs +++ b/src/Durian.TestServices/DurianGeneratorTest.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Runtime.CompilerServices; using Durian.Analysis; using Durian.Analysis.CodeGeneration; diff --git a/src/Durian.TestServices/Fixtures/CompilationDataFixture.cs b/src/Durian.TestServices/Fixtures/CompilationDataFixture.cs index ed135bd7..7b0d8691 100644 --- a/src/Durian.TestServices/Fixtures/CompilationDataFixture.cs +++ b/src/Durian.TestServices/Fixtures/CompilationDataFixture.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.TestServices/Fixtures/CompilationFixture.cs b/src/Durian.TestServices/Fixtures/CompilationFixture.cs index a216aada..1098a1c5 100644 --- a/src/Durian.TestServices/Fixtures/CompilationFixture.cs +++ b/src/Durian.TestServices/Fixtures/CompilationFixture.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Diagnostics; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.TestServices/GeneratorDriverRunResultBuilder.cs b/src/Durian.TestServices/GeneratorDriverRunResultBuilder.cs index 93f870d4..1d8508ac 100644 --- a/src/Durian.TestServices/GeneratorDriverRunResultBuilder.cs +++ b/src/Durian.TestServices/GeneratorDriverRunResultBuilder.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/Durian.TestServices/GeneratorExtensions.cs b/src/Durian.TestServices/GeneratorExtensions.cs index 21e53636..36540d8a 100644 --- a/src/Durian.TestServices/GeneratorExtensions.cs +++ b/src/Durian.TestServices/GeneratorExtensions.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.TestServices/GeneratorResultFactory.cs b/src/Durian.TestServices/GeneratorResultFactory.cs index 7e502b68..90331e0c 100644 --- a/src/Durian.TestServices/GeneratorResultFactory.cs +++ b/src/Durian.TestServices/GeneratorResultFactory.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Collections.Immutable; diff --git a/src/Durian.TestServices/GeneratorRunResultBuilder.cs b/src/Durian.TestServices/GeneratorRunResultBuilder.cs index 727ebbff..d29335f5 100644 --- a/src/Durian.TestServices/GeneratorRunResultBuilder.cs +++ b/src/Durian.TestServices/GeneratorRunResultBuilder.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using Microsoft.CodeAnalysis; diff --git a/src/Durian.TestServices/GeneratorTest.cs b/src/Durian.TestServices/GeneratorTest.cs index fed13b88..2df91ea1 100644 --- a/src/Durian.TestServices/GeneratorTest.cs +++ b/src/Durian.TestServices/GeneratorTest.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using Durian.Analysis; using Durian.Analysis.Logging; diff --git a/src/Durian.TestServices/LoggableGeneratorTest.cs b/src/Durian.TestServices/LoggableGeneratorTest.cs index 294d1abe..c1c6af56 100644 --- a/src/Durian.TestServices/LoggableGeneratorTest.cs +++ b/src/Durian.TestServices/LoggableGeneratorTest.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Runtime.CompilerServices; using Durian.Analysis; using Durian.Analysis.Logging; diff --git a/src/Durian.TestServices/MultipleGeneratorTestResult.cs b/src/Durian.TestServices/MultipleGeneratorTestResult.cs index bfadb20d..007967b6 100644 --- a/src/Durian.TestServices/MultipleGeneratorTestResult.cs +++ b/src/Durian.TestServices/MultipleGeneratorTestResult.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Immutable; using System.Linq; using System.Text; diff --git a/src/Durian.TestServices/RoslynUtilities.cs b/src/Durian.TestServices/RoslynUtilities.cs index acb17c05..8d54ac7d 100644 --- a/src/Durian.TestServices/RoslynUtilities.cs +++ b/src/Durian.TestServices/RoslynUtilities.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Globalization; diff --git a/src/Durian.TestServices/SingleGeneratorTestResult.cs b/src/Durian.TestServices/SingleGeneratorTestResult.cs index 0e55f340..5256781d 100644 --- a/src/Durian.TestServices/SingleGeneratorTestResult.cs +++ b/src/Durian.TestServices/SingleGeneratorTestResult.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Immutable; using System.Diagnostics.CodeAnalysis; diff --git a/src/Durian.TestServices/SourceGeneratorProxy.cs b/src/Durian.TestServices/SourceGeneratorProxy.cs index 8f6df95a..91bba6bd 100644 --- a/src/Durian.TestServices/SourceGeneratorProxy.cs +++ b/src/Durian.TestServices/SourceGeneratorProxy.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using Microsoft.CodeAnalysis; namespace Durian.TestServices diff --git a/src/Durian.TestServices/SyntaxReceiverProxy.cs b/src/Durian.TestServices/SyntaxReceiverProxy.cs index a03f3f53..a9ccc1ef 100644 --- a/src/Durian.TestServices/SyntaxReceiverProxy.cs +++ b/src/Durian.TestServices/SyntaxReceiverProxy.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using Durian.Analysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.TestServices/TestNameToFile.cs b/src/Durian.TestServices/TestNameToFile.cs index cdcc4abf..6d11313d 100644 --- a/src/Durian.TestServices/TestNameToFile.cs +++ b/src/Durian.TestServices/TestNameToFile.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Diagnostics; using Durian.Analysis.Logging; using Microsoft.CodeAnalysis; diff --git a/src/Durian.TestServices/TestableCompilationData.cs b/src/Durian.TestServices/TestableCompilationData.cs index 11d4b400..fc17cc16 100644 --- a/src/Durian.TestServices/TestableCompilationData.cs +++ b/src/Durian.TestServices/TestableCompilationData.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Generic; using System.Linq; diff --git a/src/Durian.TestServices/TestableGenerator.cs b/src/Durian.TestServices/TestableGenerator.cs index 3f8178be..188ad48e 100644 --- a/src/Durian.TestServices/TestableGenerator.cs +++ b/src/Durian.TestServices/TestableGenerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Collections.Generic; using Durian.Analysis; using Durian.Analysis.Data; diff --git a/src/Durian.TestServices/_attr/AddToCompilationAttribute.cs b/src/Durian.TestServices/_attr/AddToCompilationAttribute.cs index 7d0e525c..e20d11b5 100644 --- a/src/Durian.TestServices/_attr/AddToCompilationAttribute.cs +++ b/src/Durian.TestServices/_attr/AddToCompilationAttribute.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System; +using System; using System.Linq; using System.Reflection; using Microsoft.CodeAnalysis; diff --git a/src/Durian.TestServices/_del/GeneratorExecute.cs b/src/Durian.TestServices/_del/GeneratorExecute.cs index 72d9a803..7f8489d2 100644 --- a/src/Durian.TestServices/_del/GeneratorExecute.cs +++ b/src/Durian.TestServices/_del/GeneratorExecute.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using Durian.Analysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.TestServices/_del/GeneratorFiltrate.cs b/src/Durian.TestServices/_del/GeneratorFiltrate.cs index c686da54..bb1347ef 100644 --- a/src/Durian.TestServices/_del/GeneratorFiltrate.cs +++ b/src/Durian.TestServices/_del/GeneratorFiltrate.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.Filtration; +using Durian.Analysis.Filtration; using Microsoft.CodeAnalysis; namespace Durian.TestServices diff --git a/src/Durian.TestServices/_del/GeneratorInitialize.cs b/src/Durian.TestServices/_del/GeneratorInitialize.cs index 8eb18a8b..c46874b8 100644 --- a/src/Durian.TestServices/_del/GeneratorInitialize.cs +++ b/src/Durian.TestServices/_del/GeneratorInitialize.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using Durian.Analysis; using Microsoft.CodeAnalysis; diff --git a/src/Durian.TestServices/_del/GeneratorTestResultProvider.cs b/src/Durian.TestServices/_del/GeneratorTestResultProvider.cs index 55599f6f..ec3cb05f 100644 --- a/src/Durian.TestServices/_del/GeneratorTestResultProvider.cs +++ b/src/Durian.TestServices/_del/GeneratorTestResultProvider.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; diff --git a/src/Durian.TestServices/_intf/IGeneratorTestResult.cs b/src/Durian.TestServices/_intf/IGeneratorTestResult.cs index 6aed0eb3..09a140d7 100644 --- a/src/Durian.TestServices/_intf/IGeneratorTestResult.cs +++ b/src/Durian.TestServices/_intf/IGeneratorTestResult.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System; using System.Collections.Immutable; using Microsoft.CodeAnalysis; diff --git a/src/Durian.TestServices/_intf/ITestableGenerator.cs b/src/Durian.TestServices/_intf/ITestableGenerator.cs index 786e1af5..a6a40868 100644 --- a/src/Durian.TestServices/_intf/ITestableGenerator.cs +++ b/src/Durian.TestServices/_intf/ITestableGenerator.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis; +using Durian.Analysis; using Microsoft.CodeAnalysis; namespace Durian.TestServices diff --git a/tests/Durian.CopyFrom.Tests/CopyFromGeneratorTest.cs b/tests/Durian.CopyFrom.Tests/CopyFromGeneratorTest.cs index 59d5a132..c7373b1e 100644 --- a/tests/Durian.CopyFrom.Tests/CopyFromGeneratorTest.cs +++ b/tests/Durian.CopyFrom.Tests/CopyFromGeneratorTest.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.Logging; +using Durian.Analysis.Logging; using Durian.TestServices; namespace Durian.Analysis.CopyFrom.Tests diff --git a/tests/Durian.CopyFrom.Tests/CopyFromMethodGeneratorTests.cs b/tests/Durian.CopyFrom.Tests/CopyFromMethodGeneratorTests.cs index 962cf1f6..2846090d 100644 --- a/tests/Durian.CopyFrom.Tests/CopyFromMethodGeneratorTests.cs +++ b/tests/Durian.CopyFrom.Tests/CopyFromMethodGeneratorTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.TestServices; +using Durian.TestServices; using Xunit; using static Durian.Analysis.CopyFrom.CopyFromDiagnostics; diff --git a/tests/Durian.CopyFrom.Tests/CopyFromTypeGeneratorTests.cs b/tests/Durian.CopyFrom.Tests/CopyFromTypeGeneratorTests.cs index cf158e9e..9679cc33 100644 --- a/tests/Durian.CopyFrom.Tests/CopyFromTypeGeneratorTests.cs +++ b/tests/Durian.CopyFrom.Tests/CopyFromTypeGeneratorTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.TestServices; +using Durian.TestServices; using Xunit; using static Durian.Analysis.CopyFrom.CopyFromDiagnostics; diff --git a/tests/Durian.CopyFrom.Tests/PatternTests.cs b/tests/Durian.CopyFrom.Tests/PatternTests.cs index 1fe9d8a5..44fb3ab6 100644 --- a/tests/Durian.CopyFrom.Tests/PatternTests.cs +++ b/tests/Durian.CopyFrom.Tests/PatternTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading.Tasks; using Durian.TestServices; using Xunit; diff --git a/tests/Durian.DefaultParam.Tests/ConfigurationAnalyzerTests.cs b/tests/Durian.DefaultParam.Tests/ConfigurationAnalyzerTests.cs index f3d66601..63fa75e3 100644 --- a/tests/Durian.DefaultParam.Tests/ConfigurationAnalyzerTests.cs +++ b/tests/Durian.DefaultParam.Tests/ConfigurationAnalyzerTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading.Tasks; diff --git a/tests/Durian.DefaultParam.Tests/DefaultParamArgumentTests.cs b/tests/Durian.DefaultParam.Tests/DefaultParamArgumentTests.cs index 5ccf4815..ee9e09b2 100644 --- a/tests/Durian.DefaultParam.Tests/DefaultParamArgumentTests.cs +++ b/tests/Durian.DefaultParam.Tests/DefaultParamArgumentTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.TestServices; +using Durian.TestServices; using Xunit; using static Durian.Analysis.DefaultParam.DefaultParamDiagnostics; diff --git a/tests/Durian.DefaultParam.Tests/DefaultParamGeneratorTest.cs b/tests/Durian.DefaultParam.Tests/DefaultParamGeneratorTest.cs index 92429092..defca650 100644 --- a/tests/Durian.DefaultParam.Tests/DefaultParamGeneratorTest.cs +++ b/tests/Durian.DefaultParam.Tests/DefaultParamGeneratorTest.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Analysis.Logging; +using Durian.Analysis.Logging; using Durian.TestServices; namespace Durian.Analysis.DefaultParam.Tests diff --git a/tests/Durian.DefaultParam.Tests/Delegates/BasicDelegateTests.cs b/tests/Durian.DefaultParam.Tests/Delegates/BasicDelegateTests.cs index 752ab33f..6fadb5ff 100644 --- a/tests/Durian.DefaultParam.Tests/Delegates/BasicDelegateTests.cs +++ b/tests/Durian.DefaultParam.Tests/Delegates/BasicDelegateTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Xunit; +using Xunit; namespace Durian.Analysis.DefaultParam.Tests.Delegates { diff --git a/tests/Durian.DefaultParam.Tests/Delegates/DelegateErrorTests.cs b/tests/Durian.DefaultParam.Tests/Delegates/DelegateErrorTests.cs index 68012fe4..5dc4c21e 100644 --- a/tests/Durian.DefaultParam.Tests/Delegates/DelegateErrorTests.cs +++ b/tests/Durian.DefaultParam.Tests/Delegates/DelegateErrorTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Generator; +using Durian.Generator; using Durian.TestServices; using Xunit; diff --git a/tests/Durian.DefaultParam.Tests/Delegates/DelegateNewModifierConfigurationTests.cs b/tests/Durian.DefaultParam.Tests/Delegates/DelegateNewModifierConfigurationTests.cs index 3e57a5a7..c84c8db6 100644 --- a/tests/Durian.DefaultParam.Tests/Delegates/DelegateNewModifierConfigurationTests.cs +++ b/tests/Durian.DefaultParam.Tests/Delegates/DelegateNewModifierConfigurationTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.TestServices; +using Durian.TestServices; using Xunit; using static Durian.Analysis.DefaultParam.DefaultParamDiagnostics; diff --git a/tests/Durian.DefaultParam.Tests/Methods/BasicMethodErrorTests.cs b/tests/Durian.DefaultParam.Tests/Methods/BasicMethodErrorTests.cs index 608712b0..85e41bee 100644 --- a/tests/Durian.DefaultParam.Tests/Methods/BasicMethodErrorTests.cs +++ b/tests/Durian.DefaultParam.Tests/Methods/BasicMethodErrorTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Generator; +using Durian.Generator; using Durian.TestServices; using Xunit; diff --git a/tests/Durian.DefaultParam.Tests/Methods/BasicMethodTests.cs b/tests/Durian.DefaultParam.Tests/Methods/BasicMethodTests.cs index e71356bf..aef90ea0 100644 --- a/tests/Durian.DefaultParam.Tests/Methods/BasicMethodTests.cs +++ b/tests/Durian.DefaultParam.Tests/Methods/BasicMethodTests.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using Xunit; namespace Durian.Analysis.DefaultParam.Tests.Methods diff --git a/tests/Durian.DefaultParam.Tests/Methods/MethodCopyingConfigurationTests.cs b/tests/Durian.DefaultParam.Tests/Methods/MethodCopyingConfigurationTests.cs index 86a385e4..5dc41ffb 100644 --- a/tests/Durian.DefaultParam.Tests/Methods/MethodCopyingConfigurationTests.cs +++ b/tests/Durian.DefaultParam.Tests/Methods/MethodCopyingConfigurationTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Xunit; +using Xunit; namespace Durian.Analysis.DefaultParam.Tests.Methods { diff --git a/tests/Durian.DefaultParam.Tests/Methods/MethodInheritanceTests.cs b/tests/Durian.DefaultParam.Tests/Methods/MethodInheritanceTests.cs index 9a6a77ab..f5ed8942 100644 --- a/tests/Durian.DefaultParam.Tests/Methods/MethodInheritanceTests.cs +++ b/tests/Durian.DefaultParam.Tests/Methods/MethodInheritanceTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.TestServices; +using Durian.TestServices; using Xunit; namespace Durian.Analysis.DefaultParam.Tests.Methods diff --git a/tests/Durian.DefaultParam.Tests/Methods/MethodNewModifierConfigurationTests.cs b/tests/Durian.DefaultParam.Tests/Methods/MethodNewModifierConfigurationTests.cs index df2cc9ec..01775145 100644 --- a/tests/Durian.DefaultParam.Tests/Methods/MethodNewModifierConfigurationTests.cs +++ b/tests/Durian.DefaultParam.Tests/Methods/MethodNewModifierConfigurationTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.TestServices; +using Durian.TestServices; using Xunit; namespace Durian.Analysis.DefaultParam.Tests.Methods diff --git a/tests/Durian.DefaultParam.Tests/Methods/MethodSignatureTests.cs b/tests/Durian.DefaultParam.Tests/Methods/MethodSignatureTests.cs index 9dabb3ec..00b39ff9 100644 --- a/tests/Durian.DefaultParam.Tests/Methods/MethodSignatureTests.cs +++ b/tests/Durian.DefaultParam.Tests/Methods/MethodSignatureTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.TestServices; +using Durian.TestServices; using Xunit; namespace Durian.Analysis.DefaultParam.Tests.Methods diff --git a/tests/Durian.DefaultParam.Tests/ScopedConfigurationAnalyzerTests.cs b/tests/Durian.DefaultParam.Tests/ScopedConfigurationAnalyzerTests.cs index a110853e..1890d400 100644 --- a/tests/Durian.DefaultParam.Tests/ScopedConfigurationAnalyzerTests.cs +++ b/tests/Durian.DefaultParam.Tests/ScopedConfigurationAnalyzerTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Threading.Tasks; diff --git a/tests/Durian.DefaultParam.Tests/TargetNamespaceTests.cs b/tests/Durian.DefaultParam.Tests/TargetNamespaceTests.cs index bfa52215..a060f55f 100644 --- a/tests/Durian.DefaultParam.Tests/TargetNamespaceTests.cs +++ b/tests/Durian.DefaultParam.Tests/TargetNamespaceTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Xunit; +using Xunit; namespace Durian.Analysis.DefaultParam.Tests { diff --git a/tests/Durian.DefaultParam.Tests/Types/BasicTypeTests.cs b/tests/Durian.DefaultParam.Tests/Types/BasicTypeTests.cs index 9eff3771..c97a5e50 100644 --- a/tests/Durian.DefaultParam.Tests/Types/BasicTypeTests.cs +++ b/tests/Durian.DefaultParam.Tests/Types/BasicTypeTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Xunit; +using Xunit; namespace Durian.Analysis.DefaultParam.Tests.Types { diff --git a/tests/Durian.DefaultParam.Tests/Types/TypeConventionTests.cs b/tests/Durian.DefaultParam.Tests/Types/TypeConventionTests.cs index 2495c6ae..1b3b4a72 100644 --- a/tests/Durian.DefaultParam.Tests/Types/TypeConventionTests.cs +++ b/tests/Durian.DefaultParam.Tests/Types/TypeConventionTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.TestServices; +using Durian.TestServices; using Xunit; namespace Durian.Analysis.DefaultParam.Tests.Types diff --git a/tests/Durian.DefaultParam.Tests/Types/TypeErrorTests.cs b/tests/Durian.DefaultParam.Tests/Types/TypeErrorTests.cs index 96f31d87..120e26d5 100644 --- a/tests/Durian.DefaultParam.Tests/Types/TypeErrorTests.cs +++ b/tests/Durian.DefaultParam.Tests/Types/TypeErrorTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.Generator; +using Durian.Generator; using Durian.TestServices; using Xunit; diff --git a/tests/Durian.DefaultParam.Tests/Types/TypeNewModifierConfigurationTests.cs b/tests/Durian.DefaultParam.Tests/Types/TypeNewModifierConfigurationTests.cs index fe1a2b55..4f71e53d 100644 --- a/tests/Durian.DefaultParam.Tests/Types/TypeNewModifierConfigurationTests.cs +++ b/tests/Durian.DefaultParam.Tests/Types/TypeNewModifierConfigurationTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using Durian.TestServices; +using Durian.TestServices; using Xunit; using static Durian.Analysis.DefaultParam.DefaultParamDiagnostics; diff --git a/tests/Durian.FriendClass.Tests/AccessTests.cs b/tests/Durian.FriendClass.Tests/AccessTests.cs index 3bf5fecc..5e5f1f19 100644 --- a/tests/Durian.FriendClass.Tests/AccessTests.cs +++ b/tests/Durian.FriendClass.Tests/AccessTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading.Tasks; using Durian.TestServices; using Xunit; diff --git a/tests/Durian.FriendClass.Tests/DeclarationTests.cs b/tests/Durian.FriendClass.Tests/DeclarationTests.cs index 837637ec..871d8e6e 100644 --- a/tests/Durian.FriendClass.Tests/DeclarationTests.cs +++ b/tests/Durian.FriendClass.Tests/DeclarationTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading.Tasks; using Durian.TestServices; using Xunit; diff --git a/tests/Durian.InterfaceTargets.Tests/AnalyzerTests.cs b/tests/Durian.InterfaceTargets.Tests/AnalyzerTests.cs index 1bf34d83..88677fea 100644 --- a/tests/Durian.InterfaceTargets.Tests/AnalyzerTests.cs +++ b/tests/Durian.InterfaceTargets.Tests/AnalyzerTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading.Tasks; using Durian.TestServices; using Xunit; diff --git a/tests/Durian.Tests/CurrentLanguageTests.cs b/tests/Durian.Tests/CurrentLanguageTests.cs index 29f77030..0d6e7746 100644 --- a/tests/Durian.Tests/CurrentLanguageTests.cs +++ b/tests/Durian.Tests/CurrentLanguageTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Threading.Tasks; using Durian.Analysis; using Durian.TestServices; diff --git a/tests/Durian.Tests/DependencyTests.cs b/tests/Durian.Tests/DependencyTests.cs index 53fd12fc..971cac8e 100644 --- a/tests/Durian.Tests/DependencyTests.cs +++ b/tests/Durian.Tests/DependencyTests.cs @@ -1,6 +1,3 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - using System.Collections.Immutable; using System.IO; using System.Threading.Tasks; diff --git a/tests/Durian.Tests/EnableLoggingAttributeTests.cs b/tests/Durian.Tests/EnableLoggingAttributeTests.cs index 270d98b7..f0ea8393 100644 --- a/tests/Durian.Tests/EnableLoggingAttributeTests.cs +++ b/tests/Durian.Tests/EnableLoggingAttributeTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading.Tasks; +using System.Threading.Tasks; using Durian.Analysis; using Durian.Analysis.Logging; using Durian.Info; diff --git a/tests/Durian.Tests/PartialNameTests.cs b/tests/Durian.Tests/PartialNameTests.cs index 874b307b..667ca68d 100644 --- a/tests/Durian.Tests/PartialNameTests.cs +++ b/tests/Durian.Tests/PartialNameTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Threading.Tasks; +using System.Threading.Tasks; using Durian.Analysis; using Durian.TestServices; using Xunit; diff --git a/tests/Durian.Tests/TypeImportTests.cs b/tests/Durian.Tests/TypeImportTests.cs index 6aef9657..1650d545 100644 --- a/tests/Durian.Tests/TypeImportTests.cs +++ b/tests/Durian.Tests/TypeImportTests.cs @@ -1,7 +1,4 @@ -// Copyright (c) Piotr Stenke. All rights reserved. -// Licensed under the MIT license. - -using System.Collections.Immutable; +using System.Collections.Immutable; using System.Threading.Tasks; using Durian.Analysis; using Durian.Analysis.CodeGeneration;