Skip to content

Commit ab4b6c1

Browse files
committed
Updated copyright year
1 parent 31c047c commit ab4b6c1

File tree

17 files changed

+15
-15
lines changed

17 files changed

+15
-15
lines changed

Tools/MaxActorXImport/ActorXImporter.ms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,7 @@ rollout axInfoRollout "ActorX Importer"
20642064
(
20652065
-- copyright label
20662066
label Lbl1 "Version 1.38"
2067-
label Lbl2 "\xA9 2009-2021 Konstantin Nosov (Gildor)"
2067+
label Lbl2 "\xA9 2009-2022 Konstantin Nosov (Gildor)"
20682068
hyperlink Lbl3 "http://www.gildor.org/" \
20692069
address:"http://www.gildor.org/projects/unactorx" align:#center \
20702070
color:black hovercolor:blue visitedcolor:black

Tools/MaxActorXImport/export_fbx.ms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ rollout fbxExportRollout "ActorX Batch Export"
268268
(
269269
-- copyright label
270270
label Lbl1 "Version 1.07"
271-
label Lbl2 "\xA9 2010-2021 Konstantin Nosov (Gildor)"
271+
label Lbl2 "\xA9 2010-2022 Konstantin Nosov (Gildor)"
272272
hyperlink Lbl3 "http://www.gildor.org/" \
273273
address:"http://www.gildor.org/projects/unactorx" align:#center \
274274
color:black hovercolor:blue visitedcolor:black

UI/BaseDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Simple UI library.
2-
// Copyright (C) 2021 Konstantin Nosov
2+
// Copyright (C) 2022 Konstantin Nosov
33
// Licensed under the BSD license. See LICENSE.txt file in the project root for full license information.
44

55
#if _WIN32

UI/BaseDialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Simple UI library.
2-
// Copyright (C) 2021 Konstantin Nosov
2+
// Copyright (C) 2022 Konstantin Nosov
33
// Licensed under the BSD license. See LICENSE.txt file in the project root for full license information.
44

55
#ifndef __BASE_DIALOG_H__

UI/FileControls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Simple UI library.
2-
// Copyright (C) 2021 Konstantin Nosov
2+
// Copyright (C) 2022 Konstantin Nosov
33
// Licensed under the BSD license. See LICENSE.txt file in the project root for full license information.
44

55
#if _WIN32

UI/FileControls.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Simple UI library.
2-
// Copyright (C) 2021 Konstantin Nosov
2+
// Copyright (C) 2022 Konstantin Nosov
33
// Licensed under the BSD license. See LICENSE.txt file in the project root for full license information.
44

55
#ifndef __FILE_CONTROLS_H__

UI/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2021, Konstantin Nosov
1+
Copyright 2022, Konstantin Nosov
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

UI/UILayout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Simple UI library.
2-
// Copyright (C) 2021 Konstantin Nosov
2+
// Copyright (C) 2022 Konstantin Nosov
33
// Licensed under the BSD license. See LICENSE.txt file in the project root for full license information.
44

55
#include "BaseDialog.h"

UI/UIMenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Simple UI library.
2-
// Copyright (C) 2021 Konstantin Nosov
2+
// Copyright (C) 2022 Konstantin Nosov
33
// Licensed under the BSD license. See LICENSE.txt file in the project root for full license information.
44

55
#if _WIN32

UI/UIPrivate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Simple UI library.
2-
// Copyright (C) 2021 Konstantin Nosov
2+
// Copyright (C) 2022 Konstantin Nosov
33
// Licensed under the BSD license. See LICENSE.txt file in the project root for full license information.
44

55

0 commit comments

Comments
 (0)