Selaa lähdekoodia

* added my name to libxml2 header files (better for bug reports)

git-svn-id: trunk@12499 -
ivost 17 vuotta sitten
vanhempi
commit
cb8c685785
2 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 5 0
      packages/libxml/src/libxml2.pas
  2. 5 0
      packages/libxml/src/xmlxsd.pas

+ 5 - 0
packages/libxml/src/libxml2.pas

@@ -1,3 +1,8 @@
+{
+  Translation of the libxml2 headers for FreePascal
+  Copyright (C) 2008 by Ivo Steinmann
+}
+
 unit libxml2;
 
 {$mode objfpc}

+ 5 - 0
packages/libxml/src/xmlxsd.pas

@@ -1,3 +1,8 @@
+{
+  A set of helper functions for libxml2 for FreePascal
+  Copyright (C) 2008 by Ivo Steinmann
+}
+
 unit xmlxsd;
 
 {$mode objfpc}