From c5d17e372c78c0807ea378085eb225fe034283ef Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Fri, 16 May 2025 13:06:46 +0300 Subject: [PATCH] fix: fix warnings --- cherrypick/lib/cherrypick.dart | 2 +- cherrypick/lib/src/binding.dart | 2 +- cherrypick/lib/src/factory.dart | 2 +- cherrypick/lib/src/helper.dart | 2 +- cherrypick/lib/src/module.dart | 2 +- cherrypick/lib/src/scope.dart | 2 +- cherrypick_flutter/lib/cherrypick_flutter.dart | 2 +- cherrypick_flutter/lib/src/cherrypick_provider.dart | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cherrypick/lib/cherrypick.dart b/cherrypick/lib/cherrypick.dart index 053877e..84806d5 100644 --- a/cherrypick/lib/cherrypick.dart +++ b/cherrypick/lib/cherrypick.dart @@ -1,5 +1,5 @@ /// -/// Copyright 2021 Sergey Penkovsky +/// Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com) /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except in compliance with the License. /// You may obtain a copy of the License at diff --git a/cherrypick/lib/src/binding.dart b/cherrypick/lib/src/binding.dart index 278d133..15f968f 100644 --- a/cherrypick/lib/src/binding.dart +++ b/cherrypick/lib/src/binding.dart @@ -1,5 +1,5 @@ /// -/// Copyright 2021 Sergey Penkovsky +/// Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com) /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except in compliance with the License. /// You may obtain a copy of the License at diff --git a/cherrypick/lib/src/factory.dart b/cherrypick/lib/src/factory.dart index f2bbb89..25a93d7 100644 --- a/cherrypick/lib/src/factory.dart +++ b/cherrypick/lib/src/factory.dart @@ -1,5 +1,5 @@ /// -/// Copyright 2021 Sergey Penkovsky +/// Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com) /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except in compliance with the License. /// You may obtain a copy of the License at diff --git a/cherrypick/lib/src/helper.dart b/cherrypick/lib/src/helper.dart index 3295c96..94fc564 100644 --- a/cherrypick/lib/src/helper.dart +++ b/cherrypick/lib/src/helper.dart @@ -1,5 +1,5 @@ /// -/// Copyright 2021 Sergey Penkovsky +/// Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com) /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except in compliance with the License. /// You may obtain a copy of the License at diff --git a/cherrypick/lib/src/module.dart b/cherrypick/lib/src/module.dart index 32be9d9..c253c0d 100644 --- a/cherrypick/lib/src/module.dart +++ b/cherrypick/lib/src/module.dart @@ -1,5 +1,5 @@ /// -/// Copyright 2021 Sergey Penkovsky +/// Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com) /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except in compliance with the License. /// You may obtain a copy of the License at diff --git a/cherrypick/lib/src/scope.dart b/cherrypick/lib/src/scope.dart index ceaeccd..c34b926 100644 --- a/cherrypick/lib/src/scope.dart +++ b/cherrypick/lib/src/scope.dart @@ -1,5 +1,5 @@ /// -/// Copyright 2021 Sergey Penkovsky +/// Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com) /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except in compliance with the License. /// You may obtain a copy of the License at diff --git a/cherrypick_flutter/lib/cherrypick_flutter.dart b/cherrypick_flutter/lib/cherrypick_flutter.dart index 8085ee2..499765c 100644 --- a/cherrypick_flutter/lib/cherrypick_flutter.dart +++ b/cherrypick_flutter/lib/cherrypick_flutter.dart @@ -1,5 +1,5 @@ /// -/// Copyright 2021 Sergey Penkovsky +/// Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com) /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except in compliance with the License. /// You may obtain a copy of the License at diff --git a/cherrypick_flutter/lib/src/cherrypick_provider.dart b/cherrypick_flutter/lib/src/cherrypick_provider.dart index 55d2c59..178772a 100644 --- a/cherrypick_flutter/lib/src/cherrypick_provider.dart +++ b/cherrypick_flutter/lib/src/cherrypick_provider.dart @@ -2,7 +2,7 @@ import 'package:cherrypick/cherrypick.dart'; import 'package:flutter/widgets.dart'; /// -/// Copyright 2021 Sergey Penkovsky +/// Copyright 2021 Sergey Penkovsky (sergey.penkovsky@gmail.com) /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except in compliance with the License. /// You may obtain a copy of the License at