summaryrefslogtreecommitdiff
path: root/src/bsd
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-06-20 12:17:48 +0000
committerChristian Pointner <equinox@anytun.org>2008-06-20 12:17:48 +0000
commitb52495038c2bb791c70d10eb1f3daa4bdb103bd8 (patch)
tree4fe032c18e8398c8744d3a71a081fe9fcb9792eb /src/bsd
parentmoved src/gpl.txt to LICENSE (diff)
found some more Foobar
Diffstat (limited to 'src/bsd')
-rw-r--r--src/bsd/tunDevice.cpp2
-rw-r--r--src/bsd/tunDevice.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bsd/tunDevice.cpp b/src/bsd/tunDevice.cpp
index 56df8a8..0ef1974 100644
--- a/src/bsd/tunDevice.cpp
+++ b/src/bsd/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 <fcntl.h>
diff --git a/src/bsd/tunDevice.h b/src/bsd/tunDevice.h
index 94a41f2..1d1c08e 100644
--- a/src/bsd/tunDevice.h
+++ b/src/bsd/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_