Changeset 26 for trunk/src/xml


Ignore:
Timestamp:
04/10/09 23:11:32 (16 years ago)
Author:
lgiessmann
Message:

added a license header to all files where the isidorus license is mentioned and referenced, in the ajax file there is also a reference to the MIT-license; an edit/create template for fragments is implemented in the ajax module, but it\'s really terrible and not really useable - this should be only the initial idea of realizing such a functionality\!

Location:
trunk/src/xml
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/xml/core_psis.xtm

    r2 r26  
    11<?xml version="1.0"?>
     2<!-- ======================================================================= -->
     3<!--  Isidorus                                                               -->
     4<!--  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann          -->
     5<!--                                                                         -->
     6<!--  Isidorus is freely distributable under the LGPL license.               -->
     7<!--  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt.    -->
     8<!-- ======================================================================= -->
     9
     10
    211<topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0">
    312
  • TabularUnified trunk/src/xml/exporter.lisp

    r12 r26  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann
     4;;+
     5;;+  Isidorus is freely distributable under the LGPL license.
     6;;+  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt.
     7;;+-----------------------------------------------------------------------------
     8
     9
    110(in-package :exporter)
    211
  • TabularUnified trunk/src/xml/exporter_xtm1.0.lisp

    r12 r26  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann
     4;;+
     5;;+  Isidorus is freely distributable under the LGPL license.
     6;;+  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt.
     7;;+-----------------------------------------------------------------------------
     8
     9
    110(defpackage :exporter
    211  (:use :cl :cxml :elephant :datamodel)
  • TabularUnified trunk/src/xml/exporter_xtm2.0.lisp

    r12 r26  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann
     4;;+
     5;;+  Isidorus is freely distributable under the LGPL license.
     6;;+  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt.
     7;;+-----------------------------------------------------------------------------
     8
     9
    110(in-package :exporter)
    211
  • TabularUnified trunk/src/xml/importer.lisp

    r2 r26  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann
     4;;+
     5;;+  Isidorus is freely distributable under the LGPL license.
     6;;+  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt.
     7;;+-----------------------------------------------------------------------------
     8
     9
    110;; TODOs (in descending priority):
    211;; * resolve non-local topicRefs
  • TabularUnified trunk/src/xml/importer_xtm1.0.lisp

    r2 r26  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann
     4;;+
     5;;+  Isidorus is freely distributable under the LGPL license.
     6;;+  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt.
     7;;+-----------------------------------------------------------------------------
     8
     9
    110(in-package :xml-importer)
    211
  • TabularUnified trunk/src/xml/importer_xtm2.0.lisp

    r2 r26  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann
     4;;+
     5;;+  Isidorus is freely distributable under the LGPL license.
     6;;+  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt.
     7;;+-----------------------------------------------------------------------------
     8
     9
    110(in-package :xml-importer)
    211
  • TabularUnified trunk/src/xml/setup.lisp

    r2 r26  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann
     4;;+
     5;;+  Isidorus is freely distributable under the LGPL license.
     6;;+  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt.
     7;;+-----------------------------------------------------------------------------
     8
     9
    110(in-package :xml-importer)
    211
  • TabularUnified trunk/src/xml/tools.lisp

    r2 r26  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann
     4;;+
     5;;+  Isidorus is freely distributable under the LGPL license.
     6;;+  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt.
     7;;+-----------------------------------------------------------------------------
     8
     9
    110(defpackage :xml-tools
    211  (:use :cl :cxml)
Note: See TracChangeset for help on using the changeset viewer.