Changeset 16685 for trunk/source/lib/ffi-darwinx8664.lisp
- Timestamp:
- Jan 16, 2016, 6:24:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/ffi-darwinx8664.lisp
r13067 r16685 1 1 ;;;-*- Mode: Lisp; Package: CCL -*- 2 2 ;;; 3 ;;; Copyright (C) 2007-2009 Clozure Associates and contributors 4 ;;; This file is part of Clozure CL. 3 ;;; Copyright 2007-2009 Clozure Associates 5 4 ;;; 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 ;;; file "LICENSE". The LLGPL consists of a preamble and the LGPL, 9 ;;; which is distributed with Clozure CL as the file "LGPL". Where these 10 ;;; conflict, the preamble takes precedence. 5 ;;; Licensed under the Apache License, Version 2.0 (the "License"); 6 ;;; you may not use this file except in compliance with the License. 7 ;;; You may obtain a copy of the License at 11 8 ;;; 12 ;;; Clozure CL is referenced in the preamble as the "LIBRARY."9 ;;; http://www.apache.org/licenses/LICENSE-2.0 13 10 ;;; 14 ;;; The LLGPL is also available online at 15 ;;; http://opensource.franz.com/preamble.html 11 ;;; Unless required by applicable law or agreed to in writing, software 12 ;;; distributed under the License is distributed on an "AS IS" BASIS, 13 ;;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ;;; See the License for the specific language governing permissions and 15 ;;; limitations under the License. 16 16 17 17 (in-package "CCL")
Note: See TracChangeset
for help on using the changeset viewer.