fix copyright (headers)

This commit is contained in:
Stefano D'Angelo 2025-06-01 22:09:34 +02:00
parent 42cbe222ba
commit 126ea3ab67
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +1,23 @@
#
# Vinci
#
# Copyright (C) 2025 Orastron Srl unipersonale
#
# Vinci is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# Vinci is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Vinci. If not, see <http://www.gnu.org/licenses/>.
#
# File author: Paolo Marrone
#
UNAME := $(shell uname -o)
ifeq ($(UNAME),GNU/Linux)

View File

@ -16,8 +16,8 @@ Refer to `vinci.h` and `test.c` to get started with the API.
Run `make` to build the test program.
## Legal
Copyright (C) 2025 Orastron Srl unipersonale.
Copyright (C) 2021-2025 Orastron Srl unipersonale.
Authors: Stefano D'Angelo, Paolo Marrone.
Authors: Paolo Marrone, Stefano D'Angelo.
All the code in the repo is released under GPLv3. See the LICENSE file.

View File

@ -1,7 +1,7 @@
/*
* Vinci
*
* Copyright (C) 2025 Orastron Srl unipersonale
* Copyright (C) 2022-2025 Orastron Srl unipersonale
*
* Vinci is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/*
* Vinci
*
* Copyright (C) 2025 Orastron Srl unipersonale
* Copyright (C) 2021-2025 Orastron Srl unipersonale
*
* Vinci is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by