diff --git a/HACKING b/HACKING index c34499da6..95fa6dca7 100644 --- a/HACKING +++ b/HACKING @@ -1,24 +1,18 @@ dompdf - PHP5 HTML to PDF converter =================================== -http://www.digitaljunkies.ca/dompdf -Copyright (c) 2004 Benj Carson -R&OS PDF class (class.pdf.php) Copyright (c) 2001-04 Wayne Munro - -Send bug reports, patches, feature requests, complaints & hate mail (no spam -thanks) to +Send bug reports, patches, and feature requests to +http://groups.google.com/group/dompdf Hacking ------- If you are interested in extending or modifying dompdf, please feel free to -contact me (Benj Carson) by email at benjcarson@digitaljunkies.ca. If you -let me know what you'd like to try, I can maybe point you to the relevant -sections of the source. If you've added some features, or fixed some bugs, -please send me a patch and I'll include your changes in the main -distribution. +contact us at http://groups.google.com/group/dompdf. If you us know what you'd like to try, +maybe we can point you to the relevant sections of the source. If you've added some features, or fixed some bugs, +please send us a patch and we will include your changes in the main distribution. -For starters, I can point out some of the OO design patterns used in dompdf: +For starters, we can point out some of the OO design patterns used in dompdf: Pattern Classes ------- ------- diff --git a/LICENSE.LGPL b/LICENSE.LGPL index b1e3f5a26..6ef5de82a 100644 --- a/LICENSE.LGPL +++ b/LICENSE.LGPL @@ -453,52 +453,4 @@ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - +DAMAGES. \ No newline at end of file diff --git a/Makefile b/Makefile index 482c46092..f21ad14c2 100644 --- a/Makefile +++ b/Makefile @@ -44,4 +44,4 @@ dompdf-$(VERSION).tar.gz: $(DIST_FILES) @cp dompdf-$(VERSION)/lib/fonts/dompdf_font_family_cache.dist dompdf-$(VERSION)/lib/fonts/dompdf_font_family_cache tar cvzf dompdf-$(VERSION).tar.gz dompdf-$(VERSION) zip -9 -r dompdf-$(VERSION).zip dompdf-$(VERSION) - @rm -rf dompdf-$(VERSION) + @rm -rf dompdf-$(VERSION) \ No newline at end of file