Precise the license of sockets/test.lisp, which we copied from SBCL

This commit is contained in:
jjgarcia 2005-12-19 14:32:27 +00:00
parent 5643a2a02f
commit b3400e9e93

View file

@ -1,3 +1,15 @@
;; -*- Mode: Lisp; Syntax: Common-Lisp -*-
;; $Id$
;; This file is based on SBCL's SB-BSD-SOCKET module and has been
;; heavily modified to work with ECL by Julian Stecklina.
;; Port to Windows Sockets contributed by M. Goffioul.
;; You may do whatever you want with this file. (PUBLIC DOMAIN)
;; Trivial stuff is copied from SBCL's SB-BSD-SOCKETS, which is also
;; in the public domain.
(in-package :cl-user)
(load "sys:sockets")