diff --git a/COPYING b/COPYING deleted file mode 100644 index 63104c696efb63d28c44de1c1acbfb793da1c05a..0000000000000000000000000000000000000000 --- a/COPYING +++ /dev/null @@ -1,27 +0,0 @@ -All contents -©2006-2009 Liam Healy -except as noted below. - -All the code of GSLL, except documentation strings derived from the GSL -manual, is distributed under the terms of the GNU Lesser General Public -License (LGPL), http://www.gnu.org/licenses/lgpl.html with the -preamble defined by Franz, Inc. -http://opensource.franz.com/preamble.html to address specific issues -about Lisp. - -Most of the :documentation strings used as arguments to defmfun, and -some comments in the Common Lisp source code are derived from the GSL -documentation. These are licensed under the GNU FDL, -http://www.gnu.org/licenses/fdl.html. These are usually preceeded by -a comment "; FDL" in the source code. The following applies to these: - -Permission is granted to copy, distribute and/or modify this -document under the terms of the GNU Free Documentation License, -Version 1.2 or any later version published by the Free Software -Foundation; with the Invariant Sections being "GNU General Public -License" and "Free Software Needs Free Documentation", the -Front-Cover text being "A GNU Manual", and with the Back-Cover -Text being (a) (see below). - -(a) The Back-Cover Text is: "You have freedom to copy and modify -this GNU Manual, like GNU software." diff --git a/basis-splines.lisp b/basis-splines.lisp index ed1154d03ccbf1bd16ef41ddc3fd4dc8f76f6a3f..b2a05f4883918aa7c3f50d4b531041bb74d1034e 100644 --- a/basis-splines.lisp +++ b/basis-splines.lisp @@ -1,7 +1,22 @@ ;; Basis splines. ;; Liam Healy 2008-02-18 14:43:20EST basis-splines.lisp -;; Time-stamp: <2009-05-24 22:58:41EDT basis-splines.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:42:10EST basis-splines.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/calculus/monte-carlo-structs.lisp b/calculus/monte-carlo-structs.lisp index 72733c84ce6f4d54ea0b0b8b52fc70b2683218e8..68c870acf0ee88bffe85360b35cce20b55df47b5 100644 --- a/calculus/monte-carlo-structs.lisp +++ b/calculus/monte-carlo-structs.lisp @@ -1,6 +1,22 @@ ;; CFFI-Grovel definitions for unix systems. ;; Liam Healy 2009-06-06 09:32:30EDT monte-carlo-structs.lisp -;; Time-stamp: <2009-08-23 10:19:40EDT monte-carlo-structs.lisp> +;; Time-stamp: <2009-12-27 09:42:10EST monte-carlo-structs.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/calculus/monte-carlo.lisp b/calculus/monte-carlo.lisp index 32fbfd9366ec8e7d6f03578bbcdf65e2fc2d6adc..6c895d963ae2eeace8f851fdae1c981e6b8e97ba 100644 --- a/calculus/monte-carlo.lisp +++ b/calculus/monte-carlo.lisp @@ -1,7 +1,22 @@ ;; Monte Carlo Integration ;; Liam Healy Sat Feb 3 2007 - 17:42 -;; Time-stamp: <2009-06-06 09:27:29EDT monte-carlo.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:42:11EST monte-carlo.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/calculus/numerical-differentiation.lisp b/calculus/numerical-differentiation.lisp index 3da56a910bc1add5423e2c68542a98594778a154..83623f54014ad62fdc409fca2787d10bb2d2728d 100644 --- a/calculus/numerical-differentiation.lisp +++ b/calculus/numerical-differentiation.lisp @@ -1,7 +1,22 @@ ;; Numerical differentiation. ;; Liam Healy Mon Nov 12 2007 - 22:07 -;; Time-stamp: <2009-04-26 23:23:53EDT numerical-differentiation.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:42:10EST numerical-differentiation.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/calculus/numerical-integration-with-tables.lisp b/calculus/numerical-integration-with-tables.lisp index 6949964e0ff88a1381a6bb6bc5d5d245de3f6cdb..45730ee350ec070abf394d5118ce72442a483bc1 100644 --- a/calculus/numerical-integration-with-tables.lisp +++ b/calculus/numerical-integration-with-tables.lisp @@ -1,7 +1,22 @@ ;; Numerical integration techniques that require tables ;; Liam Healy 2009-04-04 15:24:05EDT -;; Time-stamp: <2009-05-25 13:22:13EDT numerical-integration-with-tables.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:42:09EST numerical-integration-with-tables.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/calculus/numerical-integration.lisp b/calculus/numerical-integration.lisp index bf2f5620f02465527b0442ad1291cb1a07a84343..24615517ec93740a68a7562711522b7e29cafab8 100644 --- a/calculus/numerical-integration.lisp +++ b/calculus/numerical-integration.lisp @@ -1,7 +1,22 @@ ;; Numerical integration ;; Liam Healy, Wed Jul 5 2006 - 23:14 -;; Time-stamp: <2009-05-25 13:22:13EDT numerical-integration.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:42:09EST numerical-integration.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/chebyshev.lisp b/chebyshev.lisp index 941af37af9487fbcba2cc4446a5b03d3d4c0af6b..52ee8bc652a462e7006b31c5ad1ed0a1845310ab 100644 --- a/chebyshev.lisp +++ b/chebyshev.lisp @@ -1,7 +1,22 @@ ;; Chebyshev Approximations ;; Liam Healy Sat Nov 17 2007 - 20:36 -;; Time-stamp: <2009-05-25 09:44:54EDT chebyshev.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:42:07EST chebyshev.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/data/array-structs.lisp b/data/array-structs.lisp index 1e119aaaee9902bfdc99293b63e38ca1cc5b9e27..7011f01302e0b18fc538a56c91309251ef08d4cc 100644 --- a/data/array-structs.lisp +++ b/data/array-structs.lisp @@ -1,6 +1,22 @@ ;; CFFI-Grovel definitions for unix systems. ;; Liam Healy 2009-06-06 09:36:29EDT array-structs.lisp -;; Time-stamp: <2009-08-23 10:15:51EDT array-structs.lisp> +;; Time-stamp: <2009-12-27 09:42:07EST array-structs.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/data/array-tests.lisp b/data/array-tests.lisp index e656bfec192f113d9d567f731480871ee1d31de9..5b53755a4cde828baaaa59bc01048c3198e30f36 100644 --- a/data/array-tests.lisp +++ b/data/array-tests.lisp @@ -1,7 +1,22 @@ ;; Tests of array functions ;; Liam Healy 2008-10-20 22:41:48EDT array-tests.lisp -;; Time-stamp: <2009-05-03 16:59:30EDT array-tests.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:42:06EST array-tests.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; Generate each file with #'write-test-to-file, e.g. ;;; (write-test-to-file 'matrix-set-zero "../test/") diff --git a/data/both.lisp b/data/both.lisp index 8890b37821f795a497d883069310037d92d54891..cf618ed8911314136417f9b3e8cdf4bee0096011 100644 --- a/data/both.lisp +++ b/data/both.lisp @@ -1,6 +1,22 @@ ;; Functions for both vectors and matrices. ;; Liam Healy 2008-04-26 20:48:44EDT both.lisp -;; Time-stamp: <2009-12-26 10:18:59EST both.lisp> +;; Time-stamp: <2009-12-27 09:42:06EST both.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/data/combination.lisp b/data/combination.lisp index 20047986e6bece60721ab220f1c6e0f57c8b1e61..702d005ba5fd71ed30632c658d14f03526ddc012 100644 --- a/data/combination.lisp +++ b/data/combination.lisp @@ -1,7 +1,22 @@ ;; Combinations ;; Liam Healy, Sun Mar 26 2006 - 11:51 -;; Time-stamp: <2009-12-26 10:38:37EST combination.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:42:06EST combination.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/data/copy-cl.lisp b/data/copy-cl.lisp index 78abe820ad2b8e4518ab03fa7d957151842ec3aa..554367223033028cdccc5ec86beb3c18322ed59b 100644 --- a/data/copy-cl.lisp +++ b/data/copy-cl.lisp @@ -1,7 +1,22 @@ ;; Copy marrays to/from CL arrays ;; Liam Healy 2009-02-11 19:28:44EST copy-cl.lisp -;; Time-stamp: <2009-12-21 10:27:07EST copy-cl.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:42:05EST copy-cl.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; The function #'copy can be used to copy the contents to or from a ;;; CL array. If the destination isn't literally supplied, it can be diff --git a/data/iterate.lisp b/data/iterate.lisp index 79dc4bb298e72cd95b1245e7e31c693150189445..de7d5f6d752be668052b109afbb41728c0928c14 100644 --- a/data/iterate.lisp +++ b/data/iterate.lisp @@ -1,6 +1,22 @@ ;; Iterate ;; Norman Werner 2009-05-26 22:23:40EDT iterate.lisp -;; Time-stamp: <2009-12-21 09:04:18EST iterate.lisp> +;; Time-stamp: <2009-12-27 09:42:05EST iterate.lisp> +;; +;; Copyright 2009 Norman Werner, Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :iter) diff --git a/data/maref.lisp b/data/maref.lisp index 23acf9fbbfbe9cf1a9ffcf01021184087607e81a..767e399769b41516aa8466cca4a79fc8c3448c21 100644 --- a/data/maref.lisp +++ b/data/maref.lisp @@ -1,7 +1,22 @@ ;; Get/set array or elements: cl-array, maref ;; Liam Healy 2008-08-27 22:43:10EDT maref.lisp -;; Time-stamp: <2009-12-21 14:10:40EST maref.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:42:05EST maref.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) (export 'maref) diff --git a/data/marray.lisp b/data/marray.lisp index a194d91ffe86ebbe369861942e083c91cca19768..af1fa9735aa8f44220df13825870c0e674fb87d8 100644 --- a/data/marray.lisp +++ b/data/marray.lisp @@ -1,6 +1,22 @@ ;; A "marray" is an array in both GSL and CL ;; Liam Healy 2008-04-06 21:23:41EDT -;; Time-stamp: <2009-12-26 12:11:01EST marray.lisp> +;; Time-stamp: <2009-12-27 09:42:04EST marray.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/data/matrix.lisp b/data/matrix.lisp index e4f764b8c7a484b7bdb258a03b0411e658102903..9bf51fae151d695bb1b932211b4e25d98fa45315 100644 --- a/data/matrix.lisp +++ b/data/matrix.lisp @@ -1,6 +1,22 @@ ;; Matrices ;; Liam Healy 2008-04-15 21:57:52EDT matrix.lisp -;; Time-stamp: <2009-12-21 10:21:29EST matrix.lisp> +;; Time-stamp: <2009-12-27 09:42:04EST matrix.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/data/permutation.lisp b/data/permutation.lisp index 5d403fc302230c1805c971895a16f10136125373..fcc5e0b64e08e9dc226fd58c0075d85e8a5c5abd 100644 --- a/data/permutation.lisp +++ b/data/permutation.lisp @@ -1,6 +1,22 @@ ;; Permutations ;; Liam Healy, Sun Mar 26 2006 - 11:51 -;; Time-stamp: <2009-12-21 14:13:53EST permutation.lisp> +;; Time-stamp: <2009-12-27 09:42:03EST permutation.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;; $Id$ (in-package :gsl) diff --git a/data/vector.lisp b/data/vector.lisp index e8521a978f53a9b98a9a87f78205933aeb6ccc51..41f201fc40f296b7e617079dc31a1812f4d9661e 100644 --- a/data/vector.lisp +++ b/data/vector.lisp @@ -1,6 +1,22 @@ ;; Vectors ;; Liam Healy 2008-04-13 09:39:02EDT vector.lisp -;; Time-stamp: <2009-12-21 10:21:27EST vector.lisp> +;; Time-stamp: <2009-12-27 09:42:03EST vector.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/documentation/COPYING b/documentation/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..94a9ed024d3859793618152ea559a168bbcbb5e2 --- /dev/null +++ b/documentation/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + <program> Copyright (C) <year> <name of author> + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<http://www.gnu.org/licenses/>. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/documentation/index.html b/documentation/index.html index a528da30cf306791f59727a6514c39a59dc73d9b..1ffd7555bafe26fce62eac93869409894468d95d 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -227,7 +227,7 @@ from within the clbuild directory: <h3>License</h3> <p> This software is distributed under -the <a href="http://www.cliki.net/LLGPL">LLGPL</a> +the <a href="http://www.gnu.org/licenses/gpl.html">GPL</a> and <a href="http://www.gnu.org/copyleft/fdl.html">FDL</a>; see the file COPYING. There is absolutely no warranty.</p> @@ -474,7 +474,7 @@ and arrays used internally or for function return. <!-- Created: Feb 25 2005 --> <!-- hhmts start --> <small> -Time-stamp: <2009-12-25 15:38:38EST index.html> +Time-stamp: <2009-12-27 09:41:56EST index.html> </small> <!-- hhmts end --> </div> diff --git a/eigensystems/eigen-struct.lisp b/eigensystems/eigen-struct.lisp index 02155ea754931322d102a715564c901bb0bead11..09eae1667c60b86cb200f21f33dd4567e8eb7847 100644 --- a/eigensystems/eigen-struct.lisp +++ b/eigensystems/eigen-struct.lisp @@ -1,6 +1,22 @@ ;; CFFI-Grovel definitions. ;; Liam Healy -;; Time-stamp: <2009-08-23 10:18:04EDT eigen-struct.lisp> +;; Time-stamp: <2009-12-27 09:45:36EST eigen-struct.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/eigensystems/generalized.lisp b/eigensystems/generalized.lisp index 71f343c5250e9bbe04409d32bfff51b9771d82eb..98f3b881a48ea99e9c0d367e5fd95574a0e9f54d 100644 --- a/eigensystems/generalized.lisp +++ b/eigensystems/generalized.lisp @@ -1,6 +1,22 @@ ;; Real generalized eigensystems ;; Liam Healy 2009-02-16 12:55:04EST real-generalized.lisp -;; Time-stamp: <2009-02-16 15:28:56EST generalized.lisp> +;; Time-stamp: <2009-12-27 09:45:35EST generalized.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/eigensystems/nonsymmetric-generalized.lisp b/eigensystems/nonsymmetric-generalized.lisp index 81efa4689c0c86c875a4758cbe50de5912261a5e..30790dee76eab71273f0d8419b8ab6cc9b64ad7b 100644 --- a/eigensystems/nonsymmetric-generalized.lisp +++ b/eigensystems/nonsymmetric-generalized.lisp @@ -1,7 +1,22 @@ ;; Generalized eigensystems for nonsymmetric real matrices ;; Liam Healy 2009-02-16 14:27:20EST nonsymmetric-generalized.lisp -;; Time-stamp: <2009-02-16 15:25:43EST nonsymmetric-generalized.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:45:35EST nonsymmetric-generalized.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/eigensystems/nonsymmetric.lisp b/eigensystems/nonsymmetric.lisp index 8823ae35a8bdf236b4e92cbedac8751ac59ad27a..7cf2be833a4d309c253f495071d9735d4b8ebe20 100644 --- a/eigensystems/nonsymmetric.lisp +++ b/eigensystems/nonsymmetric.lisp @@ -1,7 +1,22 @@ ;; Eigensystems for nonsymmetric real matrices ;; Liam Healy 2009-02-16 12:51:18EST nonsymmetric.lisp -;; Time-stamp: <2009-02-16 14:54:24EST nonsymmetric.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:45:34EST nonsymmetric.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/eigensystems/symmetric-hermitian.lisp b/eigensystems/symmetric-hermitian.lisp index 1f391d66fefacee0f30059320f2640fe98fbb963..30ab7783a7d59a357d6145495b866e7d1e6e70c4 100644 --- a/eigensystems/symmetric-hermitian.lisp +++ b/eigensystems/symmetric-hermitian.lisp @@ -1,7 +1,22 @@ ;; Eigenvectors and eigenvalues ;; Liam Healy, Sun May 21 2006 - 19:52 -;; Time-stamp: <2009-06-06 11:01:44EDT symmetric-hermitian.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:43:47EST symmetric-hermitian.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/fast-fourier-transforms/backward.lisp b/fast-fourier-transforms/backward.lisp index 9f9ce626a600836f45ed262cb051860b89736782..5d3eaad7363fa2cf0a16f34c76a20ee045ca1928 100644 --- a/fast-fourier-transforms/backward.lisp +++ b/fast-fourier-transforms/backward.lisp @@ -1,6 +1,22 @@ ;; Backward FFT ;; Sumant Oemrawsingh, Sat Oct 24 2009 - 12:55 -;; Time-stamp: <2009-11-09 16:30:05EST backward.lisp> +;; Time-stamp: <2009-12-27 09:45:34EST backward.lisp> +;; +;; Copyright 2009 Sumant Oemrawsingh, Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/fast-fourier-transforms/discrete.lisp b/fast-fourier-transforms/discrete.lisp index f03d0115271009cbb5305dbff1e7dcf69d9536b8..ded9e2d1cec7045be5249fc94595c3dc207e3cf4 100644 --- a/fast-fourier-transforms/discrete.lisp +++ b/fast-fourier-transforms/discrete.lisp @@ -1,6 +1,22 @@ ;; Discrete Fourier Transforms ;; Liam Healy 2009-11-07 14:24:07EST -;; Time-stamp: <2009-11-07 17:02:19EST discrete.lisp> +;; Time-stamp: <2009-12-27 09:45:34EST discrete.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; These functions are not documented in GSL and appear to be present ;;; only to provide a check on the FFT routines. diff --git a/fast-fourier-transforms/example.lisp b/fast-fourier-transforms/example.lisp index 93b0c70bf07d92c7296a5c8734a64bb2c5901b0d..56cb4bff0da0a3d5458561567604726f90d2ae92 100644 --- a/fast-fourier-transforms/example.lisp +++ b/fast-fourier-transforms/example.lisp @@ -1,6 +1,22 @@ ;; Example FFT: transform a pulse (using the "clean" fft interface) ;; Sumant Oemrawsingh, Sat Oct 31 2009 - 00:24 -;; Time-stamp: <2009-12-06 22:05:01EST example.lisp> +;; Time-stamp: <2009-12-27 09:45:34EST example.lisp> +;; +;; Copyright 2009 Sumant Oemrawsingh, Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/fast-fourier-transforms/extras.lisp b/fast-fourier-transforms/extras.lisp index d3ec0b4ca3c104a84aae5f9e984f287102d7eacf..9d311d13061cc39f3d696274392fc8877539dea9 100644 --- a/fast-fourier-transforms/extras.lisp +++ b/fast-fourier-transforms/extras.lisp @@ -1,6 +1,21 @@ ;; Extras for FFT. ;; Sumant Oemrawsingh, Wed Nov 25 2009 - 22:03 - +;; +;; Copyright 2009 Sumant Oemrawsingh +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsll) (defun fft-frequency-step (size &optional (sample-spacing 1)) diff --git a/fast-fourier-transforms/forward.lisp b/fast-fourier-transforms/forward.lisp index 1e5c571f719455cab6dbbd3c8ef3a36bf8df89a2..4bb4f0d1d7f6e08eb0d7e642e44172d664bd0227 100644 --- a/fast-fourier-transforms/forward.lisp +++ b/fast-fourier-transforms/forward.lisp @@ -1,6 +1,22 @@ ;; Forward FFT. ;; Sumant Oemrawsingh, Sat Oct 31 2009 - 23:48 -;; Time-stamp: <2009-11-09 16:29:06EST forward.lisp> +;; Time-stamp: <2009-12-27 09:45:33EST forward.lisp> +;; +;; Copyright 2009 Sumant Oemrawsingh, Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/fast-fourier-transforms/inverse.lisp b/fast-fourier-transforms/inverse.lisp index 4956779d86f71c268759edf154d7f0c618c73b2e..dec04dd82ff9b5c650f869ca849a7d94dec76469 100644 --- a/fast-fourier-transforms/inverse.lisp +++ b/fast-fourier-transforms/inverse.lisp @@ -1,6 +1,22 @@ ;; Inverse FFT ;; Sumant Oemrawsingh, Sat Oct 24 2009 - 12:55 -;; Time-stamp: <2009-11-09 16:31:22EST inverse.lisp> +;; Time-stamp: <2009-12-27 09:45:33EST inverse.lisp> +;; +;; Copyright 2009 Sumant Oemrawsingh, Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/fast-fourier-transforms/select-direction.lisp b/fast-fourier-transforms/select-direction.lisp index 954ae7ba7ccf34e5ffe6ff98d3dccad2f23ffbbf..cf8c284d53069bf915571450b02eed1220aa7334 100644 --- a/fast-fourier-transforms/select-direction.lisp +++ b/fast-fourier-transforms/select-direction.lisp @@ -1,6 +1,22 @@ ;; FFT where direction is selected. ;; Sumant Oemrawsingh, Sat Oct 24 2009 - 12:55 -;; Time-stamp: <2009-11-07 10:22:21EST select-direction.lisp> +;; Time-stamp: <2009-12-27 09:45:32EST select-direction.lisp> +;; +;; Copyright 2009 Sumant Oemrawsingh, Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;; /usr/include/gsl/gsl_fft_complex.h ;; /usr/include/gsl/gsl_fft_complex_float.h diff --git a/fast-fourier-transforms/unpack.lisp b/fast-fourier-transforms/unpack.lisp index 2d4786ccab91cd9fa187b51f034ec71f20afd07b..fdb286a85deb601be5add5927b2f8fb58f51a128 100644 --- a/fast-fourier-transforms/unpack.lisp +++ b/fast-fourier-transforms/unpack.lisp @@ -1,6 +1,22 @@ ;; Unpack functions for FFT vectors. ;; Sumant Oemrawsingh, Sun Oct 25 2009 - 16:35 -;; Time-stamp: <2009-11-08 21:10:27EST unpack.lisp> +;; Time-stamp: <2009-12-27 09:45:32EST unpack.lisp> +;; +;; Copyright 2009 Sumant Oemrawsingh, Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/fast-fourier-transforms/wavetable-workspace.lisp b/fast-fourier-transforms/wavetable-workspace.lisp index fe40f525c6c9cf0f500cd20fd7ad6b749555d0a7..b6b7aa204d1e6dafce9968b5389decf9cebecac1 100644 --- a/fast-fourier-transforms/wavetable-workspace.lisp +++ b/fast-fourier-transforms/wavetable-workspace.lisp @@ -1,6 +1,22 @@ ;; Wavetable and workspace object definitions. ;; Sumant Oemrawsingh, Sun Oct 25 2009 - 16:35 -;; Time-stamp: <2009-11-11 19:01:48EST wavetable-workspace.lisp> +;; Time-stamp: <2009-12-27 09:45:32EST wavetable-workspace.lisp> +;; +;; Copyright 2009 Sumant Oemrawsingh, Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/floating-point/floating-point.lisp b/floating-point/floating-point.lisp index 196ec48974fe14c7b676fc93f1dfd69939fed45e..956c39380640ec85b5a8b92b25629705865e9a6e 100644 --- a/floating-point/floating-point.lisp +++ b/floating-point/floating-point.lisp @@ -1,7 +1,22 @@ ;; Comparison of floating point numbers using sequence integers ;; Liam Healy 2008-01-22 19:00:17EST floating-point.lisp -;; Time-stamp: <2009-01-14 21:33:50EST floating-point.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:46:10EST floating-point.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; All floats can be represented by integers. There are two slightly ;;; different ways of doing this. The sequence integer diff --git a/floating-point/ieee-modes.lisp b/floating-point/ieee-modes.lisp index b618fe893dc2519fa051383bc6fcba41669d2053..6b07e61720b60e0f1d23dd4a8bcb253dad567b25 100644 --- a/floating-point/ieee-modes.lisp +++ b/floating-point/ieee-modes.lisp @@ -1,7 +1,22 @@ ;; IEEE 754 Modes and masks ;; Liam Healy 2008-01-29 21:35:50EST ieee-modes.lisp -;; Time-stamp: <2009-05-25 14:37:57EDT ieee-modes.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:46:01EST ieee-modes.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/gsll-tests.asd b/gsll-tests.asd index 43801d40e1ab4cfb07a9495f10a944eee4d7022b..0812c10523db3d79205d3343aa3cb25e4ea6040a 100644 --- a/gsll-tests.asd +++ b/gsll-tests.asd @@ -1,6 +1,22 @@ ;; Definition of GSLL system ;; Liam Healy -;; Time-stamp: <2009-11-09 16:05:14EST gsll-tests.asd> +;; Time-stamp: <2009-12-27 09:46:41EST gsll-tests.asd> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (asdf:defsystem GSLL-TESTS :name "GSLL-tests" diff --git a/gsll.asd b/gsll.asd index 816fbf41b083e7ad660f34519dc4034aad71c943..d03b5c93d58cceb67c078128065f139b162a8d6b 100644 --- a/gsll.asd +++ b/gsll.asd @@ -1,6 +1,22 @@ ;; Definition of GSLL system ;; Liam Healy -;; Time-stamp: <2009-12-23 22:47:56EST gsll.asd> +;; Time-stamp: <2009-12-27 09:46:43EST gsll.asd> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (when (asdf:find-system :fsbv nil) (pushnew :fsbv *features*)) diff --git a/hankel.lisp b/hankel.lisp index 660bf581d8e9bf26fc5ba11945b5ed5048d8ab92..6cf1c07f92b02a32a241b1421bc936e53c6522a5 100644 --- a/hankel.lisp +++ b/hankel.lisp @@ -1,6 +1,22 @@ ;; Discrete Hankel Transforms. ;; Liam Healy, Sat Dec 8 2007 - 16:50 -;; Time-stamp: <2009-03-02 16:22:06EST hankel.lisp> +;; Time-stamp: <2009-12-27 09:47:41EST hankel.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;; $Id$ (in-package :gsl) diff --git a/histogram/histogram.lisp b/histogram/histogram.lisp index 537966f20405b96184c3b92e042792f53f100194..2ba42eb9207acca33f5f97b56f2e6f7591602609 100644 --- a/histogram/histogram.lisp +++ b/histogram/histogram.lisp @@ -1,7 +1,22 @@ ;; The histogram structure ;; Liam Healy, Mon Jan 1 2007 - 11:32 -;; Time-stamp: <2009-12-21 10:47:54EST histogram.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:47:40EST histogram.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/histogram/ntuple.lisp b/histogram/ntuple.lisp index 6b21b432577b2f8382acf5af9ba6536dfb565d55..5329bbdef25f36cea4d34db22ff7f6c00d82f3f2 100644 --- a/histogram/ntuple.lisp +++ b/histogram/ntuple.lisp @@ -1,6 +1,22 @@ ;; N-tuples ;; Liam Healy Sat Feb 3 2007 - 12:53 -;; Time-stamp: <2009-08-26 21:15:23EDT ntuple.lisp> +;; Time-stamp: <2009-12-27 09:47:40EST ntuple.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/histogram/operations.lisp b/histogram/operations.lisp index 2f6b5060fa6a0f877e9a4c8e8642dfc09c0b2bc9..3f8f394a04eb5e7bc454c9d5d34b7baa16a45065 100644 --- a/histogram/operations.lisp +++ b/histogram/operations.lisp @@ -1,6 +1,22 @@ ;; Histogram operations ;; Liam Healy, Mon Jan 1 2007 - 16:47 -;; Time-stamp: <2009-01-04 11:15:17EST operations.lisp> +;; Time-stamp: <2009-12-27 09:47:40EST operations.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;; $Id$ (in-package :gsl) diff --git a/histogram/probability-distribution.lisp b/histogram/probability-distribution.lisp index 0498d658fc2f7127f3104bc7f1d5671e7da7cfdb..be37634a203869de9f1dbe951c5c1db46e893a8a 100644 --- a/histogram/probability-distribution.lisp +++ b/histogram/probability-distribution.lisp @@ -1,7 +1,22 @@ ;; Histogram probability distribution. ;; Liam Healy, Mon Jan 1 2007 - 17:51 -;; Time-stamp: <2009-05-24 16:28:15EDT probability-distribution.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:47:39EST probability-distribution.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/histogram/statistics.lisp b/histogram/statistics.lisp index 2fb48e2aea37b6d45cf6cae87a817c3b3f83a62c..af7466ddb80a62d116216ea66d667fd0f69d0d05 100644 --- a/histogram/statistics.lisp +++ b/histogram/statistics.lisp @@ -1,7 +1,22 @@ ;; Statistics of histograms. ;; Liam Healy, Mon Jan 1 2007 - 16:13 -;; Time-stamp: <2009-04-26 23:15:55EDT statistics.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:48:06EST statistics.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/histogram/updating-accessing.lisp b/histogram/updating-accessing.lisp index b7344d49cfc1c958821b3c7c8670b242a08c3f8a..8f572df2116efb46fb85fb2c2873347efcaae5c6 100644 --- a/histogram/updating-accessing.lisp +++ b/histogram/updating-accessing.lisp @@ -1,7 +1,22 @@ ;; Updating and accessing histogram elements. ;; Liam Healy, Mon Jan 1 2007 - 14:43 -;; Time-stamp: <2009-04-26 23:13:17EDT updating-accessing.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:48:05EST updating-accessing.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/analysis.lisp b/init/analysis.lisp index d8cbe91da1fadf1479a366ce2d42a29fe6571a40..ed85b62a3d6594fac029e654c3aa04842367a075 100644 --- a/init/analysis.lisp +++ b/init/analysis.lisp @@ -1,7 +1,22 @@ ;; Analysis of interface status ;; Liam Healy 2008-11-16 16:17:14EST analysis.lisp -;; Time-stamp: <2008-11-16 17:21:10EST analysis.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:50:35EST analysis.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; These definitions are to monitor the status of the GSLL interface ;;; with respect to the GSL library for the purpose of directing diff --git a/init/body-expand.lisp b/init/body-expand.lisp index 1a0d15407ffd60f9435ff204daa18653f5d8d929..32e73d82c4c9cb901b63a354442f2a77528006e2 100644 --- a/init/body-expand.lisp +++ b/init/body-expand.lisp @@ -1,6 +1,22 @@ ;; Expand the body of a defmfun ;; Liam Healy 2009-04-13 22:07:13EDT body-expand.lisp -;; Time-stamp: <2009-12-25 22:48:01EST body-expand.lisp> +;; Time-stamp: <2009-12-27 09:50:35EST body-expand.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/callback-compile-defs.lisp b/init/callback-compile-defs.lisp index 2f447ae835fbc7724dedb68a34deeeebaf83667f..4e8b5b18669339ee25c4c180b87067287e8a456e 100644 --- a/init/callback-compile-defs.lisp +++ b/init/callback-compile-defs.lisp @@ -1,7 +1,22 @@ ;; Definitions for macro expansion ;; Liam Healy 2009-03-15 14:50:28EDT callback-compile-defs.lisp -;; Time-stamp: <2009-04-04 22:44:05EDT callback-compile-defs.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:50:34EST callback-compile-defs.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/callback-included.lisp b/init/callback-included.lisp index 8fcb44c0c71163001d59924afaadeb7ff237e0ae..830f1fee7f8bb325fe12148907814282f3fd0e3b 100644 --- a/init/callback-included.lisp +++ b/init/callback-included.lisp @@ -1,7 +1,22 @@ ;; The mobject that defines callbacks ;; Liam Healy 2009-03-14 11:20:03EDT callback-included.lisp -;; Time-stamp: <2009-04-04 21:45:12EDT callback-included.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:50:34EST callback-included.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/callback-struct.lisp b/init/callback-struct.lisp index 4322c2c0ed2c7d504e9418a989432d61ab1526ad..3778a7c572531ad52b4ca6a42387d8973f22ab90 100644 --- a/init/callback-struct.lisp +++ b/init/callback-struct.lisp @@ -1,6 +1,22 @@ ;; GSL structures for holding functions ;; Liam Healy 2009-04-04 22:15:56EDT callback-struct.lisp -;; Time-stamp: <2009-08-26 21:26:02EDT callback-struct.lisp> +;; Time-stamp: <2009-12-27 09:50:33EST callback-struct.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/callback.lisp b/init/callback.lisp index 4417f0ff864fd122c4b34d3d9e654a204a2a92f4..67ab9ee3d3d63fc6a6a31a77c7ba300d696307ff 100644 --- a/init/callback.lisp +++ b/init/callback.lisp @@ -1,7 +1,22 @@ ;; Foreign callback functions. ;; Liam Healy -;; Time-stamp: <2009-12-20 22:34:34EST callback.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:50:33EST callback.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/conditions.lisp b/init/conditions.lisp index 6feb6d3104f4e98e50d6fda7816cd73b52cfab3e..f66ef86032350b2e22b95d8eb28214347e5cad73 100644 --- a/init/conditions.lisp +++ b/init/conditions.lisp @@ -1,7 +1,22 @@ ;; GSL errors ;; Liam Healy Sat Mar 4 2006 - 18:33 -;; Time-stamp: <2009-08-22 15:19:52EDT conditions.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:50:32EST conditions.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/defmfun-array.lisp b/init/defmfun-array.lisp index 3089282a091116ca093054a006883c256784c889..2d9bc3fd3fbef5490880b4198af3de81782b3dd2 100644 --- a/init/defmfun-array.lisp +++ b/init/defmfun-array.lisp @@ -1,7 +1,22 @@ ;; Helpers for defining GSL functions on arrays ;; Liam Healy 2009-01-07 22:01:16EST defmfun-array.lisp -;; Time-stamp: <2009-12-23 23:03:19EST defmfun-array.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:50:32EST defmfun-array.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/defmfun-single.lisp b/init/defmfun-single.lisp index 214ff2e53b3c52eb73b11d337de675f8d8f68679..7cb36f4b0c2591313a80c38a5e76bd4967556944 100644 --- a/init/defmfun-single.lisp +++ b/init/defmfun-single.lisp @@ -1,7 +1,22 @@ ;; Helpers that define a single GSL function interface ;; Liam Healy 2009-01-07 22:02:20EST defmfun-single.lisp -;; Time-stamp: <2009-12-25 22:43:57EST defmfun-single.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:50:31EST defmfun-single.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/defmfun.lisp b/init/defmfun.lisp index c05867fc9c97b6a632d61b753bcd4ab3f1a52795..3f14c154b256d7b8a0525a4cfb531c219d0c7443 100644 --- a/init/defmfun.lisp +++ b/init/defmfun.lisp @@ -1,6 +1,22 @@ ;; Macro for defining GSL functions. ;; Liam Healy 2008-04-16 20:49:50EDT defmfun.lisp -;; Time-stamp: <2009-12-07 22:53:35EST defmfun.lisp> +;; Time-stamp: <2009-12-27 09:50:32EST defmfun.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/forms.lisp b/init/forms.lisp index 0b2b4916d8c521de76258d975e9478e0c0890407..b29795f3af4740bd56d42055451cfb590cbd29b8 100644 --- a/init/forms.lisp +++ b/init/forms.lisp @@ -1,6 +1,22 @@ ;; Lisp forms ;; Liam Healy 2009-03-07 15:49:25EST forms.lisp -;; Time-stamp: <2009-04-04 19:08:43EDT forms.lisp> +;; Time-stamp: <2009-12-27 09:50:31EST forms.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/funcallable.lisp b/init/funcallable.lisp index 730ee54ad857ef880e3985e9a8376c1fe2e3685b..2c403edfbd845fa36129482b17b428e3e8bc0605 100644 --- a/init/funcallable.lisp +++ b/init/funcallable.lisp @@ -1,7 +1,22 @@ ;; Generate a lambda that calls the user function; will be called by callback. ;; Liam Healy -;; Time-stamp: <2009-12-06 19:52:32EST funcallable.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:50:30EST funcallable.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/generate-examples.lisp b/init/generate-examples.lisp index 9d7f95ef16155c1f0e391d5aaf1e15213953aa92..c4d1b2e5c1702368b1bc0290482fb2ee3acb28f4 100644 --- a/init/generate-examples.lisp +++ b/init/generate-examples.lisp @@ -1,7 +1,22 @@ ;; Define examples. ;; Liam Healy 2008-09-07 21:00:48EDT generate-tests.lisp -;; Time-stamp: <2009-12-07 23:01:41EST generate-examples.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:50:30EST generate-examples.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; Define examples that can be displayed by users with the function ;;; #'examples and can be used to generate regression (unit) tests. diff --git a/init/init.lisp b/init/init.lisp index e1ab245a8e6592054b6b7cb359992323db408014..9df5144c0cc979751d370c26d8218788a0ba7ac0 100644 --- a/init/init.lisp +++ b/init/init.lisp @@ -1,7 +1,22 @@ ;; Load GSL ;; Liam Healy Sat Mar 4 2006 - 18:53 -;; Time-stamp: <2009-12-21 13:58:51EST init.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:50:30EST init.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (defpackage gsll (:nicknames :gsl) diff --git a/init/interface.lisp b/init/interface.lisp index dc438a2802ba283b3b9896e4772c5eec5d116d09..f5ba4d1754fc4cd3ccb5b439c2af35fe832647a8 100644 --- a/init/interface.lisp +++ b/init/interface.lisp @@ -1,6 +1,22 @@ ;; Macros to interface GSL functions, including definitions necessary for defmfun. ;; Liam Healy -;; Time-stamp: <2009-12-20 23:03:02EST interface.lisp> +;; Time-stamp: <2009-12-27 09:50:29EST interface.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/libgsl-unix.lisp b/init/libgsl-unix.lisp index d3965ed8fe67a5b31f50f24d4fd6d0708d984e1a..515ac6e9c9829c5859f4ff513164905bfa94c8b9 100644 --- a/init/libgsl-unix.lisp +++ b/init/libgsl-unix.lisp @@ -1,7 +1,22 @@ ;; CFFI-Grovel definitions for unix systems. ;; Liam Healy 2009-05-25 13:10:50EDT libgsl-unix.lisp -;; Time-stamp: <2009-08-23 10:07:35EDT libgsl-unix.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:50:29EST libgsl-unix.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/mobject.lisp b/init/mobject.lisp index dd82941650dc182510004750ef2b40462351a2a8..25bc68c51fad66307be8976970ddebfb8d3779de 100644 --- a/init/mobject.lisp +++ b/init/mobject.lisp @@ -1,6 +1,22 @@ ;; Definition of GSL objects and ways to use them. ;; Liam Healy, Sun Dec 3 2006 - 10:21 -;; Time-stamp: <2009-12-21 10:44:01EST mobject.lisp> +;; Time-stamp: <2009-12-27 09:50:29EST mobject.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; GSL objects are represented in GSLL as and instance of a 'mobject. ;;; The macro demobject takes care of defining the appropriate diff --git a/init/types.lisp b/init/types.lisp index 560f55b5f662ef1e037f1e6d163f3f0e0402eb87..94230552bb54789f4bb4a419dfad74f2ae092378 100644 --- a/init/types.lisp +++ b/init/types.lisp @@ -1,7 +1,22 @@ ;; Number types used by GSL functions, and specification conversion ;; Liam Healy 2008-12-31 21:06:34EST types.lisp -;; Time-stamp: <2009-12-23 23:00:53EST types.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:50:28EST types.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/init/utility.lisp b/init/utility.lisp index f736992740f2ef8f371e91405198a30602015abb..a40c717e923491a3a1c1fda29f0e45912c37b485 100644 --- a/init/utility.lisp +++ b/init/utility.lisp @@ -1,7 +1,22 @@ ;; Utility definitions ;; Liam Healy 2009-04-02 22:33:15EDT utility.lisp -;; Time-stamp: <2009-04-02 22:49:53EDT utility.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:50:28EST utility.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/interpolation/evaluation.lisp b/interpolation/evaluation.lisp index 01cd88d42e90ed2eac707c2e12429824ca08ab5c..728ddefaab5a3977d8d8d93f5482ff8769f071cc 100644 --- a/interpolation/evaluation.lisp +++ b/interpolation/evaluation.lisp @@ -1,6 +1,22 @@ ;; Evaluation of interpolation functions. ;; Liam Healy Sun Nov 4 2007 - 18:40 -;; Time-stamp: <2009-11-11 23:18:50EST evaluation.lisp> +;; Time-stamp: <2009-12-27 09:52:14EST evaluation.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/interpolation/interpolation.lisp b/interpolation/interpolation.lisp index 505c942a9bffd13d0a587b0da51080305d0c953b..c45df356b47fc301f63020c82f03fc4cde6a6313 100644 --- a/interpolation/interpolation.lisp +++ b/interpolation/interpolation.lisp @@ -1,7 +1,22 @@ ;; Interpolation allocation, initialization, and freeing. ;; Liam Healy, Sun Nov 4 2007 - 17:24 -;; Time-stamp: <2009-01-26 22:51:09EST interpolation.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:52:14EST interpolation.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/interpolation/lookup.lisp b/interpolation/lookup.lisp index ba60d725d1cab3032e64e5d84b375125510bf6c5..fc329b701fbd4795aea46e5c88efe230e1545512 100644 --- a/interpolation/lookup.lisp +++ b/interpolation/lookup.lisp @@ -1,7 +1,22 @@ ;; Index lookup and acceleration ;; Liam Healy, Sun Nov 4 2007 - 18:09 -;; Time-stamp: <2009-01-25 10:14:47EST lookup.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:52:14EST lookup.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/interpolation/spline-example.lisp b/interpolation/spline-example.lisp index 4d2b776866e6c4b8ff422eaca60ad43b6cde20ec..1571b62ef33ad861edd3fd0fe73816baf4fd1edf 100644 --- a/interpolation/spline-example.lisp +++ b/interpolation/spline-example.lisp @@ -1,6 +1,22 @@ ;; Example spline ;; Liam Healy, Sat Nov 10 2007 - 21:18 -;; Time-stamp: <2009-11-11 23:19:51EST spline-example.lisp> +;; Time-stamp: <2009-12-27 09:52:13EST spline-example.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/interpolation/types.lisp b/interpolation/types.lisp index 519d65dfcfead0da1af8501c178f7c6122b0eef0..a9b8c2a13a310ea19da6220dfc3634686348de04 100644 --- a/interpolation/types.lisp +++ b/interpolation/types.lisp @@ -1,7 +1,22 @@ ;; Interpolation types ;; Liam Healy, Sun Nov 4 2007 - 17:41 -;; Time-stamp: <2009-02-16 09:46:04EST types.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:52:12EST types.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/linear-algebra/blas1.lisp b/linear-algebra/blas1.lisp index 3d37e4a8d1e1dc5fe3d908fd995d149abb160e8b..c0d9e9a72a2d18f799a3ab00210c38d8b02d93fa 100644 --- a/linear-algebra/blas1.lisp +++ b/linear-algebra/blas1.lisp @@ -1,7 +1,22 @@ ;; BLAS level 1, Vector operations ;; Liam Healy, Wed Apr 26 2006 - 15:23 -;; Time-stamp: <2009-05-03 11:28:12EDT blas1.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:55:01EST blas1.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/linear-algebra/blas2.lisp b/linear-algebra/blas2.lisp index da8d743fc39dd5501ff22839567f84b72f46b781..c3f2d1ba7e73728f7b7cd9afbc94c65cf32ed045 100644 --- a/linear-algebra/blas2.lisp +++ b/linear-algebra/blas2.lisp @@ -1,6 +1,22 @@ ;; BLAS level 2, Matrix-vector operations ;; Liam Healy, Wed Apr 26 2006 - 21:08 -;; Time-stamp: <2009-12-26 11:54:21EST blas2.lisp> +;; Time-stamp: <2009-12-27 09:55:01EST blas2.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;; $Id$ (in-package :gsl) diff --git a/linear-algebra/blas3.lisp b/linear-algebra/blas3.lisp index 6b97147b24884bfcea4a76d81c9b591d04d055e5..2bc038187061a15ec28694b6bb49d60caa5fb16b 100644 --- a/linear-algebra/blas3.lisp +++ b/linear-algebra/blas3.lisp @@ -1,7 +1,22 @@ ;; BLAS level 3, Matrix-matrix operations ;; Liam Healy, Wed Apr 26 2006 - 21:08 -;; Time-stamp: <2009-09-26 12:52:25EDT blas3.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:55:00EST blas3.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/linear-algebra/cholesky.lisp b/linear-algebra/cholesky.lisp index 79e41081810395e7655bda547dce16efe037f459..d39f2501fa6e01a8ff493233c5af0977e4d1044c 100644 --- a/linear-algebra/cholesky.lisp +++ b/linear-algebra/cholesky.lisp @@ -1,7 +1,22 @@ ;; Cholesky Decomposition ;; Liam Healy, Wed May 3 2006 - 16:38 -;; Time-stamp: <2009-12-26 12:38:34EST cholesky.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:55:00EST cholesky.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/linear-algebra/diagonal.lisp b/linear-algebra/diagonal.lisp index 03505c3f0a802fa93d68c6880928f744f14b3e3f..dec00edb2c07ef45fa8b797d89e42bf5d2fd5ef3 100644 --- a/linear-algebra/diagonal.lisp +++ b/linear-algebra/diagonal.lisp @@ -1,7 +1,22 @@ ;; Tridiagonal and Bidiagonal matrices ;; Liam Healy, Thu May 4 2006 - 15:43 -;; Time-stamp: <2009-11-14 09:22:50EST diagonal.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:55:00EST diagonal.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/linear-algebra/exponential.lisp b/linear-algebra/exponential.lisp index 6398779e35273977b6c6040bf857103ddc9bd764..9aec9bc36b8f748be9fd8807e419ba2452c1a416 100644 --- a/linear-algebra/exponential.lisp +++ b/linear-algebra/exponential.lisp @@ -1,7 +1,22 @@ ;; Exponential of a matrix ;; Liam Healy 2008-08-10 17:25:35EDT exponential.lisp -;; Time-stamp: <2009-06-04 23:10:35EDT exponential.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:55:00EST exponential.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/linear-algebra/householder.lisp b/linear-algebra/householder.lisp index 535b3bf6607d35ad6b72f32f4b1121b6c1ec58c6..4c828311f2ae0fa34b18e445c2fec27dfdd1c84b 100644 --- a/linear-algebra/householder.lisp +++ b/linear-algebra/householder.lisp @@ -1,7 +1,22 @@ ;; Householder Transformations ;; Liam Healy, Wed May 10 2006 - 10:03 -;; Time-stamp: <2009-12-26 12:38:35EST householder.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:54:59EST householder.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; For householder-transform, it would be nice to be able to pick the ;;; order of arguments returned (reverse). diff --git a/linear-algebra/lu.lisp b/linear-algebra/lu.lisp index beb503ac66776cf21f4df4bb3e14b2266c9b541b..e01ae812878ed0a20cf90e963b2eacd75a3bff16 100644 --- a/linear-algebra/lu.lisp +++ b/linear-algebra/lu.lisp @@ -1,7 +1,22 @@ ;; LU decomposition ;; Liam Healy, Thu Apr 27 2006 - 12:42 -;; Time-stamp: <2009-09-20 19:35:33EDT lu.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:54:59EST lu.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/linear-algebra/matrix-generation.lisp b/linear-algebra/matrix-generation.lisp index 1f2d3152c72ae51f7ba2f232da2d4a67176cf5a8..abf610611c6b736855b1a9979a8ab3f2573dfa53 100644 --- a/linear-algebra/matrix-generation.lisp +++ b/linear-algebra/matrix-generation.lisp @@ -1,6 +1,22 @@ ;; Generate matrices used in tests of linear algebra functions ;; Liam Healy 2009-09-19 18:28:31EDT matrix-generation.lisp -;; Time-stamp: <2009-12-22 22:37:22EST matrix-generation.lisp> +;; Time-stamp: <2009-12-27 09:54:58EST matrix-generation.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/linear-algebra/qr.lisp b/linear-algebra/qr.lisp index d39b86bf027feb056d11438446a02493978010b0..a6529524f8c638cf85267db9cde9c3d31a0a0258 100644 --- a/linear-algebra/qr.lisp +++ b/linear-algebra/qr.lisp @@ -1,7 +1,22 @@ ;; QR decomposition ;; Liam Healy 2008-02-17 11:05:20EST qr.lisp -;; Time-stamp: <2009-12-26 12:15:35EST qr.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:54:58EST qr.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/linear-algebra/qrpt.lisp b/linear-algebra/qrpt.lisp index 42572cbdfe5311a0b115fcb753bd60766c5087dd..4692d64975689468e861229514e13cee6ff99670 100644 --- a/linear-algebra/qrpt.lisp +++ b/linear-algebra/qrpt.lisp @@ -1,7 +1,22 @@ ;; QR with column pivoting ;; Liam Healy, Fri Apr 28 2006 - 16:53 -;; Time-stamp: <2009-12-26 12:33:04EST qrpt.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:54:58EST qrpt.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/linear-algebra/svd.lisp b/linear-algebra/svd.lisp index 131e8e61c6f8c37e049d8613d7a60e6590fe926f..9cbae06cdbe33c2326bab483d2f8e8cf8d98fe30 100644 --- a/linear-algebra/svd.lisp +++ b/linear-algebra/svd.lisp @@ -1,6 +1,22 @@ ;; Singular Value Decomposition ;; Liam Healy, Tue May 2 2006 - 12:15 -;; Time-stamp: <2009-09-20 19:35:07EDT svd.lisp> +;; Time-stamp: <2009-12-27 09:54:57EST svd.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/mathematical/complex.lisp b/mathematical/complex.lisp index 0fd6dd1882659f248dde0e6417a416ecb949fb45..6ec0a235a44342d5c03ac052fdcd8d09af8cd886 100644 --- a/mathematical/complex.lisp +++ b/mathematical/complex.lisp @@ -1,7 +1,22 @@ ;; Functions of complex numbers ;; Liam Healy 2009-01-13 21:19:38EST complex.lisp -;; Time-stamp: <2009-05-03 18:13:48EDT complex.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 09:55:42EST complex.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/mathematical/mathematical.lisp b/mathematical/mathematical.lisp index bbfb2a7066fa278b484eb9af5fbc19d163e72d2d..7ede5a6418d30f69eb37ab06c150d0d3912375e4 100644 --- a/mathematical/mathematical.lisp +++ b/mathematical/mathematical.lisp @@ -1,7 +1,22 @@ ;; Mathematical functions ;; Liam Healy, Wed Mar 8 2006 - 22:09 -;; Time-stamp: <2008-12-31 18:44:26EST mathematical.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:55:41EST mathematical.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/ordinary-differential-equations/control.lisp b/ordinary-differential-equations/control.lisp index 9b6b2e8bcdf3f0e5a3265281090e11197ac23dc2..d5809119f926bfa61802ea70d6ef6bb71216f99d 100644 --- a/ordinary-differential-equations/control.lisp +++ b/ordinary-differential-equations/control.lisp @@ -1,7 +1,22 @@ ;; Adaptive step-size control ;; Liam Healy 2008-02-17 17:30:04EST control.lisp -;; Time-stamp: <2009-05-25 14:52:26EDT control.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:56:56EST control.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/ordinary-differential-equations/evolution.lisp b/ordinary-differential-equations/evolution.lisp index fc20dab55dc451b84fe07cbfeba536e74ddd95c9..ae033d14b6c67f0dde9e5bde7b9f9e5d2101370e 100644 --- a/ordinary-differential-equations/evolution.lisp +++ b/ordinary-differential-equations/evolution.lisp @@ -1,7 +1,22 @@ ;; Evolution functions for ODE integration. ;; Liam Healy, Sun Sep 30 2007 - 14:31 -;; Time-stamp: <2009-03-29 16:25:04EDT evolution.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:56:56EST evolution.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/ordinary-differential-equations/ode-example.lisp b/ordinary-differential-equations/ode-example.lisp index 69fc49500290c7c17265b6ddeaf9945351352199..1e5545a8279401b6e9d34b94a043979ac867a729 100644 --- a/ordinary-differential-equations/ode-example.lisp +++ b/ordinary-differential-equations/ode-example.lisp @@ -1,7 +1,22 @@ ;; Example ODE ;; Liam Healy Sat Sep 29 2007 - 17:49 -;; Time-stamp: <2009-03-29 22:51:51EDT ode-example.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:56:55EST ode-example.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; van der Pol as given in Section 25.5 of the GSL manual. To ;;; reproduce that example, (integrate-vanderpol 100.0d0) diff --git a/ordinary-differential-equations/ode-struct.lisp b/ordinary-differential-equations/ode-struct.lisp index 5f83cebbf9753100c9213156d0ac22e4ab399b9d..0847b5f4a47eb2082224c306e29a8c9fd9656da0 100644 --- a/ordinary-differential-equations/ode-struct.lisp +++ b/ordinary-differential-equations/ode-struct.lisp @@ -1,6 +1,22 @@ ;; Define the structure for ODEs ;; Liam Healy 2009-06-06 16:42:29EDT ode-struct.lisp -;; Time-stamp: <2009-08-23 10:20:07EDT ode-struct.lisp> +;; Time-stamp: <2009-12-27 09:56:55EST ode-struct.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/ordinary-differential-equations/ode-system.lisp b/ordinary-differential-equations/ode-system.lisp index 73a9196cd015b656fc1b26a14650dd2294ab96e6..e67a03eb43c17f9113243774d8f7ae4532c220ae 100644 --- a/ordinary-differential-equations/ode-system.lisp +++ b/ordinary-differential-equations/ode-system.lisp @@ -1,7 +1,22 @@ ;; ODE system setup ;; Liam Healy, Sun Apr 15 2007 - 14:19 -;; Time-stamp: <2009-03-29 22:54:21EDT ode-system.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 09:56:55EST ode-system.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/ordinary-differential-equations/stepping.lisp b/ordinary-differential-equations/stepping.lisp index 94d8da842df0622df26bb1942c29b7b21d4c2fc7..e5604cf105f1b2f10c75cda5ab4fb7f5c27ab3b0 100644 --- a/ordinary-differential-equations/stepping.lisp +++ b/ordinary-differential-equations/stepping.lisp @@ -1,6 +1,22 @@ ;; Stepping functions for ODE systems. ;; Liam Healy, Mon Sep 24 2007 - 21:33 -;; Time-stamp: <2009-11-30 19:01:31EST stepping.lisp> +;; Time-stamp: <2009-12-27 09:56:54EST stepping.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;; /usr/include/gsl/gsl_odeiv.h diff --git a/physical-constants/cgsm.lisp b/physical-constants/cgsm.lisp index 649ca393e4fd6f0c05afd9e932e89ab74547aeca..8351b8550cd7b95f79cf9067c836da9d85d7f948 100644 --- a/physical-constants/cgsm.lisp +++ b/physical-constants/cgsm.lisp @@ -1,7 +1,22 @@ ;; Physical constants in the CGSM system ;; Liam Healy 2009-05-25 17:01:32EDT cgsm.lisp -;; Time-stamp: <2009-11-09 12:28:49EST cgsm.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 10:00:05EST cgsm.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/physical-constants/export.lisp b/physical-constants/export.lisp index fe3d8ae5f4420ffb348b53dfd78d196845cbeb5f..674392249897e894d4d739a1231169e4561cae8f 100644 --- a/physical-constants/export.lisp +++ b/physical-constants/export.lisp @@ -1,6 +1,22 @@ ;; Export the physical constant symbols ;; Liam Healy 2009-05-28 22:53:27EDT export.lisp -;; Time-stamp: <2009-05-28 23:01:45EDT export.lisp> +;; Time-stamp: <2009-12-27 10:00:05EST export.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/physical-constants/mksa.lisp b/physical-constants/mksa.lisp index 07dc0d34a5dccac73102ef34727083be8da7a9cb..07eb3720919913dcf6a258fcd6b62022807f8c57 100644 --- a/physical-constants/mksa.lisp +++ b/physical-constants/mksa.lisp @@ -1,7 +1,22 @@ ;; Physical constants in the MKSA system ;; Liam Healy 2009-05-25 17:01:32EDT mksa.lisp -;; Time-stamp: <2009-08-23 10:24:53EDT mksa.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 10:00:04EST mksa.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/polynomial.lisp b/polynomial.lisp index bfd0ee52a967f456ec03d47761acac5cee6f44f2..5c9bf18523f071c68216fc26f10053c2516fe9c4 100644 --- a/polynomial.lisp +++ b/polynomial.lisp @@ -1,7 +1,22 @@ ;; Polynomials ;; Liam Healy, Tue Mar 21 2006 - 18:33 -;; Time-stamp: <2009-12-06 22:16:07EST polynomial.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:04EST polynomial.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/bernoulli.lisp b/random/bernoulli.lisp index 9a4ee67ba97e2bdb54757494911ee37ed94c7710..5e6ba48c673b5030cbb0b5c057b2f87e6f280de3 100644 --- a/random/bernoulli.lisp +++ b/random/bernoulli.lisp @@ -1,7 +1,22 @@ ;; Bernoulli distribution ;; Liam Healy, Sat Nov 25 2006 - 16:59 -;; Time-stamp: <2009-05-26 22:56:49EDT bernoulli.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:04EST bernoulli.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/beta.lisp b/random/beta.lisp index 0a4ef57e78e64aae9735040b78d8a984273e40a2..f830f505b41c756cd4f2a8f62e77dc583193a454 100644 --- a/random/beta.lisp +++ b/random/beta.lisp @@ -1,7 +1,22 @@ ;; Beta distribution ;; Liam Healy, Sat Sep 30 2006 -;; Time-stamp: <2009-05-24 21:34:36EDT beta.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:04EST beta.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/binomial.lisp b/random/binomial.lisp index 0fdccad7a7c87f718183c2cabb2ef890041d24fc..01126c10aa7b669c1d5e40f013fa7f869691e403 100644 --- a/random/binomial.lisp +++ b/random/binomial.lisp @@ -1,7 +1,22 @@ ;; Binomial distribution ;; Liam Healy, Sat Nov 25 2006 - 16:00 -;; Time-stamp: <2009-02-16 10:05:55EST binomial.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:03EST binomial.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/cauchy.lisp b/random/cauchy.lisp index 47c23eb9bb488f0b3950597e1ab399904e476099..ef8c44db69373157d9ae3a8d7096eb70af452016 100644 --- a/random/cauchy.lisp +++ b/random/cauchy.lisp @@ -1,7 +1,22 @@ ;; Cauchy distribution ;; Liam Healy, Sat Sep 30 2006 -;; Time-stamp: <2009-05-24 20:04:40EDT cauchy.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:03EST cauchy.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/chi-squared.lisp b/random/chi-squared.lisp index a8ee5d3f906181fa6b829add101243d0c5263379..4c0b2ccb0925376de9847198510b9bd50e75b667 100644 --- a/random/chi-squared.lisp +++ b/random/chi-squared.lisp @@ -1,7 +1,22 @@ ;; Chi-squared distribution ;; Liam Healy, Sat Oct 7 2006 - 16:13 -;; Time-stamp: <2009-05-24 20:23:33EDT chi-squared.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:03EST chi-squared.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/dirichlet.lisp b/random/dirichlet.lisp index b94e25b592bb022c339d67497edbcdb40d7b2b05..17a7668745ed9d428bfd142ff0a20df0367f372a 100644 --- a/random/dirichlet.lisp +++ b/random/dirichlet.lisp @@ -1,7 +1,22 @@ ;; Dirichlet distribution ;; Liam Healy, Sun Oct 29 2006 -;; Time-stamp: <2009-05-24 22:55:07EDT dirichlet.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:02EST dirichlet.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/discrete.lisp b/random/discrete.lisp index 7e9a5f31a78c9886af0365847c1e2ca57ea39ee2..c0bf6c0620c8920d8045cfb734690e625474de58 100644 --- a/random/discrete.lisp +++ b/random/discrete.lisp @@ -1,7 +1,22 @@ ;; Discrete random variables ;; Liam Healy, Sat Nov 11 2006 - 21:51 -;; Time-stamp: <2009-05-24 21:56:42EDT discrete.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:02EST discrete.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/exponential-power.lisp b/random/exponential-power.lisp index e46b5c27a112d388ae4949c85a43ac47918288e1..bcc9eeea3237c9af14a573eccf9a26df5d3e245f 100644 --- a/random/exponential-power.lisp +++ b/random/exponential-power.lisp @@ -1,7 +1,22 @@ ;; Exponential power distribution ;; Liam Healy, Sat Sep 30 2006 -;; Time-stamp: <2009-05-24 20:02:56EDT exponential-power.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:02EST exponential-power.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/exponential.lisp b/random/exponential.lisp index a1459fc9f2b45d3c4bfc7155313fc32c33e8bc76..574a2af17a7c0908782059086c4fef122a0b734b 100644 --- a/random/exponential.lisp +++ b/random/exponential.lisp @@ -1,7 +1,22 @@ ;; Exponential distribution ;; Liam Healy, Sat Sep 2 2006 - 19:04 -;; Time-stamp: <2009-05-24 19:31:30EDT exponential.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:02EST exponential.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/fdist.lisp b/random/fdist.lisp index 665715320af958510f2b11d8565d6c648f794492..9710abf64ea1157006367e072c2942bf4ba6689c 100644 --- a/random/fdist.lisp +++ b/random/fdist.lisp @@ -1,7 +1,22 @@ ;; Fdist distribution ;; Liam Healy, Sat Sep 30 2006 -;; Time-stamp: <2009-05-24 20:24:40EDT fdist.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:01EST fdist.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/flat.lisp b/random/flat.lisp index 181715c5313504a669763a6dfd2a78a3d16a987e..5017d88c85ebd20e3a7a5a6a0c2359a0d85843cb 100644 --- a/random/flat.lisp +++ b/random/flat.lisp @@ -1,7 +1,22 @@ ;; Flat distribution ;; Liam Healy, Oct 7 2006 -;; Time-stamp: <2009-05-24 22:58:39EDT flat.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:01EST flat.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/gamma.lisp b/random/gamma.lisp index d4b77992d90f5e9314c2f7457d6d96764ad92f3b..0327a046c90a61433fec84a78c8403798868695d 100644 --- a/random/gamma.lisp +++ b/random/gamma.lisp @@ -1,7 +1,22 @@ ;; Gamma distribution ;; Liam Healy, Sat Sep 30 2006 -;; Time-stamp: <2009-05-24 20:16:57EDT gamma.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:00EST gamma.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/gaussian-bivariate.lisp b/random/gaussian-bivariate.lisp index 5aa075583ab04a0020c9da254472ca4ba747d747..b00bf7734101e0607327ad33f75f780d4a62d640 100644 --- a/random/gaussian-bivariate.lisp +++ b/random/gaussian-bivariate.lisp @@ -1,7 +1,23 @@ ;; Gaussian bivariate distribution ;; Liam Healy, Sat Sep 2 2006 - 16:32 -;; Time-stamp: <2009-05-24 22:54:07EDT gaussian-bivariate.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:00EST gaussian-bivariate.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. + (in-package :gsl) diff --git a/random/gaussian-tail.lisp b/random/gaussian-tail.lisp index e932b26c0c3ec79264520bab41419cfea28d3722..e4881e5bd107125338b1286785bf75b3a4d698c1 100644 --- a/random/gaussian-tail.lisp +++ b/random/gaussian-tail.lisp @@ -1,7 +1,22 @@ ;; Gaussian tail distribution ;; Liam Healy, Mon Aug 21 2006 - 21:52 -;; Time-stamp: <2009-05-24 16:53:42EDT gaussian-tail.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:01:43EST gaussian-tail.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/gaussian.lisp b/random/gaussian.lisp index 4e55d90ab245be779d89cbd478906ffa0650d5e2..af4009d263d0204aa359340f03be1e693bb720aa 100644 --- a/random/gaussian.lisp +++ b/random/gaussian.lisp @@ -1,7 +1,22 @@ ;; Gaussian distribution ;; Liam Healy, Sun Jul 16 2006 - 22:09 -;; Time-stamp: <2009-05-24 16:42:13EDT gaussian.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:00:00EST gaussian.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/generators.lisp b/random/generators.lisp index d475f6fb311a18fa76d161e3079fc0f9aa1b12d8..d0177fbb2dfa7862701003985753c790364ba0e4 100644 --- a/random/generators.lisp +++ b/random/generators.lisp @@ -1,7 +1,22 @@ ;; Generators of random numbers. ;; Liam Healy, Sat Jul 15 2006 - 14:43 -;; Time-stamp: <2009-12-21 10:47:53EST generators.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:01:42EST generators.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/geometric.lisp b/random/geometric.lisp index adeb277d92981c043adeef48b22867330cbcf033..26ba486d58f6f17d0e482978e83b4885d4d311b6 100644 --- a/random/geometric.lisp +++ b/random/geometric.lisp @@ -1,7 +1,22 @@ ;; Geometric distribution ;; Liam Healy, Sat Nov 25 2006 - 16:00 -;; Time-stamp: <2009-05-24 22:28:31EDT geometric.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:01:43EST geometric.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/gumbel1.lisp b/random/gumbel1.lisp index 6fd442e308fd4a3e7f6741ed83747bcd469b0d76..89b0ca0a6c70f1d480e48c35a3a21477245eb695 100644 --- a/random/gumbel1.lisp +++ b/random/gumbel1.lisp @@ -1,7 +1,22 @@ ;; The Gumbel type 1 random number distribution ;; Liam Healy, Sun Oct 29 2006 -;; Time-stamp: <2009-05-24 21:45:10EDT gumbel1.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:01:41EST gumbel1.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/gumbel2.lisp b/random/gumbel2.lisp index 49de78544ac8966d5f08b362ee1f1866c55117fb..13eda47133f4975095302313e8f7fd00aa6d955f 100644 --- a/random/gumbel2.lisp +++ b/random/gumbel2.lisp @@ -1,7 +1,22 @@ ;; The Gumbel type 2 random number distribution ;; Liam Healy, Sun Oct 29 2006 -;; Time-stamp: <2009-05-24 21:47:03EDT gumbel2.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:01:40EST gumbel2.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/hypergeometric.lisp b/random/hypergeometric.lisp index 95b20f577b78a0391cf77668ed1c0a6e8fe58257..0771c725c636705532c932e5de16c5c2546657d2 100644 --- a/random/hypergeometric.lisp +++ b/random/hypergeometric.lisp @@ -1,7 +1,22 @@ ;; Hypergeometric distribution ;; Liam Healy, Sat Nov 25 2006 - 16:00 -;; Time-stamp: <2009-05-24 22:31:19EDT hypergeometric.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:54EST hypergeometric.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/landau.lisp b/random/landau.lisp index 39ed973ec159059376e461b5d125d6ef746377c6..635c4de8e763f2a3f5a723f73fb966587d5d8ad4 100644 --- a/random/landau.lisp +++ b/random/landau.lisp @@ -1,7 +1,22 @@ ;; Landau distribution ;; Liam Healy, Sat Sep 30 2006 -;; Time-stamp: <2009-05-24 20:08:47EDT landau.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:54EST landau.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/laplace.lisp b/random/laplace.lisp index 167321fc82124b7287bf269f7e74eae48480a214..e0089c97379c3499faf0a3113014320763a5fced 100644 --- a/random/laplace.lisp +++ b/random/laplace.lisp @@ -1,7 +1,22 @@ ;; Exponential distribution ;; Liam Healy, Sun Sep 17 2006 -;; Time-stamp: <2009-05-24 19:32:56EDT laplace.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:53EST laplace.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/levy.lisp b/random/levy.lisp index adacff521319ad3b3267a1bdb82014579ac23863..df84970022d0a9f7b633e13a982516d7a1ec7f33 100644 --- a/random/levy.lisp +++ b/random/levy.lisp @@ -1,7 +1,22 @@ ;; Levy distribution ;; Liam Healy, Sat Sep 30 2006 -;; Time-stamp: <2009-05-24 20:10:32EDT levy.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:53EST levy.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/logarithmic.lisp b/random/logarithmic.lisp index 07928b07afa9e6ef6988f5c141d3c29d143075f7..dcdc3ffd5bb8b4a98c957e41dc882fd04a1d8ebd 100644 --- a/random/logarithmic.lisp +++ b/random/logarithmic.lisp @@ -1,7 +1,22 @@ ;; Logarithmic distribution ;; Liam Healy, Sat Nov 25 2006 - 16:00 -;; Time-stamp: <2009-05-24 22:49:00EDT logarithmic.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:53EST logarithmic.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/logistic.lisp b/random/logistic.lisp index 5d7fe42e64a233f451e06ea4e3131e74415d4b4c..fed8882971705557958b0bd21ae98d509d92b231 100644 --- a/random/logistic.lisp +++ b/random/logistic.lisp @@ -1,7 +1,22 @@ ;; Logistic distribution ;; Liam Healy, Sat Oct 7 2006 - 16:13 -;; Time-stamp: <2009-05-24 21:36:39EDT logistic.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:53EST logistic.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/lognormal.lisp b/random/lognormal.lisp index 18581360663e1e3cb648823984d6af542926e388..eeacb13ebcb4bbc22b29bdc645247fea24764063 100644 --- a/random/lognormal.lisp +++ b/random/lognormal.lisp @@ -1,7 +1,22 @@ ;; Lognormal distribution ;; Liam Healy, Sat Sep 30 2006 -;; Time-stamp: <2009-05-24 20:22:32EDT lognormal.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:52EST lognormal.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/multinomial.lisp b/random/multinomial.lisp index 5645d1fe76ecd6945958af408ea05ad23f79200e..56777675efda6ba842be72512c3d28a6b629a592 100644 --- a/random/multinomial.lisp +++ b/random/multinomial.lisp @@ -1,7 +1,22 @@ ;; Multinomial distribution ;; Liam Healy, Sat Nov 25 2006 - 16:00 -;; Time-stamp: <2009-05-24 23:00:01EDT multinomial.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:52EST multinomial.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/negative-binomial.lisp b/random/negative-binomial.lisp index 273e90ce482a3a37659cff46f74d7fd29b197c7f..4e7350a68b2d655128e720e1eba7722af03712fa 100644 --- a/random/negative-binomial.lisp +++ b/random/negative-binomial.lisp @@ -1,7 +1,22 @@ ;; Negative binomial and Pascal distributions ;; Liam Healy, Sat Nov 25 2006 - 16:00 -;; Time-stamp: <2009-05-24 22:27:29EDT negative-binomial.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:52EST negative-binomial.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/pareto.lisp b/random/pareto.lisp index 1a35cc7a32a1e7da42593ea03b9260a150c194c1..e1753e206f57c92327f9c547d96f9c2e7a6839e7 100644 --- a/random/pareto.lisp +++ b/random/pareto.lisp @@ -1,7 +1,22 @@ ;; Pareto distribution ;; Liam Healy, Sat Oct 8 2006 - 21:23 -;; Time-stamp: <2009-05-24 21:38:03EDT pareto.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:51EST pareto.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/poisson.lisp b/random/poisson.lisp index 7a3a66e40158ec0030901fd93a6fc8927874cc0d..3bb2f2d0ad365156c6f5bb60dc29cbe4face457b 100644 --- a/random/poisson.lisp +++ b/random/poisson.lisp @@ -1,7 +1,22 @@ ;; Poisson distribution ;; Liam Healy, Sat Nov 25 2006 - 16:00 -;; Time-stamp: <2009-05-24 21:58:22EDT poisson.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:51EST poisson.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/quasi.lisp b/random/quasi.lisp index 486c68e376aa09c0459f93a9f2247b4f7a230e98..bcebff52239e17f5cc9080fea72a72b7f8c00290 100644 --- a/random/quasi.lisp +++ b/random/quasi.lisp @@ -1,7 +1,22 @@ ;; Quasi-random sequences in arbitrary dimensions. ;; Liam Healy, Sun Jul 16 2006 - 15:54 -;; Time-stamp: <2009-12-21 10:47:54EST quasi.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:51EST quasi.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/rayleigh-tail.lisp b/random/rayleigh-tail.lisp index 548b10a18a19b26c9d0c4e3f41846d0cc1aabff6..a8484569aa53f773bdec0425a601ec1df96f3df3 100644 --- a/random/rayleigh-tail.lisp +++ b/random/rayleigh-tail.lisp @@ -1,7 +1,22 @@ ;; Rayleigh tail distribution ;; Liam Healy, Sat Sep 30 2006 -;; Time-stamp: <2009-05-24 20:07:27EDT rayleigh-tail.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:50EST rayleigh-tail.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/rayleigh.lisp b/random/rayleigh.lisp index 1e460c2bc82a0d298d82af102f5257a00efa2e51..4855b22e79d1b17cf7f8c0a9c9c53ec58dee4b44 100644 --- a/random/rayleigh.lisp +++ b/random/rayleigh.lisp @@ -1,7 +1,22 @@ ;; Rayleigh distribution ;; Liam Healy, Sat Sep 30 2006 -;; Time-stamp: <2009-05-24 20:05:46EDT rayleigh.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:51EST rayleigh.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/rng-types.lisp b/random/rng-types.lisp index 0bb816b76ef4db91075d48899adc1ae513323041..cc3b83e1c62d47f8259a73a081a2c5386052df7f 100644 --- a/random/rng-types.lisp +++ b/random/rng-types.lisp @@ -1,7 +1,22 @@ ;; Random number generation ;; Liam Healy, Tue Jul 11 2006 - 23:39 -;; Time-stamp: <2009-05-07 22:28:16EDT rng-types.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:50EST rng-types.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; Random number generator types and information functions. diff --git a/random/shuffling-sampling.lisp b/random/shuffling-sampling.lisp index 142cdd1a1221496cbcee44d31404c90be28a2dae..541e2cad939ef2a48bddd2cffff502ab6ced5a07 100644 --- a/random/shuffling-sampling.lisp +++ b/random/shuffling-sampling.lisp @@ -1,7 +1,22 @@ ;; Shuffling and sampling ;; Liam Healy, Sat Dec 2 2006 - 18:40 -;; Time-stamp: <2009-12-26 10:53:46EST shuffling-sampling.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:50EST shuffling-sampling.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/spherical-vector.lisp b/random/spherical-vector.lisp index 5d242c87fd5e72ffc8321af643550282489bf616..c55ea86226466fc8956f8816532da9172105b44e 100644 --- a/random/spherical-vector.lisp +++ b/random/spherical-vector.lisp @@ -1,7 +1,22 @@ ;; Spherical Vector distribution ;; Liam Healy, Sun Oct 22 2006 -;; Time-stamp: <2009-05-24 21:41:40EDT spherical-vector.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:49EST spherical-vector.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/tdist.lisp b/random/tdist.lisp index 91f49a761b2076a0c9ed5c9959a442163afb197c..aa530d5432080b47747c841959e7aa3b18d88b96 100644 --- a/random/tdist.lisp +++ b/random/tdist.lisp @@ -1,7 +1,22 @@ ;; Tdist distribution ;; Liam Healy, Sat Oct 7 2006 - 16:13 -;; Time-stamp: <2009-05-24 21:33:28EDT tdist.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:49EST tdist.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/random/weibull.lisp b/random/weibull.lisp index 549dd937520af50ebf6582ca8a50614a445a1130..ea00a7975051f835513336bba3b0524af9ad4da8 100644 --- a/random/weibull.lisp +++ b/random/weibull.lisp @@ -1,7 +1,22 @@ ;; Weibull distribution ;; Liam Healy, Sun Oct 22 2006 -;; Time-stamp: <2009-05-24 21:43:44EDT weibull.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:03:49EST weibull.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/series-acceleration.lisp b/series-acceleration.lisp index 49eb472628a877d0cd301d5fdf5da250623e571b..f79624520fad1baa7f5e633c2bfd8515482d5b24 100644 --- a/series-acceleration.lisp +++ b/series-acceleration.lisp @@ -1,7 +1,22 @@ ;; Series acceleration. ;; Liam Healy, Wed Nov 21 2007 - 18:41 -;; Time-stamp: <2009-06-06 11:12:37EDT series-acceleration.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:05:34EST series-acceleration.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/series-struct.lisp b/series-struct.lisp index e46180e9cf3cf952c383f31afccf564c7165bc41..68566b63feaa5f7a1957ee3440a77bde8cc93437 100644 --- a/series-struct.lisp +++ b/series-struct.lisp @@ -1,6 +1,22 @@ ;; Define the structure for series ;; Liam Healy 2009-06-06 11:08:11EDT series-struct.lisp -;; Time-stamp: <2009-08-23 10:22:16EDT series-struct.lisp> +;; Time-stamp: <2009-12-27 10:05:34EST series-struct.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/solve-minimize-fit/generic.lisp b/solve-minimize-fit/generic.lisp index 83c536cb6c523642102280492152c1fe6ef239fe..a64306aa8e3acc7d74c414f4fb815654e447c5b4 100644 --- a/solve-minimize-fit/generic.lisp +++ b/solve-minimize-fit/generic.lisp @@ -1,7 +1,22 @@ ;; Generic functions for optimization ;; Liam Healy 2009-01-03 12:59:07EST generic.lisp -;; Time-stamp: <2009-04-04 22:20:38EDT generic.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 10:05:33EST generic.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/solve-minimize-fit/linear-least-squares.lisp b/solve-minimize-fit/linear-least-squares.lisp index 4f976733a5a8931a891e14b12f35113b1defdea5..ea1308cf2e9b385c7a9168e63de96cc9c85737f5 100644 --- a/solve-minimize-fit/linear-least-squares.lisp +++ b/solve-minimize-fit/linear-least-squares.lisp @@ -1,7 +1,22 @@ ;; Linear least squares, or linear regression ;; Liam Healy <2008-01-21 12:41:46EST linear-least-squares.lisp> -;; Time-stamp: <2009-12-20 23:03:01EST linear-least-squares.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:05:33EST linear-least-squares.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/solve-minimize-fit/minimization-multi.lisp b/solve-minimize-fit/minimization-multi.lisp index 135286517fbf991b9c4a3f661de0a87afd8eb6ba..1d339eb7c07d58f60bfa29f64dee4031878c8d3e 100644 --- a/solve-minimize-fit/minimization-multi.lisp +++ b/solve-minimize-fit/minimization-multi.lisp @@ -1,7 +1,22 @@ ;; Multivariate minimization. ;; Liam Healy <Tue Jan 8 2008 - 21:28> -;; Time-stamp: <2009-12-20 22:19:22EST minimization-multi.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:05:32EST minimization-multi.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/solve-minimize-fit/minimization-one.lisp b/solve-minimize-fit/minimization-one.lisp index 628d7b5b754ad186820d1857e1625a0b520ae72e..06d5a934025cbcea9f4f64d8fb0a06afe8fd0592 100644 --- a/solve-minimize-fit/minimization-one.lisp +++ b/solve-minimize-fit/minimization-one.lisp @@ -1,7 +1,22 @@ ;; Univariate minimization ;; Liam Healy Tue Jan 8 2008 - 21:02 -;; Time-stamp: <2009-08-23 21:04:05EDT minimization-one.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:05:32EST minimization-one.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/solve-minimize-fit/nonlinear-least-squares.lisp b/solve-minimize-fit/nonlinear-least-squares.lisp index 39f193887b80e45fb6a38b5d87a5a1332c64225a..5ffd0d6f73e6265f26991a6891aad50f489bc716 100644 --- a/solve-minimize-fit/nonlinear-least-squares.lisp +++ b/solve-minimize-fit/nonlinear-least-squares.lisp @@ -1,7 +1,22 @@ ;; Nonlinear least squares fitting. ;; Liam Healy, 2008-02-09 12:59:16EST nonlinear-least-squares.lisp -;; Time-stamp: <2009-06-06 16:47:47EDT nonlinear-least-squares.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:05:32EST nonlinear-least-squares.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/solve-minimize-fit/roots-multi.lisp b/solve-minimize-fit/roots-multi.lisp index 844210829f427992557bebcc198fce97d98ac606..7821ba999d1c7b3de5bddcec9a1944882f3238ef 100644 --- a/solve-minimize-fit/roots-multi.lisp +++ b/solve-minimize-fit/roots-multi.lisp @@ -1,7 +1,22 @@ ;;; Multivariate roots. ;;; Liam Healy 2008-01-12 12:49:08 -;;; Time-stamp: <2009-06-09 22:30:12EDT roots-multi.lisp> -;;; $Id$ +;;; Time-stamp: <2009-12-27 10:05:32EST roots-multi.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/solve-minimize-fit/roots-one.lisp b/solve-minimize-fit/roots-one.lisp index ef5daa3456c414cdb8786ae5c5a4c4810fd303cc..8774769689842f3c89a0c5d47151bd0e20a25438 100644 --- a/solve-minimize-fit/roots-one.lisp +++ b/solve-minimize-fit/roots-one.lisp @@ -1,7 +1,22 @@ ;; One-dimensional root solver. ;; Liam Healy -;; Time-stamp: <2009-04-04 22:27:16EDT roots-one.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:05:31EST roots-one.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/solve-minimize-fit/simulated-annealing.lisp b/solve-minimize-fit/simulated-annealing.lisp index 8528831c24a8dd6378b0107d1f3799b94848603d..94d88f19b902ce50791996cc975451888a0f4d2f 100644 --- a/solve-minimize-fit/simulated-annealing.lisp +++ b/solve-minimize-fit/simulated-annealing.lisp @@ -1,7 +1,22 @@ ;; Simulated Annealing ;; Liam Healy Sun Feb 11 2007 - 17:23 -;; Time-stamp: <2009-05-24 23:17:07EDT simulated-annealing.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:05:31EST simulated-annealing.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/solve-minimize-fit/solver-struct.lisp b/solve-minimize-fit/solver-struct.lisp index 42c6ec7c65fba2954d32bbe2b0bcd615a65feac1..4db9c920d0819511249ac32c8038759d00814818 100644 --- a/solve-minimize-fit/solver-struct.lisp +++ b/solve-minimize-fit/solver-struct.lisp @@ -1,6 +1,22 @@ ;; Define the structures for solvers ;; Liam Healy 2009-06-06 16:46:38EDT solver-struct.lisp -;; Time-stamp: <2009-08-23 10:22:16EDT solver-struct.lisp> +;; Time-stamp: <2009-12-27 10:05:31EST solver-struct.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/sorting.lisp b/sorting.lisp index 92fdb827dbdbd9126127006f4837eef2d193487d..ea900f2e43645e670581279356bc7eced6d71b10 100644 --- a/sorting.lisp +++ b/sorting.lisp @@ -1,7 +1,22 @@ ;; Sorting ;; Liam Healy, Fri Apr 14 2006 - 20:20 -;; Time-stamp: <2009-05-25 12:42:20EDT sorting.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:08EST sorting.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/airy.lisp b/special-functions/airy.lisp index 4be4974693cf92edd976f02c461211ca22caa87b..67df3e4569db9207ce56c8578def3d1a70b961c9 100644 --- a/special-functions/airy.lisp +++ b/special-functions/airy.lisp @@ -1,7 +1,22 @@ ;; Airy functions ;; Liam Healy, Fri Mar 17 2006 - 18:41 -;; Time-stamp: <2009-02-19 21:45:16EST airy.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:07EST airy.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/bessel.lisp b/special-functions/bessel.lisp index 5542498a75617110c194f1eccd69512e60053b57..0124ca40d15305e7fc0909bff7cb62bd3a7aa527 100644 --- a/special-functions/bessel.lisp +++ b/special-functions/bessel.lisp @@ -1,7 +1,22 @@ ;; Bessel functions ;; Liam Healy, Fri Mar 17 2006 - 18:42 -;; Time-stamp: <2009-03-04 09:14:53EST bessel.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:07EST bessel.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/clausen.lisp b/special-functions/clausen.lisp index 80b7e54da026811102eaf98d7a05ae34ea29d684..19b569c6cc9aa6c153f0d6ebae1b3f09ebc6f29b 100644 --- a/special-functions/clausen.lisp +++ b/special-functions/clausen.lisp @@ -1,7 +1,22 @@ ;; Clausen function ;; Liam Healy, Sat Mar 18 2006 - 23:18 -;; Time-stamp: <2008-10-20 22:26:30EDT clausen.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:07EST clausen.lisp> +;; +;; Copyright 2006, 2007, 2008 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/coulomb.lisp b/special-functions/coulomb.lisp index f9f67e74931f9dcf3950c0d58d1fc264ef2789b1..333829c3bd6c303bf288c06edcc23004ada4bd3b 100644 --- a/special-functions/coulomb.lisp +++ b/special-functions/coulomb.lisp @@ -1,7 +1,22 @@ ;; Coulumb functions ;; Liam Healy, Sat Mar 18 2006 - 23:23 -;; Time-stamp: <2009-12-20 23:16:02EST coulomb.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:06EST coulomb.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/coupling.lisp b/special-functions/coupling.lisp index c067112528a35d90b32069f18d76f3d741ac2ca9..695bd3210a57d28373b8cbd9afa23323d87b8f7f 100644 --- a/special-functions/coupling.lisp +++ b/special-functions/coupling.lisp @@ -1,7 +1,22 @@ ;; Coupling coefficients ;; Liam Healy, Sun Mar 19 2006 - 13:30 -;; Time-stamp: <2008-10-23 22:39:07EDT coupling.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:06EST coupling.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/dawson.lisp b/special-functions/dawson.lisp index d4aa9165dbad165085535e9491ba02f27b2ce78d..0c23f1892b6f8bed1ef78f2727b1fb71b58289d9 100644 --- a/special-functions/dawson.lisp +++ b/special-functions/dawson.lisp @@ -1,7 +1,22 @@ ;; Dawson function ;; Liam Healy, Sun Mar 19 2006 - 14:31 -;; Time-stamp: <2008-10-21 22:49:36EDT dawson.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:06EST dawson.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. #| ;;; FDL diff --git a/special-functions/debye.lisp b/special-functions/debye.lisp index e0775f276f14049106c20f3ca21498402c0b52fa..7ae99fb575331d925888f6bf8bf1cb21e2fe96c6 100644 --- a/special-functions/debye.lisp +++ b/special-functions/debye.lisp @@ -1,7 +1,22 @@ ;; Deybe functions ;; Liam Healy, Sun Mar 19 2006 - 14:34 -;; Time-stamp: <2008-10-21 22:55:48EDT debye.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:05EST debye.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. #| ;;; FDL diff --git a/special-functions/dilogarithm.lisp b/special-functions/dilogarithm.lisp index 48878e1cf8a101150b05a28556771985e76e0db6..6caddc800ff09e03abde52eaa9d831ff07d4de8f 100644 --- a/special-functions/dilogarithm.lisp +++ b/special-functions/dilogarithm.lisp @@ -1,6 +1,22 @@ ;; Dilogarithm ;; Liam Healy, Fri Mar 17 2006 - 18:44 -;; Time-stamp: <2009-11-14 10:27:52EST dilogarithm.lisp> +;; Time-stamp: <2009-12-27 10:10:05EST dilogarithm.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/elementary.lisp b/special-functions/elementary.lisp index 7c59e7157077372e5664f48bea69ec006b6afae5..929054b87e4702cc31f8a7028f6d69dba977db59 100644 --- a/special-functions/elementary.lisp +++ b/special-functions/elementary.lisp @@ -1,7 +1,22 @@ ;; Elementary functions ;; Liam Healy, Mon Mar 20 2006 - 21:43 -;; Time-stamp: <2008-10-21 22:58:45EDT elementary.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:05EST elementary.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/elliptic-functions.lisp b/special-functions/elliptic-functions.lisp index 4f3adfaa033e4c54650ce21633f141a080c97417..c2bc8e5e82f4642d7fa5647f39ebc45759306b90 100644 --- a/special-functions/elliptic-functions.lisp +++ b/special-functions/elliptic-functions.lisp @@ -1,7 +1,22 @@ ;; Jacobian elliptic functions ;; Liam Healy, Mon Mar 20 2006 - 22:21 -;; Time-stamp: <2008-11-15 22:31:54EST elliptic-functions.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:05EST elliptic-functions.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/elliptic-integrals.lisp b/special-functions/elliptic-integrals.lisp index c76d2b8527e4bcc8ae7a7dbdb0d75fce1956def4..edea822b06bc4fa02d7d8810ad303f9f00823cd4 100644 --- a/special-functions/elliptic-integrals.lisp +++ b/special-functions/elliptic-integrals.lisp @@ -1,7 +1,22 @@ ;; Elliptic integrals ;; Liam Healy, Mon Mar 20 2006 - 21:50 -;; Time-stamp: <2008-10-21 23:08:00EDT elliptic-integrals.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:04EST elliptic-integrals.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/error-functions.lisp b/special-functions/error-functions.lisp index cfb8c479aea9902ed2961ec9faf2ac5d8daa5882..7e6128b27783a2ba8d22a7481ce6de0786831f99 100644 --- a/special-functions/error-functions.lisp +++ b/special-functions/error-functions.lisp @@ -1,7 +1,22 @@ ;; Error functions ;; Liam Healy, Mon Mar 20 2006 - 22:31 -;; Time-stamp: <2008-10-23 22:50:45EDT error-functions.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:04EST error-functions.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/exponential-functions.lisp b/special-functions/exponential-functions.lisp index a361eb0ad2b2c1811663a5ee6633d357d176a2e5..9979d708eb631e1f7bd431427ee5a3b246eba952 100644 --- a/special-functions/exponential-functions.lisp +++ b/special-functions/exponential-functions.lisp @@ -1,7 +1,22 @@ ;; Exponential functions ;; Liam Healy, Tue Mar 21 2006 - 17:05 -;; Time-stamp: <2008-10-23 22:55:32EDT exponential-functions.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:04EST exponential-functions.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/exponential-integrals.lisp b/special-functions/exponential-integrals.lisp index 94c1fe2eef546992c05526473a0e3e3b61b2634c..b804c7050d50ff0fb3323ba00d71564a167be82a 100644 --- a/special-functions/exponential-integrals.lisp +++ b/special-functions/exponential-integrals.lisp @@ -1,7 +1,22 @@ ;; Exponential integrals ;; Liam Healy, Tue Mar 21 2006 - 17:37 -;; Time-stamp: <2009-02-16 23:04:00EST exponential-integrals.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:03EST exponential-integrals.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/fermi-dirac.lisp b/special-functions/fermi-dirac.lisp index 9e2e32dadff181bf07c3d334530631e201dd76a4..09e3da1f471c621994f665428895df6e9a79a4e4 100644 --- a/special-functions/fermi-dirac.lisp +++ b/special-functions/fermi-dirac.lisp @@ -1,7 +1,22 @@ ;; Fermi-Dirac function. ;; Liam Healy, Sat Apr 22 2006 - 16:12 -;; Time-stamp: <2008-10-23 22:58:29EDT fermi-dirac.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:03EST fermi-dirac.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/gamma.lisp b/special-functions/gamma.lisp index e3b9c142c5567049142207c5b08660b1653e416d..99648cf0643941e197c035a0b2f0505dcce62c21 100644 --- a/special-functions/gamma.lisp +++ b/special-functions/gamma.lisp @@ -1,7 +1,22 @@ ;; Gamma functions ;; Liam Healy, Thu Apr 27 2006 - 22:06 -;; Time-stamp: <2009-12-20 22:19:20EST gamma.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:03EST gamma.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/gegenbauer.lisp b/special-functions/gegenbauer.lisp index 62fc66100aa76bbefd9a4c6d086e03905cec7b0f..7dba8eb62b84979a43f3bfd1d014b5e91c0c7f88 100644 --- a/special-functions/gegenbauer.lisp +++ b/special-functions/gegenbauer.lisp @@ -1,7 +1,22 @@ ;; Gegenbauer polynomials ;; Liam Healy, Fri Apr 28 2006 - 20:40 -;; Time-stamp: <2009-01-11 09:45:00EST gegenbauer.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:02EST gegenbauer.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/hypergeometric.lisp b/special-functions/hypergeometric.lisp index 864d97da5b6b588f0bae1058c3f58b7e8786d035..2684afb07e0cb3c60e435623f925308682d517f7 100644 --- a/special-functions/hypergeometric.lisp +++ b/special-functions/hypergeometric.lisp @@ -1,7 +1,22 @@ ;; Hypergeometric function ;; Liam Healy, Fri Apr 28 2006 - 23:00 -;; Time-stamp: <2008-11-16 14:27:48EST hypergeometric.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:02EST hypergeometric.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/laguerre.lisp b/special-functions/laguerre.lisp index 14e6d6a21584b184cfe67ae48b0c8acb134dde42..6930daa3a38073705651e5c914cf1ccaefab5fe0 100644 --- a/special-functions/laguerre.lisp +++ b/special-functions/laguerre.lisp @@ -1,7 +1,22 @@ ;; Laguerre polynomials ;; Liam Healy, Fri Apr 28 2006 - 20:40 -;; Time-stamp: <2008-10-25 10:56:55EDT laguerre.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:02EST laguerre.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/lambert.lisp b/special-functions/lambert.lisp index bbb2cc2a76e963f837b46d13e7a9207816a438d8..ea178d13b1d5c76a5ee9ef25650dd27da93e4a55 100644 --- a/special-functions/lambert.lisp +++ b/special-functions/lambert.lisp @@ -1,7 +1,22 @@ ;; Lambert's W functions ;; Liam Healy, Fri Apr 28 2006 - 20:40 -;; Time-stamp: <2008-10-25 10:59:17EDT lambert.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:01EST lambert.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/legendre.lisp b/special-functions/legendre.lisp index 15bd0b21fb450a5dab1564813a5d970c63c7c6b7..559ef97c74f139b96d132ea36e68ee9547baa283 100644 --- a/special-functions/legendre.lisp +++ b/special-functions/legendre.lisp @@ -1,7 +1,22 @@ ;; Legendre functions ;; Liam Healy, Sat Apr 29 2006 - 19:16 -;; Time-stamp: <2009-01-11 10:21:24EST legendre.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:01EST legendre.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/logarithm.lisp b/special-functions/logarithm.lisp index f1c6197198c792cee66a7d86fe14006434d3e35c..0dac792d25d2961e0a4f1a95387c5658efff74e9 100644 --- a/special-functions/logarithm.lisp +++ b/special-functions/logarithm.lisp @@ -1,7 +1,22 @@ ;; Logarithm ;; Liam Healy, Sun Apr 30 2006 - 22:08 -;; Time-stamp: <2008-10-25 11:24:30EDT logarithm.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:01EST logarithm.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/mathieu.lisp b/special-functions/mathieu.lisp index 9ad7786019f52436c32ca088001596f1ac5860c0..f248a7d72f1a581a5c405dc594a5be94f3676ac5 100644 --- a/special-functions/mathieu.lisp +++ b/special-functions/mathieu.lisp @@ -1,7 +1,22 @@ ;; Mathieu functions ;; Liam Healy 2009-02-16 16:30:59EST mathieu.lisp -;; Time-stamp: <2009-02-16 18:13:44EST mathieu.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 10:10:01EST mathieu.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/power.lisp b/special-functions/power.lisp index 826c16318fab4b44534d3034fd7e537c67760f10..d11733f0b95ceef6cb3843a285d5fb3a7d3f934c 100644 --- a/special-functions/power.lisp +++ b/special-functions/power.lisp @@ -1,7 +1,22 @@ ;; Integer powers ;; Liam Healy, Sun Apr 30 2006 - 22:46 -;; Time-stamp: <2008-11-15 22:32:30EST power.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:00EST power.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/psi.lisp b/special-functions/psi.lisp index f1f5e4d4902d5a99dad96de6eb5e558c3d52276c..deab62e145be1b3d85daabe015e243caa2eb515f 100644 --- a/special-functions/psi.lisp +++ b/special-functions/psi.lisp @@ -1,7 +1,22 @@ ;; Psi (digamma) functions ;; Liam Healy, Mon May 1 2006 - 22:11 -;; Time-stamp: <2009-11-14 10:56:27EST psi.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:10:00EST psi.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/return-structures.lisp b/special-functions/return-structures.lisp index 8e12341513f8b9352b9ebd39b1558e1e97f4497d..c026a8dd5f53b119be459ef491fed3472c921273 100644 --- a/special-functions/return-structures.lisp +++ b/special-functions/return-structures.lisp @@ -1,6 +1,22 @@ ;; Structures returned by special functions. ;; Liam Healy, Mon Jan 1 2007 - 11:35 -;; Time-stamp: <2009-06-06 10:32:44EDT return-structures.lisp> +;; Time-stamp: <2009-12-27 10:10:00EST return-structures.lisp> +;; +;; Copyright 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/sf-result.lisp b/special-functions/sf-result.lisp index e20ca2d30f00a97f8245ec79332dab50c1284917..2e0609ffd0efb8a3cf73598f78fbefaa60ebc705 100644 --- a/special-functions/sf-result.lisp +++ b/special-functions/sf-result.lisp @@ -1,6 +1,22 @@ ;; CFFI-Grovel definitions for unix systems. ;; Liam Healy -;; Time-stamp: <2009-08-23 10:17:08EDT sf-result.lisp> +;; Time-stamp: <2009-12-27 10:09:59EST sf-result.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/synchrotron.lisp b/special-functions/synchrotron.lisp index 09c0a07983a89b0a74c337f89020d1dbd46aa443..3c43ac5249867df29766e66563acd9e4f7dd2699 100644 --- a/special-functions/synchrotron.lisp +++ b/special-functions/synchrotron.lisp @@ -1,7 +1,22 @@ ;; Synchrotron functions ;; Liam Healy, Mon May 1 2006 - 22:29 -;; Time-stamp: <2008-10-25 11:30:06EDT synchrotron.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:09:59EST synchrotron.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/transport.lisp b/special-functions/transport.lisp index 3e131a641c4da7ec8020b96980b19f41096e4ff2..c10395c7d2dc8ae6eb41f791086dc1928ce71009 100644 --- a/special-functions/transport.lisp +++ b/special-functions/transport.lisp @@ -1,7 +1,22 @@ ;; Transport functions ;; Liam Healy, Mon May 1 2006 - 22:29 -;; Time-stamp: <2008-10-25 11:30:06EDT transport.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:09:59EST transport.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/trigonometry.lisp b/special-functions/trigonometry.lisp index 62cd33916665705f4954216ba799c730c8f06748..394aef35c88fa3e86eb745068c99b715c5622c85 100644 --- a/special-functions/trigonometry.lisp +++ b/special-functions/trigonometry.lisp @@ -1,7 +1,22 @@ ;; Trigonometry ;; Liam Healy, Thu May 4 2006 - 22:58 -;; Time-stamp: <2008-10-25 11:30:07EDT trigonometry.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:09:58EST trigonometry.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/special-functions/zeta.lisp b/special-functions/zeta.lisp index f4a81ea923d629a99724592cd560a531d1f61305..1fe13ee137ee993672ca21bbbd391b5db832580b 100644 --- a/special-functions/zeta.lisp +++ b/special-functions/zeta.lisp @@ -1,7 +1,22 @@ ;; Zeta functions ;; Liam Healy, Sat May 13 2006 - 23:27 -;; Time-stamp: <2008-10-25 11:31:03EDT zeta.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:09:58EST zeta.lisp> +;; +;; Copyright 2006, 2007, 2008 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/statistics/absolute-deviation.lisp b/statistics/absolute-deviation.lisp index bd1a5366ec602c7bd386c921e451cb30880d8799..93853c67f8bc32e9faf0d5edae5337eca61261f6 100644 --- a/statistics/absolute-deviation.lisp +++ b/statistics/absolute-deviation.lisp @@ -1,7 +1,22 @@ ;; Absolute deviation ;; Liam Healy, Sun Dec 31 2006 - 13:19 -;; Time-stamp: <2008-12-26 12:20:09EST absolute-deviation.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:11:29EST absolute-deviation.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/statistics/autocorrelation.lisp b/statistics/autocorrelation.lisp index b1f15c65019a65aae287026752f775bfe70fb174..3475c4aeaa758a5b9ad9d325227189af15484b62 100644 --- a/statistics/autocorrelation.lisp +++ b/statistics/autocorrelation.lisp @@ -1,7 +1,22 @@ ;; Autocorrelation ;; Liam Healy, Sun Dec 31 2006 - 13:19 -;; Time-stamp: <2008-12-26 12:20:10EST autocorrelation.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:11:28EST autocorrelation.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/statistics/covariance.lisp b/statistics/covariance.lisp index d86040043483a85ce8c1494fb4a8b0f4188cd0b4..ba391006793489feb58995d83fbab5e9c97ece97 100644 --- a/statistics/covariance.lisp +++ b/statistics/covariance.lisp @@ -1,7 +1,22 @@ ;; Covariance ;; Liam Healy, Sun Dec 31 2006 - 13:19 -;; Time-stamp: <2009-02-16 22:49:00EST covariance.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:11:28EST covariance.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/statistics/higher-moments.lisp b/statistics/higher-moments.lisp index e1d7bd1ff8a2dce09422a20b6e09f7aee5cab42a..f6f4907c985b23e9f74eaf02ee38984f795b5b10 100644 --- a/statistics/higher-moments.lisp +++ b/statistics/higher-moments.lisp @@ -1,7 +1,22 @@ ;; Skewness and kurtosis. ;; Liam Healy, Sun Dec 31 2006 - 14:20 -;; Time-stamp: <2008-12-26 12:20:08EST higher-moments.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:11:27EST higher-moments.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) ;;; To do: stride other than 1 when that information is availble from diff --git a/statistics/mean-variance.lisp b/statistics/mean-variance.lisp index ce36094411b3f1b7ed79b1e7304ea3924b31fa91..8daa2a1ec8bc844eb5ff289414de0bdc3e692e49 100644 --- a/statistics/mean-variance.lisp +++ b/statistics/mean-variance.lisp @@ -1,7 +1,22 @@ ;; Mean, standard deviation, and variance ;; Liam Healy, Sat Dec 2 2006 - 22:15 -;; Time-stamp: <2009-05-25 12:42:21EDT mean-variance.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:11:27EST mean-variance.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/statistics/median-percentile.lisp b/statistics/median-percentile.lisp index 2c73b7a90ebc77947fdea28e49046a706e609367..e56ca0cd194cb1399afae0e15bdf3894e018f006 100644 --- a/statistics/median-percentile.lisp +++ b/statistics/median-percentile.lisp @@ -1,7 +1,22 @@ ;; Median and percentile ;; Liam Healy, Sun Dec 31 2006 - 13:19 -;; Time-stamp: <2008-12-26 12:20:11EST median-percentile.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:11:27EST median-percentile.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/test-unit/augment.lisp b/test-unit/augment.lisp index a879b9a34b05dec3274c8b94a00055bbb7e78416..1780d7986847c48cceff82b23bdc63c989085d28 100644 --- a/test-unit/augment.lisp +++ b/test-unit/augment.lisp @@ -1,7 +1,22 @@ ;; Additional methods for lisp-unit ;; Liam Healy 2009-04-15 23:23:30EDT augment.lisp -;; Time-stamp: <2009-04-30 12:25:37EDT augment.lisp> -;; $Id: $ +;; Time-stamp: <2009-12-27 10:12:13EST augment.lisp> +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/test-unit/generate-tests.lisp b/test-unit/generate-tests.lisp index c55826203746aef8ba0982c08796b7ee6e92cd09..268e455911feb33df8a43000c4da2aca68c514ab 100644 --- a/test-unit/generate-tests.lisp +++ b/test-unit/generate-tests.lisp @@ -1,6 +1,22 @@ ;; Make tests from examples. ;; Liam Healy 2008-09-07 21:00:48EDT generate-tests.lisp -;; Time-stamp: <2009-11-16 23:09:01EST generate-tests.lisp> +;; Time-stamp: <2009-12-27 10:12:12EST generate-tests.lisp> +;; +;; Copyright 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; Througout the GSLL interface definition files are #'save-test ;;; forms. These serve to define both examples and tests. Getting an diff --git a/tests/absolute-deviation.lisp b/tests/absolute-deviation.lisp index fc5a8e2bb33592209fc6634a3d10707c7584fe92..c9ed69edfab27c6868fc745abb8a9efc1ba4c6ca 100644 --- a/tests/absolute-deviation.lisp +++ b/tests/absolute-deviation.lisp @@ -1,4 +1,20 @@ ;; Regression test ABSOLUTE-DEVIATION for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/absolute-sum.lisp b/tests/absolute-sum.lisp index 4d20a67745bad2db0ad3c2bdcad4d673366da443..fc287e51284036d050a2e7471b05bb26fae19aa9 100644 --- a/tests/absolute-sum.lisp +++ b/tests/absolute-sum.lisp @@ -1,4 +1,20 @@ ;; Regression test ABSOLUTE-SUM for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/airy.lisp b/tests/airy.lisp index 4cd46eccc795c4bb0dafcafe1b64073540052430..fc28d613ee4783eb8ae0115b6ab002da51dca551 100644 --- a/tests/airy.lisp +++ b/tests/airy.lisp @@ -1,4 +1,20 @@ ;; Regression test AIRY for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/autocorrelation.lisp b/tests/autocorrelation.lisp index 800e3f9a930282c90f428f94b441b589580ed3cc..8a047dfab322dd57d407e367429bb37d57f3ba70 100644 --- a/tests/autocorrelation.lisp +++ b/tests/autocorrelation.lisp @@ -1,4 +1,20 @@ ;; Regression test AUTOCORRELATION for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/axpy.lisp b/tests/axpy.lisp index 86db499bdbbf7e1cd11a4d6968cb2191ad757dbe..53f4f823bb351d58b8ac05ad4f3ff6dad79a54e7 100644 --- a/tests/axpy.lisp +++ b/tests/axpy.lisp @@ -1,4 +1,20 @@ ;; Regression test AXPY for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/basis-spline.lisp b/tests/basis-spline.lisp index 65e3471ddd016411bed9cbba10ae66c1ecb45a99..0c30ab009b3fd2e58abaca8f711b30f4954f9f6b 100644 --- a/tests/basis-spline.lisp +++ b/tests/basis-spline.lisp @@ -1,4 +1,20 @@ ;; Regression test BASIS-SPLINE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/bernoulli.lisp b/tests/bernoulli.lisp index 97f26b044f35e59c9a5e655d1ab170c87e066e6d..3eaa7866aeb21eef57dba43d181ed0101f489eaf 100644 --- a/tests/bernoulli.lisp +++ b/tests/bernoulli.lisp @@ -1,4 +1,20 @@ ;; Regression test BERNOULLI for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/bessel.lisp b/tests/bessel.lisp index e56a09f7b0f4d3019c22674767a06217157ac8a4..8d92a00afd8bb166a51075b49b424560cc5d23e3 100644 --- a/tests/bessel.lisp +++ b/tests/bessel.lisp @@ -1,4 +1,20 @@ ;; Regression test BESSEL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/beta.lisp b/tests/beta.lisp index fc983ee8bce795856c2170b4aac1d1f9aa28822b..1991c42906ad80c1ab9c667c4c8b9d4e7092ae3d 100644 --- a/tests/beta.lisp +++ b/tests/beta.lisp @@ -1,4 +1,20 @@ ;; Regression test BETA for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/binomial.lisp b/tests/binomial.lisp index df9dc6da22a6ba819a1763ad130a7261f9f319d7..49624f5e72d59a3f0f1593301fc1edc935a710bf 100644 --- a/tests/binomial.lisp +++ b/tests/binomial.lisp @@ -1,4 +1,20 @@ ;; Regression test BINOMIAL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/blas-copy.lisp b/tests/blas-copy.lisp index df507e7912f177095e5c56eda3c64738cfb0fadd..9a127843280dc68febfd9e58ee8b70d5599225b8 100644 --- a/tests/blas-copy.lisp +++ b/tests/blas-copy.lisp @@ -1,4 +1,20 @@ ;; Regression test BLAS-COPY for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/blas-swap.lisp b/tests/blas-swap.lisp index 5a59d2d5c1b9d3f9492e4dcf2e7c24ea73f15feb..77cb75779bbec4dc61909ff2988412c3a4702d44 100644 --- a/tests/blas-swap.lisp +++ b/tests/blas-swap.lisp @@ -1,4 +1,20 @@ ;; Regression test BLAS-SWAP for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/cauchy.lisp b/tests/cauchy.lisp index 2558f563ac5d26a70d8bac60a82cc893c0dbe2d3..ec06490b41290767d99c5832138dd745b5280c77 100644 --- a/tests/cauchy.lisp +++ b/tests/cauchy.lisp @@ -1,4 +1,20 @@ ;; Regression test CAUCHY for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/cdot.lisp b/tests/cdot.lisp index 43dec3b521792e0f5d67c2595a95bdcbefa95029..efe1b9d7dc617cb624820d81634f39ad7c8cd574 100644 --- a/tests/cdot.lisp +++ b/tests/cdot.lisp @@ -1,4 +1,20 @@ ;; Regression test CDOT for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/chebyshev.lisp b/tests/chebyshev.lisp index 6863a35822331d5f049912bd5aba94b1aa0be2d1..80b896782a2a44843b3aa3a9bf5053bdc17a98af 100644 --- a/tests/chebyshev.lisp +++ b/tests/chebyshev.lisp @@ -1,4 +1,20 @@ ;; Regression test CHEBYSHEV for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/chi-squared.lisp b/tests/chi-squared.lisp index e86fab7d612962f85701a46b9d320bcabf116cac..717b9eb31106393670777c5b9712f4649114367f 100644 --- a/tests/chi-squared.lisp +++ b/tests/chi-squared.lisp @@ -1,4 +1,20 @@ ;; Regression test CHI-SQUARED for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/cholesky.lisp b/tests/cholesky.lisp index ceb3d478e8837ad828f9c6f9015d3a5eae7e33f3..7f0da90842c2f777ceae0d318fd738bf47cdc4f3 100644 --- a/tests/cholesky.lisp +++ b/tests/cholesky.lisp @@ -1,4 +1,20 @@ ;; Regression test CHOLESKY for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/clausen.lisp b/tests/clausen.lisp index 9d119f872df9f4fc762c1837074218db0a13de74..3012a5840d5d83fb9f94904e075c2f88d2ebccf8 100644 --- a/tests/clausen.lisp +++ b/tests/clausen.lisp @@ -1,4 +1,20 @@ ;; Regression test CLAUSEN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/column.lisp b/tests/column.lisp index 116cb7c6c52b8a233a7da007e2006cd78a6b3254..31a215b6adc6db119c1bfd54843f5ade4f7f2f1e 100644 --- a/tests/column.lisp +++ b/tests/column.lisp @@ -1,4 +1,20 @@ ;; Regression test COLUMN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/combination.lisp b/tests/combination.lisp index 1f16cf412566e6b74412383daaa12c4073e6a68f..e638901777287f43c39a07dbd600fc65d76b066f 100644 --- a/tests/combination.lisp +++ b/tests/combination.lisp @@ -1,4 +1,20 @@ ;; Regression test COMBINATION for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/correlation.lisp b/tests/correlation.lisp index 9de73486884d7fa9609253720c7ae67008cda6f5..b34b10a50fb144260d3b896666579008dc14c57e 100644 --- a/tests/correlation.lisp +++ b/tests/correlation.lisp @@ -1,4 +1,20 @@ ;; Regression test CORRELATION for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/coulomb.lisp b/tests/coulomb.lisp index 11fa54be76e544e7bf162d647f484c6c0efd80b6..f3149f43e984545be63b073652324265758ba19a 100644 --- a/tests/coulomb.lisp +++ b/tests/coulomb.lisp @@ -1,4 +1,20 @@ ;; Regression test COULOMB for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/coupling.lisp b/tests/coupling.lisp index de4b439f0f7e8e8885f9c377b89761119069cc89..8e016eb4096c49de32f8af4fc0b244d9db06cf98 100644 --- a/tests/coupling.lisp +++ b/tests/coupling.lisp @@ -1,4 +1,20 @@ ;; Regression test COUPLING for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/covariance.lisp b/tests/covariance.lisp index 2965a72b255f5eaa35eb6b9f1c0d3ee11fb24a8e..a67ab75a837a0b6789c6ee898c9b36e03d3f5e63 100644 --- a/tests/covariance.lisp +++ b/tests/covariance.lisp @@ -1,4 +1,20 @@ ;; Regression test COVARIANCE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/dawson.lisp b/tests/dawson.lisp index 835a54354ac056fdf841e08a999af6f4130781c6..6ef97f4877f89e242f2a92bf0f674d88ad5f3fb9 100644 --- a/tests/dawson.lisp +++ b/tests/dawson.lisp @@ -1,4 +1,20 @@ ;; Regression test DAWSON for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/debye.lisp b/tests/debye.lisp index 5f3344ebe4e6902545a453c681eacfb9c664cd39..28e073b9cebafb7f8aa325bf2ae1c4ad73181292 100644 --- a/tests/debye.lisp +++ b/tests/debye.lisp @@ -1,4 +1,20 @@ ;; Regression test DEBYE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/dilogarithm.lisp b/tests/dilogarithm.lisp index b9b83e6e2b74e5b04a3ad086d4b7b458a94f82c3..8b79155ed5ce4fcf406127165b8738a2c40e5769 100644 --- a/tests/dilogarithm.lisp +++ b/tests/dilogarithm.lisp @@ -1,4 +1,20 @@ ;; Regression test DILOGARITHM for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/dirichlet.lisp b/tests/dirichlet.lisp index b96d9cb76bec987779ae1e0f2265fdd26ae7d032..9a8719ff5ca2646ff881d2cbcdfbcfbfb2f05d97 100644 --- a/tests/dirichlet.lisp +++ b/tests/dirichlet.lisp @@ -1,4 +1,20 @@ ;; Regression test DIRICHLET for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/discrete.lisp b/tests/discrete.lisp index b2357d482c1b735263358c6f93aa5b1c9ced98e5..6d456451dc8bb909d0eac1043e1175e7598a4d3a 100644 --- a/tests/discrete.lisp +++ b/tests/discrete.lisp @@ -1,4 +1,20 @@ ;; Regression test DISCRETE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/dot.lisp b/tests/dot.lisp index 20eb2c9878ff8b33fe542e80657d0cdad145760e..d7f3988073a3b6f9c3b3f39fb1995a48cefb4200 100644 --- a/tests/dot.lisp +++ b/tests/dot.lisp @@ -1,4 +1,20 @@ ;; Regression test DOT for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/eigensystems.lisp b/tests/eigensystems.lisp index e97e84fb8fc98a75fc46b27f9a50ef3e5a48f486..fb277f762732d0f6e9500132fe8d5e54e7206041 100644 --- a/tests/eigensystems.lisp +++ b/tests/eigensystems.lisp @@ -1,4 +1,20 @@ ;; Regression test EIGENSYSTEMS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/elementary.lisp b/tests/elementary.lisp index 35ba7413cec8b1d2c7e25e14b6103a0e0aeda91f..d621423bb1af423854f9d3545c2e97e81c6f655e 100644 --- a/tests/elementary.lisp +++ b/tests/elementary.lisp @@ -1,4 +1,20 @@ ;; Regression test ELEMENTARY for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/elliptic-functions.lisp b/tests/elliptic-functions.lisp index b071ee924666af15c52e658697ab8263542d3d02..83968e7c4836e9348ab6688f11c14dc4cfe1a166 100644 --- a/tests/elliptic-functions.lisp +++ b/tests/elliptic-functions.lisp @@ -1,4 +1,20 @@ ;; Regression test ELLIPTIC-FUNCTIONS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/elliptic-integrals.lisp b/tests/elliptic-integrals.lisp index c25c47e42258090696d670f3bb548fbc6392781a..2e8a72244ec41894327548396d28ef2e322203db 100644 --- a/tests/elliptic-integrals.lisp +++ b/tests/elliptic-integrals.lisp @@ -1,4 +1,20 @@ ;; Regression test ELLIPTIC-INTEGRALS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/error-functions.lisp b/tests/error-functions.lisp index d43148f1c176b17bf4e02183b95aead551f02ed7..f5d7d585276dab037a2cf042aa8ac68a77195c4b 100644 --- a/tests/error-functions.lisp +++ b/tests/error-functions.lisp @@ -1,4 +1,20 @@ ;; Regression test ERROR-FUNCTIONS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/euclidean-norm.lisp b/tests/euclidean-norm.lisp index e234a753cd000b828f2b798f61b1c9b25d975dd7..7586e2a4f6a4c8ca459494d697d08ac34f2dd934 100644 --- a/tests/euclidean-norm.lisp +++ b/tests/euclidean-norm.lisp @@ -1,4 +1,20 @@ ;; Regression test EUCLIDEAN-NORM for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/exponential-functions.lisp b/tests/exponential-functions.lisp index 74c5e145d2505593d9375c281c69f52f843f2e31..c474986b06480872acd308441b5eb7f32ee2c5bd 100644 --- a/tests/exponential-functions.lisp +++ b/tests/exponential-functions.lisp @@ -1,4 +1,20 @@ ;; Regression test EXPONENTIAL-FUNCTIONS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/exponential-integrals.lisp b/tests/exponential-integrals.lisp index 4b853c6be3d57ff745c7854b561b5fe7bc8aa573..0426f0ee57015f604e5e469586b109d5c172cab8 100644 --- a/tests/exponential-integrals.lisp +++ b/tests/exponential-integrals.lisp @@ -1,4 +1,20 @@ ;; Regression test EXPONENTIAL-INTEGRALS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/exponential-power.lisp b/tests/exponential-power.lisp index d50698cca9b27dff82a5468ae15f897da872d1f3..ebef61cd7e0f75941edee5a9e175c6843443d081 100644 --- a/tests/exponential-power.lisp +++ b/tests/exponential-power.lisp @@ -1,4 +1,20 @@ ;; Regression test EXPONENTIAL-POWER for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/exponential.lisp b/tests/exponential.lisp index 83afeed010b17119270a2bd2e60730832710b7d2..7b90b9c0e0a8b58d9687bf92148e09c779993379 100644 --- a/tests/exponential.lisp +++ b/tests/exponential.lisp @@ -1,4 +1,20 @@ ;; Regression test EXPONENTIAL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/fdist.lisp b/tests/fdist.lisp index 2050dc7ce7d621c7de0ab5e08360f0ccc6d517bb..5ee33e67080d2a458cfc0fab03fd501a640fca32 100644 --- a/tests/fdist.lisp +++ b/tests/fdist.lisp @@ -1,4 +1,20 @@ ;; Regression test FDIST for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/fermi-dirac.lisp b/tests/fermi-dirac.lisp index 9684a1ffd5dfc43dbb31eed7ce01248c9683f857..436c5f1325f244519de37336ef734ab6ab3b1bed 100644 --- a/tests/fermi-dirac.lisp +++ b/tests/fermi-dirac.lisp @@ -1,4 +1,20 @@ ;; Regression test FERMI-DIRAC for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/flat.lisp b/tests/flat.lisp index 9f6a9b638b9ac7ec95620a8e1f37724d2c5ba66d..15516dcb22101b20fef4ee021c939b55158fd672 100644 --- a/tests/flat.lisp +++ b/tests/flat.lisp @@ -1,4 +1,20 @@ ;; Regression test FLAT for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/gamma-randist.lisp b/tests/gamma-randist.lisp index 51142b490605c227c1fd23e2858c0b5712ed8e10..0d9b8cc92558a762777299d6e61fbd501f67c71e 100644 --- a/tests/gamma-randist.lisp +++ b/tests/gamma-randist.lisp @@ -1,4 +1,20 @@ ;; Regression test GAMMA-RANDIST for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/gamma.lisp b/tests/gamma.lisp index 6ee592993ab8b5fa117c46ffcf7cd3a1c8e8234c..f3ccb114dcc9d37dc0790743a19a7ad2e439b1a6 100644 --- a/tests/gamma.lisp +++ b/tests/gamma.lisp @@ -1,4 +1,20 @@ ;; Regression test GAMMA for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/gaussian-bivariate.lisp b/tests/gaussian-bivariate.lisp index 4f6fa13a01728d24a8be1f654ca11ee84f3a6e32..359fd500aa127f3dca5abeeb0b2ab6ce110b46d2 100644 --- a/tests/gaussian-bivariate.lisp +++ b/tests/gaussian-bivariate.lisp @@ -1,4 +1,20 @@ ;; Regression test GAUSSIAN-BIVARIATE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/gaussian-tail.lisp b/tests/gaussian-tail.lisp index 7851a2f0c9d660cb6c83be3844a684aad722072a..f8534346fcce8248b61b6e7a3029816e6a3e6945 100644 --- a/tests/gaussian-tail.lisp +++ b/tests/gaussian-tail.lisp @@ -1,4 +1,20 @@ ;; Regression test GAUSSIAN-TAIL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/gaussian.lisp b/tests/gaussian.lisp index 29e6b6920f5f225cf0a47476a75a176339af457b..7d9c10d6d84af53ed19799c9c91c7780a49c252a 100644 --- a/tests/gaussian.lisp +++ b/tests/gaussian.lisp @@ -1,4 +1,20 @@ ;; Regression test GAUSSIAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/gegenbauer.lisp b/tests/gegenbauer.lisp index 3e4b16fd21e801a62ff7f3d7acd2c9d850fab8fe..27c88c080c55bb4d5c6b600854b11910d392d324 100644 --- a/tests/gegenbauer.lisp +++ b/tests/gegenbauer.lisp @@ -1,4 +1,20 @@ ;; Regression test GEGENBAUER for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/geometric.lisp b/tests/geometric.lisp index 9f9774410279068bd06168eedb3199b1a71be87a..7db346f55d879bfa910295a0ba1a5002b2c2bd8f 100644 --- a/tests/geometric.lisp +++ b/tests/geometric.lisp @@ -1,4 +1,20 @@ ;; Regression test GEOMETRIC for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/givens.lisp b/tests/givens.lisp index 3fdbeeabea6a689a649be4ba53ad7fea28add8a1..8750f1d2f9c855a14ce70e28c753df28956e766e 100644 --- a/tests/givens.lisp +++ b/tests/givens.lisp @@ -1,4 +1,20 @@ ;; Regression test GIVENS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/gumbel1.lisp b/tests/gumbel1.lisp index 8291ce9a707427cbb40d9c4298e144f1fc564d48..2d7bd8b0976220f6b4b2692785ade3cd354adb11 100644 --- a/tests/gumbel1.lisp +++ b/tests/gumbel1.lisp @@ -1,4 +1,20 @@ ;; Regression test GUMBEL1 for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/gumbel2.lisp b/tests/gumbel2.lisp index 90ac66762ea1b7c96a2e6222b4528dee06e8223a..5e6399d48466217cf76cd0fe899d48f8f458c53d 100644 --- a/tests/gumbel2.lisp +++ b/tests/gumbel2.lisp @@ -1,4 +1,20 @@ ;; Regression test GUMBEL2 for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/hankel.lisp b/tests/hankel.lisp index abf73508d23ab185f6a9c108121bb2eccb9ae90d..f78989113348b0fac3956cd51fb974f3afd13004 100644 --- a/tests/hankel.lisp +++ b/tests/hankel.lisp @@ -1,4 +1,20 @@ ;; Regression test HANKEL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/higher-moments.lisp b/tests/higher-moments.lisp index 0e09092fb9d0e560c482337bb9f5e3eddc09005a..ff2f044dd0849c68ba95278c485d9dc4ac06be81 100644 --- a/tests/higher-moments.lisp +++ b/tests/higher-moments.lisp @@ -1,4 +1,20 @@ ;; Regression test HIGHER-MOMENTS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/histogram.lisp b/tests/histogram.lisp index b5fe18066e1564557afe2b187a94cb9f701a7752..677b6b56e86bf58b2b2b78fa3f0559dddbdf5367 100644 --- a/tests/histogram.lisp +++ b/tests/histogram.lisp @@ -1,4 +1,20 @@ ;; Regression test HISTOGRAM for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/householder.lisp b/tests/householder.lisp index d9f9e93f6fc165c6bf0d410874153ae336bbbd1e..bf2b7dbf9b32a37dbc7564d479ea8c2a8a37ec87 100644 --- a/tests/householder.lisp +++ b/tests/householder.lisp @@ -1,4 +1,20 @@ ;; Regression test Householder for GSLL. +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/hypergeometric-randist.lisp b/tests/hypergeometric-randist.lisp index 1b7fdc7aa1ec6d98db2d52fc4f003a0676f8929c..57dd77de82f83aea011f5b236c8ef41d7d5de206 100644 --- a/tests/hypergeometric-randist.lisp +++ b/tests/hypergeometric-randist.lisp @@ -1,4 +1,20 @@ ;; Regression test HYPERGEOMETRIC-RANDIST for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/hypergeometric.lisp b/tests/hypergeometric.lisp index 3e657238c59d60d50ed6c255cc933abf76bc53be..55864fed1b63ba87fcb38d4611bd9b713604ca3e 100644 --- a/tests/hypergeometric.lisp +++ b/tests/hypergeometric.lisp @@ -1,4 +1,20 @@ ;; Regression test HYPERGEOMETRIC for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/index-max.lisp b/tests/index-max.lisp index 5c055c5e4c2f0750071a9497fde7a083f7dbc7ea..59d8c582cedfea3bfc432c597744fd19187d29f2 100644 --- a/tests/index-max.lisp +++ b/tests/index-max.lisp @@ -1,4 +1,20 @@ ;; Regression test INDEX-MAX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/interpolation.lisp b/tests/interpolation.lisp index 2dbd02406f07f6218f6dd1e7ec19c2fd68b1f78d..22478aad99328b900913a852f5f452755054f9e3 100644 --- a/tests/interpolation.lisp +++ b/tests/interpolation.lisp @@ -1,4 +1,20 @@ ;; Regression test INTERPOLATION for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/inverse-matrix-product.lisp b/tests/inverse-matrix-product.lisp index d84e0ba58975247a13a2f50614b697bf443ee2e9..b42bf51e1b78a991a311d4319c1885f81146060c 100644 --- a/tests/inverse-matrix-product.lisp +++ b/tests/inverse-matrix-product.lisp @@ -1,4 +1,20 @@ ;; Regression test INVERSE-MATRIX-PRODUCT for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/laguerre.lisp b/tests/laguerre.lisp index af05113b50fb6e93eb5f45b43be5c672b8be5c8d..1fa76f6ba2d4c35694586e9016eea585d3e4f554 100644 --- a/tests/laguerre.lisp +++ b/tests/laguerre.lisp @@ -1,4 +1,20 @@ ;; Regression test LAGUERRE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/lambert.lisp b/tests/lambert.lisp index 305c33a927645929f414f635f85f816062cfc952..12969bacde65644466f52c858528d26bf532c6df 100644 --- a/tests/lambert.lisp +++ b/tests/lambert.lisp @@ -1,4 +1,20 @@ ;; Regression test LAMBERT for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/landau.lisp b/tests/landau.lisp index 8d9ee91819b58b5c7a846e4382dcd04681781444..201b91b46ac7f69f102d8d29968b4428c29ae3cd 100644 --- a/tests/landau.lisp +++ b/tests/landau.lisp @@ -1,4 +1,20 @@ ;; Regression test LANDAU for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/laplace.lisp b/tests/laplace.lisp index 960325d1860e821a006215206a74571f3d6deb74..ec58b3caf9c9256067830329b55f820bd879b116 100644 --- a/tests/laplace.lisp +++ b/tests/laplace.lisp @@ -1,4 +1,20 @@ ;; Regression test LAPLACE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/legendre.lisp b/tests/legendre.lisp index 4ef16d8cdfce292051fe84c514774dfab232b4e3..74d6157ee038ba70e6fbf13644f737580ef2b8fd 100644 --- a/tests/legendre.lisp +++ b/tests/legendre.lisp @@ -1,4 +1,20 @@ ;; Regression test LEGENDRE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/levy.lisp b/tests/levy.lisp index a74dfa2f5cb9319cc3e4f5c87440a12e2e2e1beb..e5d68184e26bc805abe8ea1531bf6a8d89aa1d17 100644 --- a/tests/levy.lisp +++ b/tests/levy.lisp @@ -1,4 +1,20 @@ ;; Regression test LEVY for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/linear-least-squares.lisp b/tests/linear-least-squares.lisp index 9d636a7827fceae4d41a68a38acf29c480640a16..eee6416dab4d37f5ab6801dae91257cc71a773f8 100644 --- a/tests/linear-least-squares.lisp +++ b/tests/linear-least-squares.lisp @@ -1,4 +1,20 @@ ;; Regression test LINEAR-LEAST-SQUARES for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/logarithm.lisp b/tests/logarithm.lisp index 173fcf057560254092b3f7f713c75f2d333d0012..7e83ec113e82e466b500572af765320241dfbf2f 100644 --- a/tests/logarithm.lisp +++ b/tests/logarithm.lisp @@ -1,4 +1,20 @@ ;; Regression test LOGARITHM for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/logarithmic.lisp b/tests/logarithmic.lisp index 6e408ec6e0d118c875b3400f9046e349f9179fcf..b29e5aeb99ba05145853aa55ef47403c2dc5b277 100644 --- a/tests/logarithmic.lisp +++ b/tests/logarithmic.lisp @@ -1,4 +1,20 @@ ;; Regression test LOGARITHMIC for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/logistic.lisp b/tests/logistic.lisp index f3f17e8b85a5e82fa9f091988e88d6890dc6c57b..4ed7fe38a6aebb7eac015c57ebaebfeaf2f2dae9 100644 --- a/tests/logistic.lisp +++ b/tests/logistic.lisp @@ -1,4 +1,20 @@ ;; Regression test LOGISTIC for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/lognormal.lisp b/tests/lognormal.lisp index 446394ca328c060f1631b32c1d93a22564807b38..89088ad414d8c825f5ad3bdf3401f0355c80487f 100644 --- a/tests/lognormal.lisp +++ b/tests/lognormal.lisp @@ -1,4 +1,20 @@ ;; Regression test LOGNORMAL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/lu.lisp b/tests/lu.lisp index 5135f6c8510b0b1f2ec6eb335f2403c33f3d1ad8..09f71d47a19a2480acce147ee00f08563b441f06 100644 --- a/tests/lu.lisp +++ b/tests/lu.lisp @@ -1,5 +1,22 @@ ;; Regression test LU for GSLL, automatically generated ;; with some manual changes to the results +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. + (in-package :gsl) diff --git a/tests/mathematical.lisp b/tests/mathematical.lisp index c323600cc4508ecaa6c90ad889f02f9476670a74..7c0ba88d45b3b79ba3f4f293b813c3d1a8065b04 100644 --- a/tests/mathematical.lisp +++ b/tests/mathematical.lisp @@ -1,4 +1,20 @@ ;; Regression test MATHEMATICAL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/mathieu.lisp b/tests/mathieu.lisp index fcbcc0560a1228bc63d41d981b3b21c085325fef..af020a4645f116447bc083d2dff4b218ca7e8b7f 100644 --- a/tests/mathieu.lisp +++ b/tests/mathieu.lisp @@ -1,4 +1,20 @@ ;; Regression test MATHIEU for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-add-scalar.lisp b/tests/matrix-add-scalar.lisp index 32ad16a34b8f409ee09508b31dda5a8a63e5f859..45192da8dd666ea8dbba2c7ed6dd6c0b07840e70 100644 --- a/tests/matrix-add-scalar.lisp +++ b/tests/matrix-add-scalar.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-ADD-SCALAR for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-add.lisp b/tests/matrix-add.lisp index 68a833dc50749873fe30d44cd25433f5546c94a2..5ec782805b9a0ca2009561fa420856356571a9ed 100644 --- a/tests/matrix-add.lisp +++ b/tests/matrix-add.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-ADD for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-copy-to-cl-and-back.lisp b/tests/matrix-copy-to-cl-and-back.lisp index 35c90f988cb42a81c99a5e99a2ae07e35e14b55a..6b2d6afeef85189a1871dafcb073c5adea48204f 100644 --- a/tests/matrix-copy-to-cl-and-back.lisp +++ b/tests/matrix-copy-to-cl-and-back.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-COPY-TO-CL-AND-BACK for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-copy.lisp b/tests/matrix-copy.lisp index 588d555c2ff85b6ad5e060cfa0087e7694b657d3..154c021b43a16c77adb8f862a798d471661a8664 100644 --- a/tests/matrix-copy.lisp +++ b/tests/matrix-copy.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-COPY for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-div.lisp b/tests/matrix-div.lisp index 4969da05621ebd7d2ba8dfd711743fa8f29bffdd..b79ed3ea2e24f91f95310b6e0cb735c8dcd2536a 100644 --- a/tests/matrix-div.lisp +++ b/tests/matrix-div.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-DIV for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-max-index.lisp b/tests/matrix-max-index.lisp index 143af3737df0f9fd12daa7f4763336f114c66a39..a01ccc303aae122d33608752b5c30ea506cf0617 100644 --- a/tests/matrix-max-index.lisp +++ b/tests/matrix-max-index.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-MAX-INDEX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-max.lisp b/tests/matrix-max.lisp index 93504dc4682506fd84727b01d3e579ed4eaa4f0f..b8d35bde837adc6c54f47442e85965c421ecd96e 100644 --- a/tests/matrix-max.lisp +++ b/tests/matrix-max.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-MAX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-mean.lisp b/tests/matrix-mean.lisp index d6a320fc8d933ba493dbe007be0bb9d64c216794..e91d25937442f26d45266af26a6f0abfed49a4bb 100644 --- a/tests/matrix-mean.lisp +++ b/tests/matrix-mean.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-MEAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-min-index.lisp b/tests/matrix-min-index.lisp index c66bb4d0750738400bd0dc581d5fbc055fd4b7d9..4042a6ca142623bde22982f9274391853803055b 100644 --- a/tests/matrix-min-index.lisp +++ b/tests/matrix-min-index.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-MIN-INDEX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-min.lisp b/tests/matrix-min.lisp index 05281e9117f37fa8a3fe73e3cd2c3d9bb44e9643..71742c9126b9b75b635025207cc1e7df96a3f788 100644 --- a/tests/matrix-min.lisp +++ b/tests/matrix-min.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-MIN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-minmax-index.lisp b/tests/matrix-minmax-index.lisp index db9ea914733e7cc0049dc2d3d58ae302970fd2d5..e6e2439d482cff0396ecbe64f2f68a92a829fdff 100644 --- a/tests/matrix-minmax-index.lisp +++ b/tests/matrix-minmax-index.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-MINMAX-INDEX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-minmax.lisp b/tests/matrix-minmax.lisp index 577ee660d38e83916e9f946f398de28484a97866..b7334ac6414794db4808d78aa8d9ab3407a74c25 100644 --- a/tests/matrix-minmax.lisp +++ b/tests/matrix-minmax.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-MINMAX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-mult-scalar.lisp b/tests/matrix-mult-scalar.lisp index 823046c15f533d165f7e3bed06c8c6e57aa22e08..2e317f04ef663057f7eb043ee865b8793c86903c 100644 --- a/tests/matrix-mult-scalar.lisp +++ b/tests/matrix-mult-scalar.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-MULT-SCALAR for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-mult.lisp b/tests/matrix-mult.lisp index e2b6abed356296024318d799d5daa158a1d5ed93..16b920767b904ff521938e8fb473c802d1fd290e 100644 --- a/tests/matrix-mult.lisp +++ b/tests/matrix-mult.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-MULT for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-product-hermitian.lisp b/tests/matrix-product-hermitian.lisp index 5fbc05a406cc8fd80a9d8111a8a736514ea3eb34..7a96b2eb8104c31284f52bbc264a9635cbdcd7c5 100644 --- a/tests/matrix-product-hermitian.lisp +++ b/tests/matrix-product-hermitian.lisp @@ -1,4 +1,21 @@ ;; Regression test MATRIX-PRODUCT-HERMITIAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. + (in-package :gsl) diff --git a/tests/matrix-product-nonsquare.lisp b/tests/matrix-product-nonsquare.lisp index 1b580601a9abaac0f98ef497798eb744670d42cd..352df8d94e154d6e8ee11d2081e99664bebac8af 100644 --- a/tests/matrix-product-nonsquare.lisp +++ b/tests/matrix-product-nonsquare.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-PRODUCT-NONSQUARE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-product-symmetric.lisp b/tests/matrix-product-symmetric.lisp index 148b58fd221c565b1e63c2a86edd276108048d12..503f8b5090e8a1fcad977247e419c5b4cd8d37a2 100644 --- a/tests/matrix-product-symmetric.lisp +++ b/tests/matrix-product-symmetric.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-PRODUCT-SYMMETRIC for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-product-triangular.lisp b/tests/matrix-product-triangular.lisp index 4f5dc56eae337a932575694994ce61acddd11194..30d6affbb89f5ec91373f2681e7db9a7552c6b54 100644 --- a/tests/matrix-product-triangular.lisp +++ b/tests/matrix-product-triangular.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-PRODUCT-TRIANGULAR for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-product.lisp b/tests/matrix-product.lisp index de5af1a036c54e3f2b672cc154ec5fe72d6093df..df2c1d76733e207d6fae663ecf045ad2e214ae63 100644 --- a/tests/matrix-product.lisp +++ b/tests/matrix-product.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-PRODUCT for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-set-all.lisp b/tests/matrix-set-all.lisp index 8a00ca0ce829ae97b4603c6f7d183ebd327763c6..568c6935bcfe3be27d87a260bb3c3f491c4c8ead 100644 --- a/tests/matrix-set-all.lisp +++ b/tests/matrix-set-all.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-SET-ALL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-set-zero.lisp b/tests/matrix-set-zero.lisp index 6f8a9436b8725c08b87b4ffda4a3cffed11f7f98..1493d4237277bf8b67395fd21294d7044d7a5a5f 100644 --- a/tests/matrix-set-zero.lisp +++ b/tests/matrix-set-zero.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-SET-ZERO for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-standard-deviation-with-fixed-mean.lisp b/tests/matrix-standard-deviation-with-fixed-mean.lisp index f62634e086e29e982cabf4040116a0fe55bf4b34..c4f59f1d29e1e77e7c96f4f56e38c4e304388efe 100644 --- a/tests/matrix-standard-deviation-with-fixed-mean.lisp +++ b/tests/matrix-standard-deviation-with-fixed-mean.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-STANDARD-DEVIATION-WITH-FIXED-MEAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-standard-deviation-with-mean.lisp b/tests/matrix-standard-deviation-with-mean.lisp index 6c75d75042a2aab791f3831f3c41f2a67737a913..f52827a0f7d8caf952251fa929936d606c445a54 100644 --- a/tests/matrix-standard-deviation-with-mean.lisp +++ b/tests/matrix-standard-deviation-with-mean.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-STANDARD-DEVIATION-WITH-MEAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-standard-deviation.lisp b/tests/matrix-standard-deviation.lisp index 5b9953cdab72fb654202cbf28dd7550c66514e2b..9f27312e2e006f682389d6b9f8dd7b11d4262937 100644 --- a/tests/matrix-standard-deviation.lisp +++ b/tests/matrix-standard-deviation.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-STANDARD-DEVIATION for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-sub.lisp b/tests/matrix-sub.lisp index 964f07f38dfad65787fe62674ef279c1105396f2..dfab554865a9c5f51f98fcaeef79c4da7eedba11 100644 --- a/tests/matrix-sub.lisp +++ b/tests/matrix-sub.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-SUB for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-swap.lisp b/tests/matrix-swap.lisp index 90a79cc53f75e7e02483858454660cffd14f5fdd..68c795f1b0303e263d6b2e70eab3d93e849c882a 100644 --- a/tests/matrix-swap.lisp +++ b/tests/matrix-swap.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-SWAP for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-transpose-copy.lisp b/tests/matrix-transpose-copy.lisp index b4381b1573ce34f31ec7169a7727d9a517f00a4e..0f7adea5b0b765ddcd04bc20c0775f274decbdf6 100644 --- a/tests/matrix-transpose-copy.lisp +++ b/tests/matrix-transpose-copy.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-TRANSPOSE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-transpose.lisp b/tests/matrix-transpose.lisp index d68318811c68aed5fabc86a99a6f89ca52d0c944..f3615c2efa3bf72f90e36b20c5516a03edfbfab2 100644 --- a/tests/matrix-transpose.lisp +++ b/tests/matrix-transpose.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-TRANSPOSE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-variance-with-fixed-mean.lisp b/tests/matrix-variance-with-fixed-mean.lisp index 739f120724ed1b3275be3fce39f69cc67458885c..7f2df8fabc0da2981aabffcb96db4748512a11f9 100644 --- a/tests/matrix-variance-with-fixed-mean.lisp +++ b/tests/matrix-variance-with-fixed-mean.lisp @@ -1,4 +1,21 @@ ;; Regression test MATRIX-VARIANCE-WITH-FIXED-MEAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. + (in-package :gsl) diff --git a/tests/matrix-variance-with-mean.lisp b/tests/matrix-variance-with-mean.lisp index ac9ba80e3caf4ddcf700756e46c40538ff258535..77f1145f03d9f795ed115cbfa74781d2ef6c162f 100644 --- a/tests/matrix-variance-with-mean.lisp +++ b/tests/matrix-variance-with-mean.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-VARIANCE-WITH-MEAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/matrix-variance.lisp b/tests/matrix-variance.lisp index 261d434087145c4f3abbc69be2ab41dca4fe5961..ccc96390d6115d013fa5ed953aaecdb39f789d73 100644 --- a/tests/matrix-variance.lisp +++ b/tests/matrix-variance.lisp @@ -1,4 +1,20 @@ ;; Regression test MATRIX-VARIANCE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/median-percentile.lisp b/tests/median-percentile.lisp index 836c79ba9f8566a0b202287def84b2984903e77b..44c04ab103f644574522a23422d87a0538a8eae9 100644 --- a/tests/median-percentile.lisp +++ b/tests/median-percentile.lisp @@ -1,4 +1,20 @@ ;; Regression test MEDIAN-PERCENTILE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/minimization-multi.lisp b/tests/minimization-multi.lisp index 8b5030095dafacf23cb443b4dec224b05779881b..ee47926bbd3aee9b95a97d2ef250dde5e3b1a384 100644 --- a/tests/minimization-multi.lisp +++ b/tests/minimization-multi.lisp @@ -1,4 +1,20 @@ ;; Regression test MINIMIZATION-MULTI for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/minimization-one.lisp b/tests/minimization-one.lisp index 43d1a1ac3a9d22c8e39de18e76d1544c5cc4b224..28d11bb6f08c83b364325b47a249d747374bea26 100644 --- a/tests/minimization-one.lisp +++ b/tests/minimization-one.lisp @@ -1,4 +1,20 @@ ;; Regression test MINIMIZATION-ONE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/monte-carlo.lisp b/tests/monte-carlo.lisp index e16792e3ed8b93b11b9ae5853eaed2994ab04f1b..0e5c053c4fca82af0cdac155a2c6fd38bfc198aa 100644 --- a/tests/monte-carlo.lisp +++ b/tests/monte-carlo.lisp @@ -1,4 +1,20 @@ ;; Regression test MONTE-CARLO for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/multinomial.lisp b/tests/multinomial.lisp index 5a5163a301de0a31eeac944979d330da45811124..b0efb30a28a11b63e58c3ddc3ab95ec170ae9efa 100644 --- a/tests/multinomial.lisp +++ b/tests/multinomial.lisp @@ -1,4 +1,20 @@ ;; Regression test MULTINOMIAL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/negative-binomial.lisp b/tests/negative-binomial.lisp index 72a18a49392242a5fe5dbf7fa8ad6deacc7c48db..90d7fd22141c163f818194933890b9288a4b1e90 100644 --- a/tests/negative-binomial.lisp +++ b/tests/negative-binomial.lisp @@ -1,4 +1,20 @@ ;; Regression test NEGATIVE-BINOMIAL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/nonlinear-least-squares.lisp b/tests/nonlinear-least-squares.lisp index efc082a248bf4caacba5d708c7d3bbd0577d58a2..c961dd5e540e734fb4d9d0fa9eae7fd99803c0da 100644 --- a/tests/nonlinear-least-squares.lisp +++ b/tests/nonlinear-least-squares.lisp @@ -1,4 +1,20 @@ ;; Regression test NONLINEAR-LEAST-SQUARES for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/ntuple.lisp b/tests/ntuple.lisp index c07bc9b2a22c10b4bbe1291deead396c22d26f06..b7180b2fdf2b48aebca44275dfc80ef197618d78 100644 --- a/tests/ntuple.lisp +++ b/tests/ntuple.lisp @@ -1,4 +1,20 @@ ;; Regression test NTUPLE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/numerical-differentiation.lisp b/tests/numerical-differentiation.lisp index 1b6118ccbe4f1721100cc11c968b409abbee5b96..57d34ec6071f4414d2a43bd51eb124d0d913f5a2 100644 --- a/tests/numerical-differentiation.lisp +++ b/tests/numerical-differentiation.lisp @@ -1,4 +1,20 @@ ;; Regression test NUMERICAL-DIFFERENTIATION for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/numerical-integration.lisp b/tests/numerical-integration.lisp index 24dc0d7abeb17e7e3b0b82f7275357111fcaaa35..bbb84df02644dc130260b553f542df1cbe5ccc70 100644 --- a/tests/numerical-integration.lisp +++ b/tests/numerical-integration.lisp @@ -1,4 +1,20 @@ ;; Regression test NUMERICAL-INTEGRATION for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/ode.lisp b/tests/ode.lisp index 95d32cebd8f9eb540917c979bb792f527fc60d22..8e50812e1553941b16b02b3618ecc764fdc8718b 100644 --- a/tests/ode.lisp +++ b/tests/ode.lisp @@ -1,4 +1,20 @@ ;; Regression test ODE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/pareto.lisp b/tests/pareto.lisp index 595abe1c558814b19b19e484eda463f523f09f9b..326f8618b414851b52bb25a1ba759fad6899197c 100644 --- a/tests/pareto.lisp +++ b/tests/pareto.lisp @@ -1,4 +1,20 @@ ;; Regression test PARETO for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/permutation.lisp b/tests/permutation.lisp index bc8a3a1db93e2739d8275998d6746f730ec9ee3e..68916bbb645ce0f707c083ce40e6097fc38a8eea 100644 --- a/tests/permutation.lisp +++ b/tests/permutation.lisp @@ -1,4 +1,20 @@ ;; Regression test PERMUTATION for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/poisson.lisp b/tests/poisson.lisp index 6874a07abaf77d9a67696687430fbeeef3e88580..2855d281ce2acb31f244d27397abddfe6fa058d8 100644 --- a/tests/poisson.lisp +++ b/tests/poisson.lisp @@ -1,4 +1,20 @@ ;; Regression test POISSON for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/polynomial.lisp b/tests/polynomial.lisp index 626119868ffb507d8bfa48eb62dcd417b2da0b35..440609e2961bb8cd95ace7bc0c63e28133b298e1 100644 --- a/tests/polynomial.lisp +++ b/tests/polynomial.lisp @@ -1,4 +1,20 @@ ;; Regression test POLYNOMIAL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/power.lisp b/tests/power.lisp index f7f5121f141590d37c712aaa439a72b33afab57e..70fc0667e1a6680f64831014c6da7549d75e40a9 100644 --- a/tests/power.lisp +++ b/tests/power.lisp @@ -1,4 +1,20 @@ ;; Regression test POWER for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/psi.lisp b/tests/psi.lisp index 78901ac89f675955006e04b9171d49d59dece01b..daa4a5682444c715310e22f78a934eb7b63c348b 100644 --- a/tests/psi.lisp +++ b/tests/psi.lisp @@ -1,4 +1,20 @@ ;; Regression test PSI for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/qr.lisp b/tests/qr.lisp index e3e21191b1045f525d7d23cd26d183acc30f3aaa..0cb5b62133d1b5e59055d44fdea6426eed15ed42 100644 --- a/tests/qr.lisp +++ b/tests/qr.lisp @@ -1,4 +1,20 @@ ;; Regression test QR for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/qrpt.lisp b/tests/qrpt.lisp index 7be269167e79657958347126c120af10e739d448..a0139d6827de3ab2a2b3737393437ea1b036c30f 100644 --- a/tests/qrpt.lisp +++ b/tests/qrpt.lisp @@ -1,4 +1,20 @@ ;; Regression test QR for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/quasi-random-number-generators.lisp b/tests/quasi-random-number-generators.lisp index 2c9c4330d76fb5d7d3cec66f611be29ca2c869b7..71f37f8602dcca22138d993a9262a6cc059787c6 100644 --- a/tests/quasi-random-number-generators.lisp +++ b/tests/quasi-random-number-generators.lisp @@ -1,4 +1,20 @@ ;; Regression test QUASI-RANDOM-NUMBER-GENERATORS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/random-number-generators.lisp b/tests/random-number-generators.lisp index eacb324b3edd120b339b4c63901acd2cb51892bb..b9ce6b2bd6a57e401267c6cda3a08d6c481b901c 100644 --- a/tests/random-number-generators.lisp +++ b/tests/random-number-generators.lisp @@ -1,4 +1,20 @@ ;; Regression test RANDOM-NUMBER-GENERATORS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/rayleigh-tail.lisp b/tests/rayleigh-tail.lisp index 4b486f814673922234c50b5aa3c49a3bc8fb06dd..10ca805f38d9009dfc92d09606c5a4f26d50daaf 100644 --- a/tests/rayleigh-tail.lisp +++ b/tests/rayleigh-tail.lisp @@ -1,4 +1,20 @@ ;; Regression test RAYLEIGH-TAIL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/rayleigh.lisp b/tests/rayleigh.lisp index 57c78a96dabaaf1b9f98f6f2906caafa5160a565..8dcabc830ff0a2a15580fff28cc1623778d9e1f6 100644 --- a/tests/rayleigh.lisp +++ b/tests/rayleigh.lisp @@ -1,4 +1,20 @@ ;; Regression test RAYLEIGH for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/roots-multi.lisp b/tests/roots-multi.lisp index add199fa01e5c33d422efa786bd038911a257ced..afccfb6f649209f6db446c5467a5d5b86662561b 100644 --- a/tests/roots-multi.lisp +++ b/tests/roots-multi.lisp @@ -1,4 +1,20 @@ ;; Regression test ROOTS-MULTI for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/roots-one.lisp b/tests/roots-one.lisp index 88200f4ad3b7a92f9d050297efb95591aecd65ac..e07cc152afc96f77ce88f9d9a1f51f885e72f5de 100644 --- a/tests/roots-one.lisp +++ b/tests/roots-one.lisp @@ -1,4 +1,20 @@ ;; Regression test ROOTS-ONE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/row.lisp b/tests/row.lisp index afb6f65542c69e6eea9379a9b4539723ba215b89..c89b53e880402f2458a447bb7d6ad4bb2385cb6d 100644 --- a/tests/row.lisp +++ b/tests/row.lisp @@ -1,4 +1,20 @@ ;; Regression test ROW for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/scale.lisp b/tests/scale.lisp index 50e49f0f4665d5c85dd8b5412094ccc4170a29d9..ea59ae67d67fb47ae878328e41ec3a58a3029fb0 100644 --- a/tests/scale.lisp +++ b/tests/scale.lisp @@ -1,4 +1,20 @@ ;; Regression test SCALE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/series-acceleration.lisp b/tests/series-acceleration.lisp index 38f832f2319985ea3ddfec73b4658795d9f67df4..db8f693bd2910a20647d6cfae26a4d2355cf2ce7 100644 --- a/tests/series-acceleration.lisp +++ b/tests/series-acceleration.lisp @@ -1,4 +1,20 @@ ;; Regression test SERIES-ACCELERATION for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/set-basis.lisp b/tests/set-basis.lisp index ba26a56ac619b1bd812846e4a65b164ae58c9a9c..adac6e9138388c73d07a8b84821fa9a09498242d 100644 --- a/tests/set-basis.lisp +++ b/tests/set-basis.lisp @@ -1,4 +1,20 @@ ;; Regression test SET-BASIS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/set-identity.lisp b/tests/set-identity.lisp index 9dd692c8f8c6f34bb4e9aa921f0e8dbd041c93dc..1d665c1d33fd1db363f3171318dfe3a4c5091f57 100644 --- a/tests/set-identity.lisp +++ b/tests/set-identity.lisp @@ -1,4 +1,20 @@ ;; Regression test SET-IDENTITY for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/setf-column.lisp b/tests/setf-column.lisp index 3afbee695b7e08bb5c7fce048b59862d2e1f264c..8720345ae539fd36c4bd41e55a47b32b3deeece2 100644 --- a/tests/setf-column.lisp +++ b/tests/setf-column.lisp @@ -1,4 +1,20 @@ ;; Regression test SETF-COLUMN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/setf-row.lisp b/tests/setf-row.lisp index d325a4e6a4246cef8c69f44f8beec53d93c18a11..91c4499b94103cddf1e16ff229fcc87bf5c26f52 100644 --- a/tests/setf-row.lisp +++ b/tests/setf-row.lisp @@ -1,4 +1,20 @@ ;; Regression test SETF-ROW for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/shuffling-sampling.lisp b/tests/shuffling-sampling.lisp index 15052948786f63badaca809b9a687dafbdab6fd3..3a5d9fd19bbad82c1f254edf209bd1df53c2f2a3 100644 --- a/tests/shuffling-sampling.lisp +++ b/tests/shuffling-sampling.lisp @@ -1,4 +1,20 @@ ;; Regression test SHUFFLING-SAMPLING for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/sort-matrix-largest.lisp b/tests/sort-matrix-largest.lisp index d00151d9a46bac382ade0e2f1f96644d4a77c1cd..ed55e916a7ce8c3dddeb9471d948b8910561d46f 100644 --- a/tests/sort-matrix-largest.lisp +++ b/tests/sort-matrix-largest.lisp @@ -1,4 +1,20 @@ ;; Regression test SORT-MATRIX-LARGEST for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/sort-matrix-smallest.lisp b/tests/sort-matrix-smallest.lisp index e174e301123ba7985ad45a7f6ebc1fa0b1b435d3..20638ff8e1e8a1c7e157ec8d58afc9283560814a 100644 --- a/tests/sort-matrix-smallest.lisp +++ b/tests/sort-matrix-smallest.lisp @@ -1,4 +1,20 @@ ;; Regression test SORT-MATRIX-SMALLEST for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/sort-matrix.lisp b/tests/sort-matrix.lisp index 5b2efdcf364ecc393c3cb0fce147ea8a57367291..678e0cf9af89e2c866941058bebd7283289fb1bf 100644 --- a/tests/sort-matrix.lisp +++ b/tests/sort-matrix.lisp @@ -1,4 +1,20 @@ ;; Regression test SORT-MATRIX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/sort-vector-index.lisp b/tests/sort-vector-index.lisp index 24014290aaf6de429763994a9fd7083a1bc5db74..a214713b5d8046394b5bf41ede0cf1392d4d4462 100644 --- a/tests/sort-vector-index.lisp +++ b/tests/sort-vector-index.lisp @@ -1,4 +1,20 @@ ;; Regression test SORT-VECTOR-INDEX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/sort-vector-largest-index.lisp b/tests/sort-vector-largest-index.lisp index ef15e98ec16b349bf43f6a576a310203484d4eb8..df29370129864b66c3e19b729dc714fb1b8c735f 100644 --- a/tests/sort-vector-largest-index.lisp +++ b/tests/sort-vector-largest-index.lisp @@ -1,4 +1,20 @@ ;; Regression test SORT-VECTOR-LARGEST-INDEX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/sort-vector-largest.lisp b/tests/sort-vector-largest.lisp index ad22a9f92588c81e28541c5f58dceef560a471fa..94cbfc9960e394f2880af2784cd0fef36cd6bce5 100644 --- a/tests/sort-vector-largest.lisp +++ b/tests/sort-vector-largest.lisp @@ -1,4 +1,20 @@ ;; Regression test SORT-VECTOR-LARGEST for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/sort-vector-smallest-index.lisp b/tests/sort-vector-smallest-index.lisp index bf0f377cd870067946444d19d01fe20d90d71c45..68913a96a27f19a1a1ae8ffc9bf2d8aef53e60ba 100644 --- a/tests/sort-vector-smallest-index.lisp +++ b/tests/sort-vector-smallest-index.lisp @@ -1,4 +1,20 @@ ;; Regression test SORT-VECTOR-SMALLEST-INDEX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/sort-vector-smallest.lisp b/tests/sort-vector-smallest.lisp index dae3dd36b333afc8f64860aa43cb9ff2a3339547..2f4f5aaa82dfbf706e11a56c65fc32c15cdbc99d 100644 --- a/tests/sort-vector-smallest.lisp +++ b/tests/sort-vector-smallest.lisp @@ -1,4 +1,20 @@ ;; Regression test SORT-VECTOR-SMALLEST for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/sort-vector.lisp b/tests/sort-vector.lisp index 0f83e35af8250bea860abdb544020233df578a75..b0dc4d751a75f0ab3138b20e110dabdf70ffb895 100644 --- a/tests/sort-vector.lisp +++ b/tests/sort-vector.lisp @@ -1,4 +1,20 @@ ;; Regression test SORT-VECTOR for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/spherical-vector.lisp b/tests/spherical-vector.lisp index f15c8500cd7a252521067f516c247cb15d2c7baa..4f874528407d11fddddabc31fa64fcde87d983f8 100644 --- a/tests/spherical-vector.lisp +++ b/tests/spherical-vector.lisp @@ -1,4 +1,20 @@ ;; Regression test SPHERICAL-VECTOR for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/svd.lisp b/tests/svd.lisp index 4230897da204ccbdfd20eb4ee7d077e4c636c9e3..cd8035a531ea14617e8bb170298b368d02c48d6e 100644 --- a/tests/svd.lisp +++ b/tests/svd.lisp @@ -1,4 +1,20 @@ ;; Regression test SVD for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/swap-columns.lisp b/tests/swap-columns.lisp index 1b058eed6fe5852a9c4b491db0ab9fbfcb09e38b..923da86f858202c4e190aa48aae3ec362be1f492 100644 --- a/tests/swap-columns.lisp +++ b/tests/swap-columns.lisp @@ -1,4 +1,20 @@ ;; Regression test SWAP-COLUMNS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/swap-elements.lisp b/tests/swap-elements.lisp index 70d2be0d17c04034f729dfd234f0455a505daa3d..f76397bd0f10b6a9350c520c703cb5c3fb3031b4 100644 --- a/tests/swap-elements.lisp +++ b/tests/swap-elements.lisp @@ -1,4 +1,20 @@ ;; Regression test SWAP-ELEMENTS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/swap-row-column.lisp b/tests/swap-row-column.lisp index a80e7211f99669ee7f717ccb51822dfe52d30c15..c97eebc827f9e1b9e23af539ec64ed1a46ad3b47 100644 --- a/tests/swap-row-column.lisp +++ b/tests/swap-row-column.lisp @@ -1,4 +1,20 @@ ;; Regression test SWAP-ROW-COLUMN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/swap-rows.lisp b/tests/swap-rows.lisp index 153b61fd7c3dcf1918983d8db7de8554749e5852..45961ae64d7673556bc6aa2f19d9387a23ddea7c 100644 --- a/tests/swap-rows.lisp +++ b/tests/swap-rows.lisp @@ -1,4 +1,20 @@ ;; Regression test SWAP-ROWS for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/synchrotron.lisp b/tests/synchrotron.lisp index 763392c1268df20ba723331f5b12215fce9cf843..213378ab10feb494e4f1414e61316f595f7c98ca 100644 --- a/tests/synchrotron.lisp +++ b/tests/synchrotron.lisp @@ -1,4 +1,20 @@ ;; Regression test SYNCHROTRON for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/tdist.lisp b/tests/tdist.lisp index 972d9bfacffd99431dc1cf3133ddaa8b5bc4cd4f..3ac50168609a54a21cc71d469c97fd33fa1ccca1 100644 --- a/tests/tdist.lisp +++ b/tests/tdist.lisp @@ -1,4 +1,20 @@ ;; Regression test TDIST for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/transport.lisp b/tests/transport.lisp index d2b127a7bd709465eb878620d3fde5ee3350755f..a4d3b881a3f353923b50f41ac054f34e1cbcb2da 100644 --- a/tests/transport.lisp +++ b/tests/transport.lisp @@ -1,4 +1,20 @@ ;; Regression test TRANSPORT for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/trigonometry.lisp b/tests/trigonometry.lisp index eec1a8f00b98a51c5c77b327861e60fb8d76d811..0a6c8ee0e285126b0c7cefb4495efcd20f048dc4 100644 --- a/tests/trigonometry.lisp +++ b/tests/trigonometry.lisp @@ -1,4 +1,20 @@ ;; Regression test TRIGONOMETRY for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-add-scalar.lisp b/tests/vector-add-scalar.lisp index a6e2d3b8545628fd9a7e4ea13bcc176a20c8107c..8501d9f8b1edf7157ed8f49b02b811618df37154 100644 --- a/tests/vector-add-scalar.lisp +++ b/tests/vector-add-scalar.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-ADD-SCALAR for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-add.lisp b/tests/vector-add.lisp index de7594508416df905964e2f2957862c55b5fbd87..5020dfab36d7d462c099a9dddfb7e3c85595f3a3 100644 --- a/tests/vector-add.lisp +++ b/tests/vector-add.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-ADD for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-copy-to-cl-and-back.lisp b/tests/vector-copy-to-cl-and-back.lisp index c6110153b0a8755fdbf358f96ada33f831408488..a113d16299085b1c28b357cb7cb5a2f69f91b040 100644 --- a/tests/vector-copy-to-cl-and-back.lisp +++ b/tests/vector-copy-to-cl-and-back.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-COPY-TO-CL-AND-BACK for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-copy.lisp b/tests/vector-copy.lisp index 9060b50a8939b7e78a6d5444a7a5a3ab852ac843..ce8237ffd1c4b9f207fd790fa9907fc60762d5e4 100644 --- a/tests/vector-copy.lisp +++ b/tests/vector-copy.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-COPY for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-div.lisp b/tests/vector-div.lisp index f4315f9bec72826c70282354cf7b2cce008e7e06..b85c325a7aa465244b5c33dd60710d7439fea8eb 100644 --- a/tests/vector-div.lisp +++ b/tests/vector-div.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-DIV for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-max-index.lisp b/tests/vector-max-index.lisp index b4f395787f8d2b22ad97652ab23877110857e50e..fbf1893b2abd0b1dc8a1a3a2c434c4377d60f172 100644 --- a/tests/vector-max-index.lisp +++ b/tests/vector-max-index.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-MAX-INDEX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-max.lisp b/tests/vector-max.lisp index d63ea382fd67c731c77051ab8eaa9feca76f0b66..8a8778400749786b73c324d241e3542a9bac0602 100644 --- a/tests/vector-max.lisp +++ b/tests/vector-max.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-MAX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-mean.lisp b/tests/vector-mean.lisp index a56f3d327e074e4aef13d1ac4efd2067678dcc1e..0126877962d46ac77507461a6ede0344a511afb4 100644 --- a/tests/vector-mean.lisp +++ b/tests/vector-mean.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-MEAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-min-index.lisp b/tests/vector-min-index.lisp index 4124b7977f0c55a47b2a18a4e323ff01c9f82a63..35b68f3f2c81d2c0226a54f43926b22d507b1492 100644 --- a/tests/vector-min-index.lisp +++ b/tests/vector-min-index.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-MIN-INDEX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-min.lisp b/tests/vector-min.lisp index 62eba3b1cc1d69aa41dbeacd1bf5e56a15a6bbc3..de621cc7d6ddb4881f2bb2eb7659301a07720d5c 100644 --- a/tests/vector-min.lisp +++ b/tests/vector-min.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-MIN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-minmax-index.lisp b/tests/vector-minmax-index.lisp index 46e6249624eda4a28de675295f18a0476ced57bb..f450f4f874e24bd17b27e67c6aadc1e30086890c 100644 --- a/tests/vector-minmax-index.lisp +++ b/tests/vector-minmax-index.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-MINMAX-INDEX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-minmax.lisp b/tests/vector-minmax.lisp index 6a995b08746ba357651cf9629a8f0dfcfc985e64..40d53cd7b4d9e1bcd66d4768ee21a319a34f1801 100644 --- a/tests/vector-minmax.lisp +++ b/tests/vector-minmax.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-MINMAX for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-mult-scalar.lisp b/tests/vector-mult-scalar.lisp index 4f88c7198a831c11d61124b2dfa6bdf8b0c0a672..6875ef7c689314c248eaf5f5a1af95013ad25bc2 100644 --- a/tests/vector-mult-scalar.lisp +++ b/tests/vector-mult-scalar.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-MULT-SCALAR for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-mult.lisp b/tests/vector-mult.lisp index 833b7d212f74ef41c183d36f1c0d42790383f973..e9a83b2456131b663e5737c6000f2e989febf6c5 100644 --- a/tests/vector-mult.lisp +++ b/tests/vector-mult.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-MULT for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-reverse.lisp b/tests/vector-reverse.lisp index 21e7cd12ea748198919e5605a1e2e2b7cfac605e..c1d5588c472fdb1d4e92ce401716403480f7eb2f 100644 --- a/tests/vector-reverse.lisp +++ b/tests/vector-reverse.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-REVERSE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-set-all.lisp b/tests/vector-set-all.lisp index 4b3b6537f9f8fa58176762cceafceed8ab190fcc..ac9d218e50191b53d9abe29341ff5adcd08e828b 100644 --- a/tests/vector-set-all.lisp +++ b/tests/vector-set-all.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-SET-ALL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-set-zero.lisp b/tests/vector-set-zero.lisp index 4b1b33840a7c4b8be6dfb5d44fb60061f14d37d7..20a9ad0f1f57801a502bec6f25b358be9994d0f0 100644 --- a/tests/vector-set-zero.lisp +++ b/tests/vector-set-zero.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-SET-ZERO for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-standard-deviation-with-fixed-mean.lisp b/tests/vector-standard-deviation-with-fixed-mean.lisp index 24469c57bda2088f31e2172f7d4f2b24902f8103..a3db69c74991165a579f71a32864b66eb65eadf6 100644 --- a/tests/vector-standard-deviation-with-fixed-mean.lisp +++ b/tests/vector-standard-deviation-with-fixed-mean.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-STANDARD-DEVIATION-WITH-FIXED-MEAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-standard-deviation-with-mean.lisp b/tests/vector-standard-deviation-with-mean.lisp index fe8abc818bd13d0141b6ae18e60fe274022ca8bb..c26fda7685836a8e1011fbbd46a19ce481b02171 100644 --- a/tests/vector-standard-deviation-with-mean.lisp +++ b/tests/vector-standard-deviation-with-mean.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-STANDARD-DEVIATION-WITH-MEAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-standard-deviation.lisp b/tests/vector-standard-deviation.lisp index 689b1f987458683312f5895de2b2e2293f2a686c..05773b407eb876dbf73f08d53f82202d89cfb23b 100644 --- a/tests/vector-standard-deviation.lisp +++ b/tests/vector-standard-deviation.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-STANDARD-DEVIATION for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-sub.lisp b/tests/vector-sub.lisp index 5cc943446e75908c379b53c1621be8bea271b22c..33597c5e888821a7a7035ddda53cb4f4e97bd95f 100644 --- a/tests/vector-sub.lisp +++ b/tests/vector-sub.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-SUB for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-swap.lisp b/tests/vector-swap.lisp index 9106fe03c3a029801e1565206a24f899cffbffaf..3e268c3b125f20806c2d167968fde7724a12dfc7 100644 --- a/tests/vector-swap.lisp +++ b/tests/vector-swap.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-SWAP for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-variance-with-fixed-mean.lisp b/tests/vector-variance-with-fixed-mean.lisp index 00074011ba8fb9fdbbb2f08328d0cf87c17b5bb5..17c262f5cee1920c79bd71b1e98a0ca51eced4e4 100644 --- a/tests/vector-variance-with-fixed-mean.lisp +++ b/tests/vector-variance-with-fixed-mean.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-VARIANCE-WITH-FIXED-MEAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-variance-with-mean.lisp b/tests/vector-variance-with-mean.lisp index 8da952792e34e0f891e7a9d0e9028d1756e1653c..b296417cfbc29dda8714f5bdeb76563fd0174de6 100644 --- a/tests/vector-variance-with-mean.lisp +++ b/tests/vector-variance-with-mean.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-VARIANCE-WITH-MEAN for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/vector-variance.lisp b/tests/vector-variance.lisp index 0594c4c46a5dc5ca46361d81f32594215b51e2cb..f3a6b79e3089a89fb38ecf1588e4832be07e609a 100644 --- a/tests/vector-variance.lisp +++ b/tests/vector-variance.lisp @@ -1,4 +1,20 @@ ;; Regression test VECTOR-VARIANCE for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/weibull.lisp b/tests/weibull.lisp index 264d4305ef042d3ef55c3bdfe30585f58c9de310..fba79104315b868775b9962ff6a762a59d9c50bf 100644 --- a/tests/weibull.lisp +++ b/tests/weibull.lisp @@ -1,4 +1,20 @@ ;; Regression test WEIBULL for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/tests/zeta.lisp b/tests/zeta.lisp index 1fdf3d46bbb7ec33c78a554b3ff731c913a387fc..80548b9436e99fd7b5cae8b4a47581e572a0e89d 100644 --- a/tests/zeta.lisp +++ b/tests/zeta.lisp @@ -1,4 +1,20 @@ ;; Regression test ZETA for GSLL, automatically generated +;; +;; Copyright 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl) diff --git a/wavelet.lisp b/wavelet.lisp index cde4e352cb590529329395d695fa62710b51c6f9..a05af7a9d15e32b93b764816351bc69b3606912c 100644 --- a/wavelet.lisp +++ b/wavelet.lisp @@ -1,7 +1,22 @@ ;; Wavelet transforms. ;; Liam Healy, Mon Nov 26 2007 - 20:43 -;; Time-stamp: <2009-02-16 09:59:18EST wavelet.lisp> -;; $Id$ +;; Time-stamp: <2009-12-27 10:27:41EST wavelet.lisp> +;; +;; Copyright 2006, 2007, 2008, 2009 Liam M. Healy +;; Distributed under the terms of the GNU General Public License +;; +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. (in-package :gsl)