It's 2013. - susmb - mounting of SMB/CIFS shares via FUSE
 (HTM) git clone git://git.codemadness.org/susmb
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit aa94e132c12faf1a00f547ea4a96b5728612dea6
 (DIR) parent 08f365a36fdfb42432aeaf5b72c920c16710bbe9
 (HTM) Author: Geoff Johnstone <qwerty@acm.org>
       Date:   Mon,  4 Feb 2013 19:32:17 +0000
       
       It's 2013.
       
       Diffstat:
         M Makefile.in                         |       2 +-
         M conffile.c                          |       2 +-
         M debian/copyright                    |       2 +-
         M options.c                           |       2 +-
         M usmb.1                              |       2 +-
         M usmb.c                              |       2 +-
         M usmb_dir.c                          |       2 +-
         M utils.c                             |       2 +-
         M version.c                           |       2 +-
         M xml.c                               |       2 +-
       
       10 files changed, 10 insertions(+), 10 deletions(-)
       ---
 (DIR) diff --git a/Makefile.in b/Makefile.in
       @@ -2,7 +2,7 @@
        #
        # @configure_input@
        #
       -# Copyright (C) 2006-2010 Geoff Johnstone
       +# Copyright (C) 2006-2013 Geoff Johnstone
        #
        # This program is free software; you can redistribute it and/or modify
        # it under the terms of the GNU General Public License version 3 as
 (DIR) diff --git a/conffile.c b/conffile.c
       @@ -1,5 +1,5 @@
        /* usmb - mount SMB shares via FUSE and Samba
       - * Copyright (C) 2006-2010 Geoff Johnstone
       + * Copyright (C) 2006-2013 Geoff Johnstone
         *
         * This program is free software; you can redistribute it and/or modify
         * it under the terms of the GNU General Public License version 3 as
 (DIR) diff --git a/debian/copyright b/debian/copyright
       @@ -4,7 +4,7 @@ Download: http://ametros.net/code.html#usmb
        
        Files: *
        Copyright:
       - (C) 2006-2010 Geoff Johnstone <qwerty@acm.org>
       + (C) 2006-2013 Geoff Johnstone <qwerty@acm.org>
         Debian packaging (C) 2010 Michal Suchanek <hramrach@centrum.cz>
        License: GPL-3
         This program is free software; you can redistribute it and/or
 (DIR) diff --git a/options.c b/options.c
       @@ -1,5 +1,5 @@
        /* usmb - mount SMB shares via FUSE and Samba
       - * Copyright (C) 2006-2010 Geoff Johnstone
       + * Copyright (C) 2006-2013 Geoff Johnstone
         *
         * This program is free software; you can redistribute it and/or modify
         * it under the terms of the GNU General Public License version 3 as
 (DIR) diff --git a/usmb.1 b/usmb.1
       @@ -151,6 +151,6 @@ branch exists with preliminary support.
        .SH "SEE ALSO"
        fusermount(1), mount.cifs(8), umount.cifs(8).
        .SH COPYING
       -Copyright \(co 2006-2010 Geoff Johnstone.
       +Copyright \(co 2006-2013 Geoff Johnstone.
        .br
        Licence: GNU GPL version 3 <http://gnu.org/licenses/gpl.html>.
 (DIR) diff --git a/usmb.c b/usmb.c
       @@ -1,5 +1,5 @@
        /* usmb - mount SMB shares via FUSE and Samba
       - * Copyright (C) 2006-2010 Geoff Johnstone
       + * Copyright (C) 2006-2013 Geoff Johnstone
         *
         * This program is free software; you can redistribute it and/or modify
         * it under the terms of the GNU General Public License version 3 as
 (DIR) diff --git a/usmb_dir.c b/usmb_dir.c
       @@ -1,5 +1,5 @@
        /* usmb - mount SMB shares via FUSE and Samba
       - * Copyright (C) 2006-2010 Geoff Johnstone
       + * Copyright (C) 2006-2013 Geoff Johnstone
         *
         * This program is free software; you can redistribute it and/or modify
         * it under the terms of the GNU General Public License version 3 as
 (DIR) diff --git a/utils.c b/utils.c
       @@ -1,5 +1,5 @@
        /* usmb - mount SMB shares via FUSE and Samba
       - * Copyright (C) 2006-2010 Geoff Johnstone
       + * Copyright (C) 2006-2013 Geoff Johnstone
         *
         * This program is free software; you can redistribute it and/or modify
         * it under the terms of the GNU General Public License version 3 as
 (DIR) diff --git a/version.c b/version.c
       @@ -34,7 +34,7 @@ void show_about (FILE *fp)
        {
          fprintf (fp, "usmb - mount SMB shares via FUSE and Samba\n"
                       "\n"
       -               "Copyright (C) 2006-2010 Geoff Johnstone.\n"
       +               "Copyright (C) 2006-2013 Geoff Johnstone.\n"
                       "Licensed under the GNU General Public License.\n"
                       "usmb comes with ABSOLUTELY NO WARRANTY; "
                         "for details please see\n"
 (DIR) diff --git a/xml.c b/xml.c
       @@ -1,5 +1,5 @@
        /* usmb - mount SMB shares via FUSE and Samba
       - * Copyright (C) 2006-2010 Geoff Johnstone
       + * Copyright (C) 2006-2013 Geoff Johnstone
         *
         * This program is free software; you can redistribute it and/or modify
         * it under the terms of the GNU General Public License version 3 as