Skip to content

Commit

Permalink
Revert license (#620)
Browse files Browse the repository at this point in the history
Revert license
  • Loading branch information
Groruk authored Oct 4, 2019
2 parents 3748c89 + 10355f7 commit f434751
Show file tree
Hide file tree
Showing 50 changed files with 1,368 additions and 1,389 deletions.
674 changes: 674 additions & 0 deletions .github/GPLv3

Large diffs are not rendered by default.

1,034 changes: 360 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ or read how to report issues effectively [here](https://coenjacobs.me/2013/12/06

## Built With

* [SourceMod](http://www.sourcemod.net/) - Scripting platform for the Source Engine - [License](https://raw.githubusercontent.com/sbpp/sourcebans-pp/v1.x/.github/SOURCEMOD-LICENSE.txt) - [GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt)
* [SourceBans 1.4.11](https://github.com/GameConnect/sourcebansv1) - Base of this project - [GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt)
* [SourceComms](https://github.com/d-ai/SourceComms) - [GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt)
* [SourceMod](http://www.sourcemod.net/) - Scripting platform for the Source Engine - [License](https://raw.githubusercontent.com/sbpp/sourcebans-pp/v1.x/.github/SOURCEMOD-LICENSE.txt) - [GPL v3](https://raw.githubusercontent.com/sbpp/sourcebans-pp/v1.x/.github/GPLv3)
* [SourceBans 1.4.11](https://github.com/GameConnect/sourcebansv1) - Base of this project - [GPL v3](https://raw.githubusercontent.com/sbpp/sourcebans-pp/v1.x/.github/GPLv3) - [CC BY-NC-SA 3.0](https://github.com/sbpp/sourcebans-pp/blob/v1.x/LICENSE)
* [SourceComms](https://github.com/d-ai/SourceComms) - [GPL v3](https://raw.githubusercontent.com/sbpp/sourcebans-pp/v1.x/.github/GPLv3)
* [SourceBans TF2 Theme](https://forums.alliedmods.net/showthread.php?t=252533)

## Contributing
Expand All @@ -56,4 +56,5 @@ See also the list of [contributors](https://github.com/sbpp/sourcebans-pp/graphs

## License

This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 (GPLv3) [License](https://github.com/sbpp/sourcebans-pp/blob/v1.x/LICENSE)
This SourceMod plugins of this project are licensed under the `GNU GENERAL PUBLIC LICENSE Version 3` (GPLv3) [License](https://raw.githubusercontent.com/sbpp/sourcebans-pp/v1.x/.github/GPLv3).
The Web panel is licensed under the `Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported` (CC BY-NC-SA 3.0) [License](https://github.com/sbpp/sourcebans-pp/blob/v1.x/LICENSE).
18 changes: 5 additions & 13 deletions web/getdemo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,18 @@
/*************************************************************************
This file is part of SourceBans++
Copyright © 2014-2019 SourceBans++ Dev Team <https://github.com/sbpp>
SourceBans++ (c) 2014-2019 by SourceBans++ Dev Team
SourceBans++ is licensed under a
GNU GENERAL PUBLIC LICENSE Version 3.
The SourceBans++ Web panel is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
You should have received a copy of the license along with this
work. If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/3.0/>.
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under GPLv3
Licensed under CC-BY-NC-SA 3.0
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
*************************************************************************/

Expand Down
30 changes: 11 additions & 19 deletions web/includes/CServerRcon.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
<?php
/*************************************************************************
This file is part of SourceBans++
This file is part of SourceBans++
Copyright © 2014-2019 SourceBans++ Dev Team <https://github.com/sbpp>
SourceBans++ (c) 2014-2019 by SourceBans++ Dev Team
SourceBans++ is licensed under a
GNU GENERAL PUBLIC LICENSE Version 3.
The SourceBans++ Web panel is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
You should have received a copy of the license along with this
work. If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
You should have received a copy of the license along with this
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/3.0/>.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under GPLv3
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under CC-BY-NC-SA 3.0
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
*************************************************************************/

class CServerRcon
Expand Down
30 changes: 11 additions & 19 deletions web/includes/CUserManager.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
<?php
/*************************************************************************
This file is part of SourceBans++
This file is part of SourceBans++
Copyright © 2014-2019 SourceBans++ Dev Team <https://github.com/sbpp>
SourceBans++ (c) 2014-2019 by SourceBans++ Dev Team
SourceBans++ is licensed under a
GNU GENERAL PUBLIC LICENSE Version 3.
The SourceBans++ Web panel is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
You should have received a copy of the license along with this
work. If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
You should have received a copy of the license along with this
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/3.0/>.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under GPLv3
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under CC-BY-NC-SA 3.0
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
*************************************************************************/

class CUserManager
Expand Down
30 changes: 11 additions & 19 deletions web/includes/sb-callback.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
<?php
/*************************************************************************
This file is part of SourceBans++
This file is part of SourceBans++
Copyright © 2014-2019 SourceBans++ Dev Team <https://github.com/sbpp>
SourceBans++ (c) 2014-2019 by SourceBans++ Dev Team
SourceBans++ is licensed under a
GNU GENERAL PUBLIC LICENSE Version 3.
The SourceBans++ Web panel is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
You should have received a copy of the license along with this
work. If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
You should have received a copy of the license along with this
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/3.0/>.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under GPLv3
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under CC-BY-NC-SA 3.0
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
*************************************************************************/
use xPaw\SourceQuery\SourceQuery;

Expand Down
20 changes: 6 additions & 14 deletions web/includes/system-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,20 @@
/*************************************************************************
This file is part of SourceBans++
Copyright © 2014-2019 SourceBans++ Dev Team <https://github.com/sbpp>
SourceBans++ (c) 2014-2019 by SourceBans++ Dev Team
SourceBans++ is licensed under a
GNU GENERAL PUBLIC LICENSE Version 3.
The SourceBans++ Web panel is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
You should have received a copy of the license along with this
work. If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/3.0/>.
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under GPLv3
Licensed under CC-BY-NC-SA 3.0
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
*************************************************************************/
*************************************************************************/
use MaxMind\Db\Reader;
use xPaw\SourceQuery\SourceQuery;

Expand Down
20 changes: 6 additions & 14 deletions web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,18 @@
/*************************************************************************
This file is part of SourceBans++
Copyright � 2014-2019 SourceBans++ Dev Team <https://github.com/sbpp>
SourceBans++ (c) 2014-2019 by SourceBans++ Dev Team
SourceBans++ is licensed under a
GNU GENERAL PUBLIC LICENSE Version 3.
The SourceBans++ Web panel is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
You should have received a copy of the license along with this
work. If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/3.0/>.
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright 2007-2014 SourceBans Team - Part of GameConnect
Licensed under GPLv3
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under CC-BY-NC-SA 3.0
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
*************************************************************************/

Expand Down
30 changes: 11 additions & 19 deletions web/init.php
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
<?php
/*************************************************************************
This file is part of SourceBans++
This file is part of SourceBans++
Copyright © 2014-2019 SourceBans++ Dev Team <https://github.com/sbpp>
SourceBans++ (c) 2014-2019 by SourceBans++ Dev Team
SourceBans++ is licensed under a
GNU GENERAL PUBLIC LICENSE Version 3.
The SourceBans++ Web panel is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
You should have received a copy of the license along with this
work. If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
You should have received a copy of the license along with this
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/3.0/>.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under GPLv3
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under CC-BY-NC-SA 3.0
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
*************************************************************************/
//Hotfix for dash_intro_text
if (isset($_POST['dash_intro_text'])) {
Expand Down
42 changes: 17 additions & 25 deletions web/install/template/page.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,28 @@
<textarea cols="105" rows="32">
This program is part of SourceBans++.
Copyright © 2014-2019 SourceBans++ Dev Team <https://github.com/sbpp>
SourceBans++ (c) 2014-2019 by SourceBans++ Dev Team
SourceBans++ is licensed under a
GNU GENERAL PUBLIC LICENSE Version 3.
The SourceBans++ Web panel is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
You should have received a copy of the license along with this
work. If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
You should have received a copy of the license along with this
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/3.0/>.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under CC-BY-NC-SA 3.0
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under GPLv3
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
SourceComms 0.9.266
Copyright (C) 2013-2014 Alexandr Duplishchev
Licensed under GNU GPL version 3, or later.
Page: <https://forums.alliedmods.net/showthread.php?p=1883705> - <https://github.com/d-ai/SourceComms>
SourceComms 0.9.266
Copyright (C) 2013-2014 Alexandr Duplishchev
Licensed under GNU GPL version 3, or later.
Page: <https://forums.alliedmods.net/showthread.php?p=1883705> - <https://github.com/d-ai/SourceComms>
SourceBans TF2 Theme v1.0
Copyright © 2014 IceMan
Page: <https://forums.alliedmods.net/showthread.php?t=252533>
SourceBans TF2 Theme v1.0
Copyright © 2014 IceMan
Page: <https://forums.alliedmods.net/showthread.php?t=252533>
</textarea>
<br /><br />
Expand Down
20 changes: 6 additions & 14 deletions web/pages/admin.admins.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,18 @@
/*************************************************************************
This file is part of SourceBans++
Copyright � 2014-2019 SourceBans++ Dev Team <https://github.com/sbpp>
SourceBans++ (c) 2014-2019 by SourceBans++ Dev Team
SourceBans++ is licensed under a
GNU GENERAL PUBLIC LICENSE Version 3.
The SourceBans++ Web panel is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
You should have received a copy of the license along with this
work. If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/3.0/>.
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright 2007-2014 SourceBans Team - Part of GameConnect
Licensed under GPLv3
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under CC-BY-NC-SA 3.0
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
*************************************************************************/

Expand Down
20 changes: 6 additions & 14 deletions web/pages/admin.admins.search.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,18 @@
/*************************************************************************
This file is part of SourceBans++
Copyright � 2014-2019 SourceBans++ Dev Team <https://github.com/sbpp>
SourceBans++ (c) 2014-2019 by SourceBans++ Dev Team
SourceBans++ is licensed under a
GNU GENERAL PUBLIC LICENSE Version 3.
The SourceBans++ Web panel is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
You should have received a copy of the license along with this
work. If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
work. If not, see <http://creativecommons.org/licenses/by-nc-sa/3.0/>.
This program is based off work covered by the following copyright(s):
SourceBans 1.4.11
Copyright 2007-2014 SourceBans Team - Part of GameConnect
Licensed under GPLv3
Copyright © 2007-2014 SourceBans Team - Part of GameConnect
Licensed under CC-BY-NC-SA 3.0
Page: <http://www.sourcebans.net/> - <http://www.gameconnect.net/>
*************************************************************************/

Expand Down
Loading

0 comments on commit f434751

Please sign in to comment.