Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/lib/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class _MyHomePageState extends State<MyHomePage> {
],
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.',
),
),
),
Expand Down
1 change: 0 additions & 1 deletion lib/src/widgets/adw/switch.dart
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
Loading