]> granicus.if.org Git - postgresql/commitdiff
Rename README's to match directory names. Mention copyright matches
authorBruce Momjian <bruce@momjian.us>
Sun, 14 Mar 2004 03:19:13 +0000 (03:19 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 14 Mar 2004 03:19:13 +0000 (03:19 +0000)
PostgreSQL's.

contrib/xml/Makefile
contrib/xml/README.xml [moved from contrib/xml/README.pgxml with 98% similarity]
contrib/xml2/Makefile
contrib/xml2/README.xml2 [moved from contrib/xml2/README.pgxml with 99% similarity]

index d5526e1c8149028f3c120273b134721459879ed8..ccfa2bfb75abfe3f948004c3d0d1deca93bc3cc1 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/xml/Attic/Makefile,v 1.7 2004/03/05 04:10:11 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/xml/Attic/Makefile,v 1.8 2004/03/14 03:19:13 momjian Exp $
 
 subdir = contrib/xml
 top_builddir = ../..
@@ -8,6 +8,6 @@ MODULE_big = pgxml_dom
 OBJS = pgxml_dom.o
 SHLIB_LINK = -lxml2
 DATA_built = pgxml_dom.sql
-DOCS = README.pgxml
+DOCS = README.xml
 
 include $(top_srcdir)/contrib/contrib-global.mk
similarity index 98%
rename from contrib/xml/README.pgxml
rename to contrib/xml/README.xml
index 76976f0f6d32789672fd322d9289950709060181..b77538099c952cfe0ef1fdc47150be2232037173 100644 (file)
@@ -3,7 +3,8 @@ This version is obsoleted by /contrib/xml2.
 This package contains some simple routines for manipulating XML
 documents stored in PostgreSQL. This is a work-in-progress and
 somewhat basic at the moment (see the file TODO for some outline of
-what remains to be done).
+what remains to be done).  It has the same BSD licence as PostgreSQL.
+
 
 At present, two modules (based on different XML handling libraries)
 are provided.
index f08a25af00b001680f1ac43c6807e11e93c13c76..9e19eab04706082592fe845597431ed95c46b6bd 100644 (file)
@@ -12,7 +12,7 @@ OBJS = xpath.o xslt_proc.o
 SHLIB_LINK = -lxml2 -lxslt
 
 DATA_built = pgxml.sql
-DOCS = README.pgxml
+DOCS = README.xml2
 
 include $(top_builddir)contrib/contrib-global.mk
 
similarity index 99%
rename from contrib/xml2/README.pgxml
rename to contrib/xml2/README.xml2
index 88bc1c683fc42c00870fd064fc7775b09ded1653..be129e97d7dd209c3d28408538db528afaeb6d8a 100644 (file)
@@ -2,6 +2,7 @@ XML-handling functions for PostgreSQL
 =====================================
 
 Development of this module was sponsored by Torchbox Ltd. (www.torchbox.com)
+It has the same BSD licence as PostgreSQL.
 
 This version of the XML functions provides both XPath querying and
 XSLT functionality. There is also a new table function which allows