Introduction
Introduction Statistics Contact Development Disclaimer Help
It's 2013. - susmb - mounting of SMB/CIFS shares via FUSE
git clone git://git.codemadness.org/susmb
Log
Files
Refs
README
LICENSE
---
commit aa94e132c12faf1a00f547ea4a96b5728612dea6
parent 08f365a36fdfb42432aeaf5b72c920c16710bbe9
Author: Geoff Johnstone <[email protected]>
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(-)
---
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
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
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 <[email protected]>
+ (C) 2006-2013 Geoff Johnstone <[email protected]>
Debian packaging (C) 2010 Michal Suchanek <[email protected]>
License: GPL-3
This program is free software; you can redistribute it and/or
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
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>.
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
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
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
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"
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
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.