Ignore:
Timestamp:
2017-07-28T18:00:38+12:00 (7 years ago)
Author:
ak19
Message:

For Wget, we're now using OpenSSL. The openssl src code is on GS' SVN for compiling, while we're building the wget binary against OpenSSL's static libraries to produce GS binaries. However, OpenSSL is under a double license, ultimately incompatible with GPL, see https://www.gnu.org/licenses/license-list.en.html#OpenSSL. However, we can combine the GPL license of most of GS software with an exception for the OpenSSL part, which we've followed from https://opensource.stackexchange.com/questions/2233/gpl-v3-with-openssl-exception?rq=1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/greenstone2/docs/LICENSE.txt

    r17577 r31828  
    1 Greenstone2 is licensed under the GNU General Public License v2
     1Greenstone2 is licensed under the GNU General Public License v2, with
     2the addition of the following special exception:
     3
     4In addition, as a special exception, the copyright holders give
     5permission to link the code of portions of this program with the OpenSSL
     6library. You must obey the GNU General Public License in all respects for
     7all of the code used other than OpenSSL. If you modify file(s) with this
     8exception, you may extend this exception to your version of the file(s),
     9but you are not obligated to do so. If you do not wish to do so, delete
     10this exception statement from your version. If you delete this exception
     11statement from all source files in the program, then also delete it here.
    212
    313            GNU GENERAL PUBLIC LICENSE
Note: See TracChangeset for help on using the changeset viewer.