87 lines
3.9 KiB
Plaintext
87 lines
3.9 KiB
Plaintext
The code created by this project is being distributed under the terms of the
|
|
GNU General Public License, version 3. Additional information about the license
|
|
can be found in gpl-3.0.txt.
|
|
|
|
(C) 2008-2009 sfPlayer
|
|
(C) 2007-2008 Olly
|
|
|
|
-----
|
|
|
|
Licenses from code inherited:
|
|
|
|
|
|
1) SourceMod
|
|
|
|
This project provides additional features to SourceMod plugins or extensions
|
|
using the SourceMod C++ extension API.
|
|
|
|
SOURCEMOD LICENSE INFORMATION
|
|
VERSION: JUNE-13-2008
|
|
-----------------------------
|
|
|
|
SourceMod is licensed under the GNU General Public License, version 3.
|
|
|
|
As a special exception, AlliedModders LLC gives you permission to link the code
|
|
of this program (as well as its derivative works) to "Half-Life 2," the "Source
|
|
Engine," the "SourcePawn JIT," and any Game MODs that run on software by the
|
|
Valve Corporation. You must obey the GNU General Public License in all
|
|
respects for all other code used. Additionally, AlliedModders LLC grants this
|
|
exception to all derivative works.
|
|
|
|
As an additional special exception to the GNU General Public License 3.0,
|
|
AlliedModders LLC permits dual-licensing of DERIVATIVE WORKS ONLY (that is,
|
|
SourcePawn/SourceMod Plugins and SourceMod Extensions, or any software built
|
|
from the SourceMod SDK or header files) under the GNU General Public License
|
|
version 2 "or any higher version." As such, you may choose for your derivative
|
|
work(s) to be compatible with the GNU General Public License version 2 as long
|
|
as it is also compatible with the GNU General Public License version 3, via the
|
|
"or any higher version" clause. This is intended for compatibility with other
|
|
software.
|
|
|
|
As a final exception to the above, any derivative works created prior to this
|
|
date (July 31, 2007) may be exclusively licensed under the GNU General Public
|
|
License version 2 (without an "or any higher version" clause) if and only if
|
|
the work was already GNU General Public License 2.0 exclusive. This clause is
|
|
provided for backwards compatibility only.
|
|
|
|
A copy of the JIT License is available in JIT.txt.
|
|
A copy of the GNU General Public License 2.0 is available in GPLv2.txt.
|
|
A copy of the GNU General Public License 3.0 is available in GPLv3.txt.
|
|
|
|
SourcePawn is Copyright (C) 2006-2008 AlliedModders LLC. All rights reserved.
|
|
SourceMod is Copyright (C) 2006-2008 AlliedModders LLC. All rights reserved.
|
|
Pawn and SMALL are Copyright (C) 1997-2008 ITB CompuPhase.
|
|
Source is Copyright (C) Valve Corporation.
|
|
All trademarks are property of their respective owners in the US and other
|
|
|
|
|
|
2) Boost C++ Libraries
|
|
|
|
This project makes use of boost C++ libraries licensed under the Boost Software
|
|
License, version 1.0.
|
|
|
|
Boost Software License - Version 1.0 - August 17th, 2003
|
|
|
|
Permission is hereby granted, free of charge, to any person or organization
|
|
obtaining a copy of the software and accompanying documentation covered by
|
|
this license (the "Software") to use, reproduce, display, distribute,
|
|
execute, and transmit the Software, and to prepare derivative works of the
|
|
Software, and to permit third-parties to whom the Software is furnished to
|
|
do so, all subject to the following:
|
|
|
|
The copyright notices in the Software and this entire statement, including
|
|
the above license grant, this restriction and the following disclaimer,
|
|
must be included in all copies of the Software, in whole or in part, and
|
|
all derivative works of the Software, unless such copies or derivative
|
|
works are solely in the form of machine-executable object code generated by
|
|
a source language processor.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
|
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
|
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
DEALINGS IN THE SOFTWARE.
|
|
|