chore: license final adjustments

This commit is contained in:
Timothy Schenk 2024-02-26 13:18:04 +01:00
parent ede7812237
commit 2eb2cf1eda
Signed by: rainote
SSH key fingerprint: SHA256:pnkNSDwpAnaip00xaZlVFHKKsS7T8UtOomMzvs0yITE
9 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@ indent_style = space
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
file_header_template = Licensed to Timothy Schenk under the GNU AGPL Version 3 License. file_header_template = Licensed to Timothy Schenk under the Apache 2.0 License.
[*.{yaml,yml}] [*.{yaml,yml}]
indent_size = 2 indent_size = 2

View file

@ -1,4 +1,4 @@
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License. // Licensed to Timothy Schenk under the Apache 2.0 License.
using JetBrains.Annotations; using JetBrains.Annotations;

View file

@ -1,4 +1,4 @@
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License. // Licensed to Timothy Schenk under the Apache 2.0 License.
using JetBrains.Annotations; using JetBrains.Annotations;

View file

@ -1,4 +1,4 @@
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License. // Licensed to Timothy Schenk under the Apache 2.0 License.
using JetBrains.Annotations; using JetBrains.Annotations;

View file

@ -1,4 +1,4 @@
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License. // Licensed to Timothy Schenk under the Apache 2.0 License.
namespace Rai.PacketMediator; namespace Rai.PacketMediator;

View file

@ -1,4 +1,4 @@
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License. // Licensed to Timothy Schenk under the Apache 2.0 License.
using System.Diagnostics; using System.Diagnostics;
using JetBrains.Annotations; using JetBrains.Annotations;

View file

@ -1,4 +1,4 @@
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License. // Licensed to Timothy Schenk under the Apache 2.0 License.
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Collections.Immutable; using System.Collections.Immutable;

View file

@ -1,4 +1,4 @@
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License. // Licensed to Timothy Schenk under the Apache 2.0 License.
using System.Reflection; using System.Reflection;
using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Hosting;

View file

@ -1,4 +1,4 @@
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License. // Licensed to Timothy Schenk under the Apache 2.0 License.
namespace Rai.PacketMediator; namespace Rai.PacketMediator;