]> git.imager.perl.org - imager.git/commitdiff
note licensing of the makeblended font code in MMOne.pfb
authorTony Cook <tony@develop=help.com>
Fri, 12 Nov 2010 23:48:22 +0000 (23:48 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 12 Nov 2010 23:48:22 +0000 (23:48 +0000)
Imager.pm
MANIFEST
README
adobe.txt [new file with mode: 0644]

index ad5ba70a1f72f2a09bb24275ed418a3d73b2d317..c69e1d6920aa3cf7c18508bb4e226479f4e82c46 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -4681,6 +4681,17 @@ Arnar M. Hrafnkelsson is the original author of Imager.
 Many others have contributed to Imager, please see the C<README> for a
 complete list.
 
+=head1 LICENSE
+
+Imager is licensed under the same terms as perl itself.
+
+=for stopwords
+makeblendedfont Fontforge
+
+A test font, FT2/fontfiles/MMOne.pfb, contains a Postscript operator
+definition copyrighted by Adobe.  See adobe.txt in the source for
+license information.
+
 =head1 SEE ALSO
 
 L<perl>(1), L<Imager::ImageTypes>(3), L<Imager::Files>(3),
index 4d63fa73f8d84aa701a674b176feb5da5a469207..6ab1a8fd52c76c7ee91117f4e4748a1e9eb386aa 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -166,6 +166,7 @@ W32/win32.c         Implements font support through Win32 GDI
 W32/Makefile.PL
 W32/W32.pm
 W32/W32.xs
+adobe.txt      License for makeblended font
 apidocs.perl    Build lib/Imager/APIRef.pm
 bigtest.perl   Library selection tester
 bmp.c           Reading and writing Windows BMP files
diff --git a/README b/README
index 6c4b3c5a388a977563b50eedbfbc1347deed9a14..f2d568118b96e48241c116251a6642beb495d219 100644 (file)
--- a/README
+++ b/README
@@ -3,6 +3,9 @@ Copyright (c) 1999-2004 Arnar M. Hrafnkelsson. All rights reserved.
 Copyright (c) 2004-2010 Anthony Cook.
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
+
+A test font, FT2/fontfiles/MMOne.pfb contains Postscript code
+copyrighted by Adobe.  See adobe.txt for license information.
 ================================================================
 
 >> THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY WHATSOEVER <<
diff --git a/adobe.txt b/adobe.txt
new file mode 100644 (file)
index 0000000..b7305fa
--- /dev/null
+++ b/adobe.txt
@@ -0,0 +1,16 @@
+The font FT2/fontfiles/MMOne.pfb was generated by Debian's fontforge,
+and contains code from Appendix A of Adobe's "Type 1 Font Format
+Supplement - Technical Specification #5015"[1].
+
+This code is licensed under the following conditions:
+
+"Note This code, as well as the code in the following appendices, is
+copyrighted by Adobe Systems Incorporated, and may not be reproduced
+except by permission of Adobe Systems Incorporated. Adobe Systems
+Incorporated grants permission to use this code in Type 1 font
+programs, as long as the code is used as it appears in this document,
+the copyright notice remains intact, and the character outline code
+included in such a font program is neither copied nor derived from
+character outline code in any Adobe Systems font program."
+
+[1] http://partners.adobe.com/public/developer/en/font/5015.Type1_Supp.pdf