From 67517e67d81279f8a2f28214e2fbd8f65b1d5e34 Mon Sep 17 00:00:00 2001 From: Benjamin Stanley Date: Mon, 14 Aug 2023 15:32:29 -0600 Subject: [PATCH] Update AvatarExporter.cs with updated years for Copyright info. Updated lines 5 and 381 with updated years for copyright. --- .../Assets/Editor/AvatarExporter/AvatarExporter.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/AvatarExporter.cs b/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/AvatarExporter.cs index e3c51253fc1..ba8eaea8b5a 100644 --- a/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/AvatarExporter.cs +++ b/tools/unity-avatar-exporter/Assets/Editor/AvatarExporter/AvatarExporter.cs @@ -2,7 +2,7 @@ // // Created by David Back on 28 Nov 2018 // Copyright 2018 High Fidelity, Inc. -// Copyright 2022 Overte e.V. +// Copyright 2022 to 2023 Overte e.V. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html @@ -359,7 +359,7 @@ static void UpdateAvatar() [MenuItem("Overte/About")] static void About() { - EditorUtility.DisplayDialog("About", "Avatar Exporter\nVersion " + AVATAR_EXPORTER_VERSION + "\nCopyright 2022 Overte e.V.\nCopyright 2018 High Fidelity, Inc.", "Ok"); + EditorUtility.DisplayDialog("About", "Avatar Exporter\nVersion " + AVATAR_EXPORTER_VERSION + "\nCopyright 2022 to 2023 Overte e.V.\nCopyright 2018 High Fidelity, Inc.", "Ok"); } static void ExportSelectedAvatar(bool updateExistingAvatar) @@ -1924,4 +1924,4 @@ public static class ConverterExtensions public static string F(this double x) => x.ToString("G", CultureInfo.InvariantCulture); } -#endif \ No newline at end of file +#endif