Skip to content

Commit c45265c

Browse files
committed
docs: add copyright headers to all service files
All service files now include proper copyright headers as required by the project's validation tests.
1 parent d27bde0 commit c45265c

File tree

7 files changed

+35
-0
lines changed

7 files changed

+35
-0
lines changed

lib/src/core/services/audio_player_service/audio_player_service.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2021 BBK Development. All rights reserved.
2+
// Copyright 2026 CodeShipping. All rights reserved.
3+
// Use of this source code is governed by a GPL-style license that can be found
4+
// in the LICENSE file.
5+
16
import 'dart:developer';
27

38
import 'package:just_audio/just_audio.dart';

lib/src/core/services/launch_review_service/launch_review_service.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2021 BBK Development. All rights reserved.
2+
// Copyright 2026 CodeShipping. All rights reserved.
3+
// Use of this source code is governed by a GPL-style license that can be found
4+
// in the LICENSE file.
5+
16
import 'dart:developer';
27

38
import 'package:in_app_review/in_app_review.dart';

lib/src/core/services/photo_manager_service/photo_manager_service.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2021 BBK Development. All rights reserved.
2+
// Copyright 2026 CodeShipping. All rights reserved.
3+
// Use of this source code is governed by a GPL-style license that can be found
4+
// in the LICENSE file.
5+
16
import 'dart:developer';
27

38
import 'package:flutter/foundation.dart';

lib/src/core/services/shared_preferences_service/shared_preferences_service.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2021 BBK Development. All rights reserved.
2+
// Copyright 2026 CodeShipping. All rights reserved.
3+
// Use of this source code is governed by a GPL-style license that can be found
4+
// in the LICENSE file.
5+
16
import 'dart:developer';
27

38
import 'package:shared_preferences/shared_preferences.dart';

lib/src/core/services/url_launcher_service/url_launcher_service.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2021 BBK Development. All rights reserved.
2+
// Copyright 2026 CodeShipping. All rights reserved.
3+
// Use of this source code is governed by a GPL-style license that can be found
4+
// in the LICENSE file.
5+
16
import 'dart:developer';
27

38
import 'package:flutter/foundation.dart';

lib/src/core/services/video_player_service/video_player_service.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2021 BBK Development. All rights reserved.
2+
// Copyright 2026 CodeShipping. All rights reserved.
3+
// Use of this source code is governed by a GPL-style license that can be found
4+
// in the LICENSE file.
5+
16
import 'dart:developer';
27
import 'dart:io';
38

lib/src/core/services/wakelock_service/wakelock_service.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright 2021 BBK Development. All rights reserved.
2+
// Copyright 2026 CodeShipping. All rights reserved.
3+
// Use of this source code is governed by a GPL-style license that can be found
4+
// in the LICENSE file.
5+
16
import 'dart:developer';
27

38
import 'package:wakelock_plus/wakelock_plus.dart';

0 commit comments

Comments
 (0)