Skip to content

Commit ebcff79

Browse files
authored
update license info (#93)
* update license * update license info in example
1 parent 6074cdd commit ebcff79

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

example/lib/home_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class _MyHomePageState extends State<MyHomePage> {
136136
],
137137
copyright: 'Copyright 2021-2022 Gtk-Flutter Developers',
138138
license: const Text(
139-
'GNU LGPL-3.0, This program comes with no warranty.',
139+
'MPL-2.0, This program comes with no warranty.',
140140
),
141141
),
142142
),

lib/src/widgets/adw/switch.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Copyright 2014 The Flutter Authors => BSD-3 License
2-
// Copyright 2022 Gtk-Flutter Authors => LGPL-3 License
32

43
import 'dart:ui' show lerpDouble;
54

0 commit comments

Comments
 (0)