Skip to content

Commit bd84703

Browse files
committed
Bump year references to 2026
1 parent f808e6d commit bd84703

5 files changed

Lines changed: 9 additions & 20 deletions

File tree

.branding

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
https://github.com/Keavon/graphite-branded-assets/archive/f8b02e68c92f5bbd27626bdd7a51102303b70a40.tar.gz
2-
d06fd7b79fa9b7509c23072fa56745415fdc6eb98575d15214b0acc47ea4dd42
1+
https://github.com/Keavon/graphite-branded-assets/archive/8cd7cf811d36228a2eb7ce741adc3c745632a6e7.tar.gz
2+
17a7cd32dda4afd893c65e1fb6757f1ecf760702217f647d1c680db8d92643ef

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
Graphite has ZERO-TOLERANCE for contributing undisclosed AI-generated content.
33
If your PR involves AI, you must read our AI contribution policy (it's short):
4-
https://graphite.art/volunteer/guide/guide/starting-a-task/ai-contribution-policy
4+
https://graphite.art/volunteer/guide/starting-a-task/ai-contribution-policy
55
66
REMEMBER:
77
- You are responsible for thoroughly testing the successful implementation of your changes and ensuring no obvious regressions occur.

desktop/platform/win/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ fn main() {
2323
res.set("FileDescription", "Graphite");
2424
res.set("ProductName", "Graphite");
2525

26-
res.set("LegalCopyright", "Copyright © 2025 Graphite Labs, LLC");
26+
// TODO: Pull this year from the Git commit date
27+
res.set("LegalCopyright", "Copyright © 2026 Graphite Labs, LLC");
2728
res.set("CompanyName", "Graphite Labs, LLC");
2829

2930
res.compile().expect("Failed to compile Windows resources");

website/content/learn/introduction/_index.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,12 @@ css = ["/component/youtube-embed.css"]
1111

1212
<!-- Before taking the time to read the coming chapters, let's build some context by jumping straight into a small project that you can follow along with. That way you will have a mental framework for the topics explained in the rest of this manual. -->
1313

14-
Begin learning Graphite by watching the introductory tutorial videos below.
14+
Begin learning Graphite by watching the introductory tutorial video below.
1515

16-
One is available now, and more will be released on a regular basis throughout early 2025.
17-
18-
## Tutorial series
19-
20-
### Video 1
21-
22-
<!-- You can follow along with this starter project either by watching the tutorial video or referencing the step-by-step breakdown. -->
16+
One is available now, and more will be released on a regular basis throughout early 2026.
2317

2418
<div class="youtube-embed aspect-16x9">
2519
<img data-youtube-embed="7gjUhl_3X10" src="https://static.graphite.art/content/learn/introduction/tutorial-1-vector-art-quickstart-youtube__2.avif" onerror="this.onerror = null; this.src = this.src.replace('.avif', '.png')" alt="Vector Art Quickstart - Graphite, the Open Source 2D Graphics Suite" />
2620
</div>
2721

28-
### Video 2
29-
30-
*Coming soon.*
31-
32-
<!-- TODO -->
33-
<!-- - Video tutorial -->
34-
<!-- - Step-by-step written form -->
22+
*More tutorials coming soon.*

website/content/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Official builds of Graphite may be compiled and redistributed freely under the t
207207

208208
Graphite Branding License
209209

210-
Copyright © 2021-2025 Graphite Labs, LLC. All rights reserved.
210+
Copyright © 2021-2026 Graphite Labs, LLC. All rights reserved.
211211

212212
The repository `https://github.com/Keavon/graphite-branded-assets/` includes proprietary assets (the "Assets"), including but not limited to logos, icons, and branding materials. The Assets are not software source code and are consequently not licensed under the same terms as the other works of Graphite software materials. The intention of this license is to maintain the full permissiveness of the software code while reserving protections for the brand and visual identity of the official Graphite product.
213213

0 commit comments

Comments
 (0)