Skip to content

Update copyright notices and editorconfig settings #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 13, 2025

Conversation

BenjaminAbt
Copy link
Member

This pull request includes several changes to update copyright notices across multiple files and to remove the NestedProjects section from the solution file.

Copyright Notice Updates:

  • Updated copyright notice to include the URL https://myCSharp.de in:
    • perf/HttpUserAgentParser.Benchmarks/HttpUserAgentParserBenchmarks.cs
    • perf/HttpUserAgentParser.Benchmarks/LibraryComparison/LibraryComparisonBenchmarks.cs
    • perf/HttpUserAgentParser.Benchmarks/Program.cs
    • src/HttpUserAgentParser.AspNetCore/DependencyInjection/HttpUserAgentParserDependencyInjectionOptionsExtensions.cs
    • src/HttpUserAgentParser.AspNetCore/HttpContextExtensions.cs
    • src/HttpUserAgentParser.AspNetCore/HttpUserAgentParserAccessor.cs
    • src/HttpUserAgentParser.AspNetCore/IHttpUserAgentParserAccessor.cs
    • src/HttpUserAgentParser.MemoryCache/DependencyInjection/HttpUserAgentParserMemoryCacheServiceCollectionExtensions.cs
    • src/HttpUserAgentParser.MemoryCache/HttpUserAgentParserMemoryCachedProvider.cs
    • src/HttpUserAgentParser.MemoryCache/HttpUserAgentParserMemoryCachedProviderOptions.cs
    • src/HttpUserAgentParser/DependencyInjection/HttpUserAgentParserDependencyInjectionOptions.cs
    • src/HttpUserAgentParser/DependencyInjection/HttpUserAgentParserServiceCollectionExtensions.cs
    • src/HttpUserAgentParser/HttpUserAgentInformation.cs
    • src/HttpUserAgentParser/HttpUserAgentInformationExtensions.cs
    • src/HttpUserAgentParser/HttpUserAgentParser.cs
    • src/HttpUserAgentParser/HttpUserAgentPlatformInformation.cs
    • src/HttpUserAgentParser/HttpUserAgentPlatformType.cs
    • src/HttpUserAgentParser/HttpUserAgentStatics.cs

Solution File Changes:

  • Removed NestedProjects section from MyCSharp.HttpUserAgentParser.sln

EditorConfig Update:

  • Added file_header_template to .editorconfig for C# files

This commit updates copyright notices in multiple source files from "Copyright © myCSharp.de - all rights reserved" to "Copyright © https://myCSharp.de - all rights reserved". The changes span various files, including benchmark tests, core functionality files, and dependency injection extensions. Additionally, the `.editorconfig` file has been modified to change the `indent_size` from 4 to 2 for C# and VB files, reflecting a shift in coding style preferences.
@BenjaminAbt BenjaminAbt merged commit d8a69ba into main Apr 13, 2025
2 checks passed
@BenjaminAbt BenjaminAbt deleted the feature/code-cleanup-4 branch April 13, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant