]> granicus.if.org Git - transmission/commitdiff
Copyedit the license's revised text: (1) fix accidental word concatenations in the...
authorJordan Lee <jordan@transmissionbt.com>
Tue, 21 Jan 2014 03:15:33 +0000 (03:15 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Tue, 21 Jan 2014 03:15:33 +0000 (03:15 +0000)
gtk/main.c
qt/license.cc

index a999f45624293129bbe1e25c5e7b13fc717582cf..ddfc1f4438c74f111a9388ccea37ee780b6a0cc2 100644 (file)
 static const char * LICENSE =
   "Copyright 2005-2014. All code is copyrighted by the respective authors.\n"
   "\n"           
-  "Transmission can be redistributed and/or modified under the terms of the"
+  "Transmission can be redistributed and/or modified under the terms of the "
   "GNU GPL versions 2 or 3 or by any future license endorsed by Mnemosyne LLC.\n"
   "\n"
   "In addition, linking to and/or using OpenSSL is allowed.\n"
   "\n"
-  "This program is distributed in the hope that it will be useful,"
-  "but WITHOUT ANY WARRANTY; without even the implied warranty of"
+  "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.\n"
   "\n"
-  "Some of Transmission's source files have more permissive licenses."
+  "Some of Transmission's source files have more permissive licenses. "
   "Those files may, of course, be used on their own under their own terms.\n";
 
 struct cbdata
index a8271848ef04c8532be4b824bdda1c02510a8595..9c2509610c0068d37e7c0b165d6080b72424c04b 100644 (file)
@@ -25,16 +25,16 @@ LicenseDialog :: LicenseDialog (QWidget * parent):
   t->setPlainText (
     "Copyright 2005-2014. All code is copyrighted by the respective authors.\n"
     "\n"
-    "Transmission can be redistributed and/or modified under the terms of the"
+    "Transmission can be redistributed and/or modified under the terms of the "
     "GNU GPL versions 2 or 3 or by any future license endorsed by Mnemosyne LLC.\n"
     "\n"
     "In addition, linking to and/or using OpenSSL is allowed.\n"
     "\n"
-    "This program is distributed in the hope that it will be useful,"
-    "but WITHOUT ANY WARRANTY; without even the implied warranty of"
+    "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.\n"
     "\n"
-    "Some of Transmission's source files have more permissive licenses."
+    "Some of Transmission's source files have more permissive licenses. "
     "Those files may, of course, be used on their own under their own terms.\n");
   v->addWidget (t);