Skip to content

Commit 3a3a200

Browse files
committed
Year++
1 parent cbe2323 commit 3a3a200

File tree

11 files changed

+28
-10
lines changed

11 files changed

+28
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $player->getInventory()->addItem($map);
7575
## 💡 License
7676
```
7777
ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
78-
Copyright (C) 2021 CzechPMDevs
78+
Copyright (C) 2021 - 2022 CzechPMDevs
7979
8080
This program is free software: you can redistribute it and/or modify
8181
it under the terms of the GNU General Public License as published by

src/czechpmdevs/imageonmap/DataProviderTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
5-
* Copyright (C) 2021 CzechPMDevs
5+
* Copyright (C) 2021 - 2022 CzechPMDevs
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/czechpmdevs/imageonmap/ImageOnMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
5-
* Copyright (C) 2021 CzechPMDevs
5+
* Copyright (C) 2021 - 2022 CzechPMDevs
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/czechpmdevs/imageonmap/ImagePlaceSession.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
<?php
22

3+
/**
4+
* ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
5+
* Copyright (C) 2021 - 2022 CzechPMDevs
6+
*
7+
* This program is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* This program is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License
18+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
19+
*/
20+
321
declare(strict_types=1);
422

523
namespace czechpmdevs\imageonmap;

src/czechpmdevs/imageonmap/command/ImageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
5-
* Copyright (C) 2021 CzechPMDevs
5+
* Copyright (C) 2021 - 2022 CzechPMDevs
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/czechpmdevs/imageonmap/image/BlankImage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
5-
* Copyright (C) 2021 CzechPMDevs
5+
* Copyright (C) 2021 - 2022 CzechPMDevs
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/czechpmdevs/imageonmap/image/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
5-
* Copyright (C) 2021 CzechPMDevs
5+
* Copyright (C) 2021 - 2022 CzechPMDevs
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/czechpmdevs/imageonmap/item/FilledMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
5-
* Copyright (C) 2021 CzechPMDevs
5+
* Copyright (C) 2021 - 2022 CzechPMDevs
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/czechpmdevs/imageonmap/utils/ColorSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
5-
* Copyright (C) 2021 CzechPMDevs
5+
* Copyright (C) 2021 - 2022 CzechPMDevs
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

src/czechpmdevs/imageonmap/utils/ImageLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* ImageOnMap - Easy to use PocketMine plugin, which allows loading images on maps
5-
* Copyright (C) 2021 CzechPMDevs
5+
* Copyright (C) 2021 - 2022 CzechPMDevs
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)