Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
mafiesto4 committed Jan 14, 2022
1 parent 08bebc0 commit 8c2241c
Show file tree
Hide file tree
Showing 2,512 changed files with 2,516 additions and 2,516 deletions.
2 changes: 1 addition & 1 deletion Development/Scripts/Linux/CallBuildTool.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
# Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion Development/Scripts/Mac/CallBuildTool.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved
# Copyright (c) 2012-2022 Wojciech Figat. All rights reserved

set -e

Expand Down
2 changes: 1 addition & 1 deletion Development/Scripts/Mac/XCodeBuild.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved
# Copyright (c) 2012-2022 Wojciech Figat. All rights reserved

# Fix mono bin to be in a path
export PATH=/Library/Frameworks/Mono.framework/Versions/Current/Commands:$PATH
Expand Down
2 changes: 1 addition & 1 deletion Development/Scripts/Windows/CallBuildTool.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
rem Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

if not exist "Development\Scripts\Windows\GetMSBuildPath.bat" goto Error_InvalidLocation

Expand Down
2 changes: 1 addition & 1 deletion Development/Scripts/Windows/GetMSBuildPath.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
rem Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

set MSBUILD_PATH=

Expand Down
2 changes: 1 addition & 1 deletion Flax.flaxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Build": 6226
},
"Company": "Flax",
"Copyright": "Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.",
"Copyright": "Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.",
"GameTarget": "FlaxGame",
"EditorTarget": "FlaxEditor"
}
2 changes: 1 addition & 1 deletion GenerateProjectFiles.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
rem Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

setlocal
pushd
Expand Down
2 changes: 1 addition & 1 deletion GenerateProjectFiles.command
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
# Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion GenerateProjectFiles.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
# Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion PackageAll.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
rem Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

setlocal
pushd
Expand Down
2 changes: 1 addition & 1 deletion PackageEditor.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
rem Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

setlocal
pushd
Expand Down
2 changes: 1 addition & 1 deletion PackageEditor.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
# Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion PackagePlatforms.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
rem Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

setlocal
pushd
Expand Down
2 changes: 1 addition & 1 deletion PackagePlatforms.command
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
# Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion PackagePlatforms.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
# Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

set -e

Expand Down
2 changes: 1 addition & 1 deletion RegisterEngineLocation.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

rem Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
rem Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

setlocal
pushd %~dp0
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Analytics/EditorAnalytics.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

#include "EditorAnalytics.h"
#include "EditorAnalyticsController.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Analytics/EditorAnalytics.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Analytics/EditorAnalyticsController.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

#include "EditorAnalyticsController.h"
#include "Editor/Cooker/GameCooker.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Analytics/EditorAnalyticsController.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/AssetItemConverter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using Newtonsoft.Json;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Create/CreateFileEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

namespace FlaxEditor.Content.Create
{
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Create/CreateFilesDialog.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Create/ParticleEmitterCreateEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Create/SettingsCreateEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using FlaxEditor.Content.Settings;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Create/VisualScriptCreateEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using FlaxEngine;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/GUI/ContentNavigationButton.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using FlaxEditor.GUI;
using FlaxEditor.GUI.Drag;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/GUI/ContentView.DragDrop.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using FlaxEditor.GUI.Drag;
using FlaxEditor.SceneGraph;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/GUI/ContentView.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/IFileEntryAction.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using FlaxEngine;

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Import/AssetImportEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

namespace FlaxEditor.Content.Import
{
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Import/AudioImportSettings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System.ComponentModel;
using System.Reflection;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Import/FolderImportEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System.IO;

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Import/ImportFileEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System.Collections.Generic;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Import/ImportFilesDialog.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Import/ModelImportEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System.ComponentModel;
using System.Runtime.CompilerServices;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Import/Request.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using FlaxEngine;

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Import/TextureImportEntry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System.Collections.Generic;
using System.ComponentModel;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/AssetItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/BinaryAssetItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.Text;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/CSharpScriptItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using FlaxEngine;

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/ContentFolder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/ContentItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/CppScriptItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using FlaxEngine;

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/FileItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using FlaxEngine;

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/JsonAssetItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using FlaxEngine;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/NewItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using FlaxEngine;

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/PrefabItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using FlaxEngine;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/SceneItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using FlaxEngine;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/ScriptItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System.Text;

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/ShaderSourceItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using FlaxEngine;

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Items/VisualScriptItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/PreviewsCache.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

#include "PreviewsCache.h"
#include "Engine/Core/Log.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/PreviewsCache.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using FlaxEngine;

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/PreviewsCache.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Proxy/AnimationGraphFunctionProxy.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using FlaxEditor.Windows;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Proxy/AnimationGraphProxy.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using FlaxEditor.Windows;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Proxy/AnimationProxy.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Proxy/AssetProxy.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using FlaxEditor.Content.Thumbnails;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Proxy/AudioClipProxy.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Proxy/BinaryAssetProxy.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using FlaxEngine;
Expand Down
2 changes: 1 addition & 1 deletion Source/Editor/Content/Proxy/CSharpScriptProxy.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.

using System;
using System.IO;
Expand Down
Loading

0 comments on commit 8c2241c

Please sign in to comment.