From 7406d74e6a7548a4cd9374e77b4db746aa61f2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Tue, 28 Mar 2023 20:10:46 +0200 Subject: [PATCH] docs: license --- README.md | 19 +++++++++++++++++++ lib/api/classes.dart | 4 ++-- lib/api/wikimedia.dart | 4 ++-- lib/main.dart | 4 ++-- lib/util/drawer.dart | 4 ++-- lib/util/render.dart | 4 ++-- lib/util/storage.dart | 4 ++-- lib/util/styles.dart | 4 ++-- lib/util/widgets/warning.dart | 4 ++-- lib/views/home.dart | 4 ++-- lib/views/pageview.dart | 4 ++-- lib/views/search.dart | 4 ++-- 12 files changed, 41 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 823dded..33ec40d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Access [WikiVoyage](https://en.wikivoyage.org) conveniently from your phone! ## Roadmap *(In no particular order)* +- [ ] Render articles *completely* using native widgets - [ ] Navigation in articles by heading - [ ] Settings for reader - [ ] Translate UI @@ -38,4 +39,22 @@ cd voyagehandbook ```sh ./flutterw run +``` + +## License +``` + Voyage Handbook - The open-source WikiVoyage reader + Copyright (C) 2023 Matyáš Caras + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . ``` \ No newline at end of file diff --git a/lib/api/classes.dart b/lib/api/classes.dart index 0860cd7..cded8e8 100644 --- a/lib/api/classes.dart +++ b/lib/api/classes.dart @@ -6,8 +6,8 @@ part 'classes.g.dart'; Copyright (C) 2023 Matyáš Caras This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/lib/api/wikimedia.dart b/lib/api/wikimedia.dart index e916892..a8e18d2 100644 --- a/lib/api/wikimedia.dart +++ b/lib/api/wikimedia.dart @@ -8,8 +8,8 @@ import 'package:voyagehandbook/api/classes.dart'; Copyright (C) 2023 Matyáš Caras This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/lib/main.dart b/lib/main.dart index b570ddc..8fdf1cb 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -8,8 +8,8 @@ import 'package:voyagehandbook/views/home.dart'; Copyright (C) 2023 Matyáš Caras This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/lib/util/drawer.dart b/lib/util/drawer.dart index 4b54145..a9f7fcd 100644 --- a/lib/util/drawer.dart +++ b/lib/util/drawer.dart @@ -8,8 +8,8 @@ import '../views/search.dart'; Copyright (C) 2023 Matyáš Caras This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/lib/util/render.dart b/lib/util/render.dart index f4d053e..3aee9ac 100644 --- a/lib/util/render.dart +++ b/lib/util/render.dart @@ -14,8 +14,8 @@ import 'package:zoom_pinch_overlay/zoom_pinch_overlay.dart'; Copyright (C) 2023 Matyáš Caras This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/lib/util/storage.dart b/lib/util/storage.dart index 5377659..7c7eb58 100644 --- a/lib/util/storage.dart +++ b/lib/util/storage.dart @@ -8,8 +8,8 @@ import 'package:path_provider/path_provider.dart'; Copyright (C) 2023 Matyáš Caras This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/lib/util/styles.dart b/lib/util/styles.dart index 774f8e6..1394e10 100644 --- a/lib/util/styles.dart +++ b/lib/util/styles.dart @@ -5,8 +5,8 @@ import 'package:flutter/material.dart'; Copyright (C) 2023 Matyáš Caras This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/lib/util/widgets/warning.dart b/lib/util/widgets/warning.dart index 6753ddb..5dcaf70 100644 --- a/lib/util/widgets/warning.dart +++ b/lib/util/widgets/warning.dart @@ -5,8 +5,8 @@ import 'package:flutter/material.dart'; Copyright (C) 2023 Matyáš Caras This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/lib/views/home.dart b/lib/views/home.dart index e7d5e0f..47a2ec9 100644 --- a/lib/views/home.dart +++ b/lib/views/home.dart @@ -10,8 +10,8 @@ import 'package:voyagehandbook/views/search.dart'; Copyright (C) 2023 Matyáš Caras This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/lib/views/pageview.dart b/lib/views/pageview.dart index f5d75e2..58cfa32 100644 --- a/lib/views/pageview.dart +++ b/lib/views/pageview.dart @@ -11,8 +11,8 @@ import 'package:voyagehandbook/util/styles.dart'; Copyright (C) 2023 Matyáš Caras This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/lib/views/search.dart b/lib/views/search.dart index 1da4a4a..2e5a70f 100644 --- a/lib/views/search.dart +++ b/lib/views/search.dart @@ -10,8 +10,8 @@ import '../util/drawer.dart'; Copyright (C) 2023 Matyáš Caras This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of