From 0a0bb997e46d4b5a4569bb524302ed9f5e85ff5d Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 26 Feb 2024 19:53:58 +0100 Subject: [PATCH] Update year in copyright note --- Source/FlaxEngine.pch.h | 2 +- Source/Tools/Flax.Build/Deps/Dependencies/astc.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/FlaxEngine.pch.h b/Source/FlaxEngine.pch.h index 0a73fc464..2e3fc11d3 100644 --- a/Source/FlaxEngine.pch.h +++ b/Source/FlaxEngine.pch.h @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved. +// Copyright (c) 2012-2024 Wojciech Figat. All rights reserved. #pragma once diff --git a/Source/Tools/Flax.Build/Deps/Dependencies/astc.cs b/Source/Tools/Flax.Build/Deps/Dependencies/astc.cs index a1c9edcee..01e369d62 100644 --- a/Source/Tools/Flax.Build/Deps/Dependencies/astc.cs +++ b/Source/Tools/Flax.Build/Deps/Dependencies/astc.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved. +// Copyright (c) 2012-2024 Wojciech Figat. All rights reserved. using System.IO; using Flax.Build;