aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorBenjamin Fleischer <fleiben@gmail.com>2013-01-08 15:44:18 +0100
committerBenjamin Fleischer <fleiben@gmail.com>2013-01-08 15:44:18 +0100
commitd04fd55128d96a3f3de039c9df162211f482a0aa (patch)
tree05211157a21497b4395cbaa018b96cea3f93d043 /compat
parent14581937282486ab7ce057ec79f226181ef1d45d (diff)
downloadsshfs-d04fd55128d96a3f3de039c9df162211f482a0aa.tar
sshfs-d04fd55128d96a3f3de039c9df162211f482a0aa.tar.gz
sshfs-d04fd55128d96a3f3de039c9df162211f482a0aa.tar.bz2
sshfs-d04fd55128d96a3f3de039c9df162211f482a0aa.zip
Update copyright year in darwin_compat
Diffstat (limited to 'compat')
-rw-r--r--compat/darwin_compat.c2
-rw-r--r--compat/darwin_compat.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/compat/darwin_compat.c b/compat/darwin_compat.c
index 3883ec6..9b23be2 100644
--- a/compat/darwin_compat.c
+++ b/compat/darwin_compat.c
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2006-2008 Amit Singh/Google Inc.
* Copyright (c) 2012 Anatol Pomozov
- * Copyright (c) 2011-2012 Benjamin Fleischer
+ * Copyright (c) 2011-2013 Benjamin Fleischer
*/
#include "darwin_compat.h"
diff --git a/compat/darwin_compat.h b/compat/darwin_compat.h
index 1cdbcce..1c6ec78 100644
--- a/compat/darwin_compat.h
+++ b/compat/darwin_compat.h
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2006-2008 Amit Singh/Google Inc.
- * Copyright (c) 2011-2012 Benjamin Fleischer
+ * Copyright (c) 2011-2013 Benjamin Fleischer
*/
#ifndef _DARWIN_COMPAT_