Extensions

This commit is contained in:
Gauvain Boiché
2020-04-04 23:28:30 +02:00
parent 3a964fe237
commit 155e626426
286 changed files with 10757 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
/**
* Dice extension © Copyright phpBB Studio 2019
* https://www.phpbbstudio.com
*
* Dice is free extension for the phpBB Forum Software Package.
* You can redistribute it and/or modify it under the terms of
* the GNU General Public License, version 2 (GPL-2.0) as
* published by the Free Software Foundation.
*
* This extension is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* A copy of the license can be viewed in the license.txt file.
* The same can be viewed at <http://opensource.org/licenses/gpl-2.0.php>
*/
The Dice extension contains code (we ported to PHP) from the following applications:
rpg-dice-roller
- GreenImp
- https://github.com/GreenImp/rpg-dice-roller
- Copyright © 2015 - 2018 GreenImp ltd.
- MIT License <https://opensource.org/licenses/mit>