Ver código fonte

更改 Copyright 内容

Roc 4 anos atrás
pai
commit
ffb31ef297
2 arquivos alterados com 6 adições e 4 exclusões
  1. 3 3
      Directory.Build.props
  2. 3 1
      LICENSE.md

+ 3 - 3
Directory.Build.props

@@ -1,7 +1,7 @@
 <Project>
 
 	<PropertyGroup>
-		<Copyright>Copyright © Essensoft</Copyright>
+		<Copyright>Copyright (c) Essensoft and Project contributors.</Copyright>
 		<Authors>Essensoft</Authors>
 		<Product>Essensoft.Payment</Product>
 		<Version>3.3.1</Version>
@@ -11,7 +11,7 @@
 		<PackageProjectUrl>https://github.com/essensoft/payment</PackageProjectUrl>
 		<RepositoryType>git</RepositoryType>
 		<RepositoryUrl>https://github.com/essensoft/payment</RepositoryUrl>
-		<PackageLicenseFile>LICENSE</PackageLicenseFile>
+		<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
 		<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
 		<PublishRepositoryUrl>true</PublishRepositoryUrl>
 		<EmbedUntrackedSources>true</EmbedUntrackedSources>
@@ -26,7 +26,7 @@
 
 	<ItemGroup>
 		<Content Include="$(MSBuildThisFileDirectory)img\payment-nuget-logo.png" Pack="true" PackagePath="\" />
-		<Content Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath="\" />
+		<Content Include="$(MSBuildThisFileDirectory)LICENSE.md" Pack="true" PackagePath="\" />
 	</ItemGroup>
 
 	<ItemGroup>

+ 3 - 1
LICENSE → LICENSE.md

@@ -1,6 +1,8 @@
 MIT License
 
-Copyright (c) 2017-2021 Essensoft
+Copyright (c) 2017-2021 Essensoft and Project contributors.
+
+All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal