Browse Source

Add 7za license txt

pull/5/head
Ionite 1 year ago
parent
commit
8f1be00206
No known key found for this signature in database
  1. 43
      StabilityMatrix/Assets/7za - LICENSE.txt
  2. 14
      StabilityMatrix/StabilityMatrix.csproj

43
StabilityMatrix/Assets/7za - LICENSE.txt

@ -0,0 +1,43 @@
7-Zip Extra 18.01
-----------------
7-Zip Extra is package of extra modules of 7-Zip.
7-Zip Copyright (C) 1999-2018 Igor Pavlov.
7-Zip is free software. Read License.txt for more information about license.
Source code of binaries can be found at:
http://www.7-zip.org/
7-Zip Extra
~~~~~~~~~~~
License for use and distribution
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Copyright (C) 1999-2018 Igor Pavlov.
7-Zip Extra files are under the GNU LGPL license.
Notes:
You can use 7-Zip Extra on any computer, including a computer in a commercial
organization. You don't need to register or pay for 7-Zip.
GNU LGPL information
--------------------
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You can receive a copy of the GNU Lesser General Public License from
http://www.gnu.org/

14
StabilityMatrix/StabilityMatrix.csproj

@ -46,9 +46,7 @@
<Content Include="Assets\StoreLogo.png" />
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
<None Remove="Assets\Icon.ico" />
<Content Include="Assets\Icon.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Resource Include="Assets\Icon.ico" />
<None Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
@ -56,13 +54,17 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Remove="Assets\Icon.png" />
<Content Include="Assets\Icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Resource Include="Assets\Icon.png" />
<None Remove="Assets\licenses.json" />
<Content Include="Assets\licenses.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Remove="Assets\patreon_icon_fiery_coral.png" />
<None Remove="Assets\discord_icon_clyde_white.png" />
<None Remove="Assets\7za - LICENSE.txt" />
<Content Include="Assets\7za - LICENSE.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save