mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Fixing license header for SRFI 60 implementation
This commit is contained in:
parent
2411d3206c
commit
eed4ca7e61
1 changed files with 29 additions and 20 deletions
49
srfi/60.scm
49
srfi/60.scm
|
@ -1,23 +1,32 @@
|
||||||
;;; "60.scm", bit access and operations for integers for Scheme
|
#|
|
||||||
;;; Copyright (C) 1991, 1993, 2001, 2003, 2005 Aubrey Jaffer
|
| Copyright (c) 1991, 1993, 2001, 2003, 2005 Aubrey Jaffer
|
||||||
;;; Copyright (C) 2017 Koz Ross
|
| Copyright (c) 2017, Koz Ross
|
||||||
;
|
|
|
||||||
;Permission to copy this software, to modify it, to redistribute it,
|
| All rights reserved.
|
||||||
;to distribute modified versions, and to use it for any purpose is
|
|
|
||||||
;granted, subject to the following restrictions and understandings.
|
| Redistribution and use in source and binary forms, with or without
|
||||||
;
|
| modification, are permitted provided that the following conditions are met:
|
||||||
;1. Any copy made of this software must include this copyright notice
|
| * Redistributions of source code must retain the above copyright
|
||||||
;in full.
|
| notice, this list of conditions and the following disclaimer.
|
||||||
;
|
| * Redistributions in binary form must reproduce the above copyright
|
||||||
;2. I have made no warranty or representation that the operation of
|
| notice, this list of conditions and the following disclaimer in the
|
||||||
;this software will be error-free, and I am under no obligation to
|
| documentation and/or other materials provided with the distribution.
|
||||||
;provide any services, by way of maintenance, update, or otherwise.
|
| * Neither the name of Cyclone nor the
|
||||||
;
|
| names of its contributors may be used to endorse or promote products
|
||||||
;3. In conjunction with products arising from the use of this
|
| derived from this software without specific prior written permission.
|
||||||
;material, there shall be no use of my name in any advertising,
|
|
|
||||||
;promotional, or sales literature without prior written consent in
|
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||||
;each case.
|
| ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||||
|
| WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
| DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
||||||
|
| DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||||
|
| (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||||
|
| LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
|
| ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
| (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
|
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|#
|
||||||
|
|
||||||
(define-c raw-logand
|
(define-c raw-logand
|
||||||
"(void* data, int argc, closure _, object k, object x, object y)"
|
"(void* data, int argc, closure _, object k, object x, object y)"
|
||||||
"Cyc_check_int(data, x);
|
"Cyc_check_int(data, x);
|
||||||
|
|
Loading…
Add table
Reference in a new issue