소스 검색

* fixed hermes author and license info - it's a full library translation and not just header translation, the original author is Christian Nentwich and the license of the pascal version is modified LGPL (changed from LGPL with Christian's permission)

git-svn-id: trunk@23004 -
nickysn 13 년 전
부모
커밋
504b2bc544
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      packages/hermes/fpmake.pp

+ 3 - 3
packages/hermes/fpmake.pp

@@ -18,12 +18,12 @@ begin
 {$endif ALLPACKAGES}
     P.Version:='2.7.1';
 
-    P.Author := 'Library: Peter Mattis, Spencer Kimball and Josh MacDonald, header: Nikolay Nikolov';
-    P.License := 'Library: GPL2, header: LGPL with modification, ';
+    P.Author := 'Nikolay Nikolov (translation to Pascal), Christian Nentwich (original C version)';
+    P.License := 'LGPL with modification, ';
     P.HomepageURL := 'www.freepascal.org';
     P.Email := '';
     P.Description := 'Library for pixel graphics conversion';
-    P.NeedLibC:= true;  // true for headers that indirectly link to libc?
+    P.NeedLibC := false;
 
     P.SourcePath.Add('src');
     P.IncludePath.Add('src');