diff --git a/COPYRIGHT b/COPYRIGHT
index 629b9216ecf36b0736562b1483894b82a0d92231..3a175425120f46093c3d1205243296f27714e708 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/>.