Skip to content

Commit 1206021

Browse files
committed
update copyright
1 parent cdadcec commit 1206021

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Example Projects/dotNetCoreExample/dotNetCoreExample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
6+
<Copyright>Copyright © 2018-2022 SocketLabs Acquisition LLC</Copyright>
67
</PropertyGroup>
78

89
<ItemGroup>

src/SocketLabs/SocketLabs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1111
<Version>1.2.3</Version>
12-
<Copyright>(C) 2018-2022 SocketLabs</Copyright>
12+
<Copyright>Copyright © 2018-2022 SocketLabs Acquisition LLC</Copyright>
1313
<PackageIconUrl>https://www.socketlabs.com/assets/socketlabs-logo1.png</PackageIconUrl>
1414
<Authors>SocketLabs Development Team</Authors>
1515
<Product>SocketLabs .Net Client Library</Product>

0 commit comments

Comments
 (0)