mirror of
https://github.com/kikobar/hikashoppayment-triplea.git
synced 2024-11-16 12:12:16 +00:00
Edit README.md move license to LICENSE.md
This commit is contained in:
parent
754bbe913f
commit
cc04fbaeff
|
@ -57,6 +57,7 @@ patent must be licensed for everyone's free use or not licensed at all.
|
||||||
modification follow.
|
modification follow.
|
||||||
|
|
||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
0. This License applies to any program or other work which contains
|
0. This License applies to any program or other work which contains
|
||||||
|
@ -337,4 +338,3 @@ proprietary programs. If your program is a subroutine library, you may
|
||||||
consider it more useful to permit linking proprietary applications with the
|
consider it more useful to permit linking proprietary applications with the
|
||||||
library. If this is what you want to do, use the GNU Lesser General
|
library. If this is what you want to do, use the GNU Lesser General
|
||||||
Public License instead of this License.
|
Public License instead of this License.
|
||||||
|
|
21
README.md
21
README.md
|
@ -3,12 +3,15 @@
|
||||||
TripleA payment plugin for HikaShop (open source e-commerce solution for Joomla).
|
TripleA payment plugin for HikaShop (open source e-commerce solution for Joomla).
|
||||||
|
|
||||||
## Initial development
|
## Initial development
|
||||||
|
|
||||||
Smart Accounts ( https://www.smt-acc.com )
|
Smart Accounts ( https://www.smt-acc.com )
|
||||||
|
|
||||||
## Maintainer and fixes
|
## Maintainer and fixes
|
||||||
|
|
||||||
Smart Accounts ( https://www.smt-acc.com )
|
Smart Accounts ( https://www.smt-acc.com )
|
||||||
|
|
||||||
## More details
|
## More details
|
||||||
|
|
||||||
**This version of the code is released for testing. Use carefully on production sites.**
|
**This version of the code is released for testing. Use carefully on production sites.**
|
||||||
At this stage the plugin is able to accept payments, but cannot receive payment notifications or process refunds.
|
At this stage the plugin is able to accept payments, but cannot receive payment notifications or process refunds.
|
||||||
|
|
||||||
|
@ -16,4 +19,22 @@ The TripleA Cryptocurrency Payments API is documented here:
|
||||||
( https://doc.triple-a.io/ )
|
( https://doc.triple-a.io/ )
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
hikashoppayment-triplea - TripleA payment plugin for HikaShop.
|
||||||
|
Copyright (C) 2021 Enrique Barcelli.
|
||||||
|
|
||||||
|
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 2 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, write to the Free Software Foundation, Inc.,
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
GNU/GPL v2 ( http://www.gnu.org/licenses/gpl-2.0.html )
|
GNU/GPL v2 ( http://www.gnu.org/licenses/gpl-2.0.html )
|
||||||
|
|
Loading…
Reference in a new issue