summaryrefslogtreecommitdiff
path: root/src/linux
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-06-20 12:18:25 +0000
committerChristian Pointner <equinox@anytun.org>2008-06-20 12:18:25 +0000
commitdc13262d6734b11924367bb8ebd4f1e835e58ceb (patch)
tree11b015dfbc3495527a1c45ae2159840e63289c28 /src/linux
parentfound some more Foobar (diff)
and there is still Foobar left...
Diffstat (limited to 'src/linux')
-rw-r--r--src/linux/tunDevice.cpp2
-rw-r--r--src/linux/tunDevice.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/linux/tunDevice.cpp b/src/linux/tunDevice.cpp
index b8629d7..4a61432 100644
--- a/src/linux/tunDevice.cpp
+++ b/src/linux/tunDevice.cpp
@@ -26,7 +26,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
diff --git a/src/linux/tunDevice.h b/src/linux/tunDevice.h
index 6dae97a..05457b0 100644
--- a/src/linux/tunDevice.h
+++ b/src/linux/tunDevice.h
@@ -26,7 +26,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _TUNDEVICE_H_