Bump year references to 2026
This commit is contained in:
parent
f808e6d37c
commit
bd847034f3
|
|
@ -1,2 +1,2 @@
|
|||
https://github.com/Keavon/graphite-branded-assets/archive/f8b02e68c92f5bbd27626bdd7a51102303b70a40.tar.gz
|
||||
d06fd7b79fa9b7509c23072fa56745415fdc6eb98575d15214b0acc47ea4dd42
|
||||
https://github.com/Keavon/graphite-branded-assets/archive/8cd7cf811d36228a2eb7ce741adc3c745632a6e7.tar.gz
|
||||
17a7cd32dda4afd893c65e1fb6757f1ecf760702217f647d1c680db8d92643ef
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
Graphite has ZERO-TOLERANCE for contributing undisclosed AI-generated content.
|
||||
If your PR involves AI, you must read our AI contribution policy (it's short):
|
||||
https://graphite.art/volunteer/guide/guide/starting-a-task/ai-contribution-policy
|
||||
https://graphite.art/volunteer/guide/starting-a-task/ai-contribution-policy
|
||||
|
||||
REMEMBER:
|
||||
- You are responsible for thoroughly testing the successful implementation of your changes and ensuring no obvious regressions occur.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,8 @@ fn main() {
|
|||
res.set("FileDescription", "Graphite");
|
||||
res.set("ProductName", "Graphite");
|
||||
|
||||
res.set("LegalCopyright", "Copyright © 2025 Graphite Labs, LLC");
|
||||
// TODO: Pull this year from the Git commit date
|
||||
res.set("LegalCopyright", "Copyright © 2026 Graphite Labs, LLC");
|
||||
res.set("CompanyName", "Graphite Labs, LLC");
|
||||
|
||||
res.compile().expect("Failed to compile Windows resources");
|
||||
|
|
|
|||
|
|
@ -11,24 +11,12 @@ css = ["/component/youtube-embed.css"]
|
|||
|
||||
<!-- 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. -->
|
||||
|
||||
Begin learning Graphite by watching the introductory tutorial videos below.
|
||||
Begin learning Graphite by watching the introductory tutorial video below.
|
||||
|
||||
One is available now, and more will be released on a regular basis throughout early 2025.
|
||||
|
||||
## Tutorial series
|
||||
|
||||
### Video 1
|
||||
|
||||
<!-- You can follow along with this starter project either by watching the tutorial video or referencing the step-by-step breakdown. -->
|
||||
One is available now, and more will be released on a regular basis throughout early 2026.
|
||||
|
||||
<div class="youtube-embed aspect-16x9">
|
||||
<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" />
|
||||
</div>
|
||||
|
||||
### Video 2
|
||||
|
||||
*Coming soon.*
|
||||
|
||||
<!-- TODO -->
|
||||
<!-- - Video tutorial -->
|
||||
<!-- - Step-by-step written form -->
|
||||
*More tutorials coming soon.*
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ Official builds of Graphite may be compiled and redistributed freely under the t
|
|||
|
||||
Graphite Branding License
|
||||
|
||||
Copyright © 2021-2025 Graphite Labs, LLC. All rights reserved.
|
||||
Copyright © 2021-2026 Graphite Labs, LLC. All rights reserved.
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue