Last change
on this file since 11367 was
11367,
checked in by gb, 12 years ago
|
New file, or maybe a very old one. Empty, for now, and there may
be some circular bootstrapping soon.
|
File size:
721 bytes
|
Line | |
---|
1 | ;;;-*-Mode: LISP; Package: ccl -*- |
---|
2 | ;;; |
---|
3 | ;;; Copyright (C) 2008, Clozure Associates and contributors |
---|
4 | ;;; This file is part of OpenMCL. |
---|
5 | ;;; |
---|
6 | ;;; OpenMCL is licensed under the terms of the Lisp Lesser GNU Public |
---|
7 | ;;; License , known as the LLGPL and distributed with OpenMCL as the |
---|
8 | ;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL, |
---|
9 | ;;; which is distributed with OpenMCL as the file "LGPL". Where these |
---|
10 | ;;; conflict, the preamble takes precedence. |
---|
11 | ;;; |
---|
12 | ;;; OpenMCL is referenced in the preamble as the "LIBRARY." |
---|
13 | ;;; |
---|
14 | ;;; The LLGPL is also available online at |
---|
15 | ;;; http://opensource.franz.com/preamble.html |
---|
16 | |
---|
17 | ;;; Shared compiler backend utilities and infrastructure. |
---|
18 | |
---|
19 | (in-package "CCL") |
---|
20 | |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.