浏览代码

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

git-svn-id: trunk@12499 -
ivost 17 年之前
父节点
当前提交
cb8c685785
共有 2 个文件被更改,包括 10 次插入0 次删除
  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;
 unit libxml2;
 
 
 {$mode objfpc}
 {$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;
 unit xmlxsd;
 
 
 {$mode objfpc}
 {$mode objfpc}