htsky

Load and structure a vertically stratified atmosphere
git clone git://git.meso-star.fr/htsky.git
Log | Files | Refs | README | LICENSE

commit 019ff0d4d76950da6adb284c87f450a93b6782d8
parent 2442d8ad1e1ff0fa7b9b28ce6aa2d26c599b1fbd
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 22 Jan 2020 16:07:01 +0100

Fix the copyright

Diffstat:
MREADME.md | 4+++-
Msrc/htsky.c | 3++-
Msrc/htsky.h | 3++-
Msrc/htsky_atmosphere.c | 3++-
Msrc/htsky_atmosphere.h | 3++-
Msrc/htsky_c.h | 3++-
Msrc/htsky_cloud.c | 3++-
Msrc/htsky_cloud.h | 3++-
Msrc/htsky_dump_cloud_vtk.c | 3++-
Msrc/htsky_file_sys.c | 3++-
Msrc/htsky_file_sys.h | 3++-
Msrc/htsky_log.c | 3++-
Msrc/htsky_log.h | 3++-
Msrc/htsky_svx.c | 3++-
Msrc/htsky_svx.h | 3++-
15 files changed, 31 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md @@ -35,7 +35,9 @@ informations on CMake. ## License -Copyright (C) 2020 [|Meso|Star](http://www.meso-star.com) +Copyright (C) 2018, 2019 Centre National de la Recherche Scientifique (CNRS), +Université Paul Sabatier <contact-edstar@laplace.univ-tlse.fr>. +Copyright (C) 2018, 2019, 2020 [|Meso|Star](http://www.meso-star.com) <contact@meso-star.com>. HTSky is free software released under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute it under certain conditions; refer to the COPYING file for details. diff --git a/src/htsky.c b/src/htsky.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky.h b/src/htsky.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_atmosphere.c b/src/htsky_atmosphere.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_atmosphere.h b/src/htsky_atmosphere.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_c.h b/src/htsky_c.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_cloud.c b/src/htsky_cloud.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_cloud.h b/src/htsky_cloud.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_dump_cloud_vtk.c b/src/htsky_dump_cloud_vtk.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_file_sys.c b/src/htsky_file_sys.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_file_sys.h b/src/htsky_file_sys.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_log.c b/src/htsky_log.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_log.h b/src/htsky_log.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_svx.c b/src/htsky_svx.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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/htsky_svx.h b/src/htsky_svx.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2018, 2019 CNRS, Université Paul Sabatier + * Copyright (C) 2018, 2019, 2020 |Meso|Star> (contact@meso-star.com) * * 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