aboutsummaryrefslogtreecommitdiff
path: root/rfc4251.C
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 /rfc4251.C
parent4318a9a998f78f1d6ee4d32facd0fc8e1e231179 (diff)
downloadssh-agent-filter-57f385d44cdc4eec0d0d2de7ea04ade6f4154dbf.tar.gz
update copyright
Diffstat (limited to 'rfc4251.C')
-rw-r--r--rfc4251.C24
1 files changed, 24 insertions, 0 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) {