Răsfoiți Sursa

* 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 ani în urmă
părinte
comite
504b2bc544
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  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');