From fd2ef7c7d1440af9c417774a4f8e5271a9197247 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 24 Sep 2009 10:35:35 +0200 Subject: [PATCH] Template fixed, and license applied to the dataframe unittests. --- src/template.lisp | 7 ++++--- src/unittests/unittests-dataframe.lisp | 9 ++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/template.lisp b/src/template.lisp index 97b2811..1105414 100644 --- a/src/template.lisp +++ b/src/template.lisp @@ -1,11 +1,12 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-06-22 17:10:57 tony> +;;; Time-stamp: <2009-09-24 10:34:53 tony> ;;; Creation: <2009-03-12 17:14:56 tony> ;;; File: template.lisp ;;; Author: AJ Rossini -;;; Copyright: (c)2009--, AJ Rossini. BSD, LLGPL, or GPLv2, depending -;;; on how it arrives. +;;; Copyright: (c)2009--, AJ Rossini. Currently licensed under MIT +;;; license. See file LICENSE.mit in top-level directory +;;; for information. ;;; Purpose: Template header file ;;; What is this talk of 'release'? Klingons do not make software diff --git a/src/unittests/unittests-dataframe.lisp b/src/unittests/unittests-dataframe.lisp index 4513fcf..0b3babb 100644 --- a/src/unittests/unittests-dataframe.lisp +++ b/src/unittests/unittests-dataframe.lisp @@ -2,18 +2,17 @@ ;;; File: unittests-dataframe.lisp ;;; Author: AJ Rossini -;;; Copyright: (c)2008, AJ Rossini. BSD, LLGPL, or GPLv2, depending -;;; on how it arrives. +;;; Copyright: (c)2008--, AJ Rossini. Currently licensed under MIT +;;; license. See file LICENSE.mit in top-level directory +;;; for information. ;;; Purpose: unittests for the dataframe package -;;; Time-stamp: <2009-08-20 07:46:30 tony> +;;; Time-stamp: <2009-09-24 10:30:20 tony> ;;; Creation: <2008-05-09 14:18:19 tony> - ;;; What is this talk of 'release'? Klingons do not make software ;;; 'releases'. Our software 'escapes', leaving a bloody trail of ;;; designers and quality assurance people in its wake. - (in-package :lisp-stat-unittests) (deftestsuite lisp-stat-ut-dataframe (lisp-stat-ut) -- 2.11.4.GIT