rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit d76efa6adc6c1a08577c4040bf5b72117dd79520
parent 877b9676c10f86f4d4c2e37a5b8d001d68e3f336
Author: vaplv <vaplv@free.fr>
Date:   Thu,  6 Jul 2023 18:12:53 +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 | 8++++----
2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,17 +1,17 @@ # Copyright (C) 2013-2022 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 @@ -1,19 +1,19 @@ #!/bin/sh -e -# Copyright (C) 2013-2021 Vincent Forest (vaplv@free.fr) +# Copyright (C) 2013-2022 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/>. config_test() {