fix copyright (headers)
This commit is contained in:
parent
42cbe222ba
commit
126ea3ab67
22
Makefile
22
Makefile
@ -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)
|
UNAME := $(shell uname -o)
|
||||||
|
|
||||||
ifeq ($(UNAME),GNU/Linux)
|
ifeq ($(UNAME),GNU/Linux)
|
||||||
@ -28,4 +48,4 @@ $(BUILD_DIR)/test: test.c $(VINCI_SRC) | $(BUILD_DIR)
|
|||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILD_DIR)
|
rm -rf $(BUILD_DIR)
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
@ -16,8 +16,8 @@ Refer to `vinci.h` and `test.c` to get started with the API.
|
|||||||
Run `make` to build the test program.
|
Run `make` to build the test program.
|
||||||
|
|
||||||
## Legal
|
## 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.
|
All the code in the repo is released under GPLv3. See the LICENSE file.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Vinci
|
* 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
|
* Vinci is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Vinci
|
* 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
|
* Vinci is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user