mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
update license
This commit is contained in:
parent
dfc8d52c3d
commit
10ede215fa
39
LICENSE
39
LICENSE
@ -1,10 +1,12 @@
|
||||
pdf2htmlEX
|
||||
Copyright (c) 2012 Lu Wang <coolwanglu@gmail.com>
|
||||
Copyright (c) 2013,2013 Lu Wang <coolwanglu@gmail.com> and other contributors
|
||||
|
||||
Please credit pdf2htmlEX if you use it in your work, especially for commercial use.
|
||||
Font extraction, conversion or redistribution may be illegal, please check your local laws.
|
||||
|
||||
This program is dual licensed by GPLv2 or GPLv3.
|
||||
Files: *
|
||||
Copyright (c) 2013,2013 Lu Wang <coolwanglu@gmail.com> and other contributors
|
||||
License: GPLv2 and GPLv3
|
||||
|
||||
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
|
||||
@ -19,9 +21,36 @@ 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, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
jQuery is used in pdf2htmlEX
|
||||
Copyright 2012 jQuery Foundation and other contributors
|
||||
http://jquery.com/
|
||||
|
||||
|
||||
Files: share/*
|
||||
Copyright (c) 2013,2013 Lu Wang <coolwanglu@gmail.com> and other contributors
|
||||
License: MIT License
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
|
||||
|
||||
File: share/jquery.js
|
||||
Copyright 2012 jQuery Foundation and other contributors
|
||||
License: MIT License
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
@ -95,7 +95,8 @@ Thanks to all packagers!
|
||||
|
||||
## LICENSE
|
||||
|
||||
GPLv2 & GPLv3 Dual licensed
|
||||
GPLv2 & GPLv3 for most part, MIT License for share/\*
|
||||
Read LICENSE for detail.
|
||||
|
||||
**pdf2htmlEX is totally free, please credit pdf2htmlEX if you use it**
|
||||
**Please consider sponsoring it if you use it for commercial purpose**
|
||||
|
Loading…
Reference in New Issue
Block a user