From 45c92f78ccd33ab7ce4d7cc4372f3ce90047d4cf Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Fri, 1 Nov 2024 12:03:54 +0100 Subject: [PATCH] Move the license below the resources, as this is generally less useful to someone reading the README. Fix the heading of Copyright, which was h1 not h2. --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d49ed5ae053..e1a31b28851 100644 --- a/README.md +++ b/README.md @@ -15,19 +15,6 @@ Window management is integrated into Mir with useful default behaviour and is extremely customisable by shell authors using a simple high-level API. -## License -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License version 2 or 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 . - ## Resources The Mir project website is , the code is [hosted on GitHub](https://github.com/MirServer) @@ -41,5 +28,17 @@ the [\#mirserver](https://web.libera.chat/?channels=#mir-server) IRC channel on For developer documentation, including installation and build instructions, see . -# Copyright -Copyright © Canonical Ltd. \ No newline at end of file +## Copyright and License +Copyright © Canonical Ltd. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License version 2 or 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 .