Skip to content

Commit 00dddaf

Browse files
authored
chore: update copyright year
1 parent 5cfa623 commit 00dddaf

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```
44
MIT License
55
6-
Copyright (c) 2023-2025 Emma (prpl.wtf)
6+
Copyright (c) 2023-2026 Emma (prpl.wtf)
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Contributors help shape the future of the Blueprint modding framework. To start
7474

7575
<br/><br/>
7676
<p align="center">
77-
© 2023-2025 Emma (prpl.wtf)
77+
© 2023-2026 Emma (prpl.wtf)
7878
<br/><br/><img src="https://github.com/user-attachments/assets/e6ff62c3-6d99-4e43-850d-62150706e5dd"/>
7979
</p>
8080

app/BlueprintFramework/Libraries/ExtensionLibrary/BlueprintBaseLibrary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @category BlueprintExtensionLibrary
77
* @package BlueprintBaseLibrary
88
* @author Blueprint Framework <byte@blueprint.zip>
9-
* @copyright 2023-2025 Emma (prpl.wtf)
9+
* @copyright 2023-2026 Emma (prpl.wtf)
1010
* @license https://blueprint.zip/docs/?page=about/License MIT License
1111
* @link https://blueprint.zip/docs/?page=documentation/$blueprint
1212
* @since alpha

app/BlueprintFramework/Libraries/ExtensionLibrary/Client/BlueprintClientLibrary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @category BlueprintExtensionLibrary
77
* @package BlueprintClientLibrary
88
* @author Blueprint Framework <byte@blueprint.zip>
9-
* @copyright 2023-2025 Emma (prpl.wtf)
9+
* @copyright 2023-2026 Emma (prpl.wtf)
1010
* @license https://blueprint.zip/docs/?page=about/License MIT License
1111
* @link https://blueprint.zip/docs/?page=documentation/$blueprint
1212
* @since alpha

app/BlueprintFramework/Libraries/ExtensionLibrary/Console/BlueprintConsoleLibrary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @category BlueprintExtensionLibrary
77
* @package BlueprintConsoleLibrary
88
* @author Blueprint Framework <byte@blueprint.zip>
9-
* @copyright 2023-2025 Emma (prpl.wtf)
9+
* @copyright 2023-2026 Emma (prpl.wtf)
1010
* @license https://blueprint.zip/docs/?page=about/License MIT License
1111
* @link https://blueprint.zip/docs/?page=documentation/$blueprint
1212
* @since beta

blueprint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# © 2023-2025 Emma (prpl.wtf)
2+
# © 2023-2026 Emma (prpl.wtf)
33

44
# Learn more @ blueprint.zip
55
# Source code available at github.com/blueprintframework/framework
@@ -243,7 +243,7 @@ if [[ $1 != "-bash" ]]; then
243243
echo -e "$C0" \
244244
"\n$C4 ██$C1$C2$C3$C0 Blueprint Framework" \
245245
"\n$C4██ ██$C1$C2$C3$C0 https://blueprint.zip" \
246-
"\n$C4 ████$C1$C2$C3$C0 © 2023-2025 Emma (prpl.wtf)\n";
246+
"\n$C4 ████$C1$C2$C3$C0 © 2023-2026 Emma (prpl.wtf)\n";
247247

248248
export PROGRESS_TOTAL=15
249249
export PROGRESS_NOW=0

blueprint/assets/Badges/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2024-2025 Blueprint Framework
1+
Copyright © 2024-2026 Blueprint Framework
22

33
You may use these badges if your extension is made in Blueprint, is both
44
installable and removable through our CLI utility.

blueprint/assets/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2024-2025 Blueprint Framework
1+
Copyright © 2024-2026 Blueprint Framework
22

33
These branding materials (including but not limited to logos, wordmarks, color
44
schemes, typography, graphics, and design assets) are provided for reference

blueprint/assets/Stickers/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2024-2025 Blueprint Framework
1+
Copyright © 2024-2026 Blueprint Framework
22

33
These stickers and branding materials are provided for personal viewing and
44
reference only. You may NOT:

0 commit comments

Comments
 (0)