Explorar el Código

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

legacy
Sam Hocevar sam hace 12 años
padre
commit
f4b8aee3b2
Se han modificado 4 ficheros con 22 adiciones y 3 borrados
  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 Ver fichero

@@ -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 Ver fichero

@@ -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 Ver fichero

@@ -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 Ver fichero

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


Cargando…
Cancelar
Guardar