Skip to content

Commit 1029944

Browse files
committed
Added readme and license file
1 parent f6af776 commit 1029944

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

license.txt renamed to license.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
GNU LESSER GENERAL PUBLIC LICENSE
1+
GNU LESSER GENERAL PUBLIC LICENSE
2+
23
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
34

45
0. This License Agreement applies to any software library or other
@@ -44,7 +45,7 @@ Library.
4445
You may charge a fee for the physical act of transferring a copy,
4546
and you may at your option offer warranty protection in exchange for a
4647
fee.
47-
48+
4849
2. You may modify your copy or copies of the Library or any portion
4950
of it, thus forming a work based on the Library, and copy and
5051
distribute such modifications or work under the terms of Section 1
@@ -102,7 +103,7 @@ instead of to this License. (If a newer version than version 2 of the
102103
ordinary GNU General Public License has appeared, then you can specify
103104
that version instead if you wish.) Do not make any other change in
104105
these notices.
105-
106+
106107
Once this change is made in a given copy, it is irreversible for
107108
that copy, so the ordinary GNU General Public License applies to all
108109
subsequent copies and derivative works made from that copy.
@@ -153,7 +154,7 @@ Library will still fall under Section 6.)
153154
distribute the object code for the work under the terms of Section 6.
154155
Any executables containing that work also fall under Section 6,
155156
whether or not they are linked directly with the Library itself.
156-
157+
157158
6. As an exception to the Sections above, you may also combine or
158159
link a "work that uses the Library" with the Library to produce a
159160
work containing portions of the Library, and distribute that work
@@ -215,7 +216,7 @@ restrictions of other proprietary libraries that do not normally
215216
accompany the operating system. Such a contradiction means you cannot
216217
use both them and the Library together in an executable that you
217218
distribute.
218-
219+
219220
7. You may place library facilities that are a work based on the
220221
Library side-by-side in a single library together with other library
221222
facilities not covered by this License, and distribute such a combined
@@ -256,7 +257,7 @@ subject to these terms and conditions. You may not impose any further
256257
restrictions on the recipients' exercise of the rights granted herein.
257258
You are not responsible for enforcing compliance by third parties with
258259
this License.
259-
260+
260261
11. If, as a consequence of a court judgment or allegation of patent
261262
infringement or for any other reason (not limited to patent issues),
262263
conditions are imposed on you (whether by court order, agreement or
@@ -308,7 +309,7 @@ conditions either of that version or of any later version published by
308309
the Free Software Foundation. If the Library does not specify a
309310
license version number, you may choose any version ever published by
310311
the Free Software Foundation.
311-
312+
312313
14. If you wish to incorporate parts of the Library into other free
313314
programs whose distribution conditions are incompatible with these,
314315
write to the author to ask for permission. For software which is
@@ -318,7 +319,7 @@ decision will be guided by the two goals of preserving the free status
318319
of all derivatives of our free software and of promoting the sharing
319320
and reuse of software generally.
320321

321-
NO WARRANTY
322+
NO WARRANTY
322323

323324
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
324325
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
@@ -341,4 +342,4 @@ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
341342
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
342343
DAMAGES.
343344

344-
END OF TERMS AND CONDITIONS
345+
END OF TERMS AND CONDITIONS

readme.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# PHPExcel - OpenXML - Read, Write and Create Excel documents in PHP - Spreadsheet engine
2+
PHPExcel is a Project providing a set of classes for the PHP programming language that allow you to write to and read from different spreadsheet file formats, like Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV, Libre/OpenOffice Calc .ods, Gnumeric, PDF, HTML, ... This project is built around Microsoft's OpenXML standard and PHP.
3+
4+
Checkout the features this class set provides, such as setting spreadsheet meta data (author, title, description, ...), multiple worksheets, different fonts and font styles, cell borders, fills, gradients, adding images to your spreadsheet, calculating formulas, converting between file types and much, much more!
5+
6+
Want to bookmark this page? Please use [www.phpexcel.net](http://www.phpexcel.net) as the URL.
7+
8+
## Want to contribute?
9+
Fork us!
10+
11+
## Donations
12+
[<img src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif">](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7UYH9AS6HND74) via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7UYH9AS6HND74).
13+
14+
## License
15+
PHPExcel is licensed under [LGPL (GNU LESSER GENERAL PUBLIC LICENSE)](https://github.com/PHPOffice/PHPExcel/blob/master/license.md)

0 commit comments

Comments
 (0)