URI:
       bump license year - susmb - fork from usmb 20130204: mount SMB/CIFS shares via FUSE
  HTML git clone git://git.codemadness.org/susmb
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ea48a96b4bb81264fb5e125d4b2e2f067e72a815
   DIR parent eb8f06e5e0f3dfc37d223025c6a43c99b963c2ef
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 22 Feb 2026 13:58:48 +0100
       
       bump license year
       
       Diffstat:
         M susmb.c                             |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/susmb.c b/susmb.c
       @@ -1,5 +1,5 @@
        /* susmb - mount SMB shares via FUSE and Samba
       - * Copyright (C) 2025 Hiltjo Posthuma
       + * Copyright (C) 2025-2026 Hiltjo Posthuma
         * Copyright (C) 2006-2013 Geoff Johnstone
         *
         * Portions of this file are taken from Samba 3.2's libsmbclient.h:
       @@ -1040,7 +1040,7 @@ show_about(FILE *fp)
        {
                fprintf(fp, "susmb - mount SMB shares via FUSE and Samba\n"
                        "\n"
       -                "Copyright (C) 2025 Hiltjo Posthuma.\n"
       +                "Copyright (C) 2025-2026 Hiltjo Posthuma.\n"
                        "Copyright (C) 2006-2013 Geoff Johnstone.\n"
                        "\n"
                        "Licensed under the GNU General Public License.\n"