Skip to content

Commit 0c67886

Browse files
committed
Update version and copyright year
1 parent 1500840 commit 0c67886

73 files changed

Lines changed: 147 additions & 147 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Sources/SimpleModMaker/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* @package Simple Mod Maker
55
* @link https://github.com/dragomano/Simple-Mod-Maker
66
* @author Bugo <bugo@dragomano.ru>
7-
* @copyright 2022-2025 Bugo
7+
* @copyright 2022-2026 Bugo
88
* @license https://opensource.org/licenses/BSD-3-Clause BSD
99
*
10-
* @version 0.9
10+
* @version 1.0
1111
*/
1212

1313
namespace Bugo\SimpleModMaker;

src/Sources/SimpleModMaker/Generator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* @package Simple Mod Maker
55
* @link https://github.com/dragomano/Simple-Mod-Maker
66
* @author Bugo <bugo@dragomano.ru>
7-
* @copyright 2022-2025 Bugo
7+
* @copyright 2022-2026 Bugo
88
* @license https://opensource.org/licenses/BSD-3-Clause BSD
99
*
10-
* @version 0.9
10+
* @version 1.0
1111
*/
1212

1313
namespace Bugo\SimpleModMaker;

src/Sources/SimpleModMaker/Handler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* @package Simple Mod Maker
55
* @link https://github.com/dragomano/Simple-Mod-Maker
66
* @author Bugo <bugo@dragomano.ru>
7-
* @copyright 2022-2025 Bugo
7+
* @copyright 2022-2026 Bugo
88
* @license https://opensource.org/licenses/BSD-3-Clause BSD
99
*
10-
* @version 0.9
10+
* @version 1.0
1111
*/
1212

1313
namespace Bugo\SimpleModMaker;

src/Sources/SimpleModMaker/Hook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* @package Simple Mod Maker
55
* @link https://github.com/dragomano/Simple-Mod-Maker
66
* @author Bugo <bugo@dragomano.ru>
7-
* @copyright 2022-2025 Bugo
7+
* @copyright 2022-2026 Bugo
88
* @license https://opensource.org/licenses/BSD-3-Clause BSD
99
*
10-
* @version 0.9
10+
* @version 1.0
1111
*/
1212

1313
namespace Bugo\SimpleModMaker;

src/Sources/SimpleModMaker/Hooks/AbstractHook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* @package Simple Mod Maker
55
* @link https://github.com/dragomano/Simple-Mod-Maker
66
* @author Bugo <bugo@dragomano.ru>
7-
* @copyright 2022-2025 Bugo
7+
* @copyright 2022-2026 Bugo
88
* @license https://opensource.org/licenses/BSD-3-Clause BSD
99
*
10-
* @version 0.9
10+
* @version 1.0
1111
*/
1212

1313
namespace Bugo\SimpleModMaker\Hooks;

src/Sources/SimpleModMaker/Hooks/ActionsHook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* @package Simple Mod Maker
55
* @link https://github.com/dragomano/Simple-Mod-Maker
66
* @author Bugo <bugo@dragomano.ru>
7-
* @copyright 2022-2025 Bugo
7+
* @copyright 2022-2026 Bugo
88
* @license https://opensource.org/licenses/BSD-3-Clause BSD
99
*
10-
* @version 0.9
10+
* @version 1.0
1111
*/
1212

1313
namespace Bugo\SimpleModMaker\Hooks;

src/Sources/SimpleModMaker/Hooks/AdminAreasHook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* @package Simple Mod Maker
55
* @link https://github.com/dragomano/Simple-Mod-Maker
66
* @author Bugo <bugo@dragomano.ru>
7-
* @copyright 2022-2025 Bugo
7+
* @copyright 2022-2026 Bugo
88
* @license https://opensource.org/licenses/BSD-3-Clause BSD
99
*
10-
* @version 0.9
10+
* @version 1.0
1111
*/
1212

1313
namespace Bugo\SimpleModMaker\Hooks;

src/Sources/SimpleModMaker/Hooks/AdminSearchHook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* @package Simple Mod Maker
55
* @link https://github.com/dragomano/Simple-Mod-Maker
66
* @author Bugo <bugo@dragomano.ru>
7-
* @copyright 2022-2025 Bugo
7+
* @copyright 2022-2026 Bugo
88
* @license https://opensource.org/licenses/BSD-3-Clause BSD
99
*
10-
* @version 0.9
10+
* @version 1.0
1111
*/
1212

1313
namespace Bugo\SimpleModMaker\Hooks;

src/Sources/SimpleModMaker/Hooks/AlertTypesHook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* @package Simple Mod Maker
55
* @link https://github.com/dragomano/Simple-Mod-Maker
66
* @author Bugo <bugo@dragomano.ru>
7-
* @copyright 2022-2025 Bugo
7+
* @copyright 2022-2026 Bugo
88
* @license https://opensource.org/licenses/BSD-3-Clause BSD
99
*
10-
* @version 0.9
10+
* @version 1.0
1111
*/
1212

1313
namespace Bugo\SimpleModMaker\Hooks;

src/Sources/SimpleModMaker/Hooks/AttachmentRemoveHook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* @package Simple Mod Maker
55
* @link https://github.com/dragomano/Simple-Mod-Maker
66
* @author Bugo <bugo@dragomano.ru>
7-
* @copyright 2022-2025 Bugo
7+
* @copyright 2022-2026 Bugo
88
* @license https://opensource.org/licenses/BSD-3-Clause BSD
99
*
10-
* @version 0.9
10+
* @version 1.0
1111
*/
1212

1313
namespace Bugo\SimpleModMaker\Hooks;

0 commit comments

Comments
 (0)