From ec2983738b2a58b5a122c2fa31e5fc0a10b43b30 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Sat, 12 Apr 2025 18:16:00 +0530 Subject: [PATCH 1/2] update license --- lib/src/widgets/adw/switch.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/widgets/adw/switch.dart b/lib/src/widgets/adw/switch.dart index 78590d2..875cf49 100644 --- a/lib/src/widgets/adw/switch.dart +++ b/lib/src/widgets/adw/switch.dart @@ -1,5 +1,4 @@ // Copyright 2014 The Flutter Authors => BSD-3 License -// Copyright 2022 Gtk-Flutter Authors => LGPL-3 License import 'dart:ui' show lerpDouble; From 30bc94af04b4fa796d7945215a09588178323f27 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Sat, 12 Apr 2025 18:16:55 +0530 Subject: [PATCH 2/2] update license info in example --- example/lib/home_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/home_page.dart b/example/lib/home_page.dart index 5ba3eac..9025ea0 100644 --- a/example/lib/home_page.dart +++ b/example/lib/home_page.dart @@ -136,7 +136,7 @@ class _MyHomePageState extends State { ], copyright: 'Copyright 2021-2022 Gtk-Flutter Developers', license: const Text( - 'GNU LGPL-3.0, This program comes with no warranty.', + 'MPL-2.0, This program comes with no warranty.', ), ), ),