Changeset 328 for trunk/playground


Ignore:
Timestamp:
10/15/10 19:03:24 (15 years ago)
Author:
lgiessmann
Message:

fixed ticket #75 --> changed license terms from LGPL to LLGPL in the trunk tree

Location:
trunk/playground
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/playground/call-next-method.lisp

    r223 r328  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff
     4;;+
     5;;+  Isidorus is freely distributable under the LLGPL license.
     6;;+  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and
     7;;+  trunk/docs/LGPL-LICENSE.txt.
     8;;+-----------------------------------------------------------------------------
     9
     10
    111(defclass Class-1 ()
    212  ((value :initarg :value
  • TabularUnified trunk/playground/call-next-method_multiple-inheritance.lisp

    r224 r328  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff
     4;;+
     5;;+  Isidorus is freely distributable under the LLGPL license.
     6;;+  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and
     7;;+  trunk/docs/LGPL-LICENSE.txt.
     8;;+-----------------------------------------------------------------------------
     9
     10
    111(defclass CharacteristicC()
    212           ((value :accessor value
  • TabularUnified trunk/playground/ii_versioned_association.lisp

    r199 r328  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff
     4;;+
     5;;+  Isidorus is freely distributable under the LLGPL license.
     6;;+  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and
     7;;+  trunk/docs/LGPL-LICENSE.txt.
     8;;+-----------------------------------------------------------------------------
     9
     10
    111(asdf:operate 'asdf:load-op 'elephant)
    212(use-package :elephant)
  • TabularUnified trunk/playground/isidorus_test.sh

    r312 r328  
    11#!/bin/bash
     2
     3#+-----------------------------------------------------------------------------
     4#+  Isidorus
     5#+  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff
     6#+
     7#+  Isidorus is freely distributable under the LLGPL license.
     8#+  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and
     9#+  trunk/docs/LGPL-LICENSE.txt.
     10#+-----------------------------------------------------------------------------
     11
    212
    313host="http://192.168.0.6:8000";
  • TabularUnified trunk/playground/system_crash.lisp

    r199 r328  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff
     4;;+
     5;;+  Isidorus is freely distributable under the LLGPL license.
     6;;+  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and
     7;;+  trunk/docs/LGPL-LICENSE.txt.
     8;;+-----------------------------------------------------------------------------
     9
     10
    111(sb-mop:class-slots (find-class 'd:ItemIdentifierC))
    212(sb-mop:class-finalized-p (find-class 'd:ItemIdentifierC))
  • TabularUnified trunk/playground/threading_debugging.lisp

    r313 r328  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff
     4;;+
     5;;+  Isidorus is freely distributable under the LLGPL license.
     6;;+  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and
     7;;+  trunk/docs/LGPL-LICENSE.txt.
     8;;+-----------------------------------------------------------------------------
     9
     10
    111(require :asdf)
    212(asdf:operate 'asdf:load-op :isidorus)
  • TabularUnified trunk/playground/url_test.html

    r315 r328  
    11<!-- ======================================================================= -->
    22<!--  Isidorus                                                               -->
    3 <!--  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann          -->
     3<!--  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff          -->
    44<!--                                                                         -->
    5 <!--  Isidorus is freely distributable under the LGPL license.               -->
     5<!--  Isidorus is freely distributable under the LLGPL license.              -->
    66<!--  This ajax module uses the frameworks PrototypeJs and Scriptaculous,    -->
    77<!--  both are distributed under the MIT license.                            -->
    8 <!--  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and -->
    9 <!--  in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt.                -->
     8<!--  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt,   -->
     9<!--  trunk/docs/LGPL-LICENSE.txt and in                                     -->
     10<!--  trunk/src/ajax/javascripts/external/MIT-LICENSE.txt.                   -->
    1011<!-- ======================================================================= -->
    1112
  • TabularUnified trunk/playground/url_test.js

    r315 r328  
     1//+-----------------------------------------------------------------------------
     2//+  Isidorus
     3//+  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff
     4//+
     5//+  Isidorus is freely distributable under the LLGPL license.
     6//+  This ajax module uses the frameworks PrototypeJs and Scriptaculous, both
     7//+  are distributed under the MIT license.
     8//+  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, and
     9//+  trunk/docs/LGPL-LICENSE.txt in
     10//+  trunk/src/ajax/javascripts/external/MIT-LICENSE.txt.
     11//+-----------------------------------------------------------------------------
     12
    113function entryPoint(){
    214    var elem = getElem();
  • TabularUnified trunk/playground/versioned-pointer.lisp

    r199 r328  
     1;;+-----------------------------------------------------------------------------
     2;;+  Isidorus
     3;;+  (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff
     4;;+
     5;;+  Isidorus is freely distributable under the LLGPL license.
     6;;+  You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt and
     7;;+  trunk/docs/LGPL-LICENSE.txt.
     8;;+-----------------------------------------------------------------------------
     9
    110(asdf:operate 'asdf:load-op 'elephant)
    211(elephant:open-store '(:BDB "data_base"))
Note: See TracChangeset for help on using the changeset viewer.