Skip to content

Commit 87045cf

Browse files
Add license to readme
1 parent 6ad0ab2 commit 87045cf

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,23 @@ $id = $api->getImageFromFile(
7070
$map = (FilledMap::get())->setMapId($id);
7171
/** @var \pocketmine\player\Player $player */
7272
$player->getInventory()->addItem($map);
73+
```
74+
75+
## 💡 License
76+
```
77+
ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
78+
Copyright (C) 2021 CzechPMDevs
79+
80+
This program is free software: you can redistribute it and/or modify
81+
it under the terms of the GNU General Public License as published by
82+
the Free Software Foundation, either version 3 of the License, or
83+
(at your option) any later version.
84+
85+
This program is distributed in the hope that it will be useful,
86+
but WITHOUT ANY WARRANTY; without even the implied warranty of
87+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
88+
GNU General Public License for more details.
89+
90+
You should have received a copy of the GNU General Public License
91+
along with this program. If not, see <https://www.gnu.org/licenses/>.
7392
```

0 commit comments

Comments
 (0)