Skip to content

Commit 6336ddb

Browse files
authored
Update year in copyright notice 🎇 (#797)
1 parent 6edcbb1 commit 6336ddb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Software Mansion <swmansion.com>
3+
Copyright (c) 2025 Software Mansion <swmansion.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

apps/typegpu-docs/src/components/ExampleLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function SideMenu() {
9999
/>
100100

101101
<div className="flex justify-between text-tameplum-800 text-xs">
102-
<div>&copy; 2024 Software Mansion S.A.</div>
102+
<div>&copy; {new Date().getFullYear()} Software Mansion S.A.</div>
103103
<div className="flex gap-3 items-center">
104104
<a
105105
href="https://discord.gg/8jpfgDqPcM"

apps/typegpu-docs/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ const showcaseVideoResolution = [2048, 1200];
319319

320320
<div class="flex items-center self-start gap-4 text-grayscale-100">
321321
<Image src={SwmLogomarkSvg} alt="Software Mansion Logomark" />
322-
&copy; 2024 Software Mansion S.A.
322+
&copy; {new Date().getFullYear()} Software Mansion S.A.
323323
</div>
324324

325325
<div class="hidden md:grid">

packages/tgpu-gen/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Software Mansion <swmansion.com>
3+
Copyright (c) 2025 Software Mansion <swmansion.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)