From eb045e518185298eb6ff8d80d0d0c6b17aecd9af Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Sat, 16 Mar 2024 12:06:23 -0400 Subject: [PATCH] Update Cpdf library header --- src/Svg/Surface/CPdf.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Svg/Surface/CPdf.php b/src/Svg/Surface/CPdf.php index 34414b1..ce807a2 100644 --- a/src/Svg/Surface/CPdf.php +++ b/src/Svg/Surface/CPdf.php @@ -3,10 +3,7 @@ * A PHP class to provide the basic functionality to create a pdf document without * any requirement for additional modules. * - * Extended by Orion Richardson to support Unicode / UTF-8 characters using - * TCPDF and others as a guide. - * - * @author Wayne Munro + * @author Wayne Munro * @license Public Domain http://creativecommons.org/licenses/publicdomain/ * @package Cpdf */