summaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-07-26 17:34:13 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2015-07-26 17:34:13 (GMT)
commit4e1b5c83907da256858c127fcca36777591a11d3 (patch)
treee9bb23135cb3bd82726bebfc14f47b42213436c1 /src/log.c
parent0894ae2eb55175f049c5ad5dcbe73c45e2eebeb2 (diff)
updated copyright header
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c26
1 files changed, 6 insertions, 20 deletions
diff --git a/src/log.c b/src/log.c
index 661f9a2..721d7c0 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,36 +1,22 @@
/*
- * uAnytun
+ * rhctl
*
- * uAnytun is a tiny implementation of SATP. Unlike Anytun which is a full
- * featured implementation uAnytun has no support for multiple connections
- * or synchronisation. It is a small single threaded implementation intended
- * to act as a client on small platforms.
- * The secure anycast tunneling protocol (satp) defines a protocol used
- * for communication between any combination of unicast and anycast
- * tunnel endpoints. It has less protocol overhead than IPSec in Tunnel
- * mode and allows tunneling of every ETHER TYPE protocol (e.g.
- * ethernet, ip, arp ...). satp directly includes cryptography and
- * message authentication based on the methodes used by SRTP. It is
- * intended to deliver a generic, scaleable and secure solution for
- * tunneling and relaying of packets of any protocol.
+ * Copyright (C) 2009-2015 Christian Pointner <equinox@helsinki.at>
*
+ * This file is part of rhctl.
*
- * Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
- *
- * This file is part of uAnytun.
- *
- * uAnytun is free software: you can redistribute it and/or modify
+ * rhctl 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
* any later version.
*
- * uAnytun is distributed in the hope that it will be useful,
+ * rhctl 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 uAnytun. If not, see <http://www.gnu.org/licenses/>.
+ * along with rhctl. If not, see <http://www.gnu.org/licenses/>.
*/
#include "datatypes.h"