From d3647923ee8f53ae772e15b23e2ecc5c110eb143 Mon Sep 17 00:00:00 2001 From: Bulent Baris Kilic Date: Tue, 12 Mar 2024 00:22:11 +0100 Subject: [PATCH] refactor: update core layer --- lib/src/core/core.dart | 4 ++++ lib/src/core/gen/gen.dart | 4 ++++ lib/src/core/l10n/l10n.dart | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/lib/src/core/core.dart b/lib/src/core/core.dart index 02a115a..1f80347 100644 --- a/lib/src/core/core.dart +++ b/lib/src/core/core.dart @@ -1,3 +1,7 @@ +// Copyright 2023 BBK Development. All rights reserved. +// Use of this source code is governed by a GPL-style license that can be found +// in the LICENSE file. + export 'constants/constants.dart'; export 'extensions/extensions.dart'; export 'gen/gen.dart'; diff --git a/lib/src/core/gen/gen.dart b/lib/src/core/gen/gen.dart index 49ce7fd..18112c1 100644 --- a/lib/src/core/gen/gen.dart +++ b/lib/src/core/gen/gen.dart @@ -1,2 +1,6 @@ +// Copyright 2023 BBK Development. All rights reserved. +// Use of this source code is governed by a GPL-style license that can be found +// in the LICENSE file. + export 'assets.gen.dart'; export 'fonts.gen.dart'; diff --git a/lib/src/core/l10n/l10n.dart b/lib/src/core/l10n/l10n.dart index dd0c457..fcf6bf5 100644 --- a/lib/src/core/l10n/l10n.dart +++ b/lib/src/core/l10n/l10n.dart @@ -1 +1,5 @@ +// Copyright 2023 BBK Development. All rights reserved. +// Use of this source code is governed by a GPL-style license that can be found +// in the LICENSE file. + export 'app_localizations.dart';