Skip to content

Commit

Permalink
Switch to the MIT licence.
Browse files Browse the repository at this point in the history
Signed-off-by: Stelian Ionescu <[email protected]>
  • Loading branch information
sionescu committed Apr 15, 2008
1 parent 5f8f828 commit 12be00e
Show file tree
Hide file tree
Showing 71 changed files with 113 additions and 1,759 deletions.
24 changes: 3 additions & 21 deletions .template.lisp
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; file.lisp --- Short description.
;;; --- Short file description.
;;;
;;; Copyright (C) 20XX, Stelian Ionescu <[email protected]>
;;;
;;; This code is free software; you can redistribute it and/or
;;; modify it under the terms of the version 2.1 of
;;; the GNU Lesser General Public License as published by
;;; the Free Software Foundation, as clarified by the
;;; preamble found here:
;;; http://opensource.franz.com/preamble.html
;;;
;;; This program is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU Lesser General
;;; Public License along with this library; if not, write to the
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
;;; Boston, MA 02110-1301, USA

(in-package )
(in-package ...)

27 changes: 27 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Copyright (C) 2003, Zach Beane <[email protected]>
Copyright (C) 2004, Daniel Barlow <[email protected]>
Copyright (C) 2005-2006, Matthew Backes <[email protected]>
Copyright (C) 2005-2006, Dan Knapp <[email protected]>
Copyright (C) 2006-2008, Stelian Ionescu <[email protected]>
Copyright (C) 2007, François-René Rideau <[email protected]>
Copyright (C) 2007, Luis Oliveira <[email protected]>
Copyright (C) 2008, Attila Lendvai <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
504 changes: 0 additions & 504 deletions LICENSE

This file was deleted.

66 changes: 0 additions & 66 deletions LLGPL-2.1

This file was deleted.

30 changes: 16 additions & 14 deletions doc/license.texinfo
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
@quotation
This code is free software; you can redistribute it and/or
modify it under the terms of the version 2.1 of
the GNU Lesser General Public License as published by
the Free Software Foundation, as clarified by the
preamble found here:
http://opensource.franz.com/preamble.html
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
``Software''), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
You should have received a copy of the GNU Lesser General
Public License along with this library; if not, write to the
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
Boston, MA 02110-1301, USA
@sc{The software is provided ``as is'', without warranty of any kind,
express or implied, including but not limited to the warranties of
merchantability, fitness for a particular purpose and noninfringement.
In no event shall the authors or copyright holders be liable for any
claim, damages or other liability, whether in an action of contract,
tort or otherwise, arising from, out of or in connection with the
software or the use or other dealings in the software.}
@end quotation
21 changes: 0 additions & 21 deletions io.multiplex.asd
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; io-multiplex.asd --- ASDF system definition.
;;;
;;; Copyright (C) 2006-2008, Stelian Ionescu <[email protected]>
;;;
;;; This code is free software; you can redistribute it and/or
;;; modify it under the terms of the version 2.1 of
;;; the GNU Lesser General Public License as published by
;;; the Free Software Foundation, as clarified by the
;;; preamble found here:
;;; http://opensource.franz.com/preamble.html
;;;
;;; This program is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU Lesser General
;;; Public License along with this library; if not, write to the
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
;;; Boston, MA 02110-1301, USA

(in-package :common-lisp-user)

Expand Down
20 changes: 1 addition & 19 deletions io.multiplex/detect.lisp
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; detect.lisp --- Detect available multiplexers.
;;; --- Detect available multiplexers.
;;;
;;; Copyright (C) 2006-2007, Stelian Ionescu <[email protected]>
;;;
;;; This code is free software; you can redistribute it and/or
;;; modify it under the terms of the version 2.1 of
;;; the GNU Lesser General Public License as published by
;;; the Free Software Foundation, as clarified by the
;;; preamble found here:
;;; http://opensource.franz.com/preamble.html
;;;
;;; This program is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU Lesser General
;;; Public License along with this library; if not, write to the
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
;;; Boston, MA 02110-1301, USA

(in-package :io.multiplex)

Expand Down
20 changes: 1 addition & 19 deletions io.multiplex/epoll.lisp
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; epoll.lisp --- epoll()-based multiplexer implementation.
;;; --- epoll(2) multiplexer implementation.
;;;
;;; Copyright (C) 2006-2008, Stelian Ionescu <[email protected]>
;;;
;;; This code is free software; you can redistribute it and/or
;;; modify it under the terms of the version 2.1 of
;;; the GNU Lesser General Public License as published by
;;; the Free Software Foundation, as clarified by the
;;; preamble found here:
;;; http://opensource.franz.com/preamble.html
;;;
;;; This program is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU Lesser General
;;; Public License along with this library; if not, write to the
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
;;; Boston, MA 02110-1301, USA

(in-package :io.multiplex)

Expand Down
20 changes: 1 addition & 19 deletions io.multiplex/event-loop.lisp
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; event-loop.lisp --- Main event loop.
;;; --- Main event loop.
;;;
;;; Copyright (C) 2006-2007, Stelian Ionescu <[email protected]>
;;;
;;; This code is free software; you can redistribute it and/or
;;; modify it under the terms of the version 2.1 of
;;; the GNU Lesser General Public License as published by
;;; the Free Software Foundation, as clarified by the
;;; preamble found here:
;;; http://opensource.franz.com/preamble.html
;;;
;;; This program is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU Lesser General
;;; Public License along with this library; if not, write to the
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
;;; Boston, MA 02110-1301, USA

(in-package :io.multiplex)

Expand Down
20 changes: 1 addition & 19 deletions io.multiplex/fd-wait.lisp
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; fd-wait.lisp --- Wait for events on single FDs.
;;; --- Wait for events on single FDs.
;;;
;;; Copyright (C) 2006-2008, Stelian Ionescu <[email protected]>
;;;
;;; This code is free software; you can redistribute it and/or
;;; modify it under the terms of the version 2.1 of
;;; the GNU Lesser General Public License as published by
;;; the Free Software Foundation, as clarified by the
;;; preamble found here:
;;; http://opensource.franz.com/preamble.html
;;;
;;; This program is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU Lesser General
;;; Public License along with this library; if not, write to the
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
;;; Boston, MA 02110-1301, USA

(in-package :io.multiplex)

Expand Down
4 changes: 2 additions & 2 deletions io.multiplex/foreign-bsd.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; linux.lisp --- Linux-specific definitions.
;;; --- Linux-specific definitions.
;;;
;;; Copyright (C) 2005-2006, Matthew Backes <[email protected]>
;;; Copyright (C) 2005-2006, Dan Knapp <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions io.multiplex/foreign-linux.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; linux.lisp --- Linux-specific definitions.
;;; --- Linux-specific definitions.
;;;
;;; Copyright (C) 2005-2006, Matthew Backes <[email protected]>
;;; Copyright (C) 2005-2006, Dan Knapp <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions io.multiplex/foreign-unix.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; linux.lisp --- Linux-specific definitions.
;;; --- Linux-specific definitions.
;;;
;;; Copyright (C) 2005-2006, Matthew Backes <[email protected]>
;;; Copyright (C) 2005-2006, Dan Knapp <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions io.multiplex/grovel.lisp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; unixint.lisp --- Grovel definitions for IO.MULTIPLEX
;;; --- Grovel definitions for IO.MULTIPLEX
;;;
;;; Copyright (C) 2005-2006, Matthew Backes <[email protected]>
;;; Copyright (C) 2005-2006, Dan Knapp <[email protected]>
;;; Copyright (C) 2007, Stelian Ionescu <[email protected]>
;;; Copyright (C) 2007, Stelian Ionescu <[email protected]>
;;;
;;; Permission is hereby granted, free of charge, to any person
;;; obtaining a copy of this software and associated documentation
Expand Down
20 changes: 1 addition & 19 deletions io.multiplex/kqueue.lisp
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; kqueue.lisp --- kequeue multiplexer implementation.
;;; --- kequeue(2) multiplexer implementation.
;;;
;;; Copyright (C) 2006-2008, Stelian Ionescu <[email protected]>
;;;
;;; This code is free software; you can redistribute it and/or
;;; modify it under the terms of the version 2.1 of
;;; the GNU Lesser General Public License as published by
;;; the Free Software Foundation, as clarified by the
;;; preamble found here:
;;; http://opensource.franz.com/preamble.html
;;;
;;; This program is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU Lesser General
;;; Public License along with this library; if not, write to the
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
;;; Boston, MA 02110-1301, USA

(in-package :io.multiplex)

Expand Down
20 changes: 1 addition & 19 deletions io.multiplex/multiplexer.lisp
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; indent-tabs-mode: nil -*-
;;;
;;; multiplexer.lisp --- Base class for multiplexers.
;;; --- Base class for multiplexers.
;;;
;;; Copyright (C) 2006-2007, Stelian Ionescu <[email protected]>
;;;
;;; This code is free software; you can redistribute it and/or
;;; modify it under the terms of the version 2.1 of
;;; the GNU Lesser General Public License as published by
;;; the Free Software Foundation, as clarified by the
;;; preamble found here:
;;; http://opensource.franz.com/preamble.html
;;;
;;; This program is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU Lesser General
;;; Public License along with this library; if not, write to the
;;; Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
;;; Boston, MA 02110-1301, USA

(in-package :io.multiplex)

Expand Down
Loading

0 comments on commit 12be00e

Please sign in to comment.