source: trunk/playground/system_crash.lisp

Last change on this file was 328, checked in by lgiessmann, 14 years ago

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

File size: 597 bytes
Line 
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
11(sb-mop:class-slots (find-class 'd:ItemIdentifierC))
12(sb-mop:class-finalized-p (find-class 'd:ItemIdentifierC))
13(sb-mop:finalize-inheritance (find-class 'd:ItemIdentifierC))
Note: See TracBrowser for help on using the repository browser.