From 63ffe9ec19e3d74e9ff1afcf69d6a054d5908c07 Mon Sep 17 00:00:00 2001 From: David Lichteblau Date: Wed, 20 Aug 2014 16:39:25 +0300 Subject: [PATCH] Fix license header to reflect the actual license of two files Note that the license was changed by the author to MIT-style in this commit: commit 745214b242fb455492855f59df3ba08391964cf9 Author: gbaumann Date: Sun Mar 13 18:00:55 2005 +0000 Gross license change But one file was accidentally still referring to LGPL in the header line on top of the MIT license, and the same issue also accidentally re-introduced in other file when renaming it. --- src/defpack.lisp | 2 +- src/util/clex.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/defpack.lisp b/src/defpack.lisp index 7c698ec..029d939 100644 --- a/src/defpack.lisp +++ b/src/defpack.lisp @@ -2,7 +2,7 @@ ;;; --------------------------------------------------------------------------- ;;; Title: Package definitions for the html parser packages ;;; Author: Gilbert Baumann -;;; License: LGPL (See file COPYING for details). +;;; License: MIT style (see below) ;;; --------------------------------------------------------------------------- ;;; (c) copyright 2002 by Gilbert Baumann diff --git a/src/util/clex.lisp b/src/util/clex.lisp index 3fc4596..ec29d6a 100644 --- a/src/util/clex.lisp +++ b/src/util/clex.lisp @@ -3,7 +3,7 @@ ;;; Title: A flex like scanner generator for Common LISP ;;; Created: 1997-10-12 ;;; Author: Gilbert Baumann -;;; License: LGPL (See file COPYING for details). +;;; License: MIT style (see below) ;;; -------------------------------------------------------------------------------------- ;;; (c) copyright 1997-1999 by Gilbert Baumann -- 2.11.4.GIT