mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-30 13:11:17 -07:00
Precise the license of sockets/test.lisp, which we copied from SBCL
This commit is contained in:
parent
5643a2a02f
commit
b3400e9e93
1 changed files with 12 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue