mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[8796] * Add WARNING file to mangosd.vcproj. Also minor cosmetics.
This commit is contained in:
parent
29949518b5
commit
fc42125cfb
5 changed files with 31 additions and 22 deletions
6
WARNING
6
WARNING
|
|
@ -1,11 +1,11 @@
|
|||
The Massive Network Game Object Server (MaNGOS) has been built with education
|
||||
as the main target and the MaNGOS team would like to keep it that way.
|
||||
as the main purpose and the MaNGOS team would like to keep it that way.
|
||||
|
||||
Since any public and/or commercial use of this software is considered illegal
|
||||
in many countries (please refer to your local law), the MaNGOS team
|
||||
will not provide any help nor support with such usage in any way.
|
||||
Every user of this software is encouraged to make sure no law is being broken
|
||||
on his side.
|
||||
on his/her side.
|
||||
|
||||
Both the MaNGOS team and MaNGOS foundation don't take any responsibility
|
||||
Both the MaNGOS team and MaNGOS foundation will not take any responsibility
|
||||
for any kind of usage of this software by the end users.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8795"
|
||||
#define REVISION_NR "8796"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
|
|
@ -449,13 +449,14 @@
|
|||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\Authors" />
|
||||
<None Include="..\..\AUTHORS" />
|
||||
<None Include="..\..\ChangeLog" />
|
||||
<None Include="..\..\Copying" />
|
||||
<None Include="..\..\Install" />
|
||||
<None Include="..\..\News" />
|
||||
<None Include="..\..\Readme" />
|
||||
<None Include="..\..\Thanks" />
|
||||
<None Include="..\..\COPYING" />
|
||||
<None Include="..\..\INSTALL" />
|
||||
<None Include="..\..\NEWS" />
|
||||
<None Include="..\..\README" />
|
||||
<None Include="..\..\THANKS" />
|
||||
<None Include="..\..\WARNING" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\mangosd\CliRunnable.cpp" />
|
||||
|
|
|
|||
|
|
@ -631,7 +631,7 @@
|
|||
Name="doc"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\Authors"
|
||||
RelativePath="..\..\AUTHORS"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
@ -639,23 +639,27 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Copying"
|
||||
RelativePath="..\..\COPYING"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Install"
|
||||
RelativePath="..\..\INSTALL"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\News"
|
||||
RelativePath="..\..\NEWS"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Readme"
|
||||
RelativePath="..\..\README"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Thanks"
|
||||
RelativePath="..\..\THANKS"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\WARNING"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
|
|
|||
|
|
@ -631,7 +631,7 @@
|
|||
Name="doc"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\Authors"
|
||||
RelativePath="..\..\AUTHORS"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
@ -639,23 +639,27 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Copying"
|
||||
RelativePath="..\..\COPYING"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Install"
|
||||
RelativePath="..\..\INSTALL"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\News"
|
||||
RelativePath="..\..\NEWS"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Readme"
|
||||
RelativePath="..\..\README"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Thanks"
|
||||
RelativePath="..\..\THANKS"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\WARNING"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue