Browse Source

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

git-svn-id: trunk@12499 -
ivost 16 years ago
parent
commit
cb8c685785
2 changed files with 10 additions and 0 deletions
  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}