From dd1df402f85f84e813b65ebaf15ca055ec52bd02 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 4 Sep 2008 16:35:52 +0200 Subject: [PATCH] silly docs. --- src/stat-models/regression.lsp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/stat-models/regression.lsp b/src/stat-models/regression.lsp index 3563911..b1c64ac 100644 --- a/src/stat-models/regression.lsp +++ b/src/stat-models/regression.lsp @@ -1,20 +1,18 @@ ;;; -*- mode: lisp -*- ;;; -;;; Copyright (c) 2005--2007, by A.J. Rossini +;;; Copyright (c) 2005--2008, by A.J. Rossini ;;; See COPYRIGHT file for any additional restrictions (BSD license). ;;; Since 1991, ANSI was finally finished. Modified to match ANSI ;;; Common Lisp. -;;;; +;;;; Originally from: ;;;; regression.lsp XLISP-STAT regression model proto and methods ;;;; XLISP-STAT 2.1 Copyright (c) 1990, by Luke Tierney ;;;; Additions to Xlisp 2.1, Copyright (c) 1989 by David Michael Betz ;;;; You may give out copies of this software; for conditions see the file ;;;; COPYING included with this distribution. ;;;; -;;;; ;;;; Incorporates modifications suggested by Sandy Weisberg. -;;;; (in-package :cl-user) -- 2.11.4.GIT