summaryrefslogtreecommitdiff
path: root/vfs_stdio.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-06 16:02:20 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-06 16:02:20 +0200
commit92155388d5ede4929d90e28076abdbb79f04b48c (patch)
tree3dcf37859c6e86d20e0444d7b581bb43bde0b005 /vfs_stdio.c
parent7d43bcaf63ab6ffd96defc75bf4790f74092ae14 (diff)
copyright years updated
Diffstat (limited to 'vfs_stdio.c')
-rw-r--r--vfs_stdio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vfs_stdio.c b/vfs_stdio.c
index 64576193..93b84242 100644
--- a/vfs_stdio.c
+++ b/vfs_stdio.c
@@ -4,7 +4,7 @@
standard file vfs implementation
- Copyright (C) 2009-2012 Alexey Yakovenko
+ Copyright (C) 2009-2013 Alexey Yakovenko
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -180,7 +180,7 @@ static DB_vfs_t plugin = {
.plugin.id = "vfs_stdio",
.plugin.descr = "Standard IO plugin\nUsed for reading normal local files\nIt is statically linked, so you can't delete it.",
.plugin.copyright =
- "Copyright (C) 2009-2012 Alexey Yakovenko <waker@users.sourceforge.net>\n"
+ "Copyright (C) 2009-2013 Alexey Yakovenko <waker@users.sourceforge.net>\n"
"\n"
"This program is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"