Skip to content

Commit

Permalink
VCI-841: Add license, readme, icon and fix copyright (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro authored Mar 12, 2024
1 parent 32472a7 commit b27925e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
12 changes: 12 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Copyright (c) Virto Solutions LTD.  All rights reserved.

Licensed under the Virto Commerce Open Software License (the "License"); you
may not use this file except in compliance with the License. You may
obtain a copy of the License at

https://virtocommerce.com/open-source-license

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/VirtoCommerce.Build/VirtoCommerce.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NukeTelemetryVersion>1</NukeTelemetryVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Copyright>Copyright © VirtoCommerce 2011-2024</Copyright>
<PackageProjectUrl>https://github.com/VirtoCommerce/vc-build</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIcon>logo.png</PackageIcon>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -70,6 +75,18 @@
<NukeExternalFiles Remove="Properties\**" />
<NukeSpecificationFiles Remove="artifacts\**" />
<NukeSpecificationFiles Remove="Properties\**" />
<None Include="..\..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\logo.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>

<!-- Common build related files -->

Expand Down

0 comments on commit b27925e

Please sign in to comment.