~hendrik-grewe/transmission/private-patch

« back to all changes in this revision

Viewing changes to gtk/main.c

  • Committer: jordan
  • Date: 2014-01-21 03:10:30 UTC
  • Revision ID: svn-v4:f4695dd4-2c0a-0410-b89c-da849a56a58e:trunk:14241
Copyedit the license's revised text: (1) remove unnecessary repitition use of the word 'license' from the top of the header and source files (2) add the standard 'we hope it's useful, but no warranty' clause to COPYING (3) make explicit that linking OpenSSL is allowed (see https://people.gnome.org/~markmc/openssl-and-the-gpl.html for background) (4) sync the Qt and GTK+ clients' license popups with COPYING's revised text

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
#define SHOW_LICENSE
65
65
static const char * LICENSE =
66
 
"Transmission may be used under the GNU Public License v2 or v3 licenses, or any future license endorsed by Mnemosyne LLC.\n\n"
67
 
"Permission is granted to link the code in this release with the OpenSSL project's 'OpenSSL' library and to distribute the linked executables. Works derived from Transmission may, at their authors' discretion, keep or delete this exception.";
 
66
  "Copyright 2005-2014. All code is copyrighted by the respective authors.\n"
 
67
  "\n"           
 
68
  "Transmission can be redistributed and/or modified under the terms of the"
 
69
  "GNU GPL versions 2 or 3 or by any future license endorsed by Mnemosyne LLC.\n"
 
70
  "\n"
 
71
  "In addition, linking to and/or using OpenSSL is allowed.\n"
 
72
  "\n"
 
73
  "This program is distributed in the hope that it will be useful,"
 
74
  "but WITHOUT ANY WARRANTY; without even the implied warranty of"
 
75
  "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
 
76
  "\n"
 
77
  "Some of Transmission's source files have more permissive licenses."
 
78
  "Those files may, of course, be used on their own under their own terms.\n";
68
79
 
69
80
struct cbdata
70
81
{