diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-04-28 23:15:47 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-04-28 23:20:52 +0100 |
commit | 78ca3c6830a9705400ec1a159e460a61d8534586 (patch) | |
tree | 91b86564b4cd3fe4db339ae4b962db0063651893 | |
parent | a917f30c6b9826552291d2d474e7d58491fa9020 (diff) |
copyright: Updated following recent edits
-rw-r--r-- | lib/dotdot.c | 2 | ||||
-rw-r--r-- | lib/dotdot.h | 2 | ||||
-rw-r--r-- | lib/splay.c | 2 | ||||
-rw-r--r-- | tests/unit/unit1395.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/dotdot.c b/lib/dotdot.c index 0cb3c9667..ae169411d 100644 --- a/lib/dotdot.c +++ b/lib/dotdot.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/lib/dotdot.h b/lib/dotdot.h index f511396d7..cd57822ba 100644 --- a/lib/dotdot.h +++ b/lib/dotdot.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/lib/splay.c b/lib/splay.c index 129d24476..5bb7065e4 100644 --- a/lib/splay.c +++ b/lib/splay.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1997 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1997 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/tests/unit/unit1395.c b/tests/unit/unit1395.c index b27ba06b6..bc3f36d44 100644 --- a/tests/unit/unit1395.c +++ b/tests/unit/unit1395.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms |