aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Rest.Client
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net.Rest.Client')
-rw-r--r--lib/Net.Rest.Client/LICENSE (renamed from lib/Net.Rest.Client/LICENSE.txt)7
-rw-r--r--lib/Net.Rest.Client/build.readme.txt (renamed from lib/Net.Rest.Client/build.readme.md)0
-rw-r--r--lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj6
3 files changed, 8 insertions, 5 deletions
diff --git a/lib/Net.Rest.Client/LICENSE.txt b/lib/Net.Rest.Client/LICENSE
index 2848520..5f47f27 100644
--- a/lib/Net.Rest.Client/LICENSE.txt
+++ b/lib/Net.Rest.Client/LICENSE
@@ -1,3 +1,10 @@
+Copyright (c) 2023 Vaughn Nugent
+
+Contact information
+ Name: Vaughn Nugent
+ Email: vnpublic[at]proton.me
+ Website: https://www.vaughnnugent.com
+
The software in this repository is licensed under the GNU GPL version 2.0 (or any later version).
SPDX-License-Identifier: GPL-2.0-or-later
diff --git a/lib/Net.Rest.Client/build.readme.md b/lib/Net.Rest.Client/build.readme.txt
index e69de29..e69de29 100644
--- a/lib/Net.Rest.Client/build.readme.md
+++ b/lib/Net.Rest.Client/build.readme.txt
diff --git a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
index fb626db..b0b68ed 100644
--- a/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
+++ b/lib/Net.Rest.Client/src/VNLib.Net.Rest.Client.csproj
@@ -50,15 +50,11 @@
</ItemGroup>
<ItemGroup>
- <Folder Include="Exceptions\" />
- </ItemGroup>
-
- <ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
- <None Include="..\LICENSE.txt">
+ <None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>