Skip to content

Commit

Permalink
Add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Dec 22, 2024
1 parent 1d30db9 commit efbfe0a
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/lib/l10n/feature_flag_l10n.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'dart:async';

import 'package:flutter/foundation.dart';
Expand Down
8 changes: 8 additions & 0 deletions app/lib/l10n/flutter_app_local_gateway.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'dart:convert';

import 'package:sharezone/l10n/feature_flag_l10n.dart';
Expand Down
8 changes: 8 additions & 0 deletions app/lib/settings/src/subpages/language/language_page.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:sharezone_localizations/sharezone_localizations.dart';
Expand Down
8 changes: 8 additions & 0 deletions lib/sharezone_localizations/l10n.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
# Licensed under the EUPL-1.2-or-later.
#
# You may obtain a copy of the Licence at:
# https://joinup.ec.europa.eu/software/page/eupl
#
# SPDX-License-Identifier: EUPL-1.2

arb-dir: l10n
template-arb-file: app_en.arb
output-dir: lib/localizations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'dart:async';

import 'package:flutter/foundation.dart';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'sharezone_localizations.gen.dart';

// ignore_for_file: type=lint
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'sharezone_localizations.gen.dart';

// ignore_for_file: type=lint
Expand Down
8 changes: 8 additions & 0 deletions lib/sharezone_localizations/lib/sharezone_localizations.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

export 'localizations/sharezone_localizations.gen.dart';
export 'src/app_locale_gateway.dart';
export 'src/app_locale_provider.dart';
Expand Down
8 changes: 8 additions & 0 deletions lib/sharezone_localizations/lib/src/app_locale.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import 'package:sharezone_localizations/sharezone_localizations.dart';
Expand Down
8 changes: 8 additions & 0 deletions lib/sharezone_localizations/lib/src/app_locale_gateway.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'package:sharezone_localizations/sharezone_localizations.dart';

/// Gateway to store and retrieve the locale of the app.
Expand Down
8 changes: 8 additions & 0 deletions lib/sharezone_localizations/lib/src/app_locale_provider.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'dart:async';

import 'package:flutter/material.dart';
Expand Down
8 changes: 8 additions & 0 deletions lib/sharezone_localizations/lib/src/context_extension.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Copyright (c) 2024 Sharezone UG (haftungsbeschränkt)
// Licensed under the EUPL-1.2-or-later.
//
// You may obtain a copy of the Licence at:
// https://joinup.ec.europa.eu/software/page/eupl
//
// SPDX-License-Identifier: EUPL-1.2

import 'package:flutter/widgets.dart';
import 'package:sharezone_localizations/sharezone_localizations.dart';

Expand Down

0 comments on commit efbfe0a

Please sign in to comment.