Skip to content

Commit 61ba5e5

Browse files
committed
New Year changes
1 parent d488d14 commit 61ba5e5

File tree

15 files changed

+15
-15
lines changed

15 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-2019 Konstantin Nosov (Gildor)"
2067+
label Lbl2 "\xA9 2009-2020 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-2019 Konstantin Nosov (Gildor)"
271+
label Lbl2 "\xA9 2010-2020 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) 2019 Konstantin Nosov
2+
// Copyright (C) 2020 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) 2019 Konstantin Nosov
2+
// Copyright (C) 2020 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) 2019 Konstantin Nosov
2+
// Copyright (C) 2020 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) 2019 Konstantin Nosov
2+
// Copyright (C) 2020 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 2019, Konstantin Nosov
1+
Copyright 2020, 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) 2019 Konstantin Nosov
2+
// Copyright (C) 2020 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) 2019 Konstantin Nosov
2+
// Copyright (C) 2020 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) 2019 Konstantin Nosov
2+
// Copyright (C) 2020 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)