Skip to content

Commit

Permalink
* Updated root server hints
Browse files Browse the repository at this point in the history
* Fix parsing of enums in case of non-western culture
  • Loading branch information
alexreinert committed May 31, 2024
1 parent ca766d0 commit aaafdcd
Show file tree
Hide file tree
Showing 211 changed files with 223 additions and 223 deletions.
6 changes: 3 additions & 3 deletions ARSoft.Tools.Net/ARSoft.Tools.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<PackageTags>dns dnssec spf</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Copyright>Copyright 2010..2023 Alexander Reinert</Copyright>
<VersionPrefix>3.6.0</VersionPrefix>
<Copyright>Copyright 2010..2024 Alexander Reinert</Copyright>
<VersionPrefix>3.6.1</VersionPrefix>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/AsyncEventHandler.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/AsyncEventHandlerExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/BaseEncoding.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/DisposableExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/Cache/DnsCache.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/Cache/NameserverCache.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/ClientConnectedEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsClient.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsClientBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsClientEndpointInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsMessage.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsMessageBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsMessageBaseExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsMessageEntryBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsQueryOptions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsQuestion.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/AMTRelayRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/ARecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/AaaaRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/AddressRecordBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/AfsdbRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/AplRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/CAARecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/CDnsKeyRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/CDsRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/CNameRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/CSyncRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/CertRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/DNameRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/DhcidRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/DnsRecordBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/Eui48Record.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/Eui64Record.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/GPosRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/HInfoRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/HipRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/IAddressRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/ITextRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/IpSecKeyRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/IsdnRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/KxRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/L32Record.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/L64Record.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/LPRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/LocRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/MxRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/NIdRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/NaptrRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/NsRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/NsapRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/OpenPGPKeyRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/PtrRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/PxRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
2 changes: 1 addition & 1 deletion ARSoft.Tools.Net/Dns/DnsRecord/RpRecord.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Copyright and License
// Copyright 2010..2023 Alexander Reinert
// Copyright 2010..2024 Alexander Reinert
//
// This file is part of the ARSoft.Tools.Net - C# DNS client/server and SPF Library (https://github.com/alexreinert/ARSoft.Tools.Net)
//
Expand Down
Loading

0 comments on commit aaafdcd

Please sign in to comment.