Ignore:
Timestamp:
11/15/08 22:38:34 (14 years ago)
Author:
vvoutilainen
Message:

ABCL license is GPL + Classpath exception. This was intended
by Peter Graves, the original author. For reference, see
http://sourceforge.net/mailarchive/forum.php?thread_name=20040721115302.839%40prufrock&forum_name=armedbear-j-announce

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/disassemble.lisp

    r11297 r11391  
    1717;;; along with this program; if not, write to the Free Software
    1818;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
     19;;;
     20;;; As a special exception, the copyright holders of this library give you
     21;;; permission to link this library with independent modules to produce an
     22;;; executable, regardless of the license terms of these independent
     23;;; modules, and to copy and distribute the resulting executable under
     24;;; terms of your choice, provided that you also meet, for each linked
     25;;; independent module, the terms and conditions of the license of that
     26;;; module.  An independent module is a module which is not derived from
     27;;; or based on this library.  If you modify this library, you may extend
     28;;; this exception to your version of the library, but you are not
     29;;; obligated to do so.  If you do not wish to do so, delete this
     30;;; exception statement from your version.
    1931
    2032(in-package #:system)
Note: See TracChangeset for help on using the changeset viewer.