File tree Expand file tree Collapse file tree 10 files changed +73
-2
lines changed
mixcore.host.aspire.AppHost
mixcore.spa/mixcore.spa.Server
graphql/mix.services.graphql
mix-auth-service/mix.auth.api Expand file tree Collapse file tree 10 files changed +73
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ This software includes the following third-party components:
1717mix-heart (Core Library)
1818--------------------------------------------------------------------------------
1919Location: /src/platform/core/mix-heart/
20- License: MIT License
21- Copyright (c) 2019 Mixcore
20+ License: GNU Affero General Public License v3.0 (AGPL-3.0)
21+ Copyright (c) 2019-2024 Mixcore Foundation
2222Repository: https://github.com/mixcore/mix.heart
2323
2424--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1+ // ============================================
2+ // Mixcore CMS
3+ // Copyright (c) Mixcore Foundation. All rights reserved.
4+ // Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
5+ // See LICENSE file in the project root for full license information.
6+ // Commercial licenses available at https://mixcore.org/licensing
7+ // ============================================
18
29using Microsoft . Extensions . DependencyInjection . Extensions ;
310using Mix . Constant . Constants ;
Original file line number Diff line number Diff line change 1+ // ============================================
2+ // Mixcore CMS
3+ // Copyright (c) Mixcore Foundation. All rights reserved.
4+ // Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
5+ // See LICENSE file in the project root for full license information.
6+ // Commercial licenses available at https://mixcore.org/licensing
7+ // ============================================
8+
19var builder = DistributedApplication . CreateBuilder ( args ) ;
210
311var mixcore = builder . AddProject < Projects . mixcore > ( "mixcore" ) ;
Original file line number Diff line number Diff line change 1+ // ============================================
2+ // Mixcore CMS
3+ // Copyright (c) Mixcore Foundation. All rights reserved.
4+ // Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
5+ // See LICENSE file in the project root for full license information.
6+ // Commercial licenses available at https://mixcore.org/licensing
7+ // ============================================
8+
19var builder = WebApplication . CreateBuilder ( args ) ;
210
311// Add services to the container.
Original file line number Diff line number Diff line change 1+ // ============================================
2+ // Mixcore CMS
3+ // Copyright (c) Mixcore Foundation. All rights reserved.
4+ // Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
5+ // See LICENSE file in the project root for full license information.
6+ // Commercial licenses available at https://mixcore.org/licensing
7+ // ============================================
8+
19namespace Mix . Account
210{
311 public class Program
Original file line number Diff line number Diff line change 1+ // ============================================
2+ // Mixcore CMS
3+ // Copyright (c) Mixcore Foundation. All rights reserved.
4+ // Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
5+ // See LICENSE file in the project root for full license information.
6+ // Commercial licenses available at https://mixcore.org/licensing
7+ // ============================================
8+
19using Mix . Database . Entities . Account ;
210using System . Reflection ;
311using Mix . Log . Lib ;
Original file line number Diff line number Diff line change 1+ // ============================================
2+ // Mixcore CMS
3+ // Copyright (c) Mixcore Foundation. All rights reserved.
4+ // Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
5+ // See LICENSE file in the project root for full license information.
6+ // Commercial licenses available at https://mixcore.org/licensing
7+ // ============================================
8+
19using Microsoft . AspNetCore . Hosting ;
210using Microsoft . Extensions . Hosting ;
311
Original file line number Diff line number Diff line change 1+ // ============================================
2+ // Mixcore CMS
3+ // Copyright (c) Mixcore Foundation. All rights reserved.
4+ // Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
5+ // See LICENSE file in the project root for full license information.
6+ // Commercial licenses available at https://mixcore.org/licensing
7+ // ============================================
8+
19namespace Mix . Tenancy
210{
311 public class Program
Original file line number Diff line number Diff line change 1+ // ============================================
2+ // Mixcore CMS
3+ // Copyright (c) Mixcore Foundation. All rights reserved.
4+ // Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
5+ // See LICENSE file in the project root for full license information.
6+ // Commercial licenses available at https://mixcore.org/licensing
7+ // ============================================
8+
19using Mix . Shared . Extensions ;
210
311var builder = WebApplication . CreateBuilder ( args ) ;
Original file line number Diff line number Diff line change 1+ // ============================================
2+ // Mixcore CMS
3+ // Copyright (c) Mixcore Foundation. All rights reserved.
4+ // Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
5+ // See LICENSE file in the project root for full license information.
6+ // Commercial licenses available at https://mixcore.org/licensing
7+ // ============================================
8+
19using Mix . Database . Entities . Account ;
210using System . Reflection ;
311using Mix . Log . Lib ;
You can’t perform that action at this time.
0 commit comments