This package was debianized by Mirco Bauer on Sun, 4 May 2008 15:29:06 +0200. The copyright and licenses of the complete source code of semweb 1.05 was checked by Mirco Bauer on Sub, 4 May 2008 18:11:54 +0200. The current Debian maintainer(s) is/are: Mirco Bauer Copyright: Copyright (c) 2005-2008 Joshua Tauberer src/Euler.cs: Copyright (c) 2006 Jos De Roo src/SQLServerStore.cs: Copyright (c) 2008 Khaled Hammouda src/Util.cs: Copyright (c) 2005-2008 Joshua Tauberer Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com) License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GPL can be found in /usr/share/common-licenses/GPL. ------------------------------------------------------------------------------- src/Euler.cs The original Euler code is licensed under the W3C Software License. This is a very liberal translation of the original code into C#. W3C: This work (and included software, documentation such as READMEs, or other related items) is being provided by the copyright holders under the following license. By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. Permission to copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications: - The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. - Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software Short Notice should be included (hypertext is preferred, text is permitted) within the body of any redistributed or derivative code. - Notice of any changes or modifications to the files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.) THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the software without specific, written prior permission. Title to copyright in this software and any associated documentation will at all times remain with copyright holders. ------------------------------------------------------------------------------- License notes from the author: The portions of this library not written by someone else are Copyright 2005-2008 Joshua Tauberer, and are dual-licensed under both the GNU GPL (version 2 or later) and the Creative Commons Attribution License. All source files not listed below were written originally by me. Thus for those source files written by me, you have two license options. The following components of this library are derived from other works: sparql-core.dll is based on the SPARQL Engine by Ryan Levering, which is covered by the GNU LGPL. The original Java JAR was coverted to a .NET assembly using IKVM (see below). Actually, I've made numerous changes to the library so it can take advantage of faster API paths in SemWeb. See: http://sparql.sourceforge.net/ IKVM*.dll are auxiliary assemblies for running the SPARQL engine. IKVM was written by Jeroen Frijters. See http://www.ikvm.net. The IVKM license is the zlib license, which is GPL compatible. Euler.cs is adapted from Jos De Roo's JavaScript Euler inferencing engine. See: http://www.agfa.com/w3c/euler/ The original source code (and thus this derived file) was licensed under the W3C Software License, which is GPL compatible. SQLServerStore.cs was contributed by Khaled Hammouda and is licensed under the GPL.