merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

COPYING (721B)


      1 This project contains code under two different licenses.
      2 
      3 The merchant's backend (i.e. all the code in src/backend/)
      4 is under the GNU GPLv3+ and/or the GNU Affero GPL as it
      5 depends on libgnunetutil.  Note that the use of the Affero
      6 GPL has little impact as the backend is not supposed to be
      7 directly accessible to the Internet).  The license for this
      8 code is in COPYING.GPL and COPYING.AGPL.
      9 
     10 The merchant's library logic (src/lib/) is under the GNU LGPL (but we
     11 may choose to change this to be in the public domain or BSD-licensed
     12 if necessary).  Under this same license, it comes the merchant library
     13 (src/lib/) as it can be linked with more diverse licensed software.
     14 The license text for this code is in COPYING.LGPL.