Skip to content

Commit

Permalink
Merge pull request #569 from HeadClot/master-1
Browse files Browse the repository at this point in the history
Update AvatarExporter.cs with updated year with Copyright info for 2023.
  • Loading branch information
ksuprynowicz authored Aug 18, 2023
2 parents fc7d12a + 67517e6 commit d42b7fd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -1924,4 +1924,4 @@ public static class ConverterExtensions
public static string F(this double x) => x.ToString("G", CultureInfo.InvariantCulture);
}

#endif
#endif

0 comments on commit d42b7fd

Please sign in to comment.