X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fstrictmath%2Fcos.lisp;h=acdb59f13c1a1cd3d373b2d0726f22313510db46;hp=730533036a0d640950323a398412f8f5079fc306;hb=e03d5beb202ab528c5e05e3dc4f9e316eda199d6;hpb=7fac438c77bb0e3749bababc0cc89a1366893444 diff --git a/src/main/strictmath/cos.lisp b/src/main/strictmath/cos.lisp index 7305330..acdb59f 100644 --- a/src/main/strictmath/cos.lisp +++ b/src/main/strictmath/cos.lisp @@ -1,6 +1,10 @@ +; Copyright 2022 Frank Duncan (frank@consxy.com) under AGPL3. See distributed LICENSE.txt. (in-package #:strictmath) ; This file is taken from part of Evita Common Lisp. ; +; It has been updated to match the rest of the project's documentation and style +; standards. But otherwise, the following copyright supersedes the above AGPL copyright. +; ; Copyright (C) 1996-2007 by Project Vogue. ; Written by Yoshifumi "VOGUE" INOUE. (yosi@msn.com) ;