diff --git a/.editorconfig b/.editorconfig index adc20546..7b86c275 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -file_header_template = Copyright (C) 2025 Kampute\n\nReleased under the terms of the MIT license.\nSee the LICENSE file in the project root for the full license text. +file_header_template = Copyright (C) Kampute\n\nReleased under the terms of the MIT license.\nSee the LICENSE file in the project root for the full license text. [*.{cs,vb}] indent_size = 4 diff --git a/LICENSE b/LICENSE index a29870bd..b7a7c642 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2025 Kampute +Copyright (C) Kampute Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/welcome.md b/docs/welcome.md index cd72e639..b6687a73 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -1,3 +1,5 @@ +[![Version](https://img.shields.io/github/v/release/kampute/doc-toolkit?label=Version&color=darkred)](https://github.com/kampute/doc-toolkit/releases) + # Welcome to DocToolkit DocToolkit is a .NET library that extracts metadata from .NET assemblies and transforms XML documentation comments into structured documentation models. Unlike traditional documentation generators that produce fixed output, DocToolkit provides the building blocks for creating custom documentation systems tailored to your specific needs. diff --git a/kampose.json b/kampose.json index 1fd7ae3f..edec0719 100644 --- a/kampose.json +++ b/kampose.json @@ -32,7 +32,8 @@ "projectLogoLightUri": "logo-dark.png", "projectLogoDarkUri": "logo-light.png", "faviconUri": "ICON.png", - "pageFooter": "- Copyright © {{now 'yyyy'}} [Kampute](https://kampute.com)\n- Site built with [Kampose](https://kampute.github.io/kampose/).", + "pageFooter": "Copyright © {{now 'yyyy'}} [Kampute](https://kampute.com)", + "pageFooterRight": "Built with [Kampose](https://kampute.github.io/kampose/)", "groupTypesByNamespace": true, "showTypeMembersSummary": true, "seeAlsoSubtopics": true, diff --git a/src/Collections/IReadOnlyPatternCollection.cs b/src/Collections/IReadOnlyPatternCollection.cs index a61f7df2..c3da2be7 100644 --- a/src/Collections/IReadOnlyPatternCollection.cs +++ b/src/Collections/IReadOnlyPatternCollection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Collections/IReadOnlyTopicCollection.cs b/src/Collections/IReadOnlyTopicCollection.cs index 0c330ab7..85ec57e8 100644 --- a/src/Collections/IReadOnlyTopicCollection.cs +++ b/src/Collections/IReadOnlyTopicCollection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Collections/IReadOnlyTypeCollection.cs b/src/Collections/IReadOnlyTypeCollection.cs index 9e20c5d6..2b126105 100644 --- a/src/Collections/IReadOnlyTypeCollection.cs +++ b/src/Collections/IReadOnlyTypeCollection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Collections/NamespaceDoc.cs b/src/Collections/NamespaceDoc.cs index 8c45100d..4e804e9a 100644 --- a/src/Collections/NamespaceDoc.cs +++ b/src/Collections/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Collections/OverloadCollection.cs b/src/Collections/OverloadCollection.cs index a3a612b3..ede8c493 100644 --- a/src/Collections/OverloadCollection.cs +++ b/src/Collections/OverloadCollection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Collections/PatternCollection.cs b/src/Collections/PatternCollection.cs index 4f44bf97..34634986 100644 --- a/src/Collections/PatternCollection.cs +++ b/src/Collections/PatternCollection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Collections/TopicCollection.cs b/src/Collections/TopicCollection.cs index e1e0465a..36a96ba3 100644 --- a/src/Collections/TopicCollection.cs +++ b/src/Collections/TopicCollection.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DevOpsWikiOptions.cs b/src/DevOpsWikiOptions.cs index c7409a32..c91f3a7e 100644 --- a/src/DevOpsWikiOptions.cs +++ b/src/DevOpsWikiOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DevOpsWikiStrategy.cs b/src/DevOpsWikiStrategy.cs index 915dc74e..7554ddce 100644 --- a/src/DevOpsWikiStrategy.cs +++ b/src/DevOpsWikiStrategy.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DocFxOptions.cs b/src/DocFxOptions.cs index 39af3bc1..f387672b 100644 --- a/src/DocFxOptions.cs +++ b/src/DocFxOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DocFxStrategy.cs b/src/DocFxStrategy.cs index d3a3b402..f20635a8 100644 --- a/src/DocFxStrategy.cs +++ b/src/DocFxStrategy.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DocumentPageRenderer.cs b/src/DocumentPageRenderer.cs index eea97421..6516ef5d 100644 --- a/src/DocumentPageRenderer.cs +++ b/src/DocumentPageRenderer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DocumentationComposer.cs b/src/DocumentationComposer.cs index abdd970f..e59fbd83 100644 --- a/src/DocumentationComposer.cs +++ b/src/DocumentationComposer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DocumentationContext.cs b/src/DocumentationContext.cs index 2ffc15d8..6b0f15ea 100644 --- a/src/DocumentationContext.cs +++ b/src/DocumentationContext.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DocumentationContextBuilder.cs b/src/DocumentationContextBuilder.cs index 4585e978..0e4f3982 100644 --- a/src/DocumentationContextBuilder.cs +++ b/src/DocumentationContextBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DocumentationContextExtensions.cs b/src/DocumentationContextExtensions.cs index 4a9865a6..a5182dd1 100644 --- a/src/DocumentationContextExtensions.cs +++ b/src/DocumentationContextExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DocumentationModelType.cs b/src/DocumentationModelType.cs index 2d7ed465..c908c3a3 100644 --- a/src/DocumentationModelType.cs +++ b/src/DocumentationModelType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DotNetApiOptions.cs b/src/DotNetApiOptions.cs index 21db7737..3d221394 100644 --- a/src/DotNetApiOptions.cs +++ b/src/DotNetApiOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/DotNetApiStrategy.cs b/src/DotNetApiStrategy.cs index 95cb5d15..0da5dd69 100644 --- a/src/DotNetApiStrategy.cs +++ b/src/DotNetApiStrategy.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/FileSystemDocumentWriterFactory.cs b/src/FileSystemDocumentWriterFactory.cs index 3b98c721..8f84feee 100644 --- a/src/FileSystemDocumentWriterFactory.cs +++ b/src/FileSystemDocumentWriterFactory.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/FileSystemDocumentationComposer.cs b/src/FileSystemDocumentationComposer.cs index 0950838e..4c1e0535 100644 --- a/src/FileSystemDocumentationComposer.cs +++ b/src/FileSystemDocumentationComposer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/FileTopicFactory.cs b/src/FileTopicFactory.cs index ab01c218..b7d2f79c 100644 --- a/src/FileTopicFactory.cs +++ b/src/FileTopicFactory.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/DocFormatProvider.cs b/src/Formatters/DocFormatProvider.cs index 799c850e..c5e6365a 100644 --- a/src/Formatters/DocFormatProvider.cs +++ b/src/Formatters/DocFormatProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/DocFormatter.cs b/src/Formatters/DocFormatter.cs index 068ce4fa..5f2a7782 100644 --- a/src/Formatters/DocFormatter.cs +++ b/src/Formatters/DocFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/HtmlFormat.cs b/src/Formatters/HtmlFormat.cs index f7378952..1b9a0d70 100644 --- a/src/Formatters/HtmlFormat.cs +++ b/src/Formatters/HtmlFormat.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/HtmlLinkTransformer.cs b/src/Formatters/HtmlLinkTransformer.cs index b1b1e101..20a4ebad 100644 --- a/src/Formatters/HtmlLinkTransformer.cs +++ b/src/Formatters/HtmlLinkTransformer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/IDocumentFormatter.cs b/src/Formatters/IDocumentFormatter.cs index 7436cf18..d65dc097 100644 --- a/src/Formatters/IDocumentFormatter.cs +++ b/src/Formatters/IDocumentFormatter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/ITextEncoder.cs b/src/Formatters/ITextEncoder.cs index 7ba2903c..a14b9a30 100644 --- a/src/Formatters/ITextEncoder.cs +++ b/src/Formatters/ITextEncoder.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/ITextTransformer.cs b/src/Formatters/ITextTransformer.cs index c3b6fa62..5a96925f 100644 --- a/src/Formatters/ITextTransformer.cs +++ b/src/Formatters/ITextTransformer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/IdentityTransformer.cs b/src/Formatters/IdentityTransformer.cs index b9006e07..8abf02d1 100644 --- a/src/Formatters/IdentityTransformer.cs +++ b/src/Formatters/IdentityTransformer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/MarkdownFormat.cs b/src/Formatters/MarkdownFormat.cs index 4b2e6957..f6dc3eb7 100644 --- a/src/Formatters/MarkdownFormat.cs +++ b/src/Formatters/MarkdownFormat.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/MarkdownLinkTransformer.cs b/src/Formatters/MarkdownLinkTransformer.cs index 0cc39dde..e9f02729 100644 --- a/src/Formatters/MarkdownLinkTransformer.cs +++ b/src/Formatters/MarkdownLinkTransformer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/NamespaceDoc.cs b/src/Formatters/NamespaceDoc.cs index e65153ba..1d6709ba 100644 --- a/src/Formatters/NamespaceDoc.cs +++ b/src/Formatters/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Formatters/TextTransformerRegistry.cs b/src/Formatters/TextTransformerRegistry.cs index 5d00c2dc..90e2fe7e 100644 --- a/src/Formatters/TextTransformerRegistry.cs +++ b/src/Formatters/TextTransformerRegistry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IDocumentModel.cs b/src/IDocumentModel.cs index 1d278ff1..3841358c 100644 --- a/src/IDocumentModel.cs +++ b/src/IDocumentModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IDocumentRenderer.cs b/src/IDocumentRenderer.cs index 02fff29e..f33006e4 100644 --- a/src/IDocumentRenderer.cs +++ b/src/IDocumentRenderer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IDocumentWriterFactory.cs b/src/IDocumentWriterFactory.cs index 0c3c70c0..b0cf687f 100644 --- a/src/IDocumentWriterFactory.cs +++ b/src/IDocumentWriterFactory.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IDocumentationContext.cs b/src/IDocumentationContext.cs index f8c24ea2..04df009a 100644 --- a/src/IDocumentationContext.cs +++ b/src/IDocumentationContext.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IO/Minifiers/HtmlMinifier.cs b/src/IO/Minifiers/HtmlMinifier.cs index 931fe301..5678900e 100644 --- a/src/IO/Minifiers/HtmlMinifier.cs +++ b/src/IO/Minifiers/HtmlMinifier.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IO/Minifiers/MarkdownMinifier.cs b/src/IO/Minifiers/MarkdownMinifier.cs index 24db3165..bc13bda7 100644 --- a/src/IO/Minifiers/MarkdownMinifier.cs +++ b/src/IO/Minifiers/MarkdownMinifier.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IO/Minifiers/NamespaceDoc.cs b/src/IO/Minifiers/NamespaceDoc.cs index 12814634..17969b2d 100644 --- a/src/IO/Minifiers/NamespaceDoc.cs +++ b/src/IO/Minifiers/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IO/NamespaceDoc.cs b/src/IO/NamespaceDoc.cs index 2c848b64..1b36c64f 100644 --- a/src/IO/NamespaceDoc.cs +++ b/src/IO/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IO/Writers/HtmlWriter.cs b/src/IO/Writers/HtmlWriter.cs index 6d5c38fd..0f459d94 100644 --- a/src/IO/Writers/HtmlWriter.cs +++ b/src/IO/Writers/HtmlWriter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IO/Writers/MarkdownWriter.cs b/src/IO/Writers/MarkdownWriter.cs index 7edecdb4..c2c71cd4 100644 --- a/src/IO/Writers/MarkdownWriter.cs +++ b/src/IO/Writers/MarkdownWriter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IO/Writers/MarkupWriter.cs b/src/IO/Writers/MarkupWriter.cs index 5634c8f9..aa3e3816 100644 --- a/src/IO/Writers/MarkupWriter.cs +++ b/src/IO/Writers/MarkupWriter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IO/Writers/NamespaceDoc.cs b/src/IO/Writers/NamespaceDoc.cs index 9acf9b05..01a23483 100644 --- a/src/IO/Writers/NamespaceDoc.cs +++ b/src/IO/Writers/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IO/Writers/UrlContextAwareWriter.cs b/src/IO/Writers/UrlContextAwareWriter.cs index 740a6820..ca624222 100644 --- a/src/IO/Writers/UrlContextAwareWriter.cs +++ b/src/IO/Writers/UrlContextAwareWriter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/IO/Writers/WrappedTextWriter.cs b/src/IO/Writers/WrappedTextWriter.cs index e78151d5..721454a8 100644 --- a/src/IO/Writers/WrappedTextWriter.cs +++ b/src/IO/Writers/WrappedTextWriter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Kampute.DocToolkit.csproj b/src/Kampute.DocToolkit.csproj index 4e27d46c..cff9ff64 100644 --- a/src/Kampute.DocToolkit.csproj +++ b/src/Kampute.DocToolkit.csproj @@ -7,7 +7,7 @@ 2.2.0 Kampute Kambiz Khojasteh - Copyright (c) 2025 Kampute + Copyright (C) Kampute latest enable True diff --git a/src/Languages/CSharp.Data.cs b/src/Languages/CSharp.Data.cs index f33635c9..da2cf8db 100644 --- a/src/Languages/CSharp.Data.cs +++ b/src/Languages/CSharp.Data.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Languages/CSharp.Literals.cs b/src/Languages/CSharp.Literals.cs index b05fb225..563e8798 100644 --- a/src/Languages/CSharp.Literals.cs +++ b/src/Languages/CSharp.Literals.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Languages/CSharp.TypeMembers.cs b/src/Languages/CSharp.TypeMembers.cs index 9c24f76c..c2a32af5 100644 --- a/src/Languages/CSharp.TypeMembers.cs +++ b/src/Languages/CSharp.TypeMembers.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Languages/CSharp.Types.cs b/src/Languages/CSharp.Types.cs index 5d365cfe..550429a6 100644 --- a/src/Languages/CSharp.Types.cs +++ b/src/Languages/CSharp.Types.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Languages/CSharp.cs b/src/Languages/CSharp.cs index ef0a9b44..35f27ec0 100644 --- a/src/Languages/CSharp.cs +++ b/src/Languages/CSharp.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Languages/CodeStyleOptions.cs b/src/Languages/CodeStyleOptions.cs index 0d90b917..3de8e3c2 100644 --- a/src/Languages/CodeStyleOptions.cs +++ b/src/Languages/CodeStyleOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Languages/IProgrammingLanguage.cs b/src/Languages/IProgrammingLanguage.cs index d7d0e850..da1ccadc 100644 --- a/src/Languages/IProgrammingLanguage.cs +++ b/src/Languages/IProgrammingLanguage.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Languages/Language.cs b/src/Languages/Language.cs index f45ff846..0ff46f8b 100644 --- a/src/Languages/Language.cs +++ b/src/Languages/Language.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Languages/LanguageExtensions.cs b/src/Languages/LanguageExtensions.cs index e43419a5..b5c15a35 100644 --- a/src/Languages/LanguageExtensions.cs +++ b/src/Languages/LanguageExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Languages/MemberDocLinker.cs b/src/Languages/MemberDocLinker.cs index 5adf3b2d..423a00e4 100644 --- a/src/Languages/MemberDocLinker.cs +++ b/src/Languages/MemberDocLinker.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Languages/NameQualifier.cs b/src/Languages/NameQualifier.cs index d52db4f2..805d95e2 100644 --- a/src/Languages/NameQualifier.cs +++ b/src/Languages/NameQualifier.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Languages/NamespaceDoc.cs b/src/Languages/NamespaceDoc.cs index 28c66477..6fea52ca 100644 --- a/src/Languages/NamespaceDoc.cs +++ b/src/Languages/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/AdapterHelper.cs b/src/Metadata/Adapters/AdapterHelper.cs index 70e45fd4..523b0559 100644 --- a/src/Metadata/Adapters/AdapterHelper.cs +++ b/src/Metadata/Adapters/AdapterHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/AssemblyAdapter.cs b/src/Metadata/Adapters/AssemblyAdapter.cs index 33116844..7198ee98 100644 --- a/src/Metadata/Adapters/AssemblyAdapter.cs +++ b/src/Metadata/Adapters/AssemblyAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/AttributeAwareMetadataAdapter.cs b/src/Metadata/Adapters/AttributeAwareMetadataAdapter.cs index 32193c52..87f269c9 100644 --- a/src/Metadata/Adapters/AttributeAwareMetadataAdapter.cs +++ b/src/Metadata/Adapters/AttributeAwareMetadataAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/ClassTypeAdapter.cs b/src/Metadata/Adapters/ClassTypeAdapter.cs index 15420c1e..d59a9337 100644 --- a/src/Metadata/Adapters/ClassTypeAdapter.cs +++ b/src/Metadata/Adapters/ClassTypeAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the license text. diff --git a/src/Metadata/Adapters/CompositeTypeAdapter.cs b/src/Metadata/Adapters/CompositeTypeAdapter.cs index 090a60fb..3d8542a7 100644 --- a/src/Metadata/Adapters/CompositeTypeAdapter.cs +++ b/src/Metadata/Adapters/CompositeTypeAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/ConstructorAdapter.cs b/src/Metadata/Adapters/ConstructorAdapter.cs index 874f3b2e..0c918660 100644 --- a/src/Metadata/Adapters/ConstructorAdapter.cs +++ b/src/Metadata/Adapters/ConstructorAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the license text. diff --git a/src/Metadata/Adapters/CustomAttributeAdapter.cs b/src/Metadata/Adapters/CustomAttributeAdapter.cs index c9302394..d5b4f3bc 100644 --- a/src/Metadata/Adapters/CustomAttributeAdapter.cs +++ b/src/Metadata/Adapters/CustomAttributeAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/DelegateTypeAdapter.cs b/src/Metadata/Adapters/DelegateTypeAdapter.cs index 2ffc9612..28a8ef9f 100644 --- a/src/Metadata/Adapters/DelegateTypeAdapter.cs +++ b/src/Metadata/Adapters/DelegateTypeAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the license text. diff --git a/src/Metadata/Adapters/EnumTypeAdapter.cs b/src/Metadata/Adapters/EnumTypeAdapter.cs index aac74d23..16582a07 100644 --- a/src/Metadata/Adapters/EnumTypeAdapter.cs +++ b/src/Metadata/Adapters/EnumTypeAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/EventAdapter.cs b/src/Metadata/Adapters/EventAdapter.cs index 8a79b548..a39274c0 100644 --- a/src/Metadata/Adapters/EventAdapter.cs +++ b/src/Metadata/Adapters/EventAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the license text. diff --git a/src/Metadata/Adapters/ExtensionBlockAdapter.cs b/src/Metadata/Adapters/ExtensionBlockAdapter.cs index 77a0ece7..c2ded1bc 100644 --- a/src/Metadata/Adapters/ExtensionBlockAdapter.cs +++ b/src/Metadata/Adapters/ExtensionBlockAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/ExtensionReflectionRepository.cs b/src/Metadata/Adapters/ExtensionReflectionRepository.cs index bb477db1..dd5d4374 100644 --- a/src/Metadata/Adapters/ExtensionReflectionRepository.cs +++ b/src/Metadata/Adapters/ExtensionReflectionRepository.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/FieldAdapter.cs b/src/Metadata/Adapters/FieldAdapter.cs index 546c3193..a7de353d 100644 --- a/src/Metadata/Adapters/FieldAdapter.cs +++ b/src/Metadata/Adapters/FieldAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the license text. diff --git a/src/Metadata/Adapters/GenericCapableTypeAdapter.cs b/src/Metadata/Adapters/GenericCapableTypeAdapter.cs index 879f5f9e..1d0be62d 100644 --- a/src/Metadata/Adapters/GenericCapableTypeAdapter.cs +++ b/src/Metadata/Adapters/GenericCapableTypeAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/InterfaceTypeAdapter.cs b/src/Metadata/Adapters/InterfaceTypeAdapter.cs index d5b62b14..fe0fcda8 100644 --- a/src/Metadata/Adapters/InterfaceTypeAdapter.cs +++ b/src/Metadata/Adapters/InterfaceTypeAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/MemberAdapter.cs b/src/Metadata/Adapters/MemberAdapter.cs index fd974de5..cc790b76 100644 --- a/src/Metadata/Adapters/MemberAdapter.cs +++ b/src/Metadata/Adapters/MemberAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/MemberAdapterFactory.cs b/src/Metadata/Adapters/MemberAdapterFactory.cs index 4f0f152f..5a4a49ed 100644 --- a/src/Metadata/Adapters/MemberAdapterFactory.cs +++ b/src/Metadata/Adapters/MemberAdapterFactory.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/MemberAdapterRepository.cs b/src/Metadata/Adapters/MemberAdapterRepository.cs index ffe78fdd..8fb92cfa 100644 --- a/src/Metadata/Adapters/MemberAdapterRepository.cs +++ b/src/Metadata/Adapters/MemberAdapterRepository.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/MetadataAdapter.cs b/src/Metadata/Adapters/MetadataAdapter.cs index f8bc3f01..6ea6a3a9 100644 --- a/src/Metadata/Adapters/MetadataAdapter.cs +++ b/src/Metadata/Adapters/MetadataAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/MethodAdaptor.cs b/src/Metadata/Adapters/MethodAdaptor.cs index 709d0bce..f7bb4a0f 100644 --- a/src/Metadata/Adapters/MethodAdaptor.cs +++ b/src/Metadata/Adapters/MethodAdaptor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the license text. diff --git a/src/Metadata/Adapters/MethodBaseAdaptor.cs b/src/Metadata/Adapters/MethodBaseAdaptor.cs index 9fa6abea..72650f3c 100644 --- a/src/Metadata/Adapters/MethodBaseAdaptor.cs +++ b/src/Metadata/Adapters/MethodBaseAdaptor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the license text. diff --git a/src/Metadata/Adapters/NamespaceDoc.cs b/src/Metadata/Adapters/NamespaceDoc.cs index d5bdcbe3..dbb651a3 100644 --- a/src/Metadata/Adapters/NamespaceDoc.cs +++ b/src/Metadata/Adapters/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/OperatorAdaptor.cs b/src/Metadata/Adapters/OperatorAdaptor.cs index c2a3502b..4fef0f2d 100644 --- a/src/Metadata/Adapters/OperatorAdaptor.cs +++ b/src/Metadata/Adapters/OperatorAdaptor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the license text. diff --git a/src/Metadata/Adapters/ParameterAdapter.cs b/src/Metadata/Adapters/ParameterAdapter.cs index 9a8065f3..b925f511 100644 --- a/src/Metadata/Adapters/ParameterAdapter.cs +++ b/src/Metadata/Adapters/ParameterAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/PropertyAdapter.cs b/src/Metadata/Adapters/PropertyAdapter.cs index cb51226b..9000519c 100644 --- a/src/Metadata/Adapters/PropertyAdapter.cs +++ b/src/Metadata/Adapters/PropertyAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the license text. diff --git a/src/Metadata/Adapters/StructTypeAdapter.cs b/src/Metadata/Adapters/StructTypeAdapter.cs index 087d4a4e..c602ec45 100644 --- a/src/Metadata/Adapters/StructTypeAdapter.cs +++ b/src/Metadata/Adapters/StructTypeAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the license text. diff --git a/src/Metadata/Adapters/TypeAdapter.cs b/src/Metadata/Adapters/TypeAdapter.cs index e1a4164e..eb050877 100644 --- a/src/Metadata/Adapters/TypeAdapter.cs +++ b/src/Metadata/Adapters/TypeAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/TypeDecoratorAdapter.cs b/src/Metadata/Adapters/TypeDecoratorAdapter.cs index bd9c87e2..fc0a6fff 100644 --- a/src/Metadata/Adapters/TypeDecoratorAdapter.cs +++ b/src/Metadata/Adapters/TypeDecoratorAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/TypeMemberAdapter.cs b/src/Metadata/Adapters/TypeMemberAdapter.cs index 93bdbf46..56b9bc96 100644 --- a/src/Metadata/Adapters/TypeMemberAdapter.cs +++ b/src/Metadata/Adapters/TypeMemberAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/TypeParameterAdapter.cs b/src/Metadata/Adapters/TypeParameterAdapter.cs index 84c515d5..27ee8976 100644 --- a/src/Metadata/Adapters/TypeParameterAdapter.cs +++ b/src/Metadata/Adapters/TypeParameterAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Adapters/VirtualTypeMemberAdapter.cs b/src/Metadata/Adapters/VirtualTypeMemberAdapter.cs index 6e50dca0..5b4d95d0 100644 --- a/src/Metadata/Adapters/VirtualTypeMemberAdapter.cs +++ b/src/Metadata/Adapters/VirtualTypeMemberAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/AttributeNames.cs b/src/Metadata/AttributeNames.cs index 087943ff..7182eac9 100644 --- a/src/Metadata/AttributeNames.cs +++ b/src/Metadata/AttributeNames.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/AttributeTarget.cs b/src/Metadata/AttributeTarget.cs index 98bfbd9e..c5940329 100644 --- a/src/Metadata/AttributeTarget.cs +++ b/src/Metadata/AttributeTarget.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithConstructors.cs b/src/Metadata/Capabilities/IWithConstructors.cs index 354fb177..d884ebd1 100644 --- a/src/Metadata/Capabilities/IWithConstructors.cs +++ b/src/Metadata/Capabilities/IWithConstructors.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithCustomAttributes.cs b/src/Metadata/Capabilities/IWithCustomAttributes.cs index 2b7731ee..c05bf792 100644 --- a/src/Metadata/Capabilities/IWithCustomAttributes.cs +++ b/src/Metadata/Capabilities/IWithCustomAttributes.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithCustomModifiers.cs b/src/Metadata/Capabilities/IWithCustomModifiers.cs index 24b948c1..7b732a9e 100644 --- a/src/Metadata/Capabilities/IWithCustomModifiers.cs +++ b/src/Metadata/Capabilities/IWithCustomModifiers.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithEvents.cs b/src/Metadata/Capabilities/IWithEvents.cs index c5c56d59..e9cb9f4c 100644 --- a/src/Metadata/Capabilities/IWithEvents.cs +++ b/src/Metadata/Capabilities/IWithEvents.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithExplicitInterfaceEvents.cs b/src/Metadata/Capabilities/IWithExplicitInterfaceEvents.cs index 6c23ccc9..9057302d 100644 --- a/src/Metadata/Capabilities/IWithExplicitInterfaceEvents.cs +++ b/src/Metadata/Capabilities/IWithExplicitInterfaceEvents.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithExplicitInterfaceMembers.cs b/src/Metadata/Capabilities/IWithExplicitInterfaceMembers.cs index 971ed10d..a103851a 100644 --- a/src/Metadata/Capabilities/IWithExplicitInterfaceMembers.cs +++ b/src/Metadata/Capabilities/IWithExplicitInterfaceMembers.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithExplicitInterfaceMethods.cs b/src/Metadata/Capabilities/IWithExplicitInterfaceMethods.cs index be9d8eb7..0975332c 100644 --- a/src/Metadata/Capabilities/IWithExplicitInterfaceMethods.cs +++ b/src/Metadata/Capabilities/IWithExplicitInterfaceMethods.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithExplicitInterfaceOperators.cs b/src/Metadata/Capabilities/IWithExplicitInterfaceOperators.cs index f5a7485f..2882ed31 100644 --- a/src/Metadata/Capabilities/IWithExplicitInterfaceOperators.cs +++ b/src/Metadata/Capabilities/IWithExplicitInterfaceOperators.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithExplicitInterfaceProperties.cs b/src/Metadata/Capabilities/IWithExplicitInterfaceProperties.cs index b96b76c5..4faf905b 100644 --- a/src/Metadata/Capabilities/IWithExplicitInterfaceProperties.cs +++ b/src/Metadata/Capabilities/IWithExplicitInterfaceProperties.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithExtensionBehavior.cs b/src/Metadata/Capabilities/IWithExtensionBehavior.cs index 2ff24132..e3d5dfc4 100644 --- a/src/Metadata/Capabilities/IWithExtensionBehavior.cs +++ b/src/Metadata/Capabilities/IWithExtensionBehavior.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithFields.cs b/src/Metadata/Capabilities/IWithFields.cs index 3896b79c..ea89c9bb 100644 --- a/src/Metadata/Capabilities/IWithFields.cs +++ b/src/Metadata/Capabilities/IWithFields.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithInterfaces.cs b/src/Metadata/Capabilities/IWithInterfaces.cs index 4fada744..64e0cc03 100644 --- a/src/Metadata/Capabilities/IWithInterfaces.cs +++ b/src/Metadata/Capabilities/IWithInterfaces.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithMethods.cs b/src/Metadata/Capabilities/IWithMethods.cs index b27b8141..6b64f241 100644 --- a/src/Metadata/Capabilities/IWithMethods.cs +++ b/src/Metadata/Capabilities/IWithMethods.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithNestedTypes.cs b/src/Metadata/Capabilities/IWithNestedTypes.cs index f17e18a5..46971f0c 100644 --- a/src/Metadata/Capabilities/IWithNestedTypes.cs +++ b/src/Metadata/Capabilities/IWithNestedTypes.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithOperators.cs b/src/Metadata/Capabilities/IWithOperators.cs index e58b0771..29d458ff 100644 --- a/src/Metadata/Capabilities/IWithOperators.cs +++ b/src/Metadata/Capabilities/IWithOperators.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithOverloads.cs b/src/Metadata/Capabilities/IWithOverloads.cs index 86d88315..21b9188b 100644 --- a/src/Metadata/Capabilities/IWithOverloads.cs +++ b/src/Metadata/Capabilities/IWithOverloads.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithParameters.cs b/src/Metadata/Capabilities/IWithParameters.cs index 1b899e01..549377d3 100644 --- a/src/Metadata/Capabilities/IWithParameters.cs +++ b/src/Metadata/Capabilities/IWithParameters.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithProperties.cs b/src/Metadata/Capabilities/IWithProperties.cs index 62929066..cd01e774 100644 --- a/src/Metadata/Capabilities/IWithProperties.cs +++ b/src/Metadata/Capabilities/IWithProperties.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/IWithReturnParameter.cs b/src/Metadata/Capabilities/IWithReturnParameter.cs index 797689c6..9e144162 100644 --- a/src/Metadata/Capabilities/IWithReturnParameter.cs +++ b/src/Metadata/Capabilities/IWithReturnParameter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Capabilities/NamespaceDoc.cs b/src/Metadata/Capabilities/NamespaceDoc.cs index 0e7bc3c4..89b390b8 100644 --- a/src/Metadata/Capabilities/NamespaceDoc.cs +++ b/src/Metadata/Capabilities/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IAssembly.cs b/src/Metadata/IAssembly.cs index 86a164d6..824c773d 100644 --- a/src/Metadata/IAssembly.cs +++ b/src/Metadata/IAssembly.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IClassType.cs b/src/Metadata/IClassType.cs index d1d818e7..ff1db241 100644 --- a/src/Metadata/IClassType.cs +++ b/src/Metadata/IClassType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/ICompositeType.cs b/src/Metadata/ICompositeType.cs index e9715e4c..cc007d63 100644 --- a/src/Metadata/ICompositeType.cs +++ b/src/Metadata/ICompositeType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IConstructor.cs b/src/Metadata/IConstructor.cs index 7b2943ae..e788c81a 100644 --- a/src/Metadata/IConstructor.cs +++ b/src/Metadata/IConstructor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/ICustomAttribute.cs b/src/Metadata/ICustomAttribute.cs index 3cb872bf..c3367c07 100644 --- a/src/Metadata/ICustomAttribute.cs +++ b/src/Metadata/ICustomAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IDelegateType.cs b/src/Metadata/IDelegateType.cs index 5ab7d773..c12e6837 100644 --- a/src/Metadata/IDelegateType.cs +++ b/src/Metadata/IDelegateType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IEnumType.cs b/src/Metadata/IEnumType.cs index 2bb7e431..5af99b6a 100644 --- a/src/Metadata/IEnumType.cs +++ b/src/Metadata/IEnumType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IEvent.cs b/src/Metadata/IEvent.cs index a7da4937..5c428d2c 100644 --- a/src/Metadata/IEvent.cs +++ b/src/Metadata/IEvent.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IExtensionBlock.cs b/src/Metadata/IExtensionBlock.cs index 65e18696..61ca3ca1 100644 --- a/src/Metadata/IExtensionBlock.cs +++ b/src/Metadata/IExtensionBlock.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IExtensionReflectionRepository.cs b/src/Metadata/IExtensionReflectionRepository.cs index ad59a2d8..1002df6f 100644 --- a/src/Metadata/IExtensionReflectionRepository.cs +++ b/src/Metadata/IExtensionReflectionRepository.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IField.cs b/src/Metadata/IField.cs index 79b5d7f8..b0fcf7e7 100644 --- a/src/Metadata/IField.cs +++ b/src/Metadata/IField.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IGenericCapableType.cs b/src/Metadata/IGenericCapableType.cs index bc30ee95..6e66cbc3 100644 --- a/src/Metadata/IGenericCapableType.cs +++ b/src/Metadata/IGenericCapableType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IInterfaceCapableType.cs b/src/Metadata/IInterfaceCapableType.cs index 98f0fa7d..a733e052 100644 --- a/src/Metadata/IInterfaceCapableType.cs +++ b/src/Metadata/IInterfaceCapableType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IInterfaceType.cs b/src/Metadata/IInterfaceType.cs index 22593196..4527d2ba 100644 --- a/src/Metadata/IInterfaceType.cs +++ b/src/Metadata/IInterfaceType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IMember.cs b/src/Metadata/IMember.cs index 30fb6172..bed4c79d 100644 --- a/src/Metadata/IMember.cs +++ b/src/Metadata/IMember.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IMemberAdapterFactory.cs b/src/Metadata/IMemberAdapterFactory.cs index 043ed7d0..f5be10b6 100644 --- a/src/Metadata/IMemberAdapterFactory.cs +++ b/src/Metadata/IMemberAdapterFactory.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IMemberAdapterRepository.cs b/src/Metadata/IMemberAdapterRepository.cs index 85cacb16..589a2fab 100644 --- a/src/Metadata/IMemberAdapterRepository.cs +++ b/src/Metadata/IMemberAdapterRepository.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IMetadataAdapter.cs b/src/Metadata/IMetadataAdapter.cs index 371dd05c..2b28d61d 100644 --- a/src/Metadata/IMetadataAdapter.cs +++ b/src/Metadata/IMetadataAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IMethod.cs b/src/Metadata/IMethod.cs index ce37bdd5..2f3992e5 100644 --- a/src/Metadata/IMethod.cs +++ b/src/Metadata/IMethod.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IMethodBase.cs b/src/Metadata/IMethodBase.cs index 355ace33..55f20f31 100644 --- a/src/Metadata/IMethodBase.cs +++ b/src/Metadata/IMethodBase.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IOperator.cs b/src/Metadata/IOperator.cs index acc2c905..0deff2cb 100644 --- a/src/Metadata/IOperator.cs +++ b/src/Metadata/IOperator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IParameter.cs b/src/Metadata/IParameter.cs index 6600587d..1eb926cf 100644 --- a/src/Metadata/IParameter.cs +++ b/src/Metadata/IParameter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IProperty.cs b/src/Metadata/IProperty.cs index 366b0784..64f71397 100644 --- a/src/Metadata/IProperty.cs +++ b/src/Metadata/IProperty.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IStructType.cs b/src/Metadata/IStructType.cs index 1d153816..966c345a 100644 --- a/src/Metadata/IStructType.cs +++ b/src/Metadata/IStructType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IType.cs b/src/Metadata/IType.cs index 657c3571..7d190b9b 100644 --- a/src/Metadata/IType.cs +++ b/src/Metadata/IType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/ITypeDecorator.cs b/src/Metadata/ITypeDecorator.cs index cae3686e..65b2c777 100644 --- a/src/Metadata/ITypeDecorator.cs +++ b/src/Metadata/ITypeDecorator.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/ITypeMember.cs b/src/Metadata/ITypeMember.cs index d54f4cf1..bbe37a8c 100644 --- a/src/Metadata/ITypeMember.cs +++ b/src/Metadata/ITypeMember.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/ITypeParameter.cs b/src/Metadata/ITypeParameter.cs index 4364b003..6f9cec4f 100644 --- a/src/Metadata/ITypeParameter.cs +++ b/src/Metadata/ITypeParameter.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/IVirtualTypeMember.cs b/src/Metadata/IVirtualTypeMember.cs index 0420781b..d461cf2a 100644 --- a/src/Metadata/IVirtualTypeMember.cs +++ b/src/Metadata/IVirtualTypeMember.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/MemberCollectionExtensions.cs b/src/Metadata/MemberCollectionExtensions.cs index 6d1bd8fb..8d4a008e 100644 --- a/src/Metadata/MemberCollectionExtensions.cs +++ b/src/Metadata/MemberCollectionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/MemberInfoComparer.cs b/src/Metadata/MemberInfoComparer.cs index 0caa0cc8..777f9e54 100644 --- a/src/Metadata/MemberInfoComparer.cs +++ b/src/Metadata/MemberInfoComparer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/MemberVirtuality.cs b/src/Metadata/MemberVirtuality.cs index 2fe76d4f..64f0fe7d 100644 --- a/src/Metadata/MemberVirtuality.cs +++ b/src/Metadata/MemberVirtuality.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/MemberVisibility.cs b/src/Metadata/MemberVisibility.cs index 3d9cfb11..8d763916 100644 --- a/src/Metadata/MemberVisibility.cs +++ b/src/Metadata/MemberVisibility.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/MetadataExtensions.cs b/src/Metadata/MetadataExtensions.cs index c136ae3b..925dae7f 100644 --- a/src/Metadata/MetadataExtensions.cs +++ b/src/Metadata/MetadataExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/MetadataProvider.cs b/src/Metadata/MetadataProvider.cs index 8e0cb3ab..679b9914 100644 --- a/src/Metadata/MetadataProvider.cs +++ b/src/Metadata/MetadataProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/MetadataUniverse.cs b/src/Metadata/MetadataUniverse.cs index f6d70420..5605a939 100644 --- a/src/Metadata/MetadataUniverse.cs +++ b/src/Metadata/MetadataUniverse.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/ModifierNames.cs b/src/Metadata/ModifierNames.cs index 1bc1ba2f..f8f6dff5 100644 --- a/src/Metadata/ModifierNames.cs +++ b/src/Metadata/ModifierNames.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/NamespaceDoc.cs b/src/Metadata/NamespaceDoc.cs index 74bead2e..fc73d3c1 100644 --- a/src/Metadata/NamespaceDoc.cs +++ b/src/Metadata/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/ParameterReferenceKind.cs b/src/Metadata/ParameterReferenceKind.cs index 69b664e0..95698d31 100644 --- a/src/Metadata/ParameterReferenceKind.cs +++ b/src/Metadata/ParameterReferenceKind.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Reflection/ExtensionBlockInfo.cs b/src/Metadata/Reflection/ExtensionBlockInfo.cs index 19612c63..c8f6c2f9 100644 --- a/src/Metadata/Reflection/ExtensionBlockInfo.cs +++ b/src/Metadata/Reflection/ExtensionBlockInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Reflection/ExtensionContainerInfo.cs b/src/Metadata/Reflection/ExtensionContainerInfo.cs index 0ab80450..9549340a 100644 --- a/src/Metadata/Reflection/ExtensionContainerInfo.cs +++ b/src/Metadata/Reflection/ExtensionContainerInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Reflection/IExtensionBlockMemberInfo.cs b/src/Metadata/Reflection/IExtensionBlockMemberInfo.cs index 8494f2be..e06af8d7 100644 --- a/src/Metadata/Reflection/IExtensionBlockMemberInfo.cs +++ b/src/Metadata/Reflection/IExtensionBlockMemberInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Reflection/IExtensionBlockMethodInfo.cs b/src/Metadata/Reflection/IExtensionBlockMethodInfo.cs index c56bd04e..99570c23 100644 --- a/src/Metadata/Reflection/IExtensionBlockMethodInfo.cs +++ b/src/Metadata/Reflection/IExtensionBlockMethodInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Reflection/IExtensionBlockPropertyInfo.cs b/src/Metadata/Reflection/IExtensionBlockPropertyInfo.cs index 2c06aa3e..714d28e3 100644 --- a/src/Metadata/Reflection/IExtensionBlockPropertyInfo.cs +++ b/src/Metadata/Reflection/IExtensionBlockPropertyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Reflection/Internal/ExtensionBlockMethodInfo.cs b/src/Metadata/Reflection/Internal/ExtensionBlockMethodInfo.cs index 6bd445c4..592465d6 100644 --- a/src/Metadata/Reflection/Internal/ExtensionBlockMethodInfo.cs +++ b/src/Metadata/Reflection/Internal/ExtensionBlockMethodInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Reflection/Internal/ExtensionBlockPropertyInfo.cs b/src/Metadata/Reflection/Internal/ExtensionBlockPropertyInfo.cs index 3bce2383..fabbb32a 100644 --- a/src/Metadata/Reflection/Internal/ExtensionBlockPropertyInfo.cs +++ b/src/Metadata/Reflection/Internal/ExtensionBlockPropertyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Reflection/Internal/NamespaceDoc.cs b/src/Metadata/Reflection/Internal/NamespaceDoc.cs index a9ebcb8c..2f6b80fc 100644 --- a/src/Metadata/Reflection/Internal/NamespaceDoc.cs +++ b/src/Metadata/Reflection/Internal/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/Reflection/NamespaceDoc.cs b/src/Metadata/Reflection/NamespaceDoc.cs index 57f72baf..90ba66a2 100644 --- a/src/Metadata/Reflection/NamespaceDoc.cs +++ b/src/Metadata/Reflection/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/TypeModifier.cs b/src/Metadata/TypeModifier.cs index 88e6048b..71a83e0b 100644 --- a/src/Metadata/TypeModifier.cs +++ b/src/Metadata/TypeModifier.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/TypeParameterConstraints.cs b/src/Metadata/TypeParameterConstraints.cs index 8c091d69..0dc907be 100644 --- a/src/Metadata/TypeParameterConstraints.cs +++ b/src/Metadata/TypeParameterConstraints.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/TypeParameterVariance.cs b/src/Metadata/TypeParameterVariance.cs index 47e69323..4371aa5a 100644 --- a/src/Metadata/TypeParameterVariance.cs +++ b/src/Metadata/TypeParameterVariance.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Metadata/TypedValue.cs b/src/Metadata/TypedValue.cs index 38f473df..5229ba9f 100644 --- a/src/Metadata/TypedValue.cs +++ b/src/Metadata/TypedValue.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/AssemblyModel.cs b/src/Models/AssemblyModel.cs index 5dcdb91f..8c61ba93 100644 --- a/src/Models/AssemblyModel.cs +++ b/src/Models/AssemblyModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/ClassModel.cs b/src/Models/ClassModel.cs index 7a8da9ab..d0b5aa40 100644 --- a/src/Models/ClassModel.cs +++ b/src/Models/ClassModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/CompositeTypeModel.cs b/src/Models/CompositeTypeModel.cs index b4351ca9..478d3c6a 100644 --- a/src/Models/CompositeTypeModel.cs +++ b/src/Models/CompositeTypeModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/ConstructorModel.cs b/src/Models/ConstructorModel.cs index abce3ec6..a45bb067 100644 --- a/src/Models/ConstructorModel.cs +++ b/src/Models/ConstructorModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/DelegateModel.cs b/src/Models/DelegateModel.cs index 6d5787f4..89bed55f 100644 --- a/src/Models/DelegateModel.cs +++ b/src/Models/DelegateModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/EnumModel.cs b/src/Models/EnumModel.cs index 98022dcf..7a17e603 100644 --- a/src/Models/EnumModel.cs +++ b/src/Models/EnumModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/EventModel.cs b/src/Models/EventModel.cs index 8de9a3ba..4070b5f7 100644 --- a/src/Models/EventModel.cs +++ b/src/Models/EventModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/ExtensionBlockModel.cs b/src/Models/ExtensionBlockModel.cs index a3695d05..25a8b2b3 100644 --- a/src/Models/ExtensionBlockModel.cs +++ b/src/Models/ExtensionBlockModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/FieldModel.cs b/src/Models/FieldModel.cs index bef6dc61..c0235b96 100644 --- a/src/Models/FieldModel.cs +++ b/src/Models/FieldModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/InterfaceModel.cs b/src/Models/InterfaceModel.cs index f0f2003b..91c7d52b 100644 --- a/src/Models/InterfaceModel.cs +++ b/src/Models/InterfaceModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/MemberModel.cs b/src/Models/MemberModel.cs index 6231078d..9ad87765 100644 --- a/src/Models/MemberModel.cs +++ b/src/Models/MemberModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/MethodModel.cs b/src/Models/MethodModel.cs index e34baf47..23b16286 100644 --- a/src/Models/MethodModel.cs +++ b/src/Models/MethodModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/NamespaceDoc.cs b/src/Models/NamespaceDoc.cs index 65b89c8f..e6e51942 100644 --- a/src/Models/NamespaceDoc.cs +++ b/src/Models/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/NamespaceModel.cs b/src/Models/NamespaceModel.cs index fdd2a874..53ffc88f 100644 --- a/src/Models/NamespaceModel.cs +++ b/src/Models/NamespaceModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/OperatorModel.cs b/src/Models/OperatorModel.cs index 03485500..e54014c3 100644 --- a/src/Models/OperatorModel.cs +++ b/src/Models/OperatorModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/PropertyModel.cs b/src/Models/PropertyModel.cs index 25ca7d75..90660ccf 100644 --- a/src/Models/PropertyModel.cs +++ b/src/Models/PropertyModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/StructModel.cs b/src/Models/StructModel.cs index 2cbd67f4..0bd8ce2d 100644 --- a/src/Models/StructModel.cs +++ b/src/Models/StructModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/TopicModel.cs b/src/Models/TopicModel.cs index ab573585..feea679c 100644 --- a/src/Models/TopicModel.cs +++ b/src/Models/TopicModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/TypeMemberModel.cs b/src/Models/TypeMemberModel.cs index 67023196..884b96b6 100644 --- a/src/Models/TypeMemberModel.cs +++ b/src/Models/TypeMemberModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Models/TypeModel.cs b/src/Models/TypeModel.cs index edf1025b..98b3248c 100644 --- a/src/Models/TypeModel.cs +++ b/src/Models/TypeModel.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/NamespaceDoc.cs b/src/NamespaceDoc.cs index a77a54cc..d6213ee0 100644 --- a/src/NamespaceDoc.cs +++ b/src/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/OutputOptions.cs b/src/OutputOptions.cs index 4c5634d7..14065088 100644 --- a/src/OutputOptions.cs +++ b/src/OutputOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/PageCategory.cs b/src/PageCategory.cs index 5a915f98..899c7086 100644 --- a/src/PageCategory.cs +++ b/src/PageCategory.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/PageGranularity.cs b/src/PageGranularity.cs index 690805e8..4e3b2710 100644 --- a/src/PageGranularity.cs +++ b/src/PageGranularity.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/AddressingOptions.cs b/src/Routing/AddressingOptions.cs index af2bc485..eef9fb94 100644 --- a/src/Routing/AddressingOptions.cs +++ b/src/Routing/AddressingOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/AddressingStrategy.cs b/src/Routing/AddressingStrategy.cs index bf9b77d0..0930e3fc 100644 --- a/src/Routing/AddressingStrategy.cs +++ b/src/Routing/AddressingStrategy.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/ContextAwareUrlNormalizer.cs b/src/Routing/ContextAwareUrlNormalizer.cs index d0ba9ea0..dd4b0465 100644 --- a/src/Routing/ContextAwareUrlNormalizer.cs +++ b/src/Routing/ContextAwareUrlNormalizer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/ContextAwareUrlTransformer.cs b/src/Routing/ContextAwareUrlTransformer.cs index 41885dd0..5e7619a0 100644 --- a/src/Routing/ContextAwareUrlTransformer.cs +++ b/src/Routing/ContextAwareUrlTransformer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/DocumentAddressProvider.cs b/src/Routing/DocumentAddressProvider.cs index c67f6d50..a01766fb 100644 --- a/src/Routing/DocumentAddressProvider.cs +++ b/src/Routing/DocumentAddressProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/DocumentUrlContext.cs b/src/Routing/DocumentUrlContext.cs index 4ea2203a..aff7fec0 100644 --- a/src/Routing/DocumentUrlContext.cs +++ b/src/Routing/DocumentUrlContext.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/DocumentUrlContextManager.cs b/src/Routing/DocumentUrlContextManager.cs index 1a0a3246..edefeb48 100644 --- a/src/Routing/DocumentUrlContextManager.cs +++ b/src/Routing/DocumentUrlContextManager.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/HtmlAddressingOptions.cs b/src/Routing/HtmlAddressingOptions.cs index 5686d521..619bd22b 100644 --- a/src/Routing/HtmlAddressingOptions.cs +++ b/src/Routing/HtmlAddressingOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/HtmlAddressingStrategy.cs b/src/Routing/HtmlAddressingStrategy.cs index c58bd3d2..b17f9cea 100644 --- a/src/Routing/HtmlAddressingStrategy.cs +++ b/src/Routing/HtmlAddressingStrategy.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/IApiDocUrlProvider.cs b/src/Routing/IApiDocUrlProvider.cs index 3b015cf3..15043e7d 100644 --- a/src/Routing/IApiDocUrlProvider.cs +++ b/src/Routing/IApiDocUrlProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/IContextualAddressingStrategy.cs b/src/Routing/IContextualAddressingStrategy.cs index baa87c5b..86dbbc95 100644 --- a/src/Routing/IContextualAddressingStrategy.cs +++ b/src/Routing/IContextualAddressingStrategy.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/IDocumentAddressProvider.cs b/src/Routing/IDocumentAddressProvider.cs index f6a16fca..b3ec1344 100644 --- a/src/Routing/IDocumentAddressProvider.cs +++ b/src/Routing/IDocumentAddressProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/IDocumentAddressingStrategy.cs b/src/Routing/IDocumentAddressingStrategy.cs index 97d743a6..d766be6a 100644 --- a/src/Routing/IDocumentAddressingStrategy.cs +++ b/src/Routing/IDocumentAddressingStrategy.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/IDocumentUrlContextProvider.cs b/src/Routing/IDocumentUrlContextProvider.cs index a12c43cc..808f850e 100644 --- a/src/Routing/IDocumentUrlContextProvider.cs +++ b/src/Routing/IDocumentUrlContextProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/IRemoteApiDocUrlResolver.cs b/src/Routing/IRemoteApiDocUrlResolver.cs index f4294ba3..cec02821 100644 --- a/src/Routing/IRemoteApiDocUrlResolver.cs +++ b/src/Routing/IRemoteApiDocUrlResolver.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/IResourceAddress.cs b/src/Routing/IResourceAddress.cs index 4b5f92e2..9e1e63b7 100644 --- a/src/Routing/IResourceAddress.cs +++ b/src/Routing/IResourceAddress.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/IUrlTransformer.cs b/src/Routing/IUrlTransformer.cs index 395eb1ad..d202142e 100644 --- a/src/Routing/IUrlTransformer.cs +++ b/src/Routing/IUrlTransformer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/MicrosoftDocs.cs b/src/Routing/MicrosoftDocs.cs index 6e09b25e..51e08ab3 100644 --- a/src/Routing/MicrosoftDocs.cs +++ b/src/Routing/MicrosoftDocs.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/NamespaceDoc.cs b/src/Routing/NamespaceDoc.cs index 1a24678c..9ea79e3c 100644 --- a/src/Routing/NamespaceDoc.cs +++ b/src/Routing/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/PathToUrlMapper.cs b/src/Routing/PathToUrlMapper.cs index dfcd364d..88a8da66 100644 --- a/src/Routing/PathToUrlMapper.cs +++ b/src/Routing/PathToUrlMapper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/RelativeToAbsoluteUrlNormalizer.cs b/src/Routing/RelativeToAbsoluteUrlNormalizer.cs index 805c7b03..a60b95fc 100644 --- a/src/Routing/RelativeToAbsoluteUrlNormalizer.cs +++ b/src/Routing/RelativeToAbsoluteUrlNormalizer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/RemoteApiDocUrlResolver.cs b/src/Routing/RemoteApiDocUrlResolver.cs index 8874a2aa..3e418c49 100644 --- a/src/Routing/RemoteApiDocUrlResolver.cs +++ b/src/Routing/RemoteApiDocUrlResolver.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/ResourceAddress.cs b/src/Routing/ResourceAddress.cs index cf7aea54..aa5c076e 100644 --- a/src/Routing/ResourceAddress.cs +++ b/src/Routing/ResourceAddress.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/RoutingExtensions.cs b/src/Routing/RoutingExtensions.cs index fb36c164..3fd9dff3 100644 --- a/src/Routing/RoutingExtensions.cs +++ b/src/Routing/RoutingExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/SearchBasedApiDocUrlResolver.cs b/src/Routing/SearchBasedApiDocUrlResolver.cs index 5decfec5..1f630a6b 100644 --- a/src/Routing/SearchBasedApiDocUrlResolver.cs +++ b/src/Routing/SearchBasedApiDocUrlResolver.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/StrategyBasedApiDocUrlResolver.cs b/src/Routing/StrategyBasedApiDocUrlResolver.cs index 1d1abe26..adf5c661 100644 --- a/src/Routing/StrategyBasedApiDocUrlResolver.cs +++ b/src/Routing/StrategyBasedApiDocUrlResolver.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/UrlReference.cs b/src/Routing/UrlReference.cs index 0e4e01bf..8635a3ff 100644 --- a/src/Routing/UrlReference.cs +++ b/src/Routing/UrlReference.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Routing/UrlReferenceCollector.cs b/src/Routing/UrlReferenceCollector.cs index 056f9b1b..c364a3e5 100644 --- a/src/Routing/UrlReferenceCollector.cs +++ b/src/Routing/UrlReferenceCollector.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/CodeReference.cs b/src/Support/CodeReference.cs index 43733513..61226b25 100644 --- a/src/Support/CodeReference.cs +++ b/src/Support/CodeReference.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/FileExtensions.cs b/src/Support/FileExtensions.cs index b1168297..38a5a809 100644 --- a/src/Support/FileExtensions.cs +++ b/src/Support/FileExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/FileTopicHelper.cs b/src/Support/FileTopicHelper.cs index 1240ec6d..8192cf76 100644 --- a/src/Support/FileTopicHelper.cs +++ b/src/Support/FileTopicHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/HtmlParsingHelper.cs b/src/Support/HtmlParsingHelper.cs index 72f40d90..f8b1c1fb 100644 --- a/src/Support/HtmlParsingHelper.cs +++ b/src/Support/HtmlParsingHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/Markdown.cs b/src/Support/Markdown.cs index 2071cb13..79c7cd49 100644 --- a/src/Support/Markdown.cs +++ b/src/Support/Markdown.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/NamespaceDoc.cs b/src/Support/NamespaceDoc.cs index c922da98..dd8a8896 100644 --- a/src/Support/NamespaceDoc.cs +++ b/src/Support/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/PathHelper.cs b/src/Support/PathHelper.cs index 041c02cf..2450cabe 100644 --- a/src/Support/PathHelper.cs +++ b/src/Support/PathHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/ReadOnlySpanSlicing.cs b/src/Support/ReadOnlySpanSlicing.cs index af241b8c..55267f07 100644 --- a/src/Support/ReadOnlySpanSlicing.cs +++ b/src/Support/ReadOnlySpanSlicing.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/StringBuilderPool.cs b/src/Support/StringBuilderPool.cs index 9f3a2d6c..daba7d9b 100644 --- a/src/Support/StringBuilderPool.cs +++ b/src/Support/StringBuilderPool.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/StringManipulation.cs b/src/Support/StringManipulation.cs index a7b4074f..5c9b54bd 100644 --- a/src/Support/StringManipulation.cs +++ b/src/Support/StringManipulation.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/TextUtility.cs b/src/Support/TextUtility.cs index 16f25908..d1fb159f 100644 --- a/src/Support/TextUtility.cs +++ b/src/Support/TextUtility.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/UriHelper.cs b/src/Support/UriHelper.cs index 0842cb56..0794cbf3 100644 --- a/src/Support/UriHelper.cs +++ b/src/Support/UriHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Support/XElementHelper.cs b/src/Support/XElementHelper.cs index 23cad047..65e40628 100644 --- a/src/Support/XElementHelper.cs +++ b/src/Support/XElementHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/Abstracts/ConvertibleTopic.cs b/src/Topics/Abstracts/ConvertibleTopic.cs index 98dad53a..f7f2911d 100644 --- a/src/Topics/Abstracts/ConvertibleTopic.cs +++ b/src/Topics/Abstracts/ConvertibleTopic.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/Abstracts/DynamicTopic.cs b/src/Topics/Abstracts/DynamicTopic.cs index 0087b4e2..01a67788 100644 --- a/src/Topics/Abstracts/DynamicTopic.cs +++ b/src/Topics/Abstracts/DynamicTopic.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/Abstracts/NamespaceDoc.cs b/src/Topics/Abstracts/NamespaceDoc.cs index 44d287ca..83c53d9e 100644 --- a/src/Topics/Abstracts/NamespaceDoc.cs +++ b/src/Topics/Abstracts/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/Abstracts/TopicSource.cs b/src/Topics/Abstracts/TopicSource.cs index ef8eeb62..5e621582 100644 --- a/src/Topics/Abstracts/TopicSource.cs +++ b/src/Topics/Abstracts/TopicSource.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/AdHocTopic.cs b/src/Topics/AdHocTopic.cs index 4dfe0a21..13116970 100644 --- a/src/Topics/AdHocTopic.cs +++ b/src/Topics/AdHocTopic.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/FileTopic.cs b/src/Topics/FileTopic.cs index 8da27867..51ed3b00 100644 --- a/src/Topics/FileTopic.cs +++ b/src/Topics/FileTopic.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/HtmlFileTopic.cs b/src/Topics/HtmlFileTopic.cs index 2d41e288..efd8c01c 100644 --- a/src/Topics/HtmlFileTopic.cs +++ b/src/Topics/HtmlFileTopic.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/IFileBasedTopic.cs b/src/Topics/IFileBasedTopic.cs index 56d55dd4..823bb7d9 100644 --- a/src/Topics/IFileBasedTopic.cs +++ b/src/Topics/IFileBasedTopic.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/IMutableTopic.cs b/src/Topics/IMutableTopic.cs index ce354709..2afba77f 100644 --- a/src/Topics/IMutableTopic.cs +++ b/src/Topics/IMutableTopic.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/ITopic.cs b/src/Topics/ITopic.cs index 2ee6b38e..d835b639 100644 --- a/src/Topics/ITopic.cs +++ b/src/Topics/ITopic.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/MarkdownFileTopic.cs b/src/Topics/MarkdownFileTopic.cs index b8d5a9da..ee085a57 100644 --- a/src/Topics/MarkdownFileTopic.cs +++ b/src/Topics/MarkdownFileTopic.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Topics/NamespaceDoc.cs b/src/Topics/NamespaceDoc.cs index f2c81dc1..9f91e9b5 100644 --- a/src/Topics/NamespaceDoc.cs +++ b/src/Topics/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/Comments/Comment.cs b/src/XmlDoc/Comments/Comment.cs index e7d1572c..ee6fdb02 100644 --- a/src/XmlDoc/Comments/Comment.cs +++ b/src/XmlDoc/Comments/Comment.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/Comments/NamespaceDoc.cs b/src/XmlDoc/Comments/NamespaceDoc.cs index 4632606f..bece9efe 100644 --- a/src/XmlDoc/Comments/NamespaceDoc.cs +++ b/src/XmlDoc/Comments/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/Comments/ReferenceComment.cs b/src/XmlDoc/Comments/ReferenceComment.cs index 4351efd5..f13446ce 100644 --- a/src/XmlDoc/Comments/ReferenceComment.cs +++ b/src/XmlDoc/Comments/ReferenceComment.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/Comments/SeeAlsoComment.cs b/src/XmlDoc/Comments/SeeAlsoComment.cs index dc2c320c..f0d40d12 100644 --- a/src/XmlDoc/Comments/SeeAlsoComment.cs +++ b/src/XmlDoc/Comments/SeeAlsoComment.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/Comments/ThreadSafetyComment.cs b/src/XmlDoc/Comments/ThreadSafetyComment.cs index 4571ef62..f7612af9 100644 --- a/src/XmlDoc/Comments/ThreadSafetyComment.cs +++ b/src/XmlDoc/Comments/ThreadSafetyComment.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/IXmlDocErrorHandler.cs b/src/XmlDoc/IXmlDocErrorHandler.cs index 4036d9f7..5d4ea296 100644 --- a/src/XmlDoc/IXmlDocErrorHandler.cs +++ b/src/XmlDoc/IXmlDocErrorHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/IXmlDocProvider.cs b/src/XmlDoc/IXmlDocProvider.cs index 62993129..9079fc90 100644 --- a/src/XmlDoc/IXmlDocProvider.cs +++ b/src/XmlDoc/IXmlDocProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/IXmlDocReferenceAccessor.cs b/src/XmlDoc/IXmlDocReferenceAccessor.cs index ab12b16b..68c83113 100644 --- a/src/XmlDoc/IXmlDocReferenceAccessor.cs +++ b/src/XmlDoc/IXmlDocReferenceAccessor.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/IXmlDocReferenceResolver.cs b/src/XmlDoc/IXmlDocReferenceResolver.cs index 96cd1fc1..0f9eb8a6 100644 --- a/src/XmlDoc/IXmlDocReferenceResolver.cs +++ b/src/XmlDoc/IXmlDocReferenceResolver.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/IXmlDocResolver.cs b/src/XmlDoc/IXmlDocResolver.cs index 47c8b633..fb5e1a64 100644 --- a/src/XmlDoc/IXmlDocResolver.cs +++ b/src/XmlDoc/IXmlDocResolver.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/IXmlDocTransformer.cs b/src/XmlDoc/IXmlDocTransformer.cs index 30d9863f..e1c9a16a 100644 --- a/src/XmlDoc/IXmlDocTransformer.cs +++ b/src/XmlDoc/IXmlDocTransformer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/NamespaceDoc.cs b/src/XmlDoc/NamespaceDoc.cs index 8f9be5c0..fbc1906e 100644 --- a/src/XmlDoc/NamespaceDoc.cs +++ b/src/XmlDoc/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocContextAwareReferenceResolver.cs b/src/XmlDoc/XmlDocContextAwareReferenceResolver.cs index 74169670..d713f42b 100644 --- a/src/XmlDoc/XmlDocContextAwareReferenceResolver.cs +++ b/src/XmlDoc/XmlDocContextAwareReferenceResolver.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocEntry.cs b/src/XmlDoc/XmlDocEntry.cs index f7155e7e..88aedd66 100644 --- a/src/XmlDoc/XmlDocEntry.cs +++ b/src/XmlDoc/XmlDocEntry.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocErrorHandler.cs b/src/XmlDoc/XmlDocErrorHandler.cs index 1d8d698f..387e26d7 100644 --- a/src/XmlDoc/XmlDocErrorHandler.cs +++ b/src/XmlDoc/XmlDocErrorHandler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocExtensions.cs b/src/XmlDoc/XmlDocExtensions.cs index e82dcf79..48b86feb 100644 --- a/src/XmlDoc/XmlDocExtensions.cs +++ b/src/XmlDoc/XmlDocExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocInspectionIssue.cs b/src/XmlDoc/XmlDocInspectionIssue.cs index 966e96ec..5e6531d3 100644 --- a/src/XmlDoc/XmlDocInspectionIssue.cs +++ b/src/XmlDoc/XmlDocInspectionIssue.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocInspectionIssueType.cs b/src/XmlDoc/XmlDocInspectionIssueType.cs index 3d5663ad..5c6cb7f8 100644 --- a/src/XmlDoc/XmlDocInspectionIssueType.cs +++ b/src/XmlDoc/XmlDocInspectionIssueType.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocInspectionOptions.cs b/src/XmlDoc/XmlDocInspectionOptions.cs index 9d4e30cd..e5f9835a 100644 --- a/src/XmlDoc/XmlDocInspectionOptions.cs +++ b/src/XmlDoc/XmlDocInspectionOptions.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocNullReferenceResolver.cs b/src/XmlDoc/XmlDocNullReferenceResolver.cs index 1601eb57..9c9ade99 100644 --- a/src/XmlDoc/XmlDocNullReferenceResolver.cs +++ b/src/XmlDoc/XmlDocNullReferenceResolver.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocProvider.cs b/src/XmlDoc/XmlDocProvider.cs index e2030c4a..b67ab0af 100644 --- a/src/XmlDoc/XmlDocProvider.cs +++ b/src/XmlDoc/XmlDocProvider.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocRepository.cs b/src/XmlDoc/XmlDocRepository.cs index c02963a9..59538c5d 100644 --- a/src/XmlDoc/XmlDocRepository.cs +++ b/src/XmlDoc/XmlDocRepository.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocTag.cs b/src/XmlDoc/XmlDocTag.cs index 2d008d08..ceb2dd24 100644 --- a/src/XmlDoc/XmlDocTag.cs +++ b/src/XmlDoc/XmlDocTag.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocToHtmlTransformer.cs b/src/XmlDoc/XmlDocToHtmlTransformer.cs index adb8501e..59f0d276 100644 --- a/src/XmlDoc/XmlDocToHtmlTransformer.cs +++ b/src/XmlDoc/XmlDocToHtmlTransformer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocToMarkdownTransformer.cs b/src/XmlDoc/XmlDocToMarkdownTransformer.cs index 3cd6cbcd..3b66c7fc 100644 --- a/src/XmlDoc/XmlDocToMarkdownTransformer.cs +++ b/src/XmlDoc/XmlDocToMarkdownTransformer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/XmlDoc/XmlDocTransformer.cs b/src/XmlDoc/XmlDocTransformer.cs index 77a329dc..b62f359b 100644 --- a/src/XmlDoc/XmlDocTransformer.cs +++ b/src/XmlDoc/XmlDocTransformer.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Xslt/NamespaceDoc.cs b/src/Xslt/NamespaceDoc.cs index 00f1a4e2..9153fe94 100644 --- a/src/Xslt/NamespaceDoc.cs +++ b/src/Xslt/NamespaceDoc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Xslt/XsltCompiler.cs b/src/Xslt/XsltCompiler.cs index f1cb4b0a..59af5165 100644 --- a/src/Xslt/XsltCompiler.cs +++ b/src/Xslt/XsltCompiler.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Xslt/XsltMarkdownTools.cs b/src/Xslt/XsltMarkdownTools.cs index 7f234bb7..ecf0b23b 100644 --- a/src/Xslt/XsltMarkdownTools.cs +++ b/src/Xslt/XsltMarkdownTools.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/src/Xslt/XsltTextTools.cs b/src/Xslt/XsltTextTools.cs index aa2b5207..8bd9391b 100644 --- a/src/Xslt/XsltTextTools.cs +++ b/src/Xslt/XsltTextTools.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Acme.cs b/tests/Acme.cs index 20c83711..74836ba7 100644 --- a/tests/Acme.cs +++ b/tests/Acme.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Collections/PatternCollectionTests.cs b/tests/Collections/PatternCollectionTests.cs index 73ba9909..79cb95fe 100644 --- a/tests/Collections/PatternCollectionTests.cs +++ b/tests/Collections/PatternCollectionTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Collections/TopicCollectionTests.cs b/tests/Collections/TopicCollectionTests.cs index c6431124..37587a5d 100644 --- a/tests/Collections/TopicCollectionTests.cs +++ b/tests/Collections/TopicCollectionTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/DevOpsWikiStrategyTests.cs b/tests/DevOpsWikiStrategyTests.cs index 662d3803..e0a530b5 100644 --- a/tests/DevOpsWikiStrategyTests.cs +++ b/tests/DevOpsWikiStrategyTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/DocFxStrategyTests.cs b/tests/DocFxStrategyTests.cs index 33ca3878..aaf30f49 100644 --- a/tests/DocFxStrategyTests.cs +++ b/tests/DocFxStrategyTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/DocumentationContextExtensionsTests.cs b/tests/DocumentationContextExtensionsTests.cs index a4174412..73a79706 100644 --- a/tests/DocumentationContextExtensionsTests.cs +++ b/tests/DocumentationContextExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/DotNetApiStrategyTests.cs b/tests/DotNetApiStrategyTests.cs index 029ce83d..5c10a527 100644 --- a/tests/DotNetApiStrategyTests.cs +++ b/tests/DotNetApiStrategyTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/FileTopicFactoryTests.cs b/tests/FileTopicFactoryTests.cs index cb8e40a7..59201cba 100644 --- a/tests/FileTopicFactoryTests.cs +++ b/tests/FileTopicFactoryTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Formatters/DocFormatProviderTests.cs b/tests/Formatters/DocFormatProviderTests.cs index 1a0049b5..689188cc 100644 --- a/tests/Formatters/DocFormatProviderTests.cs +++ b/tests/Formatters/DocFormatProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Formatters/HtmlFormatTests.cs b/tests/Formatters/HtmlFormatTests.cs index 49aa48ab..daab3f3c 100644 --- a/tests/Formatters/HtmlFormatTests.cs +++ b/tests/Formatters/HtmlFormatTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Formatters/HtmlLinkTransformerTests.cs b/tests/Formatters/HtmlLinkTransformerTests.cs index 260e2288..5f94c105 100644 --- a/tests/Formatters/HtmlLinkTransformerTests.cs +++ b/tests/Formatters/HtmlLinkTransformerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Formatters/MarkdownFormatTests.cs b/tests/Formatters/MarkdownFormatTests.cs index 94d8b391..399db1fa 100644 --- a/tests/Formatters/MarkdownFormatTests.cs +++ b/tests/Formatters/MarkdownFormatTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Formatters/MarkdownLinkTransformerTests.cs b/tests/Formatters/MarkdownLinkTransformerTests.cs index 4390b041..fa946209 100644 --- a/tests/Formatters/MarkdownLinkTransformerTests.cs +++ b/tests/Formatters/MarkdownLinkTransformerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Formatters/TextTransformerRegistryTests.cs b/tests/Formatters/TextTransformerRegistryTests.cs index 8d811b57..3e89da34 100644 --- a/tests/Formatters/TextTransformerRegistryTests.cs +++ b/tests/Formatters/TextTransformerRegistryTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/IO/Minifiers/HtmlMinifierTests.cs b/tests/IO/Minifiers/HtmlMinifierTests.cs index ebd062ab..abe369d3 100644 --- a/tests/IO/Minifiers/HtmlMinifierTests.cs +++ b/tests/IO/Minifiers/HtmlMinifierTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/IO/Minifiers/MarkdownMinifierTests.cs b/tests/IO/Minifiers/MarkdownMinifierTests.cs index 061bb047..32542e5c 100644 --- a/tests/IO/Minifiers/MarkdownMinifierTests.cs +++ b/tests/IO/Minifiers/MarkdownMinifierTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/IO/Writers/HtmlWriterTests.cs b/tests/IO/Writers/HtmlWriterTests.cs index f0853736..921155e6 100644 --- a/tests/IO/Writers/HtmlWriterTests.cs +++ b/tests/IO/Writers/HtmlWriterTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/IO/Writers/MarkdownWriterTests.cs b/tests/IO/Writers/MarkdownWriterTests.cs index 966c9fe4..39d51060 100644 --- a/tests/IO/Writers/MarkdownWriterTests.cs +++ b/tests/IO/Writers/MarkdownWriterTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Languages/CSharpTests.cs b/tests/Languages/CSharpTests.cs index 440b3726..5f1ae557 100644 --- a/tests/Languages/CSharpTests.cs +++ b/tests/Languages/CSharpTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Languages/LanguageTests.cs b/tests/Languages/LanguageTests.cs index ade9c6e4..30b216be 100644 --- a/tests/Languages/LanguageTests.cs +++ b/tests/Languages/LanguageTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/Adapters/AdapterHelperTests.cs b/tests/Metadata/Adapters/AdapterHelperTests.cs index a94cd97e..00ceb3d7 100644 --- a/tests/Metadata/Adapters/AdapterHelperTests.cs +++ b/tests/Metadata/Adapters/AdapterHelperTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/Adapters/MemberAdapterFactoryTests.cs b/tests/Metadata/Adapters/MemberAdapterFactoryTests.cs index 0bc84c9a..3ed68674 100644 --- a/tests/Metadata/Adapters/MemberAdapterFactoryTests.cs +++ b/tests/Metadata/Adapters/MemberAdapterFactoryTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/Adapters/MemberAdaptorRepositoryTests.cs b/tests/Metadata/Adapters/MemberAdaptorRepositoryTests.cs index 3435bb57..000f519c 100644 --- a/tests/Metadata/Adapters/MemberAdaptorRepositoryTests.cs +++ b/tests/Metadata/Adapters/MemberAdaptorRepositoryTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/AssemblyTests.cs b/tests/Metadata/AssemblyTests.cs index eec2128a..e684a2b2 100644 --- a/tests/Metadata/AssemblyTests.cs +++ b/tests/Metadata/AssemblyTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/ClassTypeTests.cs b/tests/Metadata/ClassTypeTests.cs index 9304c933..4ec8c710 100644 --- a/tests/Metadata/ClassTypeTests.cs +++ b/tests/Metadata/ClassTypeTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/ConstructorTests.cs b/tests/Metadata/ConstructorTests.cs index 05640749..cccc5b23 100644 --- a/tests/Metadata/ConstructorTests.cs +++ b/tests/Metadata/ConstructorTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/DelegateTypeTests.cs b/tests/Metadata/DelegateTypeTests.cs index 13b4c536..5191359a 100644 --- a/tests/Metadata/DelegateTypeTests.cs +++ b/tests/Metadata/DelegateTypeTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/EnumTypeTests.cs b/tests/Metadata/EnumTypeTests.cs index 75c087bc..6f13efc1 100644 --- a/tests/Metadata/EnumTypeTests.cs +++ b/tests/Metadata/EnumTypeTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/EventTests.cs b/tests/Metadata/EventTests.cs index 707f1cd7..f5bff81f 100644 --- a/tests/Metadata/EventTests.cs +++ b/tests/Metadata/EventTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/FieldTests.cs b/tests/Metadata/FieldTests.cs index e07d254e..56c19fca 100644 --- a/tests/Metadata/FieldTests.cs +++ b/tests/Metadata/FieldTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/InterfaceTypeTests.cs b/tests/Metadata/InterfaceTypeTests.cs index be63c1d8..bf85a18c 100644 --- a/tests/Metadata/InterfaceTypeTests.cs +++ b/tests/Metadata/InterfaceTypeTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/MemberCollectionExtensionTests.cs b/tests/Metadata/MemberCollectionExtensionTests.cs index 511fb76e..232f5c3f 100644 --- a/tests/Metadata/MemberCollectionExtensionTests.cs +++ b/tests/Metadata/MemberCollectionExtensionTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/MemberInfoComparerTests.cs b/tests/Metadata/MemberInfoComparerTests.cs index 8ed5935f..8855c5c8 100644 --- a/tests/Metadata/MemberInfoComparerTests.cs +++ b/tests/Metadata/MemberInfoComparerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/MetadataExtensionsTests.cs b/tests/Metadata/MetadataExtensionsTests.cs index 3e5905a4..b6fdeb17 100644 --- a/tests/Metadata/MetadataExtensionsTests.cs +++ b/tests/Metadata/MetadataExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/MetadataProviderTests.cs b/tests/Metadata/MetadataProviderTests.cs index 39635442..cb2cacec 100644 --- a/tests/Metadata/MetadataProviderTests.cs +++ b/tests/Metadata/MetadataProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/MetadataUniverseTests.cs b/tests/Metadata/MetadataUniverseTests.cs index 09681b4b..3614afef 100644 --- a/tests/Metadata/MetadataUniverseTests.cs +++ b/tests/Metadata/MetadataUniverseTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/MethodTests.cs b/tests/Metadata/MethodTests.cs index 3fb49b3a..494c9216 100644 --- a/tests/Metadata/MethodTests.cs +++ b/tests/Metadata/MethodTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/OperatorTests.cs b/tests/Metadata/OperatorTests.cs index 667307c8..8cfbbaa7 100644 --- a/tests/Metadata/OperatorTests.cs +++ b/tests/Metadata/OperatorTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/ParameterTests.cs b/tests/Metadata/ParameterTests.cs index dff6d02a..9c007d4b 100644 --- a/tests/Metadata/ParameterTests.cs +++ b/tests/Metadata/ParameterTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/PropertyTests.cs b/tests/Metadata/PropertyTests.cs index 39f24cc2..4bafecbd 100644 --- a/tests/Metadata/PropertyTests.cs +++ b/tests/Metadata/PropertyTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/Reflection/ExtensionContainerInfoTests.cs b/tests/Metadata/Reflection/ExtensionContainerInfoTests.cs index 806d74f4..d4e95ee2 100644 --- a/tests/Metadata/Reflection/ExtensionContainerInfoTests.cs +++ b/tests/Metadata/Reflection/ExtensionContainerInfoTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/StructTypeTests.cs b/tests/Metadata/StructTypeTests.cs index 98eb1b7b..71566b51 100644 --- a/tests/Metadata/StructTypeTests.cs +++ b/tests/Metadata/StructTypeTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/TypeDecoratorTests.cs b/tests/Metadata/TypeDecoratorTests.cs index 155aea11..8278937e 100644 --- a/tests/Metadata/TypeDecoratorTests.cs +++ b/tests/Metadata/TypeDecoratorTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Metadata/TypeParameterTests.cs b/tests/Metadata/TypeParameterTests.cs index fb23f08b..7f5b2830 100644 --- a/tests/Metadata/TypeParameterTests.cs +++ b/tests/Metadata/TypeParameterTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/MockHelper.cs b/tests/MockHelper.cs index 2dec03c9..0f0d7db9 100644 --- a/tests/MockHelper.cs +++ b/tests/MockHelper.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/MockTopicBuilder.cs b/tests/MockTopicBuilder.cs index 324de3ca..7b879f48 100644 --- a/tests/MockTopicBuilder.cs +++ b/tests/MockTopicBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Routing/ContextAwareUrlNormalizerTests.cs b/tests/Routing/ContextAwareUrlNormalizerTests.cs index 3f028d4c..a5afba38 100644 --- a/tests/Routing/ContextAwareUrlNormalizerTests.cs +++ b/tests/Routing/ContextAwareUrlNormalizerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Routing/ContextAwareUrlTransformerTests.cs b/tests/Routing/ContextAwareUrlTransformerTests.cs index 095b1b67..7abf9b14 100644 --- a/tests/Routing/ContextAwareUrlTransformerTests.cs +++ b/tests/Routing/ContextAwareUrlTransformerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Routing/DocumentAddressProviderTests.cs b/tests/Routing/DocumentAddressProviderTests.cs index b4913566..f32ac2d8 100644 --- a/tests/Routing/DocumentAddressProviderTests.cs +++ b/tests/Routing/DocumentAddressProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Routing/PathToUrlMapperTests.cs b/tests/Routing/PathToUrlMapperTests.cs index d1f3d468..4e3f9bc6 100644 --- a/tests/Routing/PathToUrlMapperTests.cs +++ b/tests/Routing/PathToUrlMapperTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Routing/RelativeToAbsoluteUrlNormalizerTests.cs b/tests/Routing/RelativeToAbsoluteUrlNormalizerTests.cs index 0758e6e0..b54cee3a 100644 --- a/tests/Routing/RelativeToAbsoluteUrlNormalizerTests.cs +++ b/tests/Routing/RelativeToAbsoluteUrlNormalizerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Routing/SearchBasedApiDocUrlResolverTests.cs b/tests/Routing/SearchBasedApiDocUrlResolverTests.cs index b83797d1..bb322b5a 100644 --- a/tests/Routing/SearchBasedApiDocUrlResolverTests.cs +++ b/tests/Routing/SearchBasedApiDocUrlResolverTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Routing/UrlReferenceCollectorTests.cs b/tests/Routing/UrlReferenceCollectorTests.cs index 6e676735..ed13a0e3 100644 --- a/tests/Routing/UrlReferenceCollectorTests.cs +++ b/tests/Routing/UrlReferenceCollectorTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Support/CodeReferenceTests.cs b/tests/Support/CodeReferenceTests.cs index 32762ed5..4d4dc74b 100644 --- a/tests/Support/CodeReferenceTests.cs +++ b/tests/Support/CodeReferenceTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Support/FileTopicHelperTests.cs b/tests/Support/FileTopicHelperTests.cs index 4b477f2d..69dc28f6 100644 --- a/tests/Support/FileTopicHelperTests.cs +++ b/tests/Support/FileTopicHelperTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Support/HtmlParsingHelperTests.cs b/tests/Support/HtmlParsingHelperTests.cs index 90a85159..a197b3c0 100644 --- a/tests/Support/HtmlParsingHelperTests.cs +++ b/tests/Support/HtmlParsingHelperTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Support/MarkdownHelperTests.cs b/tests/Support/MarkdownHelperTests.cs index 1d1fe520..6a9c98b2 100644 --- a/tests/Support/MarkdownHelperTests.cs +++ b/tests/Support/MarkdownHelperTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Support/PathHelperTests.cs b/tests/Support/PathHelperTests.cs index 6efae137..5906df25 100644 --- a/tests/Support/PathHelperTests.cs +++ b/tests/Support/PathHelperTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Support/RawUriTests.cs b/tests/Support/RawUriTests.cs index 02aa92ba..f383ceef 100644 --- a/tests/Support/RawUriTests.cs +++ b/tests/Support/RawUriTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Support/ReadOnlySpanSlicingTests.cs b/tests/Support/ReadOnlySpanSlicingTests.cs index a9e2e975..9a8698e6 100644 --- a/tests/Support/ReadOnlySpanSlicingTests.cs +++ b/tests/Support/ReadOnlySpanSlicingTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Support/StringBuilderPoolTests.cs b/tests/Support/StringBuilderPoolTests.cs index f603e490..fe34a3c2 100644 --- a/tests/Support/StringBuilderPoolTests.cs +++ b/tests/Support/StringBuilderPoolTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Support/StringManipulationTests.cs b/tests/Support/StringManipulationTests.cs index 1b64b62f..86a80aae 100644 --- a/tests/Support/StringManipulationTests.cs +++ b/tests/Support/StringManipulationTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Support/TextUtilityTests.cs b/tests/Support/TextUtilityTests.cs index 63256fa4..13dd11f7 100644 --- a/tests/Support/TextUtilityTests.cs +++ b/tests/Support/TextUtilityTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See t [TestCase("long\ttext\twith\ttabs\tthat\tneeds\twrapping", 15, false, ExpectedResult = "long\ttext\twith\ntabs\tthat\tneeds\nwrapping")]e LICENSE file in the project root for the full license text. diff --git a/tests/Support/UriHelperTests.cs b/tests/Support/UriHelperTests.cs index 61a59502..1d4dbb78 100644 --- a/tests/Support/UriHelperTests.cs +++ b/tests/Support/UriHelperTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Topics/AdHocTopicTests.cs b/tests/Topics/AdHocTopicTests.cs index 6956405e..b89fbb0f 100644 --- a/tests/Topics/AdHocTopicTests.cs +++ b/tests/Topics/AdHocTopicTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Topics/HtmlFileTopicTests.cs b/tests/Topics/HtmlFileTopicTests.cs index 379f83f1..25802283 100644 --- a/tests/Topics/HtmlFileTopicTests.cs +++ b/tests/Topics/HtmlFileTopicTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Topics/MarkdownFileTopicTests.cs b/tests/Topics/MarkdownFileTopicTests.cs index dbdd4b02..01581fe9 100644 --- a/tests/Topics/MarkdownFileTopicTests.cs +++ b/tests/Topics/MarkdownFileTopicTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/Topics/TopicSourceTests.cs b/tests/Topics/TopicSourceTests.cs index 51dc01e3..bd9e1144 100644 --- a/tests/Topics/TopicSourceTests.cs +++ b/tests/Topics/TopicSourceTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/XmlDoc/Comments/CommentTests.cs b/tests/XmlDoc/Comments/CommentTests.cs index 5eac5c7e..b0d451c2 100644 --- a/tests/XmlDoc/Comments/CommentTests.cs +++ b/tests/XmlDoc/Comments/CommentTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/XmlDoc/Comments/ReferenceCommentTests.cs b/tests/XmlDoc/Comments/ReferenceCommentTests.cs index bb637774..263128f3 100644 --- a/tests/XmlDoc/Comments/ReferenceCommentTests.cs +++ b/tests/XmlDoc/Comments/ReferenceCommentTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/XmlDoc/Comments/SeeAlsoCommentTests.cs b/tests/XmlDoc/Comments/SeeAlsoCommentTests.cs index f4a87b71..94449e39 100644 --- a/tests/XmlDoc/Comments/SeeAlsoCommentTests.cs +++ b/tests/XmlDoc/Comments/SeeAlsoCommentTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/XmlDoc/Comments/ThreadSafetyCommentTests.cs b/tests/XmlDoc/Comments/ThreadSafetyCommentTests.cs index c7447627..2d616635 100644 --- a/tests/XmlDoc/Comments/ThreadSafetyCommentTests.cs +++ b/tests/XmlDoc/Comments/ThreadSafetyCommentTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/XmlDoc/XmlDocEntryTests.cs b/tests/XmlDoc/XmlDocEntryTests.cs index a4a2b638..b16c4568 100644 --- a/tests/XmlDoc/XmlDocEntryTests.cs +++ b/tests/XmlDoc/XmlDocEntryTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/XmlDoc/XmlDocExtensionsTests.cs b/tests/XmlDoc/XmlDocExtensionsTests.cs index a4b028f8..ac1db327 100644 --- a/tests/XmlDoc/XmlDocExtensionsTests.cs +++ b/tests/XmlDoc/XmlDocExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/XmlDoc/XmlDocProviderTests.cs b/tests/XmlDoc/XmlDocProviderTests.cs index 80bc01a1..7eb339a6 100644 --- a/tests/XmlDoc/XmlDocProviderTests.cs +++ b/tests/XmlDoc/XmlDocProviderTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/XmlDoc/XmlDocRepositoryTests.cs b/tests/XmlDoc/XmlDocRepositoryTests.cs index 60574c62..84735ef3 100644 --- a/tests/XmlDoc/XmlDocRepositoryTests.cs +++ b/tests/XmlDoc/XmlDocRepositoryTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/XmlDoc/XmlDocToHtmlTransformerTests.cs b/tests/XmlDoc/XmlDocToHtmlTransformerTests.cs index 6ffa9b93..5829e405 100644 --- a/tests/XmlDoc/XmlDocToHtmlTransformerTests.cs +++ b/tests/XmlDoc/XmlDocToHtmlTransformerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/XmlDoc/XmlDocToMarkdownTransformerTests.cs b/tests/XmlDoc/XmlDocToMarkdownTransformerTests.cs index 1c271db6..a0090815 100644 --- a/tests/XmlDoc/XmlDocToMarkdownTransformerTests.cs +++ b/tests/XmlDoc/XmlDocToMarkdownTransformerTests.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text. diff --git a/tests/XmlDoc/XmlDocTransformerTester.cs b/tests/XmlDoc/XmlDocTransformerTester.cs index b9e97da7..50807826 100644 --- a/tests/XmlDoc/XmlDocTransformerTester.cs +++ b/tests/XmlDoc/XmlDocTransformerTester.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2025 Kampute +// Copyright (C) Kampute // // Released under the terms of the MIT license. // See the LICENSE file in the project root for the full license text.