소스 검색

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" />


불러오는 중...
취소
저장