浏览代码

* 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');