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

/* Copyright (c) 2008 World Wide Web Consortium, 
 * (Massachusetts Institute of Technology, European Research 
 * Consortium for Informatics and Mathematics, Keio University). 
 */

/* This file is part of Xerophily, a parser for XSD regular expressions.
 *
 * Xerophily is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser Public License as published
 * by the Free Software Foundation, either version 3 of the License,
 * or (at your option) any later version.
 *
 * This program is distributed 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.  See the GNU
 * Lesser Public License for more details.
 *
 * You should have received a copy of the GNU Lesser Public License
 * along with this program.  If not, see
 * <http://www.gnu.org/licenses/>.
 */

/* 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).

			   
