Skip to content

Commit c69928c

Browse files
author
Ryan Masten
committed
Update license, hacking, makefile
git-svn-id: http://dompdf.googlecode.com/svn/trunk/dompdf@115 8e70de24-3a84-11de-b438-597f59cd7555
1 parent 5ce2756 commit c69928c

File tree

3 files changed

+8
-62
lines changed

3 files changed

+8
-62
lines changed

HACKING

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
dompdf - PHP5 HTML to PDF converter
22
===================================
33

4-
http://www.digitaljunkies.ca/dompdf
5-
Copyright (c) 2004 Benj Carson
6-
R&OS PDF class (class.pdf.php) Copyright (c) 2001-04 Wayne Munro
7-
8-
Send bug reports, patches, feature requests, complaints & hate mail (no spam
9-
thanks) to <[email protected]>
4+
Send bug reports, patches, and feature requests to
5+
http://groups.google.com/group/dompdf
106

117
Hacking
128
-------
139

1410
If you are interested in extending or modifying dompdf, please feel free to
15-
contact me (Benj Carson) by email at [email protected]. If you
16-
let me know what you'd like to try, I can maybe point you to the relevant
17-
sections of the source. If you've added some features, or fixed some bugs,
18-
please send me a patch and I'll include your changes in the main
19-
distribution.
11+
contact us at http://groups.google.com/group/dompdf. If you us know what you'd like to try,
12+
maybe we can point you to the relevant sections of the source. If you've added some features, or fixed some bugs,
13+
please send us a patch and we will include your changes in the main distribution.
2014

21-
For starters, I can point out some of the OO design patterns used in dompdf:
15+
For starters, we can point out some of the OO design patterns used in dompdf:
2216

2317
Pattern Classes
2418
------- -------

LICENSE.LGPL

+1-49
Original file line numberDiff line numberDiff line change
@@ -453,52 +453,4 @@ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
453453
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
454454
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
455455
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
456-
DAMAGES.
457-
458-
END OF TERMS AND CONDITIONS
459-
460-
How to Apply These Terms to Your New Libraries
461-
462-
If you develop a new library, and you want it to be of the greatest
463-
possible use to the public, we recommend making it free software that
464-
everyone can redistribute and change. You can do so by permitting
465-
redistribution under these terms (or, alternatively, under the terms of the
466-
ordinary General Public License).
467-
468-
To apply these terms, attach the following notices to the library. It is
469-
safest to attach them to the start of each source file to most effectively
470-
convey the exclusion of warranty; and each file should have at least the
471-
"copyright" line and a pointer to where the full notice is found.
472-
473-
<one line to give the library's name and a brief idea of what it does.>
474-
Copyright (C) <year> <name of author>
475-
476-
This library is free software; you can redistribute it and/or
477-
modify it under the terms of the GNU Lesser General Public
478-
License as published by the Free Software Foundation; either
479-
version 2.1 of the License, or (at your option) any later version.
480-
481-
This library is distributed in the hope that it will be useful,
482-
but WITHOUT ANY WARRANTY; without even the implied warranty of
483-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
484-
Lesser General Public License for more details.
485-
486-
You should have received a copy of the GNU Lesser General Public
487-
License along with this library; if not, write to the Free Software
488-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
489-
490-
Also add information on how to contact you by electronic and paper mail.
491-
492-
You should also get your employer (if you work as a programmer) or your
493-
school, if any, to sign a "copyright disclaimer" for the library, if
494-
necessary. Here is a sample; alter the names:
495-
496-
Yoyodyne, Inc., hereby disclaims all copyright interest in the
497-
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
498-
499-
<signature of Ty Coon>, 1 April 1990
500-
Ty Coon, President of Vice
501-
502-
That's all there is to it!
503-
504-
456+
DAMAGES.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ dompdf-$(VERSION).tar.gz: $(DIST_FILES)
4444
@cp dompdf-$(VERSION)/lib/fonts/dompdf_font_family_cache.dist dompdf-$(VERSION)/lib/fonts/dompdf_font_family_cache
4545
tar cvzf dompdf-$(VERSION).tar.gz dompdf-$(VERSION)
4646
zip -9 -r dompdf-$(VERSION).zip dompdf-$(VERSION)
47-
@rm -rf dompdf-$(VERSION)
47+
@rm -rf dompdf-$(VERSION)

0 commit comments

Comments
 (0)