Changeset 13066 for trunk/source/compiler/X86/x86-arch.lisp
- Timestamp:
- Oct 21, 2009, 7:11:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/X86/x86-arch.lisp
r12127 r13066 2 2 ;;; 3 3 ;;; Copyright (C) 2005 Clozure Associates and contributors. 4 ;;; This file is part of OpenMCL.5 ;;; 6 ;;; OpenMCL is licensed under the terms of the Lisp Lesser GNU Public7 ;;; License , known as the LLGPL and distributed with OpenMCL as the4 ;;; This file is part of Clozure CL. 5 ;;; 6 ;;; Clozure CL is licensed under the terms of the Lisp Lesser GNU Public 7 ;;; License , known as the LLGPL and distributed with Clozure CL as the 8 8 ;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL, 9 ;;; which is distributed with OpenMCL as the file "LGPL". Where these9 ;;; which is distributed with Clozure CL as the file "LGPL". Where these 10 10 ;;; conflict, the preamble takes precedence. 11 11 ;;; 12 ;;; OpenMCL is referenced in the preamble as the "LIBRARY."12 ;;; Clozure CL is referenced in the preamble as the "LIBRARY." 13 13 ;;; 14 14 ;;; The LLGPL is also available online at
Note: See TracChangeset
for help on using the changeset viewer.