htpp

htrdr-image post-processing
git clone git://git.meso-star.fr/htpp.git
Log | Files | Refs | README | LICENSE

commit 6c0747cc0928396c01848976321c7f62589ade33
parent f60e748f285a1ae4c944a30cd8f26f5d25af5ea7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  7 May 2020 12:05:07 +0200

Update the copyright notice

Diffstat:
Mcmake/CMakeLists.txt | 3++-
Msrc/htpp.c | 3++-
Msrc/htpp_version.h.in | 3++-
3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,5 @@ -# Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +# Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2018, 2019 Université Paul Sabatier # # 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 diff --git a/src/htpp.c b/src/htpp.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2018-2019 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier * * 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 diff --git a/src/htpp_version.h.in b/src/htpp_version.h.in @@ -1,4 +1,5 @@ -/* Copyright (C) 2018 CNRS, |Meso|Star>, Université Paul Sabatier +/* Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) + * Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier * * 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