瀏覽代碼

vslol: add COPYING file and a "more information" URL.

legacy
Sam Hocevar sam 12 年之前
父節點
當前提交
f4b8aee3b2
共有 4 個檔案被更改,包括 22 行新增3 行删除
  1. +14
    -0
      COPYING
  2. +1
    -1
      Makefile.am
  3. +5
    -1
      tools/vslol/VsLol.csproj
  4. +2
    -1
      tools/vslol/source.extension.vsixmanifest

+ 14
- 0
COPYING 查看文件

@@ -0,0 +1,14 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2004 Sam Hocevar
6 bis passage Dareau, 75014 Paris, France
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.


+ 1
- 1
Makefile.am 查看文件

@@ -5,7 +5,7 @@ include $(top_srcdir)/build/autotools/common.am
SUBDIRS = build src tutorial test tools games people
DIST_SUBDIRS = $(SUBDIRS) binaries

EXTRA_DIST = bootstrap TODO
EXTRA_DIST = bootstrap COPYING TODO
AUTOMAKE_OPTIONS = dist-bzip2
ACLOCAL_AMFLAGS = -I build/autotools/m4



+ 5
- 1
tools/vslol/VsLol.csproj 查看文件

@@ -98,6 +98,10 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\COPYING">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
@@ -150,4 +154,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

+ 2
- 1
tools/vslol/source.extension.vsixmanifest 查看文件

@@ -6,13 +6,14 @@
<Version>1.0.0.3</Version>
<Description xml:space="preserve">Lol Engine Productivity Tools.</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://lol.zoy.org/</MoreInfoUrl>
<License>COPYING</License>
<InstalledByMsi>false</InstalledByMsi>
<SupportedProducts>
<VisualStudio Version="10.0">
<Edition>Ultimate</Edition>
<Edition>Premium</Edition>
<Edition>Pro</Edition>
<Edition>Express_All</Edition>
</VisualStudio>
</SupportedProducts>
<SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.0" />


Loading…
取消
儲存