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. // //-----------------------------------------------------------------------