git-wad

Manage files via git but not their content
git clone git://git.meso-star.com/git-wad.git
Log | Files | Refs | README | LICENSE

commit 9b676ae96dbae72ca4257c8790b7419d4b8f574a
parent 66cde9a93398aded956bed1c61449f030a50ebce
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sat, 23 May 2026 14:50:39 +0200

Update the copyright years

Diffstat:
MMakefile | 2+-
MREADME.md | 2+-
Mgit-wad | 2+-
Mgit-wad.1 | 2+-
Mtest_tiny_bin.sh | 2+-
Mtest_update.sh | 2+-
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2023-2025 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2023-2026 |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/README.md b/README.md @@ -21,7 +21,7 @@ Git filters used to manage files based on their digest. ## License -Copyright (C) 2023-2025 |Méso|Star> (contact@meso-star.com) +Copyright (C) 2023-2026 |Méso|Star> (contact@meso-star.com) It is free software released under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute them under certain diff --git a/git-wad b/git-wad @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2023-2025 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2023-2026 |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/git-wad.1 b/git-wad.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2023-2025 |Méso|Star> (contact@meso-star.com) +.\" Copyright (C) 2023-2026 |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/test_tiny_bin.sh b/test_tiny_bin.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2023-2025 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2023-2026 |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/test_update.sh b/test_update.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2023-2025 |Méso|Star> (contact@meso-star.com) +# Copyright (C) 2023-2026 |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