rsimd

Make SIMD instruction sets easier to use
git clone git://git.meso-star.fr/rsimd.git
Log | Files | Refs | README | LICENSE

commit 81e7ddf21994912f583025c17daf12f3916eb6a8
parent bb18d984d359725186d0ac7da362c893b2cfc06a
Author: vaplv <vaplv@free.fr>
Date:   Fri,  7 Jul 2023 16:43:16 +0200

Fixed copy/paste issue in some copyright headers

It was mentioned that copyright was applied to a CMake script when it
was not. We now use the generic term "program" to refer to current
sources and avoid the same problem later.

Diffstat:
MMakefile | 6+++---
Mmake.sh | 6+++---
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,17 +1,17 @@ # Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) # -# This CMake script is free software: you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This CMake script is distributed in the hope that it will be useful, +# This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this CMake script. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <http://www.gnu.org/licenses/>. .POSIX: .SUFFIXES: # Clean up default inference rules diff --git a/make.sh b/make.sh @@ -2,18 +2,18 @@ # Copyright (C) 2014-2019, 2021, 2023 Vincent Forest (vaplv@free.fr) # -# This CMake script is free software: you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This CMake script is distributed in the hope that it will be useful, +# This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this CMake script. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <http://www.gnu.org/licenses/>. ################################################################################ # Helper functions