X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fstrictmath%2Frem-pio2.lisp;h=3a0ef543d689bdf9a0d4fb1118a1f7937b936c4a;hp=4527e6e83647c652f5f732c2c884f0872a704954;hb=e03d5beb202ab528c5e05e3dc4f9e316eda199d6;hpb=7fac438c77bb0e3749bababc0cc89a1366893444 diff --git a/src/main/strictmath/rem-pio2.lisp b/src/main/strictmath/rem-pio2.lisp index 4527e6e..3a0ef54 100644 --- a/src/main/strictmath/rem-pio2.lisp +++ b/src/main/strictmath/rem-pio2.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) ;