aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2014-05-27 00:16:40 +0200
committerTimo Weingärtner <timo@tiwe.de>2014-05-27 00:16:47 +0200
commit57f385d44cdc4eec0d0d2de7ea04ade6f4154dbf (patch)
tree40dc83a8936f5ed4178a233204a69739c6f87ab2
parent4318a9a998f78f1d6ee4d32facd0fc8e1e231179 (diff)
downloadssh-agent-filter-57f385d44cdc4eec0d0d2de7ea04ade6f4154dbf.tar.gz
update copyright
-rw-r--r--rfc4251.C24
-rw-r--r--rfc4251.h2
-rw-r--r--ssh-agent-filter.C2
3 files changed, 26 insertions, 2 deletions
diff --git a/rfc4251.C b/rfc4251.C
index 0d59420..8ca5f2b 100644
--- a/rfc4251.C
+++ b/rfc4251.C
@@ -1,3 +1,27 @@
+/*
+ * rfc4251.C -- support for name-list type from RFC 4251, section 5
+ *
+ * These are the conversions between an rfc4251string containing a name-list
+ * and vector<string>.
+ *
+ * Copyright (C) 2013 Timo Weingärtner <timo@tiwe.de>
+ *
+ * This file is part of ssh-agent-filter.
+ *
+ * ssh-agent-filter is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * ssh-agent-filter is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with ssh-agent-filter. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include "rfc4251.h"
rfc4251string::rfc4251string (std::vector<std::string> const & v) {
diff --git a/rfc4251.h b/rfc4251.h
index 35f97fb..d9ac93e 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 Timo Weingärtner <timo@tiwe.de>
+ * Copyright (C) 2013-2014 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 7ac2687..faa31f9 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 Timo Weingärtner <timo@tiwe.de>
+ * Copyright (C) 2013-2014 Timo Weingärtner <timo@tiwe.de>
*
* This file is part of ssh-agent-filter.
*