/* license.pl:  information about the W3C license.
 */

/* Copyright (c) 2009 World Wide Web Consortium, 
 * (Massachusetts Institute of Technology, European Research 
 * Consortium for Informatics and Mathematics, Keio University). 
 * All Rights Reserved. This work is distributed under the 
 * W3C(TM) Software License [1] in the hope that it will be 
 * useful, but WITHOUT ANY WARRANTY; without even the implied 
 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
 */

/* This file is part of Xerophily, a parser for XSD regular expressions. */

/* N.B. Xerophily is licensed by W3C both under the W3C license
 * (code at www.w3.org/XML/2008/03/xsdl-regex/) and under
 * the LGPL (code at www.w3.org/XML/2008/03/xsdl-regex/LGPL).
 *
 * Your choice which to use.
 */ 

/* Revisions:
 * 2009-12-09 : CMSMcQ : add explanation that an LGPL version is
 *                       also available.
 * 2009-11-07 : CMSMcQ : made file to try to make xsld_regex play
 *                       better with SWI PL's license utilities.
 *                       Copyright donated to W3C for simplicity.
 */

:- multifile license:license/3.

/* I am advised by W3C that the W3C license is LGPL-compatible.
*/
license:license(w3c, lgpl, [ comment('W3C Software License'),
			    url('http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231')
			  ]).

:- license(w3c).

			   