From 650f8af69677cdaad88b825e7bf96f09a1ef3de7 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 16 Jun 2024 16:13:14 -0400 Subject: [PATCH] Update license and add license headers Released under 3-clause bsd --- CMakeLists.txt | 26 +++++++++++++++++ LICENSE | 15 ++++------ docs/ford/index.html | 4 +-- docs/ford/interface/addfunction.html | 6 ++-- docs/ford/interface/equationparser.html | 6 ++-- docs/ford/interface/f32.html | 6 ++-- docs/ford/interface/f64.html | 6 ++-- docs/ford/interface/randomize_r32.html | 6 ++-- docs/ford/interface/randomize_r64.html | 6 ++-- docs/ford/interface/tuple.html | 6 ++-- docs/ford/lists/files.html | 4 +-- docs/ford/lists/modules.html | 4 +-- docs/ford/lists/procedures.html | 4 +-- docs/ford/lists/types.html | 4 +-- docs/ford/module/feqparse.html | 10 +++---- docs/ford/module/feqparse_floatstacks.html | 6 ++-- docs/ford/module/feqparse_functions.html | 6 ++-- docs/ford/module/feqparse_tokenstack.html | 6 ++-- docs/ford/proc/abs32.html | 6 ++-- docs/ford/proc/abs64.html | 6 ++-- docs/ford/proc/acos32.html | 6 ++-- docs/ford/proc/acos64.html | 6 ++-- docs/ford/proc/addfunction32.html | 6 ++-- docs/ford/proc/addfunction64.html | 6 ++-- docs/ford/proc/asin32.html | 6 ++-- docs/ford/proc/asin64.html | 6 ++-- docs/ford/proc/atan32.html | 6 ++-- docs/ford/proc/atan64.html | 6 ++-- .../proc/character_array_assign_function.html | 6 ++-- docs/ford/proc/character_assign_function.html | 6 ++-- docs/ford/proc/character_eq_function.html | 6 ++-- docs/ford/proc/character_neq_function.html | 6 ++-- docs/ford/proc/cleanequation.html | 6 ++-- docs/ford/proc/construct_equationparser.html | 6 ++-- docs/ford/proc/construct_r1fp32stack.html | 6 ++-- docs/ford/proc/construct_r1fp64stack.html | 6 ++-- docs/ford/proc/construct_r2fp32stack.html | 6 ++-- docs/ford/proc/construct_r2fp64stack.html | 6 ++-- docs/ford/proc/construct_r3fp32stack.html | 6 ++-- docs/ford/proc/construct_r3fp64stack.html | 6 ++-- docs/ford/proc/construct_r4fp32stack.html | 6 ++-- docs/ford/proc/construct_r4fp64stack.html | 6 ++-- docs/ford/proc/construct_sfp32stack.html | 6 ++-- docs/ford/proc/construct_sfp64stack.html | 6 ++-- docs/ford/proc/construct_tokenstack.html | 6 ++-- docs/ford/proc/converttopostfix.html | 6 ++-- docs/ford/proc/copy.html | 6 ++-- docs/ford/proc/cos32.html | 6 ++-- docs/ford/proc/cos64.html | 6 ++-- docs/ford/proc/cosh32.html | 6 ++-- docs/ford/proc/cosh64.html | 6 ++-- docs/ford/proc/evaluate_r1fp32.html | 6 ++-- docs/ford/proc/evaluate_r1fp64.html | 6 ++-- docs/ford/proc/evaluate_r2fp32.html | 6 ++-- docs/ford/proc/evaluate_r2fp64.html | 6 ++-- docs/ford/proc/evaluate_r3fp32.html | 6 ++-- docs/ford/proc/evaluate_r3fp64.html | 6 ++-- docs/ford/proc/evaluate_r4fp32.html | 6 ++-- docs/ford/proc/evaluate_r4fp64.html | 6 ++-- docs/ford/proc/evaluate_sfp32.html | 6 ++-- docs/ford/proc/evaluate_sfp64.html | 6 ++-- docs/ford/proc/exp32.html | 6 ++-- docs/ford/proc/exp64.html | 6 ++-- docs/ford/proc/finalize_equationparser.html | 6 ++-- docs/ford/proc/finalize_r1fp32stack.html | 6 ++-- docs/ford/proc/finalize_r1fp64stack.html | 6 ++-- docs/ford/proc/finalize_r2fp32stack.html | 6 ++-- docs/ford/proc/finalize_r2fp64stack.html | 6 ++-- docs/ford/proc/finalize_r3fp32stack.html | 6 ++-- docs/ford/proc/finalize_r3fp64stack.html | 6 ++-- docs/ford/proc/finalize_r4fp32stack.html | 6 ++-- docs/ford/proc/finalize_r4fp64stack.html | 6 ++-- docs/ford/proc/finalize_sfp32stack.html | 6 ++-- docs/ford/proc/finalize_sfp64stack.html | 6 ++-- docs/ford/proc/finalize_tokenstack.html | 6 ++-- docs/ford/proc/function_eq_character.html | 6 ++-- docs/ford/proc/function_finalize.html | 6 ++-- docs/ford/proc/function_neq_character.html | 6 ++-- docs/ford/proc/initializefunctions.html | 6 ++-- docs/ford/proc/invoke32.html | 6 ++-- docs/ford/proc/invoke64.html | 6 ++-- docs/ford/proc/isempty_tokenstack.html | 6 ++-- docs/ford/proc/isfunction.html | 6 ++-- docs/ford/proc/isnumber.html | 6 ++-- docs/ford/proc/isoperator.html | 6 ++-- docs/ford/proc/isseparator.html | 6 ++-- docs/ford/proc/isvariable.html | 6 ++-- docs/ford/proc/log1032.html | 6 ++-- docs/ford/proc/log1064.html | 6 ++-- docs/ford/proc/log32.html | 6 ++-- docs/ford/proc/log64.html | 6 ++-- docs/ford/proc/pop_r1fp32stack.html | 6 ++-- docs/ford/proc/pop_r1fp64stack.html | 6 ++-- docs/ford/proc/pop_r2fp32stack.html | 6 ++-- docs/ford/proc/pop_r2fp64stack.html | 6 ++-- docs/ford/proc/pop_r3fp32stack.html | 6 ++-- docs/ford/proc/pop_r3fp64stack.html | 6 ++-- docs/ford/proc/pop_r4fp32stack.html | 6 ++-- docs/ford/proc/pop_r4fp64stack.html | 6 ++-- docs/ford/proc/pop_sfp32stack.html | 6 ++-- docs/ford/proc/pop_sfp64stack.html | 6 ++-- docs/ford/proc/pop_tokenstack.html | 6 ++-- docs/ford/proc/print_infixtokens.html | 6 ++-- docs/ford/proc/print_postfixtokens.html | 6 ++-- docs/ford/proc/priority.html | 6 ++-- docs/ford/proc/push_r1fp32stack.html | 6 ++-- docs/ford/proc/push_r1fp64stack.html | 6 ++-- docs/ford/proc/push_r2fp32stack.html | 6 ++-- docs/ford/proc/push_r2fp64stack.html | 6 ++-- docs/ford/proc/push_r3fp32stack.html | 6 ++-- docs/ford/proc/push_r3fp64stack.html | 6 ++-- docs/ford/proc/push_r4fp32stack.html | 6 ++-- docs/ford/proc/push_r4fp64stack.html | 6 ++-- docs/ford/proc/push_sfp32stack.html | 6 ++-- docs/ford/proc/push_sfp64stack.html | 6 ++-- docs/ford/proc/push_tokenstack.html | 6 ++-- docs/ford/proc/rand32.html | 6 ++-- docs/ford/proc/rand64.html | 6 ++-- docs/ford/proc/randomize_r32.html | 6 ++-- docs/ford/proc/randomize_r64.html | 6 ++-- docs/ford/proc/replacestr.html | 6 ++-- docs/ford/proc/sech32.html | 6 ++-- docs/ford/proc/sech64.html | 6 ++-- docs/ford/proc/sin32.html | 6 ++-- docs/ford/proc/sin64.html | 6 ++-- docs/ford/proc/sinh32.html | 6 ++-- docs/ford/proc/sinh64.html | 6 ++-- docs/ford/proc/sqrt32.html | 6 ++-- docs/ford/proc/sqrt64.html | 6 ++-- docs/ford/proc/tan32.html | 6 ++-- docs/ford/proc/tan64.html | 6 ++-- docs/ford/proc/tanh32.html | 6 ++-- docs/ford/proc/tanh64.html | 6 ++-- docs/ford/proc/tokenize.html | 6 ++-- docs/ford/proc/toptoken.html | 6 ++-- docs/ford/proc/touppercase.html | 6 ++-- docs/ford/proc/tuple_finalize.html | 6 ++-- docs/ford/proc/tuple_new.html | 6 ++-- docs/ford/search.html | 4 +-- docs/ford/sourcefile/feqparse.f90.html | 6 ++-- .../sourcefile/feqparse_floatstacks.f90.html | 6 ++-- .../sourcefile/feqparse_functions.f90.html | 6 ++-- .../sourcefile/feqparse_tokenstack.f90.html | 6 ++-- docs/ford/tipuesearch/tipuesearch_content.js | 2 +- docs/ford/type/equationparser.html | 6 ++-- docs/ford/type/feqparse_floatstack.html | 6 ++-- docs/ford/type/feqparse_function.html | 6 ++-- docs/ford/type/indepvar.html | 6 ++-- docs/ford/type/r1fp32stack.html | 6 ++-- docs/ford/type/r1fp64stack.html | 6 ++-- docs/ford/type/r2fp32stack.html | 6 ++-- docs/ford/type/r2fp64stack.html | 6 ++-- docs/ford/type/r3fp32stack.html | 6 ++-- docs/ford/type/r3fp64stack.html | 6 ++-- docs/ford/type/r4fp32stack.html | 6 ++-- docs/ford/type/r4fp64stack.html | 6 ++-- docs/ford/type/sfp32stack.html | 6 ++-- docs/ford/type/sfp64stack.html | 6 ++-- docs/ford/type/token.html | 6 ++-- docs/ford/type/tokenstack.html | 6 ++-- docs/ford/type/tuple.html | 6 ++-- feq-parse.md | 2 +- src/CMakeLists.txt | 25 ++++++++++++++++ src/FEQParse.f90 | 29 ++++++++++++++----- src/FEQParse_FloatStacks.f90 | 29 ++++++++++++++----- src/FEQParse_Functions.f90 | 29 ++++++++++++++----- src/FEQParse_TokenStack.f90 | 29 ++++++++++++++----- test/CMakeLists.txt | 25 ++++++++++++++++ test/abs_r1fp32.f90 | 26 +++++++++++++++++ test/abs_r1fp64.f90 | 26 +++++++++++++++++ test/abs_r2fp32.f90 | 26 +++++++++++++++++ test/abs_r2fp64.f90 | 26 +++++++++++++++++ test/abs_r3fp32.f90 | 26 +++++++++++++++++ test/abs_r3fp64.f90 | 26 +++++++++++++++++ test/abs_r4fp32.f90 | 26 +++++++++++++++++ test/abs_r4fp64.f90 | 26 +++++++++++++++++ test/abs_sfp32.f90 | 26 +++++++++++++++++ test/abs_sfp64.f90 | 26 +++++++++++++++++ test/acos_r1fp32.f90 | 26 +++++++++++++++++ test/acos_r1fp64.f90 | 26 +++++++++++++++++ test/acos_r2fp32.f90 | 26 +++++++++++++++++ test/acos_r2fp64.f90 | 26 +++++++++++++++++ test/acos_r3fp32.f90 | 26 +++++++++++++++++ test/acos_r3fp64.f90 | 26 +++++++++++++++++ test/acos_r4fp32.f90 | 26 +++++++++++++++++ test/acos_r4fp64.f90 | 26 +++++++++++++++++ test/acos_sfp32.f90 | 26 +++++++++++++++++ test/acos_sfp64.f90 | 26 +++++++++++++++++ test/asin_r1fp32.f90 | 26 +++++++++++++++++ test/asin_r1fp64.f90 | 26 +++++++++++++++++ test/asin_r2fp32.f90 | 26 +++++++++++++++++ test/asin_r2fp64.f90 | 26 +++++++++++++++++ test/asin_r3fp32.f90 | 26 +++++++++++++++++ test/asin_r3fp64.f90 | 26 +++++++++++++++++ test/asin_r4fp32.f90 | 26 +++++++++++++++++ test/asin_r4fp64.f90 | 26 +++++++++++++++++ test/asin_sfp32.f90 | 26 +++++++++++++++++ test/asin_sfp64.f90 | 26 +++++++++++++++++ test/atan_r1fp32.f90 | 26 +++++++++++++++++ test/atan_r1fp64.f90 | 26 +++++++++++++++++ test/atan_r2fp32.f90 | 26 +++++++++++++++++ test/atan_r2fp64.f90 | 26 +++++++++++++++++ test/atan_r3fp32.f90 | 26 +++++++++++++++++ test/atan_r3fp64.f90 | 26 +++++++++++++++++ test/atan_r4fp32.f90 | 26 +++++++++++++++++ test/atan_r4fp64.f90 | 26 +++++++++++++++++ test/atan_sfp32.f90 | 26 +++++++++++++++++ test/atan_sfp64.f90 | 26 +++++++++++++++++ test/cos_r1fp32.f90 | 26 +++++++++++++++++ test/cos_r1fp64.f90 | 26 +++++++++++++++++ test/cos_r2fp32.f90 | 26 +++++++++++++++++ test/cos_r2fp64.f90 | 26 +++++++++++++++++ test/cos_r3fp32.f90 | 26 +++++++++++++++++ test/cos_r3fp64.f90 | 26 +++++++++++++++++ test/cos_r4fp32.f90 | 26 +++++++++++++++++ test/cos_r4fp64.f90 | 26 +++++++++++++++++ test/cos_sfp32.f90 | 26 +++++++++++++++++ test/cos_sfp64.f90 | 26 +++++++++++++++++ test/cosh_r1fp32.f90 | 26 +++++++++++++++++ test/cosh_r1fp64.f90 | 26 +++++++++++++++++ test/custom_r1fp64.f90 | 26 +++++++++++++++++ test/division_r1fp32.f90 | 26 +++++++++++++++++ test/division_r1fp64.f90 | 26 +++++++++++++++++ test/division_r2fp32.f90 | 26 +++++++++++++++++ test/division_r2fp64.f90 | 26 +++++++++++++++++ test/division_r3fp32.f90 | 26 +++++++++++++++++ test/division_r3fp64.f90 | 26 +++++++++++++++++ test/division_r4fp32.f90 | 26 +++++++++++++++++ test/division_r4fp64.f90 | 26 +++++++++++++++++ test/division_sfp32.f90 | 26 +++++++++++++++++ test/division_sfp64.f90 | 26 +++++++++++++++++ test/gaussian3d_r1fp32.f90 | 26 +++++++++++++++++ test/gaussian3d_r1fp64.f90 | 26 +++++++++++++++++ test/gaussian3d_r2fp32.f90 | 26 +++++++++++++++++ test/gaussian3d_r2fp64.f90 | 26 +++++++++++++++++ test/gaussian3d_r3fp32.f90 | 26 +++++++++++++++++ test/gaussian3d_r3fp64.f90 | 26 +++++++++++++++++ test/gaussian3d_r4fp32.f90 | 26 +++++++++++++++++ test/gaussian3d_r4fp64.f90 | 26 +++++++++++++++++ test/gaussian3d_sfp32.f90 | 26 +++++++++++++++++ test/gaussian3d_sfp64.f90 | 26 +++++++++++++++++ test/linear_r1fp32.f90 | 26 +++++++++++++++++ test/linear_r1fp64.f90 | 26 +++++++++++++++++ test/linear_r2fp32.f90 | 26 +++++++++++++++++ test/linear_r2fp64.f90 | 26 +++++++++++++++++ test/linear_r3fp32.f90 | 26 +++++++++++++++++ test/linear_r3fp64.f90 | 26 +++++++++++++++++ test/linear_r4fp32.f90 | 26 +++++++++++++++++ test/linear_r4fp64.f90 | 26 +++++++++++++++++ test/log10_r1fp32.f90 | 26 +++++++++++++++++ test/log10_r1fp64.f90 | 26 +++++++++++++++++ test/log10_r2fp32.f90 | 26 +++++++++++++++++ test/log10_r2fp64.f90 | 26 +++++++++++++++++ test/log10_r3fp32.f90 | 26 +++++++++++++++++ test/log10_r3fp64.f90 | 26 +++++++++++++++++ test/log10_r4fp32.f90 | 26 +++++++++++++++++ test/log10_r4fp64.f90 | 26 +++++++++++++++++ test/log10_sfp32.f90 | 26 +++++++++++++++++ test/log10_sfp64.f90 | 26 +++++++++++++++++ test/log_r1fp32.f90 | 26 +++++++++++++++++ test/log_r1fp64.f90 | 26 +++++++++++++++++ test/log_r2fp32.f90 | 26 +++++++++++++++++ test/log_r2fp64.f90 | 26 +++++++++++++++++ test/log_r3fp32.f90 | 26 +++++++++++++++++ test/log_r3fp64.f90 | 26 +++++++++++++++++ test/log_r4fp32.f90 | 26 +++++++++++++++++ test/log_r4fp64.f90 | 26 +++++++++++++++++ test/log_sfp32.f90 | 26 +++++++++++++++++ test/log_sfp64.f90 | 26 +++++++++++++++++ test/monadic_r1fp32.f90 | 26 +++++++++++++++++ test/monadic_r1fp64.f90 | 26 +++++++++++++++++ test/monadic_r2fp32.f90 | 26 +++++++++++++++++ test/monadic_r2fp64.f90 | 26 +++++++++++++++++ test/monadic_r3fp32.f90 | 26 +++++++++++++++++ test/monadic_r3fp64.f90 | 26 +++++++++++++++++ test/monadic_r4fp32.f90 | 26 +++++++++++++++++ test/monadic_r4fp64.f90 | 26 +++++++++++++++++ test/monadic_sfp32.f90 | 26 +++++++++++++++++ test/monadic_sfp64.f90 | 26 +++++++++++++++++ test/parsing_difficult_r1fp64.f90 | 26 +++++++++++++++++ test/parsing_vanderpol_sfp64.f90 | 26 +++++++++++++++++ test/print_tokens.f90 | 26 +++++++++++++++++ test/random_r1fp32.f90 | 26 +++++++++++++++++ test/random_r1fp64.f90 | 26 +++++++++++++++++ test/random_r2fp32.f90 | 26 +++++++++++++++++ test/random_r2fp64.f90 | 26 +++++++++++++++++ test/random_r3fp32.f90 | 26 +++++++++++++++++ test/random_r3fp64.f90 | 26 +++++++++++++++++ test/random_r4fp32.f90 | 26 +++++++++++++++++ test/random_r4fp64.f90 | 26 +++++++++++++++++ test/random_sfp32.f90 | 26 +++++++++++++++++ test/random_sfp64.f90 | 26 +++++++++++++++++ test/sech_r1fp32.f90 | 26 +++++++++++++++++ test/sech_r1fp64.f90 | 26 +++++++++++++++++ test/sech_r2fp32.f90 | 26 +++++++++++++++++ test/sech_r2fp64.f90 | 26 +++++++++++++++++ test/sech_r3fp32.f90 | 26 +++++++++++++++++ test/sech_r3fp64.f90 | 26 +++++++++++++++++ test/sech_r4fp32.f90 | 26 +++++++++++++++++ test/sech_r4fp64.f90 | 26 +++++++++++++++++ test/sech_sfp32.f90 | 26 +++++++++++++++++ test/sech_sfp64.f90 | 26 +++++++++++++++++ test/sin_r1fp32.f90 | 26 +++++++++++++++++ test/sin_r1fp64.f90 | 26 +++++++++++++++++ test/sin_r2fp32.f90 | 26 +++++++++++++++++ test/sin_r2fp64.f90 | 26 +++++++++++++++++ test/sin_r3fp32.f90 | 26 +++++++++++++++++ test/sin_r3fp64.f90 | 26 +++++++++++++++++ test/sin_r4fp32.f90 | 26 +++++++++++++++++ test/sin_r4fp64.f90 | 26 +++++++++++++++++ test/sin_sfp32.f90 | 26 +++++++++++++++++ test/sin_sfp64.f90 | 26 +++++++++++++++++ test/sinh_r1fp32.f90 | 26 +++++++++++++++++ test/sinh_r1fp64.f90 | 26 +++++++++++++++++ test/sqrt_r1fp32.f90 | 26 +++++++++++++++++ test/sqrt_r1fp64.f90 | 26 +++++++++++++++++ test/sqrt_r2fp32.f90 | 26 +++++++++++++++++ test/sqrt_r2fp64.f90 | 26 +++++++++++++++++ test/sqrt_r3fp32.f90 | 26 +++++++++++++++++ test/sqrt_r3fp64.f90 | 26 +++++++++++++++++ test/sqrt_r4fp32.f90 | 26 +++++++++++++++++ test/sqrt_r4fp64.f90 | 26 +++++++++++++++++ test/sqrt_sfp32.f90 | 26 +++++++++++++++++ test/sqrt_sfp64.f90 | 26 +++++++++++++++++ test/tan_r1fp32.f90 | 26 +++++++++++++++++ test/tan_r1fp64.f90 | 26 +++++++++++++++++ test/tan_r2fp32.f90 | 26 +++++++++++++++++ test/tan_r2fp64.f90 | 26 +++++++++++++++++ test/tan_r3fp32.f90 | 26 +++++++++++++++++ test/tan_r3fp64.f90 | 26 +++++++++++++++++ test/tan_r4fp32.f90 | 26 +++++++++++++++++ test/tan_r4fp64.f90 | 26 +++++++++++++++++ test/tan_sfp32.f90 | 26 +++++++++++++++++ test/tan_sfp64.f90 | 26 +++++++++++++++++ test/tanh_r1fp32.f90 | 26 +++++++++++++++++ test/tanh_r1fp64.f90 | 26 +++++++++++++++++ test/tanh_r2fp32.f90 | 26 +++++++++++++++++ test/tanh_r2fp64.f90 | 26 +++++++++++++++++ test/tanh_r3fp32.f90 | 26 +++++++++++++++++ test/tanh_r3fp64.f90 | 26 +++++++++++++++++ test/tanh_r4fp32.f90 | 26 +++++++++++++++++ test/tanh_r4fp64.f90 | 26 +++++++++++++++++ test/tanh_sfp32.f90 | 26 +++++++++++++++++ test/tanh_sfp64.f90 | 26 +++++++++++++++++ 344 files changed, 5213 insertions(+), 514 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e5b54e..e403bfd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,29 @@ +# ! //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ! +# ! +# ! Maintainers : support@fluidnumerics.com +# ! Official Repository : https://github.com/FluidNumerics/feq-parse/ +# ! +# ! Copyright © 2024 Fluid Numerics LLC +# ! +# ! Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: +# ! +# ! 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +# ! +# ! 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in +# ! the documentation and/or other materials provided with the distribution. +# ! +# ! 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from +# ! this software without specific prior written permission. +# ! +# ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# ! LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# ! HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# ! LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# ! THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# ! THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# ! +# ! //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ! + CMAKE_MINIMUM_REQUIRED(VERSION 3.0.2) set(CMAKE_VERBOSE_MAKEFILE ON) diff --git a/LICENSE b/LICENSE index 83409b6..fe94421 100644 --- a/LICENSE +++ b/LICENSE @@ -1,16 +1,11 @@ -LICENSE - Copyright © 2024 Fluid Numerics LLC -Permission is hereby granted, free of charge, to any person or organization (the "User") obtaining a copy of this software and associated documentation files (the "Software"), to use, copy, modify, merge, and/or distribute copies of the Software, subject to the following conditions: +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. The above copyright notice and this permission notice shall be included in all copies or modified versions of the Software. +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. The User is one of the following: -a. An individual person, laboring for themselves -b. A non-profit organization -c. An educational institution +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -4. If the User is an organization, then the User is not law enforcement or military, or working for or under either. +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/docs/ford/index.html b/docs/ford/index.html index f5e2310..ea956db 100644 --- a/docs/ford/index.html +++ b/docs/ford/index.html @@ -153,14 +153,14 @@

Derived Types