Author: lgiessmann Date: Fri Oct 15 15:03:24 2010 New Revision: 328
Log: fixed ticket #75 --> changed license terms from LGPL to LLGPL in the trunk tree
Added: trunk/docs/LLGPL-LICENSE.txt Modified: trunk/docs/install_isidorus.txt trunk/playground/call-next-method.lisp trunk/playground/call-next-method_multiple-inheritance.lisp trunk/playground/ii_versioned_association.lisp trunk/playground/isidorus_test.sh trunk/playground/system_crash.lisp trunk/playground/threading_debugging.lisp trunk/playground/url_test.html trunk/playground/url_test.js trunk/playground/versioned-pointer.lisp trunk/src/ajax/css/frame.css trunk/src/ajax/css/main.css trunk/src/ajax/css/navi.css trunk/src/ajax/css/tree.css trunk/src/ajax/isidorus.html trunk/src/ajax/javascripts/constants.js trunk/src/ajax/javascripts/create.js trunk/src/ajax/javascripts/datamodel.js trunk/src/ajax/javascripts/edit.js trunk/src/ajax/javascripts/home.js trunk/src/ajax/javascripts/navi.js trunk/src/ajax/javascripts/requests.js trunk/src/ajax/javascripts/search.js trunk/src/ajax/javascripts/tmcl_tools.js trunk/src/atom/atom.lisp trunk/src/atom/collection.lisp trunk/src/atom/conf.lisp trunk/src/atom/configuration.lisp trunk/src/atom/confreader.lisp trunk/src/atom/fragments.lisp trunk/src/atom/read.lisp trunk/src/atom/snapshots.lisp trunk/src/constants.lisp trunk/src/isidorus.asd trunk/src/json/json_delete_interface.lisp trunk/src/json/json_exporter.lisp trunk/src/json/json_importer.lisp trunk/src/json/json_tmcl.lisp trunk/src/json/json_tmcl_constants.lisp trunk/src/json/json_tmcl_validation.lisp trunk/src/model/changes.lisp trunk/src/model/datamodel.lisp trunk/src/model/exceptions.lisp trunk/src/model/model_tools.lisp trunk/src/rest_interface/publish_feeds.lisp trunk/src/rest_interface/read.lisp trunk/src/rest_interface/rest-interface.lisp trunk/src/rest_interface/set-up-json-interface.lisp trunk/src/threading/reader-writer.lisp trunk/src/unit_tests/atom-conf.lisp trunk/src/unit_tests/atom_test.lisp trunk/src/unit_tests/atom_test.xtm trunk/src/unit_tests/dangling_instanceof.xtm trunk/src/unit_tests/dangling_topicref.xtm trunk/src/unit_tests/datamodel_test.lisp trunk/src/unit_tests/duplicate_identifier.xtm trunk/src/unit_tests/exporter_xtm1.0_test.lisp trunk/src/unit_tests/exporter_xtm2.0_test.lisp trunk/src/unit_tests/fixtures.lisp trunk/src/unit_tests/full_mapping.rdf trunk/src/unit_tests/importer_test.lisp trunk/src/unit_tests/inconsistent.xtm trunk/src/unit_tests/inconsistent_2_0.xtm trunk/src/unit_tests/json_test.lisp trunk/src/unit_tests/multiple_tms_ont.xtm trunk/src/unit_tests/multiple_tms_worms.xtm trunk/src/unit_tests/notification_merge1.xtm trunk/src/unit_tests/notification_merge2.xtm trunk/src/unit_tests/notificationbase.xtm trunk/src/unit_tests/poems.rdf trunk/src/unit_tests/poems.xtm trunk/src/unit_tests/poems_light.rdf trunk/src/unit_tests/poems_light.xtm trunk/src/unit_tests/rdf_exporter_test.lisp trunk/src/unit_tests/rdf_importer_test.lisp trunk/src/unit_tests/reification.rdf trunk/src/unit_tests/reification_test.lisp trunk/src/unit_tests/reification_xtm1.0.xtm trunk/src/unit_tests/reification_xtm2.0.xtm trunk/src/unit_tests/sample_objects.xtm trunk/src/unit_tests/sample_objects_2_0.xtm trunk/src/unit_tests/t100.xtm trunk/src/unit_tests/testing_db.lisp trunk/src/unit_tests/textgrid.xtm trunk/src/unit_tests/threading_test.lisp trunk/src/unit_tests/unittests-constants.lisp trunk/src/unit_tests/versions_test.lisp trunk/src/xml-constants.lisp trunk/src/xml/rdf/exporter.lisp trunk/src/xml/rdf/importer.lisp trunk/src/xml/rdf/map_to_tm.lisp trunk/src/xml/rdf/rdf_core_psis.xtm trunk/src/xml/rdf/rdf_tools.lisp trunk/src/xml/xtm/core_psis.xtm trunk/src/xml/xtm/exporter.lisp trunk/src/xml/xtm/exporter_xtm1.0.lisp trunk/src/xml/xtm/exporter_xtm2.0.lisp trunk/src/xml/xtm/importer.lisp trunk/src/xml/xtm/importer_xtm1.0.lisp trunk/src/xml/xtm/importer_xtm2.0.lisp trunk/src/xml/xtm/setup.lisp trunk/src/xml/xtm/tools.lisp
Added: trunk/docs/LLGPL-LICENSE.txt ============================================================================== --- (empty file) +++ trunk/docs/LLGPL-LICENSE.txt Fri Oct 15 15:03:24 2010 @@ -0,0 +1,14 @@ +Preamble to the Gnu Lesser General Public License +Copyright (c) 2000 Franz Incorporated, Berkeley, CA 94704 + +The concept of the GNU Lesser General Public License version 2.1 ("LGPL") has been adopted to govern the use and distribution of above-mentioned application. However, the LGPL uses terminology that is more appropriate for a program written in C than one written in Lisp. Nevertheless, the LGPL can still be applied to a Lisp program if certain clarifications are made. This document details those clarifications. Accordingly, the license for the open-source Lisp applications consists of this document plus the LGPL. Wherever there is a conflict between this document and the LGPL, this document takes precedence over the LGPL. + +A "Library" in Lisp is a collection of Lisp functions, data and foreign modules. The form of the Library can be Lisp source code (for processing by an interpreter) or object code (usually the result of compilation of source code or built with some other mechanisms). Foreign modules are object code in a form that can be linked into a Lisp executable. When we speak of functions we do so in the most general way to include, in addition, methods and unnamed functions. Lisp "data" is also a general term that includes the data structures resulting from defining Lisp classes. A Lisp application may include the same set of Lisp objects as does a Library, but this does not mean that the application is necessarily a "work based on the Library" it contains. + +The Library consists of everything in the distribution file set before any modifications are made to the files. If any of the functions or classes in the Library are redefined in other files, then those redefinitions ARE considered a work based on the Library. If additional methods are added to generic functions in the Library, those additional methods are NOT considered a work based on the Library. If Library classes are subclassed, these subclasses are NOT considered a work based on the Library. If the Library is modified to explicitly call other functions that are neither part of Lisp itself nor an available add-on module to Lisp, then the functions called by the modified Library ARE considered a work based on the Library. The goal is to ensure that the Library will compile and run without getting undefined function errors. + +It is permitted to add proprietary source code to the Library, but it must be done in a way such that the Library will still run without that proprietary code present. Section 5 of the LGPL distinguishes between the case of a library being dynamically linked at runtime and one being statically linked at build time. Section 5 of the LGPL states that the former results in an executable that is a "work that uses the Library." Section 5 of the LGPL states that the latter results in one that is a "derivative of the Library", which is therefore covered by the LGPL. Since Lisp only offers one choice, which is to link the Library into an executable at build time, we declare that, for the purpose applying the LGPL to the Library, an executable that results from linking a "work that uses the Library" with the Library is considered a "work that uses the Library" and is therefore NOT covered by the LGPL. + +Because of this declaration, section 6 of LGPL is not applicable to the Library. However, in connection with each distribution of this executable, you must also deliver, in accordance with the terms and conditions of the LGPL, the source code of Library (or your derivative thereof) that is incorporated into this executable. + +End of Document
Modified: trunk/docs/install_isidorus.txt ============================================================================== --- trunk/docs/install_isidorus.txt (original) +++ trunk/docs/install_isidorus.txt Fri Oct 15 15:03:24 2010 @@ -5,6 +5,17 @@ http://trac.common-lisp.net/isidorus/wiki/InstallIsidorus
+ +License Terms +============= +(c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff + +Isidorus is freely distributable under the LLGPL license. +You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +trunk/docs/LGPL-LICENSE.txt. + + + Starting Isidorus =====================
Modified: trunk/playground/call-next-method.lisp ============================================================================== --- trunk/playground/call-next-method.lisp (original) +++ trunk/playground/call-next-method.lisp Fri Oct 15 15:03:24 2010 @@ -1,3 +1,13 @@ +;;+----------------------------------------------------------------------------- +;;+ Isidorus +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff +;;+ +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. +;;+----------------------------------------------------------------------------- + + (defclass Class-1 () ((value :initarg :value :accessor value)))
Modified: trunk/playground/call-next-method_multiple-inheritance.lisp ============================================================================== --- trunk/playground/call-next-method_multiple-inheritance.lisp (original) +++ trunk/playground/call-next-method_multiple-inheritance.lisp Fri Oct 15 15:03:24 2010 @@ -1,3 +1,13 @@ +;;+----------------------------------------------------------------------------- +;;+ Isidorus +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff +;;+ +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. +;;+----------------------------------------------------------------------------- + + (defclass CharacteristicC() ((value :accessor value :initarg :value
Modified: trunk/playground/ii_versioned_association.lisp ============================================================================== --- trunk/playground/ii_versioned_association.lisp (original) +++ trunk/playground/ii_versioned_association.lisp Fri Oct 15 15:03:24 2010 @@ -1,3 +1,13 @@ +;;+----------------------------------------------------------------------------- +;;+ Isidorus +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff +;;+ +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. +;;+----------------------------------------------------------------------------- + + (asdf:operate 'asdf:load-op 'elephant) (use-package :elephant)
Modified: trunk/playground/isidorus_test.sh ============================================================================== --- trunk/playground/isidorus_test.sh (original) +++ trunk/playground/isidorus_test.sh Fri Oct 15 15:03:24 2010 @@ -1,5 +1,15 @@ #!/bin/bash
+#+----------------------------------------------------------------------------- +#+ Isidorus +#+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff +#+ +#+ Isidorus is freely distributable under the LLGPL license. +#+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +#+ trunk/docs/LGPL-LICENSE.txt. +#+----------------------------------------------------------------------------- + + host="http://192.168.0.6:8000";
wDir="isidorus_test";
Modified: trunk/playground/system_crash.lisp ============================================================================== --- trunk/playground/system_crash.lisp (original) +++ trunk/playground/system_crash.lisp Fri Oct 15 15:03:24 2010 @@ -1,3 +1,13 @@ +;;+----------------------------------------------------------------------------- +;;+ Isidorus +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff +;;+ +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. +;;+----------------------------------------------------------------------------- + + (sb-mop:class-slots (find-class 'd:ItemIdentifierC)) (sb-mop:class-finalized-p (find-class 'd:ItemIdentifierC)) (sb-mop:finalize-inheritance (find-class 'd:ItemIdentifierC))
Modified: trunk/playground/threading_debugging.lisp ============================================================================== --- trunk/playground/threading_debugging.lisp (original) +++ trunk/playground/threading_debugging.lisp Fri Oct 15 15:03:24 2010 @@ -1,3 +1,13 @@ +;;+----------------------------------------------------------------------------- +;;+ Isidorus +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff +;;+ +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. +;;+----------------------------------------------------------------------------- + + (require :asdf) (asdf:operate 'asdf:load-op :isidorus) (xml-importer:setup-repository "textgrid.xtm" "data_base"
Modified: trunk/playground/url_test.html ============================================================================== --- trunk/playground/url_test.html (original) +++ trunk/playground/url_test.html Fri Oct 15 15:03:24 2010 @@ -1,12 +1,13 @@ <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> <!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> <!-- both are distributed under the MIT license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and --> -<!-- in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
Modified: trunk/playground/url_test.js ============================================================================== --- trunk/playground/url_test.js (original) +++ trunk/playground/url_test.js Fri Oct 15 15:03:24 2010 @@ -1,3 +1,15 @@ +//+----------------------------------------------------------------------------- +//+ Isidorus +//+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff +//+ +//+ Isidorus is freely distributable under the LLGPL license. +//+ This ajax module uses the frameworks PrototypeJs and Scriptaculous, both +//+ are distributed under the MIT license. +//+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and +//+ trunk/docs/LGPL-LICENSE.txt in +//+ trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. +//+----------------------------------------------------------------------------- + function entryPoint(){ var elem = getElem(); var url = window.location.href;
Modified: trunk/playground/versioned-pointer.lisp ============================================================================== --- trunk/playground/versioned-pointer.lisp (original) +++ trunk/playground/versioned-pointer.lisp Fri Oct 15 15:03:24 2010 @@ -1,3 +1,12 @@ +;;+----------------------------------------------------------------------------- +;;+ Isidorus +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff +;;+ +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. +;;+----------------------------------------------------------------------------- + (asdf:operate 'asdf:load-op 'elephant) (elephant:open-store '(:BDB "data_base")) (defpclass Relation()
Modified: trunk/src/ajax/css/frame.css ============================================================================== --- trunk/src/ajax/css/frame.css (original) +++ trunk/src/ajax/css/frame.css Fri Oct 15 15:03:24 2010 @@ -1,13 +1,15 @@ /*----------------------------------------------------------------------------*/ /* Isidorus */ -/* (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann */ +/* (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff */ /* */ -/* Isidorus is freely distributable under the LGPL license. */ +/* Isidorus is freely distributable under the LLGPL license. */ /* This ajax module uses the frameworks PrototypeJs and Scriptaculous, both */ /* are distributed under the MIT license. */ -/* You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and */ -/* in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. */ +/* You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, */ +/* trunk/docs/LGPL-LICENSE.txt and in */ +/* trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. */ /*----------------------------------------------------------------------------*/ + ul.fragmentFrame { list-style-type: none; padding-left: 0px;
Modified: trunk/src/ajax/css/main.css ============================================================================== --- trunk/src/ajax/css/main.css (original) +++ trunk/src/ajax/css/main.css Fri Oct 15 15:03:24 2010 @@ -1,15 +1,15 @@ /*----------------------------------------------------------------------------*/ /* Isidorus */ -/* (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann */ +/* (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff */ /* */ -/* Isidorus is freely distributable under the LGPL license. */ +/* Isidorus is freely distributable under the LLGPL license. */ /* This ajax module uses the frameworks PrototypeJs and Scriptaculous, both */ /* are distributed under the MIT license. */ -/* You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and */ -/* in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. */ +/* You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, */ +/* trunk/docs/LGPL-LICENSE.txt and in */ +/* trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. */ /*----------------------------------------------------------------------------*/
- body { width: 1024px; margin-left: auto;
Modified: trunk/src/ajax/css/navi.css ============================================================================== --- trunk/src/ajax/css/navi.css (original) +++ trunk/src/ajax/css/navi.css Fri Oct 15 15:03:24 2010 @@ -1,15 +1,15 @@ /*----------------------------------------------------------------------------*/ /* Isidorus */ -/* (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann */ +/* (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff */ /* */ -/* Isidorus is freely distributable under the LGPL license. */ +/* Isidorus is freely distributable under the LLGPL license. */ /* This ajax module uses the frameworks PrototypeJs and Scriptaculous, both */ /* are distributed under the MIT license. */ -/* You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and */ -/* in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. */ +/* You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, */ +/* trunk/docs/LGPL-LICENSE.txt and in */ +/* trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. */ /*----------------------------------------------------------------------------*/
- #navi { background-color: #aebae3; width: 1022px;
Modified: trunk/src/ajax/css/tree.css ============================================================================== --- trunk/src/ajax/css/tree.css (original) +++ trunk/src/ajax/css/tree.css Fri Oct 15 15:03:24 2010 @@ -1,15 +1,15 @@ /*----------------------------------------------------------------------------*/ /* Isidorus */ -/* (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann */ +/* (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff */ /* */ -/* Isidorus is freely distributable under the LGPL license. */ +/* Isidorus is freely distributable under the LLGPL license. */ /* This ajax module uses the frameworks PrototypeJs and Scriptaculous, both */ /* are distributed under the MIT license. */ -/* You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and */ -/* in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. */ +/* You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, */ +/* trunk/docs/LGPL-LICENSE.txt and in */ +/* trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. */ /*----------------------------------------------------------------------------*/
- ul.treeView { padding-top: 10px; padding-left: 20px;
Modified: trunk/src/ajax/isidorus.html ============================================================================== --- trunk/src/ajax/isidorus.html (original) +++ trunk/src/ajax/isidorus.html Fri Oct 15 15:03:24 2010 @@ -1,15 +1,15 @@ <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> <!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> <!-- both are distributed under the MIT license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and --> -<!-- in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>
Modified: trunk/src/ajax/javascripts/constants.js ============================================================================== --- trunk/src/ajax/javascripts/constants.js (original) +++ trunk/src/ajax/javascripts/constants.js Fri Oct 15 15:03:24 2010 @@ -1,15 +1,15 @@ //+----------------------------------------------------------------------------- //+ Isidorus -//+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +//+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff //+ -//+ Isidorus is freely distributable under the LGPL license. +//+ Isidorus is freely distributable under the LLGPL license. //+ This ajax module uses the frameworks PrototypeJs and Scriptaculous, both //+ are distributed under the MIT license. -//+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and -//+ in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt +//+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and +//+ trunk/docs/LGPL-LICENSE.txt in +//+ trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. //+-----------------------------------------------------------------------------
- // --- Some constants fot the http connections via the XMLHttpRequest-Object var HOST_PREF = getHostPref(); var GET_PREFIX = HOST_PREF + "json/get/";
Modified: trunk/src/ajax/javascripts/create.js ============================================================================== --- trunk/src/ajax/javascripts/create.js (original) +++ trunk/src/ajax/javascripts/create.js Fri Oct 15 15:03:24 2010 @@ -1,15 +1,15 @@ //+----------------------------------------------------------------------------- //+ Isidorus -//+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +//+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff //+ -//+ Isidorus is freely distributable under the LGPL license. +//+ Isidorus is freely distributable under the LLGPL license. //+ This ajax module uses the frameworks PrototypeJs and Scriptaculous, both //+ are distributed under the MIT license. -//+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and -//+ in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. +//+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and +//+ trunk/docs/LGPL-LICENSE.txt in +//+ trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. //+-----------------------------------------------------------------------------
- // --- Creates the "create"-sub-page. function makeCreate(psi) {
Modified: trunk/src/ajax/javascripts/datamodel.js ============================================================================== --- trunk/src/ajax/javascripts/datamodel.js (original) +++ trunk/src/ajax/javascripts/datamodel.js Fri Oct 15 15:03:24 2010 @@ -1,12 +1,13 @@ //+----------------------------------------------------------------------------- //+ Isidorus -//+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +//+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff //+ -//+ Isidorus is freely distributable under the LGPL license. +//+ Isidorus is freely distributable under the LLGPL license. //+ This ajax module uses the frameworks PrototypeJs and Scriptaculous, both //+ are distributed under the MIT license. -//+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and -//+ in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. +//+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and +//+ trunk/docs/LGPL-LICENSE.txt in +//+ trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. //+-----------------------------------------------------------------------------
// --- The base class of all Frames defined in this file.
Modified: trunk/src/ajax/javascripts/edit.js ============================================================================== --- trunk/src/ajax/javascripts/edit.js (original) +++ trunk/src/ajax/javascripts/edit.js Fri Oct 15 15:03:24 2010 @@ -1,15 +1,15 @@ //+----------------------------------------------------------------------------- //+ Isidorus -//+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +//+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff //+ -//+ Isidorus is freely distributable under the LGPL license. +//+ Isidorus is freely distributable under the LLGPL license. //+ This ajax module uses the frameworks PrototypeJs and Scriptaculous, both //+ are distributed under the MIT license. -//+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and -//+ in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. +//+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and +//+ trunk/docs/LGPL-LICENSE.txt in +//+ trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. //+-----------------------------------------------------------------------------
- function makeEdit(psi) { var content = new Element("div", {"class" : CLASSES.content()});
Modified: trunk/src/ajax/javascripts/home.js ============================================================================== --- trunk/src/ajax/javascripts/home.js (original) +++ trunk/src/ajax/javascripts/home.js Fri Oct 15 15:03:24 2010 @@ -1,15 +1,15 @@ //+----------------------------------------------------------------------------- //+ Isidorus -//+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +//+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff //+ -//+ Isidorus is freely distributable under the LGPL license. +//+ Isidorus is freely distributable under the LLGPL license. //+ This ajax module uses the frameworks PrototypeJs and Scriptaculous, both //+ are distributed under the MIT license. -//+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and -//+ in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. +//+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and +//+ trunk/docs/LGPL-LICENSE.txt in +//+ trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. //+-----------------------------------------------------------------------------
- function makeHome() { var content = new Element("div", {"class" : CLASSES.content()});
Modified: trunk/src/ajax/javascripts/navi.js ============================================================================== --- trunk/src/ajax/javascripts/navi.js (original) +++ trunk/src/ajax/javascripts/navi.js Fri Oct 15 15:03:24 2010 @@ -1,15 +1,15 @@ //+----------------------------------------------------------------------------- //+ Isidorus -//+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +//+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff //+ -//+ Isidorus is freely distributable under the LGPL license. +//+ Isidorus is freely distributable under the LLGPL license. //+ This ajax module uses the frameworks PrototypeJs and Scriptaculous, both //+ are distributed under the MIT license. -//+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and -//+ in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt +//+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and +//+ trunk/docs/LGPL-LICENSE.txt in +//+ trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. //+-----------------------------------------------------------------------------
- // --- adds some event handlers to the navigation elements function addHandlersToNavi() {
Modified: trunk/src/ajax/javascripts/requests.js ============================================================================== --- trunk/src/ajax/javascripts/requests.js (original) +++ trunk/src/ajax/javascripts/requests.js Fri Oct 15 15:03:24 2010 @@ -1,16 +1,15 @@ //+----------------------------------------------------------------------------- //+ Isidorus -//+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +//+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff //+ -//+ Isidorus is freely distributable under the LGPL license. +//+ Isidorus is freely distributable under the LLGPL license. //+ This ajax module uses the frameworks PrototypeJs and Scriptaculous, both //+ are distributed under the MIT license. -//+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and -//+ in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. +//+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and +//+ trunk/docs/LGPL-LICENSE.txt in +//+ trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. //+-----------------------------------------------------------------------------
- - // --- Sets a timeout function which alerts a message. function setAjaxTimeout(time, url) {
Modified: trunk/src/ajax/javascripts/search.js ============================================================================== --- trunk/src/ajax/javascripts/search.js (original) +++ trunk/src/ajax/javascripts/search.js Fri Oct 15 15:03:24 2010 @@ -1,15 +1,15 @@ //+----------------------------------------------------------------------------- //+ Isidorus -//+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +//+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff //+ -//+ Isidorus is freely distributable under the LGPL license. +//+ Isidorus is freely distributable under the LLGPL license. //+ This ajax module uses the frameworks PrototypeJs and Scriptaculous, both //+ are distributed under the MIT license. -//+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and -//+ in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. +//+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and +//+ trunk/docs/LGPL-LICENSE.txt in +//+ trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. //+-----------------------------------------------------------------------------
- function makeSearch(psi) { var content = new Element("div", {"class" : CLASSES.content()});
Modified: trunk/src/ajax/javascripts/tmcl_tools.js ============================================================================== --- trunk/src/ajax/javascripts/tmcl_tools.js (original) +++ trunk/src/ajax/javascripts/tmcl_tools.js Fri Oct 15 15:03:24 2010 @@ -1,15 +1,15 @@ //+----------------------------------------------------------------------------- //+ Isidorus -//+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +//+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff //+ -//+ Isidorus is freely distributable under the LGPL license. +//+ Isidorus is freely distributable under the LLGPL license. //+ This ajax module uses the frameworks PrototypeJs and Scriptaculous, both //+ are distributed under the MIT license. -//+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and -//+ in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. +//+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and +//+ trunk/docs/LGPL-LICENSE.txt in +//+ trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. //+-----------------------------------------------------------------------------
- // --- Returns an Array of the type [<boolean>, <string>]. // --- If there are exclusive-instance-constraints, the return value is an array // --- of the form [false, "message"] otherwise [true, ""].
Modified: trunk/src/atom/atom.lisp ============================================================================== --- trunk/src/atom/atom.lisp (original) +++ trunk/src/atom/atom.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :atom (:use :cl :cxml :constants :xml-tools :datamodel :drakma :isidorus-threading) (:export :collection-feed
Modified: trunk/src/atom/collection.lisp ============================================================================== --- trunk/src/atom/collection.lisp (original) +++ trunk/src/atom/collection.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :atom)
(defclass collection-feed (feed)
Modified: trunk/src/atom/conf.lisp ============================================================================== --- trunk/src/atom/conf.lisp (original) +++ trunk/src/atom/conf.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :atom) (defsite psi.egovpt.org ;;(base-url "http://london.ztt.fh-worms.de:8000") ;the base-url
Modified: trunk/src/atom/configuration.lisp ============================================================================== --- trunk/src/atom/configuration.lisp (original) +++ trunk/src/atom/configuration.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :atom) ;the configuration of the eGov application (at present) ;TODO: convert to an XML configuration file for the site
Modified: trunk/src/atom/confreader.lisp ============================================================================== --- trunk/src/atom/confreader.lisp (original) +++ trunk/src/atom/confreader.lisp Fri Oct 15 15:03:24 2010 @@ -1,16 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- -;; (defmacro site (&body lines) -;; `(dolist (line (quote ,lines)) -;; (format t "~a~&" line))) - (in-package :atom)
(defmacro get-conflist (sym conflines)
Modified: trunk/src/atom/fragments.lisp ============================================================================== --- trunk/src/atom/fragments.lisp (original) +++ trunk/src/atom/fragments.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :atom)
(defclass fragment-entry (entry)
Modified: trunk/src/atom/read.lisp ============================================================================== --- trunk/src/atom/read.lisp (original) +++ trunk/src/atom/read.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :atom)
(defmacro parse-feed ((feed-string feed-type) &body make-entry)
Modified: trunk/src/atom/snapshots.lisp ============================================================================== --- trunk/src/atom/snapshots.lisp (original) +++ trunk/src/atom/snapshots.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :atom)
(defclass snapshots-feed (feed)
Modified: trunk/src/constants.lisp ============================================================================== --- trunk/src/constants.lisp (original) +++ trunk/src/constants.lisp Fri Oct 15 15:03:24 2010 @@ -1,13 +1,12 @@ - ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :constants (:use :cl) (:export :*atom-ns*
Modified: trunk/src/isidorus.asd ============================================================================== --- trunk/src/isidorus.asd (original) +++ trunk/src/isidorus.asd Fri Oct 15 15:03:24 2010 @@ -1,13 +1,13 @@ ;;-*- mode: lisp -*- ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :isidorus-system (:use :asdf :cl)) (in-package :isidorus-system) @@ -18,7 +18,7 @@ (asdf:defsystem "isidorus" :description "The future ingenious, self-evaluating Lisp TM engine" :version "0.1" - :author "Marc Kuester, Christoph Ludwig, Lukas Giessmann" + :author "Marc Kuester, Christoph Ludwig, Lukas Georgieff" :licence "LGPL" :components ( (:file "constants")
Modified: trunk/src/json/json_delete_interface.lisp ============================================================================== --- trunk/src/json/json_delete_interface.lisp (original) +++ trunk/src/json/json_delete_interface.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :json-delete-interface (:use :cl :datamodel :json-importer) (:export :mark-as-deleted-from-json))
Modified: trunk/src/json/json_exporter.lisp ============================================================================== --- trunk/src/json/json_exporter.lisp (original) +++ trunk/src/json/json_exporter.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :json-exporter (:use :cl :json :datamodel) (:export :to-json-string
Modified: trunk/src/json/json_importer.lisp ============================================================================== --- trunk/src/json/json_importer.lisp (original) +++ trunk/src/json/json_importer.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :json-importer (:use :cl :json :datamodel :xml-importer) (:export :json-to-elem
Modified: trunk/src/json/json_tmcl.lisp ============================================================================== --- trunk/src/json/json_tmcl.lisp (original) +++ trunk/src/json/json_tmcl.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :json-tmcl)
Modified: trunk/src/json/json_tmcl_constants.lisp ============================================================================== --- trunk/src/json/json_tmcl_constants.lisp (original) +++ trunk/src/json/json_tmcl_constants.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :json-tmcl-constants (:use :cl) (:export :*schema-psi*
Modified: trunk/src/json/json_tmcl_validation.lisp ============================================================================== --- trunk/src/json/json_tmcl_validation.lisp (original) +++ trunk/src/json/json_tmcl_validation.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :json-tmcl (:use :cl :datamodel :constants :json-tmcl-constants :json-importer) (:export :get-constraints-of-fragment
Modified: trunk/src/model/changes.lisp ============================================================================== --- trunk/src/model/changes.lisp (original) +++ trunk/src/model/changes.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :datamodel)
(defun get-all-revisions ()
Modified: trunk/src/model/datamodel.lisp ============================================================================== --- trunk/src/model/datamodel.lisp (original) +++ trunk/src/model/datamodel.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :datamodel (:use :cl :elephant :constants) (:nicknames :d)
Modified: trunk/src/model/exceptions.lisp ============================================================================== --- trunk/src/model/exceptions.lisp (original) +++ trunk/src/model/exceptions.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :exceptions (:use :common-lisp) (:export :inconsistent-file-error
Modified: trunk/src/model/model_tools.lisp ============================================================================== --- trunk/src/model/model_tools.lisp (original) +++ trunk/src/model/model_tools.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :datamodel)
(defgeneric equalT (construct1 construct2)
Modified: trunk/src/rest_interface/publish_feeds.lisp ============================================================================== --- trunk/src/rest_interface/publish_feeds.lisp (original) +++ trunk/src/rest_interface/publish_feeds.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :rest-interface)
(defgeneric publish-feed (feed)
Modified: trunk/src/rest_interface/read.lisp ============================================================================== --- trunk/src/rest_interface/read.lisp (original) +++ trunk/src/rest_interface/read.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :rest-interface)
;in the midterm write a reader thread
Modified: trunk/src/rest_interface/rest-interface.lisp ============================================================================== --- trunk/src/rest_interface/rest-interface.lisp (original) +++ trunk/src/rest_interface/rest-interface.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :rest-interface (:nicknames :rest) (:use :cl :hunchentoot
Modified: trunk/src/rest_interface/set-up-json-interface.lisp ============================================================================== --- trunk/src/rest_interface/set-up-json-interface.lisp (original) +++ trunk/src/rest_interface/set-up-json-interface.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :rest-interface)
;the prefix to get a fragment by the psi -> localhost:8000/json/get/<fragment-psi>
Modified: trunk/src/threading/reader-writer.lisp ============================================================================== --- trunk/src/threading/reader-writer.lisp (original) +++ trunk/src/threading/reader-writer.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :isidorus-threading (:use :cl :bordeaux-threads) (:export :current-readers
Modified: trunk/src/unit_tests/atom-conf.lisp ============================================================================== --- trunk/src/unit_tests/atom-conf.lisp (original) +++ trunk/src/unit_tests/atom-conf.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :atom) (defsite psi.egovpt.org ;;(base-url "http://london.ztt.fh-worms.de:8000") ;the base-url
Modified: trunk/src/unit_tests/atom_test.lisp ============================================================================== --- trunk/src/unit_tests/atom_test.lisp (original) +++ trunk/src/unit_tests/atom_test.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :atom-test (:use :common-lisp
Modified: trunk/src/unit_tests/atom_test.xtm ============================================================================== --- trunk/src/unit_tests/atom_test.xtm (original) +++ trunk/src/unit_tests/atom_test.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0"> <!-- a TM that exists for the sole reason of having completely different topics --> <itemIdentity href="http://psi.egovpt.org/tm/egov-ontology"/>
Modified: trunk/src/unit_tests/dangling_instanceof.xtm ============================================================================== --- trunk/src/unit_tests/dangling_instanceof.xtm (original) +++ trunk/src/unit_tests/dangling_instanceof.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0"> <topic id="t1"> <itemIdentity href="http://psi.egovpt.org/itemIdentifiers#t1"/>
Modified: trunk/src/unit_tests/dangling_topicref.xtm ============================================================================== --- trunk/src/unit_tests/dangling_topicref.xtm (original) +++ trunk/src/unit_tests/dangling_topicref.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0"> <topic id="t-1"> <itemIdentity href="http://psi.egovpt.org/itemIdentifiers#t1"/>
Modified: trunk/src/unit_tests/datamodel_test.lisp ============================================================================== --- trunk/src/unit_tests/datamodel_test.lisp (original) +++ trunk/src/unit_tests/datamodel_test.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :datamodel-test (:use :common-lisp
Modified: trunk/src/unit_tests/duplicate_identifier.xtm ============================================================================== --- trunk/src/unit_tests/duplicate_identifier.xtm (original) +++ trunk/src/unit_tests/duplicate_identifier.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0"> <topic id="t1"> <itemIdentity href="http://psi.egovpt.org/itemIdentifiers#t1"/>
Modified: trunk/src/unit_tests/exporter_xtm1.0_test.lisp ============================================================================== --- trunk/src/unit_tests/exporter_xtm1.0_test.lisp (original) +++ trunk/src/unit_tests/exporter_xtm1.0_test.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :exporter-test) (in-suite exporter-tests)
Modified: trunk/src/unit_tests/exporter_xtm2.0_test.lisp ============================================================================== --- trunk/src/unit_tests/exporter_xtm2.0_test.lisp (original) +++ trunk/src/unit_tests/exporter_xtm2.0_test.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :exporter-test (:use :common-lisp
Modified: trunk/src/unit_tests/fixtures.lisp ============================================================================== --- trunk/src/unit_tests/fixtures.lisp (original) +++ trunk/src/unit_tests/fixtures.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :fixtures (:use :common-lisp
Modified: trunk/src/unit_tests/full_mapping.rdf ============================================================================== --- trunk/src/unit_tests/full_mapping.rdf (original) +++ trunk/src/unit_tests/full_mapping.rdf Fri Oct 15 15:03:24 2010 @@ -1,4 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- ======================================================================= --> +<!-- Isidorus --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> +<!-- --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> +<!-- ======================================================================= --> + <rdf:RDF xmlns:isi="http://isidorus/tm2rdf_mapping/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
Modified: trunk/src/unit_tests/importer_test.lisp ============================================================================== --- trunk/src/unit_tests/importer_test.lisp (original) +++ trunk/src/unit_tests/importer_test.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :importer-test (:use :common-lisp
Modified: trunk/src/unit_tests/inconsistent.xtm ============================================================================== --- trunk/src/unit_tests/inconsistent.xtm (original) +++ trunk/src/unit_tests/inconsistent.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="utf-8"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- === topics ================================================== -->
Modified: trunk/src/unit_tests/inconsistent_2_0.xtm ============================================================================== --- trunk/src/unit_tests/inconsistent_2_0.xtm (original) +++ trunk/src/unit_tests/inconsistent_2_0.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0">
<!-- === test object 1 =================================================== -->
Modified: trunk/src/unit_tests/json_test.lisp ============================================================================== --- trunk/src/unit_tests/json_test.lisp (original) +++ trunk/src/unit_tests/json_test.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :json-test (:use :common-lisp
Modified: trunk/src/unit_tests/multiple_tms_ont.xtm ============================================================================== --- trunk/src/unit_tests/multiple_tms_ont.xtm (original) +++ trunk/src/unit_tests/multiple_tms_ont.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="utf-8"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink"> <topic id="t1">
Modified: trunk/src/unit_tests/multiple_tms_worms.xtm ============================================================================== --- trunk/src/unit_tests/multiple_tms_worms.xtm (original) +++ trunk/src/unit_tests/multiple_tms_worms.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0" encoding="utf-8"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink">
Modified: trunk/src/unit_tests/notification_merge1.xtm ============================================================================== --- trunk/src/unit_tests/notification_merge1.xtm (original) +++ trunk/src/unit_tests/notification_merge1.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0"> <topic id="t1"> <itemIdentity href="http://www.egovpt.org/itemIdentifiers#t1"/>
Modified: trunk/src/unit_tests/notification_merge2.xtm ============================================================================== --- trunk/src/unit_tests/notification_merge2.xtm (original) +++ trunk/src/unit_tests/notification_merge2.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0"> <topic id="t1"> <itemIdentity href="http://www.egovpt.org/itemIdentifiers#t1"/>
Modified: trunk/src/unit_tests/notificationbase.xtm ============================================================================== --- trunk/src/unit_tests/notificationbase.xtm (original) +++ trunk/src/unit_tests/notificationbase.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0"> <topic id="t1"> <!-- functions as source locator (does this make a lot of sense
Modified: trunk/src/unit_tests/poems.rdf ============================================================================== --- trunk/src/unit_tests/poems.rdf (original) +++ trunk/src/unit_tests/poems.rdf Fri Oct 15 15:03:24 2010 @@ -1,4 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- ======================================================================= --> +<!-- Isidorus --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> +<!-- --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> +<!-- ======================================================================= --> + <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:poems="http://some.where/"
Modified: trunk/src/unit_tests/poems.xtm ============================================================================== --- trunk/src/unit_tests/poems.xtm (original) +++ trunk/src/unit_tests/poems.xtm Fri Oct 15 15:03:24 2010 @@ -1,5 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <tm:topicMap version="2.0" xmlns:tm="http://www.topicmaps.org/xtm/%22%3E + <!-- ======================================================================= --> + <!-- Isidorus --> + <!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> + <!-- --> + <!-- Isidorus is freely distributable under the LLGPL license. --> + <!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> + <!-- both are distributed under the MIT license. --> + <!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> + <!-- trunk/docs/LGPL-LICENSE.txt and in --> + <!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> + <!-- ======================================================================= --> <!-- ===================================================================== --> <!-- === TMCL meta-model topics ========================================== --> <!-- ===================================================================== -->
Modified: trunk/src/unit_tests/poems_light.rdf ============================================================================== --- trunk/src/unit_tests/poems_light.rdf (original) +++ trunk/src/unit_tests/poems_light.rdf Fri Oct 15 15:03:24 2010 @@ -1,4 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- ======================================================================= --> +<!-- Isidorus --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> +<!-- --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> +<!-- ======================================================================= --> + <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:poems="http://some.where/"
Modified: trunk/src/unit_tests/poems_light.xtm ============================================================================== --- trunk/src/unit_tests/poems_light.xtm (original) +++ trunk/src/unit_tests/poems_light.xtm Fri Oct 15 15:03:24 2010 @@ -1,4 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- ======================================================================= --> +<!-- Isidorus --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> +<!-- --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> +<!-- ======================================================================= --> + <tm:topicMap version="2.0" xmlns:tm="http://www.topicmaps.org/xtm/%22%3E <!-- this file contains constructs that are originally defined as TM and RDF. So certain constructs are not consistent because of test cases,
Modified: trunk/src/unit_tests/rdf_exporter_test.lisp ============================================================================== --- trunk/src/unit_tests/rdf_exporter_test.lisp (original) +++ trunk/src/unit_tests/rdf_exporter_test.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :rdf-exporter-test (:use :common-lisp
Modified: trunk/src/unit_tests/rdf_importer_test.lisp ============================================================================== --- trunk/src/unit_tests/rdf_importer_test.lisp (original) +++ trunk/src/unit_tests/rdf_importer_test.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :rdf-importer-test (:use :common-lisp
Modified: trunk/src/unit_tests/reification.rdf ============================================================================== --- trunk/src/unit_tests/reification.rdf (original) +++ trunk/src/unit_tests/reification.rdf Fri Oct 15 15:03:24 2010 @@ -1,4 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- ======================================================================= --> +<!-- Isidorus --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> +<!-- --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> +<!-- ======================================================================= --> + <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sim="http://simpsons.tv" @@ -100,4 +112,4 @@ <rdf:Description rdf:about="friendship-association"> <arcs:author rdf:resource="http://some.where/me%22/%3E </rdf:Description> -</rdf:RDF> \ No newline at end of file +</rdf:RDF>
Modified: trunk/src/unit_tests/reification_test.lisp ============================================================================== --- trunk/src/unit_tests/reification_test.lisp (original) +++ trunk/src/unit_tests/reification_test.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :reification-test (:use :common-lisp
Modified: trunk/src/unit_tests/reification_xtm1.0.xtm ============================================================================== --- trunk/src/unit_tests/reification_xtm1.0.xtm (original) +++ trunk/src/unit_tests/reification_xtm1.0.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink"> <t:topic xmlns:t="http://www.topicmaps.org/xtm/1.0/"
Modified: trunk/src/unit_tests/reification_xtm2.0.xtm ============================================================================== --- trunk/src/unit_tests/reification_xtm2.0.xtm (original) +++ trunk/src/unit_tests/reification_xtm2.0.xtm Fri Oct 15 15:03:24 2010 @@ -1,10 +1,14 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
<tm:topicMap xmlns:tm="http://www.topicmaps.org/xtm/" version="2.0">
Modified: trunk/src/unit_tests/sample_objects.xtm ============================================================================== --- trunk/src/unit_tests/sample_objects.xtm (original) +++ trunk/src/unit_tests/sample_objects.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/1.0/" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- === topics ================================================== -->
Modified: trunk/src/unit_tests/sample_objects_2_0.xtm ============================================================================== --- trunk/src/unit_tests/sample_objects_2_0.xtm (original) +++ trunk/src/unit_tests/sample_objects_2_0.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0">
<!-- === test object 1 =================================================== -->
Modified: trunk/src/unit_tests/t100.xtm ============================================================================== --- trunk/src/unit_tests/t100.xtm (original) +++ trunk/src/unit_tests/t100.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0">
<!-- main topic "t100" -->
Modified: trunk/src/unit_tests/testing_db.lisp ============================================================================== --- trunk/src/unit_tests/testing_db.lisp (original) +++ trunk/src/unit_tests/testing_db.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (asdf:operate 'asdf:load-op 'FiveAM) (asdf:operate 'asdf:load-op 'cxml) (asdf:operate 'asdf:load-op 'elephant)
Modified: trunk/src/unit_tests/textgrid.xtm ============================================================================== --- trunk/src/unit_tests/textgrid.xtm (original) +++ trunk/src/unit_tests/textgrid.xtm Fri Oct 15 15:03:24 2010 @@ -1,5 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <tm:topicMap version="2.0" xmlns:tm="http://www.topicmaps.org/xtm/%22%3E + <!-- ======================================================================= --> + <!-- Isidorus --> + <!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> + <!-- --> + <!-- Isidorus is freely distributable under the LLGPL license. --> + <!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> + <!-- both are distributed under the MIT license. --> + <!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> + <!-- trunk/docs/LGPL-LICENSE.txt and in --> + <!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> + <!-- ======================================================================= --> + + <!-- ===================================================================== --> <!-- === TMCL meta-model topics ========================================== --> <!-- ===================================================================== -->
Modified: trunk/src/unit_tests/threading_test.lisp ============================================================================== --- trunk/src/unit_tests/threading_test.lisp (original) +++ trunk/src/unit_tests/threading_test.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :threading-test (:use :cl :it.bese.FiveAM
Modified: trunk/src/unit_tests/unittests-constants.lisp ============================================================================== --- trunk/src/unit_tests/unittests-constants.lisp (original) +++ trunk/src/unit_tests/unittests-constants.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :unittests-constants (:use :common-lisp) (:import-from :constants
Modified: trunk/src/unit_tests/versions_test.lisp ============================================================================== --- trunk/src/unit_tests/versions_test.lisp (original) +++ trunk/src/unit_tests/versions_test.lisp Fri Oct 15 15:03:24 2010 @@ -1,13 +1,13 @@ +;-*- standard-indent: 2; indent-tabs-mode: nil -*- ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- -;-*- standard-indent: 2; indent-tabs-mode: nil -*- (defpackage :versions-test (:use :common-lisp
Modified: trunk/src/xml-constants.lisp ============================================================================== --- trunk/src/xml-constants.lisp (original) +++ trunk/src/xml-constants.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :xml-constants (:use :common-lisp :asdf)
Modified: trunk/src/xml/rdf/exporter.lisp ============================================================================== --- trunk/src/xml/rdf/exporter.lisp (original) +++ trunk/src/xml/rdf/exporter.lisp Fri Oct 15 15:03:24 2010 @@ -1,9 +1,10 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
(defpackage :rdf-exporter
Modified: trunk/src/xml/rdf/importer.lisp ============================================================================== --- trunk/src/xml/rdf/importer.lisp (original) +++ trunk/src/xml/rdf/importer.lisp Fri Oct 15 15:03:24 2010 @@ -1,9 +1,10 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+----------------------------------------------------------------------------- (in-package :rdf-importer)
Modified: trunk/src/xml/rdf/map_to_tm.lisp ============================================================================== --- trunk/src/xml/rdf/map_to_tm.lisp (original) +++ trunk/src/xml/rdf/map_to_tm.lisp Fri Oct 15 15:03:24 2010 @@ -1,10 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+----------------------------------------------------------------------------- + (in-package :rdf-importer)
(defun map-to-tm (tm-id start-revision
Modified: trunk/src/xml/rdf/rdf_core_psis.xtm ============================================================================== --- trunk/src/xml/rdf/rdf_core_psis.xtm (original) +++ trunk/src/xml/rdf/rdf_core_psis.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0">
<topic id="subject">
Modified: trunk/src/xml/rdf/rdf_tools.lisp ============================================================================== --- trunk/src/xml/rdf/rdf_tools.lisp (original) +++ trunk/src/xml/rdf/rdf_tools.lisp Fri Oct 15 15:03:24 2010 @@ -1,9 +1,10 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
(defpackage :rdf-importer
Modified: trunk/src/xml/xtm/core_psis.xtm ============================================================================== --- trunk/src/xml/xtm/core_psis.xtm (original) +++ trunk/src/xml/xtm/core_psis.xtm Fri Oct 15 15:03:24 2010 @@ -1,13 +1,16 @@ <?xml version="1.0"?> <!-- ======================================================================= --> <!-- Isidorus --> -<!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> +<!-- (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff --> <!-- --> -<!-- Isidorus is freely distributable under the LGPL license. --> -<!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> +<!-- Isidorus is freely distributable under the LLGPL license. --> +<!-- This ajax module uses the frameworks PrototypeJs and Scriptaculous, --> +<!-- both are distributed under the MIT license. --> +<!-- You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, --> +<!-- trunk/docs/LGPL-LICENSE.txt and in --> +<!-- trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. --> <!-- ======================================================================= -->
- <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0">
Modified: trunk/src/xml/xtm/exporter.lisp ============================================================================== --- trunk/src/xml/xtm/exporter.lisp (original) +++ trunk/src/xml/xtm/exporter.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :exporter)
Modified: trunk/src/xml/xtm/exporter_xtm1.0.lisp ============================================================================== --- trunk/src/xml/xtm/exporter_xtm1.0.lisp (original) +++ trunk/src/xml/xtm/exporter_xtm1.0.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :exporter (:use :cl :cxml :elephant :datamodel :isidorus-threading) (:import-from :constants
Modified: trunk/src/xml/xtm/exporter_xtm2.0.lisp ============================================================================== --- trunk/src/xml/xtm/exporter_xtm2.0.lisp (original) +++ trunk/src/xml/xtm/exporter_xtm2.0.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :exporter)
(defun to-reifier-elem (reifiable-construct revision)
Modified: trunk/src/xml/xtm/importer.lisp ============================================================================== --- trunk/src/xml/xtm/importer.lisp (original) +++ trunk/src/xml/xtm/importer.lisp Fri Oct 15 15:03:24 2010 @@ -1,9 +1,10 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
@@ -11,9 +12,6 @@ ;; * resolve non-local topicRefs ;; * either check the input document for XTM2.0 conformance in advance or ;; raise some kind of error (--> condition) if something goes wrong. -;; * handle reifier attributes -;; * handle variants -;;
(defpackage :xml-importer (:use :cl :cxml :elephant :datamodel :isidorus-threading)
Modified: trunk/src/xml/xtm/importer_xtm1.0.lisp ============================================================================== --- trunk/src/xml/xtm/importer_xtm1.0.lisp (original) +++ trunk/src/xml/xtm/importer_xtm1.0.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :xml-importer)
(defun get-reifier-topic-xtm1.0 (reifiable-elem start-revision)
Modified: trunk/src/xml/xtm/importer_xtm2.0.lisp ============================================================================== --- trunk/src/xml/xtm/importer_xtm2.0.lisp (original) +++ trunk/src/xml/xtm/importer_xtm2.0.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :xml-importer)
(defun get-reifier-topic(reifiable-elem start-revision)
Modified: trunk/src/xml/xtm/setup.lisp ============================================================================== --- trunk/src/xml/xtm/setup.lisp (original) +++ trunk/src/xml/xtm/setup.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (in-package :xml-importer)
(defun get-uuid ()
Modified: trunk/src/xml/xtm/tools.lisp ============================================================================== --- trunk/src/xml/xtm/tools.lisp (original) +++ trunk/src/xml/xtm/tools.lisp Fri Oct 15 15:03:24 2010 @@ -1,12 +1,12 @@ ;;+----------------------------------------------------------------------------- ;;+ Isidorus -;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann +;;+ (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff ;;+ -;;+ Isidorus is freely distributable under the LGPL license. -;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. +;;+ Isidorus is freely distributable under the LLGPL license. +;;+ You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and +;;+ trunk/docs/LGPL-LICENSE.txt. ;;+-----------------------------------------------------------------------------
- (defpackage :xml-tools (:use :cl :cxml) (:import-from :constants