aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2015-09-06 16:40:23 +0200
committerTimo Weingärtner <timo@tiwe.de>2015-09-06 17:06:05 +0200
commitd4584ca24834ca07f34c27c99ddf48c4c9156947 (patch)
treef6dc74477f316b3c0b89dd9f9287eabb8e6ee634
parent33485a9d38ad40ee971695384cfc869ced281a8c (diff)
downloadssh-agent-filter-d4584ca24834ca07f34c27c99ddf48c4c9156947.tar.gz
update copyright
-rw-r--r--Makefile2
-rw-r--r--rfc4251.C2
-rw-r--r--rfc4251.H2
-rw-r--r--rfc4251_gmp.C2
-rw-r--r--ssh-agent-filter.C2
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 2f26553..a0dd007 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2013 Timo Weingärtner <timo@tiwe.de>
+# Copyright (C) 2013,2015 Timo Weingärtner <timo@tiwe.de>
#
# This file is part of ssh-agent-filter.
#
diff --git a/rfc4251.C b/rfc4251.C
index bf3fe4a..5ea0a93 100644
--- a/rfc4251.C
+++ b/rfc4251.C
@@ -4,7 +4,7 @@
* These are the conversions between an rfc4251::string containing a name-list
* and vector<string>.
*
- * Copyright (C) 2013 Timo Weingärtner <timo@tiwe.de>
+ * Copyright (C) 2013,2015 Timo Weingärtner <timo@tiwe.de>
*
* This file is part of ssh-agent-filter.
*
diff --git a/rfc4251.H b/rfc4251.H
index 7284f20..7d4c0d3 100644
--- a/rfc4251.H
+++ b/rfc4251.H
@@ -10,7 +10,7 @@
* those structs contain the objects in their RFC 4251 representation,
* conversions are provided via constructors and cast operators
*
- * Copyright (C) 2013-2014 Timo Weingärtner <timo@tiwe.de>
+ * Copyright (C) 2013-2015 Timo Weingärtner <timo@tiwe.de>
*
* This file is part of ssh-agent-filter.
*
diff --git a/rfc4251_gmp.C b/rfc4251_gmp.C
index fe1f770..b4c369b 100644
--- a/rfc4251_gmp.C
+++ b/rfc4251_gmp.C
@@ -3,7 +3,7 @@
*
* these functions need linking against libgmp
*
- * Copyright (C) 2013 Timo Weingärtner <timo@tiwe.de>
+ * Copyright (C) 2013,2015 Timo Weingärtner <timo@tiwe.de>
*
* This file is part of ssh-agent-filter.
*
diff --git a/ssh-agent-filter.C b/ssh-agent-filter.C
index 61f4587..4d9b2ba 100644
--- a/ssh-agent-filter.C
+++ b/ssh-agent-filter.C
@@ -1,7 +1,7 @@
/*
* ssh-agent-filter.C -- filtering proxy for ssh-agent meant to be forwarded to untrusted servers
*
- * Copyright (C) 2013-2014 Timo Weingärtner <timo@tiwe.de>
+ * Copyright (C) 2013-2015 Timo Weingärtner <timo@tiwe.de>
*
* This file is part of ssh-agent-filter.
*