summaryrefslogtreecommitdiff
path: root/src/sysexec.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-04 17:29:45 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-04 17:29:45 +0000
commit0af4167c00c87bfd97256349dade3f0970dec091 (patch)
tree81a3cd001fefb2ef89c95d40a2b815a475d09ad1 /src/sysexec.h
parentadded --target option to configure script (diff)
cleaned file header
Diffstat (limited to 'src/sysexec.h')
-rw-r--r--src/sysexec.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/sysexec.h b/src/sysexec.h
index 04226a1..5021392 100644
--- a/src/sysexec.h
+++ b/src/sysexec.h
@@ -1,8 +1,8 @@
/*
- * ľAnytun
+ * uAnytun
*
- * ľAnytun is a tiny implementation of SATP. Unlike Anytun which is a full
- * featured implementation ľAnytun has no support for multiple connections
+ * 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
@@ -17,19 +17,19 @@
*
* Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
*
- * This file is part of ľAnytun.
+ * This file is part of uAnytun.
*
- * ľAnytun is free software: you can redistribute it and/or modify
+ * uAnytun is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as
* published by the Free Software Foundation.
*
- * ľAnytun is distributed in the hope that it will be useful,
+ * uAnytun 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 ľAnytun. If not, see <http://www.gnu.org/licenses/>.
+ * along with uAnytun. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SYSEXEC_H_