star-buffer

Load 1D arrays in binary format
git clone git://git.meso-star.fr/star-buffer.git
Log | Files | Refs | README | LICENSE

commit 6bcfb4af2aa419e35a4971790bedfcd3f387cc70
parent 879e70d0b68728f7a8534b1a1609bcf79d393676
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  5 Jan 2023 12:07:12 +0100

Update copyright year range

Diffstat:
MREADME.md | 2+-
Mcmake/CMakeLists.txt | 2+-
Mdoc/sbuf.5.scd | 2+-
Msrc/sbuf.c | 2+-
Msrc/sbuf.h | 2+-
Msrc/sbuf_c.h | 2+-
Msrc/sbuf_log.c | 2+-
Msrc/sbuf_log.h | 2+-
Msrc/test_sbuf.c | 2+-
Msrc/test_sbuf_load.c | 2+-
10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md @@ -22,7 +22,7 @@ informations on CMake. ## Copyright notice -Copyright (C) 2022 [|Méso|Star>](https://www.meso-star.com) (<contact@meso-star.com>) +Copyright (C) 2022, 2023 [|Méso|Star>](https://www.meso-star.com) (<contact@meso-star.com>) ## License diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020, 2021, 2022 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2022, 2023 |Méso|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/doc/sbuf.5.scd b/doc/sbuf.5.scd @@ -1,6 +1,6 @@ sbuf(5) -; Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) +; Copyright (C) 2022, 2023 |Méso|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/sbuf.c b/src/sbuf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2022, 2023 |Méso|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/sbuf.h b/src/sbuf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2022, 2023 |Méso|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/sbuf_c.h b/src/sbuf_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2022, 2023 |Méso|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/sbuf_log.c b/src/sbuf_log.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2022, 2023 |Méso|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/sbuf_log.h b/src/sbuf_log.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2022, 2023 |Méso|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/test_sbuf.c b/src/test_sbuf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2022, 2023 |Méso|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/test_sbuf_load.c b/src/test_sbuf_load.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022 |Méso|Star> (contact@meso-star.com) +/* Copyright (C) 2022, 2023 |Méso|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