Browse Source

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

legacy
Sam Hocevar sam 12 years ago
parent
commit
f4b8aee3b2
4 changed files with 22 additions and 3 deletions
  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 View File

@@ -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 View File

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


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




+ 5
- 1
tools/vslol/VsLol.csproj View File

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

+ 2
- 1
tools/vslol/source.extension.vsixmanifest View File

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


Loading…
Cancel
Save