Skip to content

Commit

Permalink
Add LH
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Oct 13, 2024
1 parent 1f317b6 commit dd3ce7d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/lib/ads/ad_banner.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:google_mobile_ads/google_mobile_ads.dart';
import 'package:provider/provider.dart';
Expand Down
8 changes: 8 additions & 0 deletions app/lib/ads/ad_info_dialog.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/gestures.dart';
import 'package:flutter/material.dart';
import 'package:sharezone/sharezone_plus/page/sharezone_plus_page.dart';
Expand Down
8 changes: 8 additions & 0 deletions app/lib/ads/ads_controller.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/dashboard/sections/ad_section.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:google_mobile_ads/google_mobile_ads.dart';
import 'package:provider/provider.dart';
Expand Down

0 comments on commit dd3ce7d

Please sign in to comment.