From 076d0d519254dbae9cbff0f1257e78e7f8d4f518 Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Sat, 19 Aug 2017 23:34:41 +0200 Subject: [PATCH] Reorder paragraphs in COPYRIGHT. --- COPYRIGHT | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 629b921..3a17542 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,3 +1,19 @@ +diceware -- Python implementation +Copyright (C) 2015-2017 Uli Fouquet and contributors + +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, or +(at your option) any later version. + +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 <http://www.gnu.org/licenses/>. + diceware is a concept invented by Arnold G. Reinhold, Cambridge, Massachusetts USA. @@ -16,19 +32,3 @@ CC-BY 3.0 US` license (see https://creativecommons.org/licenses/by/3.0/us/). "Diceware" is a trademark of A G Reinhold. - -diceware -- Python implementation -Copyright (C) 2015-2017 Uli Fouquet - -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, or -(at your option) any later version. - -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 <http://www.gnu.org/licenses/>. -- GitLab