From 291d245e4772d6a103df3abbb8bcefc9f0784f2f Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Tue, 13 May 2025 16:34:34 +0200 Subject: [PATCH] Update file headers in new files (#828) --- .../Shared/AliasVault.Shared.Core/MobileApps/Constants.cs | 2 +- .../Shared/AliasVault.Shared.Core/MobileApps/MobileAppInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/server/Shared/AliasVault.Shared.Core/MobileApps/Constants.cs b/apps/server/Shared/AliasVault.Shared.Core/MobileApps/Constants.cs index 592c989a0..24501bda8 100644 --- a/apps/server/Shared/AliasVault.Shared.Core/MobileApps/Constants.cs +++ b/apps/server/Shared/AliasVault.Shared.Core/MobileApps/Constants.cs @@ -1,7 +1,7 @@ //----------------------------------------------------------------------- // // Copyright (c) lanedirt. All rights reserved. -// Licensed under the MIT license. See LICENSE.md file in the project root for full license information. +// Licensed under the AGPLv3 license. See LICENSE.md file in the project root for full license information. // //----------------------------------------------------------------------- #pragma warning disable S1075 // URIs should not be hardcoded diff --git a/apps/server/Shared/AliasVault.Shared.Core/MobileApps/MobileAppInfo.cs b/apps/server/Shared/AliasVault.Shared.Core/MobileApps/MobileAppInfo.cs index 8c5458980..b85c978b3 100644 --- a/apps/server/Shared/AliasVault.Shared.Core/MobileApps/MobileAppInfo.cs +++ b/apps/server/Shared/AliasVault.Shared.Core/MobileApps/MobileAppInfo.cs @@ -1,7 +1,7 @@ //----------------------------------------------------------------------- // // Copyright (c) lanedirt. All rights reserved. -// Licensed under the MIT license. See LICENSE.md file in the project root for full license information. +// Licensed under the AGPLv3 license. See LICENSE.md file in the project root for full license information. // //-----------------------------------------------------------------------