From 23db16e3054098f27d762b96edcf3140691aba4f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 29 Oct 2009 00:28:56 +0000 Subject: fixed copyright --- ChangeLog | 2 +- LICENSE | 2 +- src/Makefile | 2 +- src/anyrtpproxy/Makefile | 2 +- src/anyrtpproxy/anyrtpproxy.cpp | 2 +- src/anyrtpproxy/callIdQueue.cpp | 2 +- src/anyrtpproxy/callIdQueue.h | 2 +- src/anyrtpproxy/commandHandler.cpp | 2 +- src/anyrtpproxy/commandHandler.h | 2 +- src/anyrtpproxy/connectionList.cpp | 2 +- src/anyrtpproxy/connectionList.h | 2 +- src/anyrtpproxy/options.cpp | 2 +- src/anyrtpproxy/options.h | 2 +- src/anyrtpproxy/portWindow.cpp | 2 +- src/anyrtpproxy/portWindow.h | 2 +- src/anyrtpproxy/rtpSession.cpp | 2 +- src/anyrtpproxy/rtpSession.h | 2 +- src/anyrtpproxy/rtpSessionTable.cpp | 2 +- src/anyrtpproxy/rtpSessionTable.h | 2 +- src/anyrtpproxy/syncRtpCommand.cpp | 2 +- src/anyrtpproxy/syncRtpCommand.h | 2 +- src/anytun-config.cpp | 2 +- src/anytun-controld.cpp | 2 +- src/anytun-showtables.cpp | 2 +- src/anytun.cpp | 2 +- src/anytunError.cpp | 2 +- src/anytunError.h | 2 +- src/authAlgo.cpp | 2 +- src/authAlgo.h | 2 +- src/authAlgoFactory.cpp | 2 +- src/authAlgoFactory.h | 2 +- src/bsd/tunDevice.cpp | 2 +- src/buffer.cpp | 2 +- src/buffer.h | 2 +- src/cipher.cpp | 2 +- src/cipher.h | 2 +- src/cipherFactory.cpp | 2 +- src/cipherFactory.h | 2 +- src/configure | 2 +- src/connectionList.cpp | 2 +- src/connectionList.h | 2 +- src/connectionParam.cpp | 2 +- src/connectionParam.h | 2 +- src/cryptinit.hpp | 2 +- src/daemon.hpp | 2 +- src/datatypes.h | 2 +- src/deviceConfig.hpp | 2 +- src/encryptedPacket.cpp | 2 +- src/encryptedPacket.h | 2 +- src/endian.h | 2 +- src/keyDerivation.cpp | 2 +- src/keyDerivation.h | 2 +- src/keyDerivationFactory.cpp | 2 +- src/keyDerivationFactory.h | 2 +- src/linux/tunDevice.cpp | 2 +- src/log.cpp | 2 +- src/log.h | 2 +- src/logTargets.cpp | 2 +- src/logTargets.h | 2 +- src/man/Makefile | 2 +- src/man/anyrtpproxy.8.txt | 9 +++++---- src/man/anytun-config.8.txt | 10 +++++----- src/man/anytun-controld.8.txt | 9 +++++---- src/man/anytun-showtables.8.txt | 10 +++++----- src/man/anytun.8.txt | 10 +++++----- src/networkAddress.cpp | 2 +- src/networkAddress.h | 2 +- src/networkPrefix.cpp | 2 +- src/networkPrefix.h | 2 +- src/options.cpp | 2 +- src/options.h | 2 +- src/packetSource.cpp | 2 +- src/packetSource.h | 2 +- src/plainPacket.cpp | 2 +- src/plainPacket.h | 2 +- src/resolver.cpp | 2 +- src/resolver.h | 2 +- src/routingTable.cpp | 2 +- src/routingTable.h | 2 +- src/routingTree.hpp | 2 +- src/routingTreeNode.cpp | 2 +- src/routingTreeNode.h | 2 +- src/seqWindow.cpp | 2 +- src/seqWindow.h | 2 +- src/signalController.cpp | 2 +- src/signalController.h | 2 +- src/syncBuffer.cpp | 2 +- src/syncBuffer.h | 2 +- src/syncClient.cpp | 2 +- src/syncClient.h | 2 +- src/syncCommand.cpp | 2 +- src/syncCommand.h | 2 +- src/syncConnectionCommand.cpp | 2 +- src/syncConnectionCommand.h | 2 +- src/syncOnConnect.hpp | 2 +- src/syncQueue.cpp | 2 +- src/syncQueue.h | 2 +- src/syncRouteCommand.cpp | 2 +- src/syncRouteCommand.h | 2 +- src/syncServer.cpp | 2 +- src/syncServer.h | 2 +- src/syncTcpConnection.cpp | 2 +- src/syncTcpConnection.h | 2 +- src/sysExec.cpp | 2 +- src/sysExec.h | 2 +- src/threadUtils.hpp | 2 +- src/tunDevice.h | 2 +- src/win32/registryKey.cpp | 2 +- src/win32/registryKey.h | 2 +- src/win32/tunDevice.cpp | 2 +- src/win32/winService.cpp | 2 +- src/win32/winService.h | 2 +- wireshark-lua/satp.lua | 2 +- 113 files changed, 133 insertions(+), 131 deletions(-) diff --git a/ChangeLog b/ChangeLog index 53de9d0..d1b39b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2009.10.28 -- Version 0.3.1 svn851 +2009.10.28 -- Version 0.3.1 svn852 * switched to GPLv3 or higher * Changed Windows TAP driver version to support 64-bit windows * fixed some memory errors diff --git a/LICENSE b/LICENSE index 2c81460..44d9451 100644 --- a/LICENSE +++ b/LICENSE @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/Makefile b/src/Makefile index 57a3d7e..5b13efd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -11,7 +11,7 @@ ## tunneling and relaying of packets of any protocol. ## ## -## Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, +## Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, ## Christian Pointner ## ## This file is part of Anytun. diff --git a/src/anyrtpproxy/Makefile b/src/anyrtpproxy/Makefile index f28bded..43b6220 100644 --- a/src/anyrtpproxy/Makefile +++ b/src/anyrtpproxy/Makefile @@ -11,7 +11,7 @@ ## tunneling and relaying of packets of any protocol. ## ## -## Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, +## Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, ## Christian Pointner ## ## This file is part of Anytun. diff --git a/src/anyrtpproxy/anyrtpproxy.cpp b/src/anyrtpproxy/anyrtpproxy.cpp index a67ab2b..7c5514c 100644 --- a/src/anyrtpproxy/anyrtpproxy.cpp +++ b/src/anyrtpproxy/anyrtpproxy.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/callIdQueue.cpp b/src/anyrtpproxy/callIdQueue.cpp index 296fe34..de48bab 100644 --- a/src/anyrtpproxy/callIdQueue.cpp +++ b/src/anyrtpproxy/callIdQueue.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/callIdQueue.h b/src/anyrtpproxy/callIdQueue.h index b2ffd5b..2cea155 100644 --- a/src/anyrtpproxy/callIdQueue.h +++ b/src/anyrtpproxy/callIdQueue.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/commandHandler.cpp b/src/anyrtpproxy/commandHandler.cpp index 2f1bcb6..db0ca4d 100644 --- a/src/anyrtpproxy/commandHandler.cpp +++ b/src/anyrtpproxy/commandHandler.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/commandHandler.h b/src/anyrtpproxy/commandHandler.h index 5af376f..6634f14 100644 --- a/src/anyrtpproxy/commandHandler.h +++ b/src/anyrtpproxy/commandHandler.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/connectionList.cpp b/src/anyrtpproxy/connectionList.cpp index 19e0dbd..4c274e8 100644 --- a/src/anyrtpproxy/connectionList.cpp +++ b/src/anyrtpproxy/connectionList.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/connectionList.h b/src/anyrtpproxy/connectionList.h index 2f820a6..a30f6d5 100644 --- a/src/anyrtpproxy/connectionList.h +++ b/src/anyrtpproxy/connectionList.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/options.cpp b/src/anyrtpproxy/options.cpp index a9d0818..e651770 100644 --- a/src/anyrtpproxy/options.cpp +++ b/src/anyrtpproxy/options.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/options.h b/src/anyrtpproxy/options.h index 07dccde..679dace 100644 --- a/src/anyrtpproxy/options.h +++ b/src/anyrtpproxy/options.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/portWindow.cpp b/src/anyrtpproxy/portWindow.cpp index f318ce7..3e07662 100644 --- a/src/anyrtpproxy/portWindow.cpp +++ b/src/anyrtpproxy/portWindow.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/portWindow.h b/src/anyrtpproxy/portWindow.h index bca7fc2..b5a667f 100644 --- a/src/anyrtpproxy/portWindow.h +++ b/src/anyrtpproxy/portWindow.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/rtpSession.cpp b/src/anyrtpproxy/rtpSession.cpp index 297e231..93333ac 100644 --- a/src/anyrtpproxy/rtpSession.cpp +++ b/src/anyrtpproxy/rtpSession.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/rtpSession.h b/src/anyrtpproxy/rtpSession.h index ee9ff81..cac5115 100644 --- a/src/anyrtpproxy/rtpSession.h +++ b/src/anyrtpproxy/rtpSession.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/rtpSessionTable.cpp b/src/anyrtpproxy/rtpSessionTable.cpp index 46d5cea..934cf8c 100644 --- a/src/anyrtpproxy/rtpSessionTable.cpp +++ b/src/anyrtpproxy/rtpSessionTable.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/rtpSessionTable.h b/src/anyrtpproxy/rtpSessionTable.h index 56ce9c6..49a062f 100644 --- a/src/anyrtpproxy/rtpSessionTable.h +++ b/src/anyrtpproxy/rtpSessionTable.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/syncRtpCommand.cpp b/src/anyrtpproxy/syncRtpCommand.cpp index 56b7695..10dfbf4 100644 --- a/src/anyrtpproxy/syncRtpCommand.cpp +++ b/src/anyrtpproxy/syncRtpCommand.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anyrtpproxy/syncRtpCommand.h b/src/anyrtpproxy/syncRtpCommand.h index 919ad4a..7b4c186 100644 --- a/src/anyrtpproxy/syncRtpCommand.h +++ b/src/anyrtpproxy/syncRtpCommand.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anytun-config.cpp b/src/anytun-config.cpp index ce11bb6..f8bc4f4 100644 --- a/src/anytun-config.cpp +++ b/src/anytun-config.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anytun-controld.cpp b/src/anytun-controld.cpp index c34d3df..1dbc6f8 100644 --- a/src/anytun-controld.cpp +++ b/src/anytun-controld.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anytun-showtables.cpp b/src/anytun-showtables.cpp index e4f90a6..ff851c9 100644 --- a/src/anytun-showtables.cpp +++ b/src/anytun-showtables.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anytun.cpp b/src/anytun.cpp index 16cf949..de8429f 100644 --- a/src/anytun.cpp +++ b/src/anytun.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anytunError.cpp b/src/anytunError.cpp index e3800ea..60bf8eb 100644 --- a/src/anytunError.cpp +++ b/src/anytunError.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/anytunError.h b/src/anytunError.h index 9e0ffd2..4bd2819 100644 --- a/src/anytunError.h +++ b/src/anytunError.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/authAlgo.cpp b/src/authAlgo.cpp index 3707fe6..f9228c6 100644 --- a/src/authAlgo.cpp +++ b/src/authAlgo.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/authAlgo.h b/src/authAlgo.h index ca976de..ac80643 100644 --- a/src/authAlgo.h +++ b/src/authAlgo.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/authAlgoFactory.cpp b/src/authAlgoFactory.cpp index 076e86b..d1b2fc5 100644 --- a/src/authAlgoFactory.cpp +++ b/src/authAlgoFactory.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/authAlgoFactory.h b/src/authAlgoFactory.h index 69f5920..f042382 100644 --- a/src/authAlgoFactory.h +++ b/src/authAlgoFactory.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/bsd/tunDevice.cpp b/src/bsd/tunDevice.cpp index cf90f84..4fdd5fd 100644 --- a/src/bsd/tunDevice.cpp +++ b/src/bsd/tunDevice.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/buffer.cpp b/src/buffer.cpp index b806bb4..574c034 100644 --- a/src/buffer.cpp +++ b/src/buffer.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/buffer.h b/src/buffer.h index d4a6505..69cd060 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/cipher.cpp b/src/cipher.cpp index b4f033d..5613739 100644 --- a/src/cipher.cpp +++ b/src/cipher.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/cipher.h b/src/cipher.h index 94a2006..d1edb5f 100644 --- a/src/cipher.h +++ b/src/cipher.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/cipherFactory.cpp b/src/cipherFactory.cpp index 9a3223f..96879b7 100644 --- a/src/cipherFactory.cpp +++ b/src/cipherFactory.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/cipherFactory.h b/src/cipherFactory.h index 5ca17f5..33171f7 100644 --- a/src/cipherFactory.h +++ b/src/cipherFactory.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/configure b/src/configure index 54e18fd..d05edfd 100755 --- a/src/configure +++ b/src/configure @@ -12,7 +12,7 @@ # tunneling and relaying of packets of any protocol. # # -# Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, +# Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, # Christian Pointner # # This file is part of Anytun. diff --git a/src/connectionList.cpp b/src/connectionList.cpp index ef80087..9ddb277 100644 --- a/src/connectionList.cpp +++ b/src/connectionList.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/connectionList.h b/src/connectionList.h index d84cd2d..b85ef16 100644 --- a/src/connectionList.h +++ b/src/connectionList.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/connectionParam.cpp b/src/connectionParam.cpp index 624e63d..fc1e33a 100644 --- a/src/connectionParam.cpp +++ b/src/connectionParam.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/connectionParam.h b/src/connectionParam.h index 3d2ec78..d864f67 100644 --- a/src/connectionParam.h +++ b/src/connectionParam.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/cryptinit.hpp b/src/cryptinit.hpp index a1e1848..3aa9fdb 100644 --- a/src/cryptinit.hpp +++ b/src/cryptinit.hpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/daemon.hpp b/src/daemon.hpp index 16436ca..3bab727 100644 --- a/src/daemon.hpp +++ b/src/daemon.hpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/datatypes.h b/src/datatypes.h index 97b01a9..db47414 100644 --- a/src/datatypes.h +++ b/src/datatypes.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/deviceConfig.hpp b/src/deviceConfig.hpp index f94edb0..fecbe81 100644 --- a/src/deviceConfig.hpp +++ b/src/deviceConfig.hpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/encryptedPacket.cpp b/src/encryptedPacket.cpp index 5764803..46235c5 100644 --- a/src/encryptedPacket.cpp +++ b/src/encryptedPacket.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/encryptedPacket.h b/src/encryptedPacket.h index 2be06a4..97a0a59 100644 --- a/src/encryptedPacket.h +++ b/src/encryptedPacket.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/endian.h b/src/endian.h index db0832b..691258b 100644 --- a/src/endian.h +++ b/src/endian.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/keyDerivation.cpp b/src/keyDerivation.cpp index 97e3a34..61b662d 100644 --- a/src/keyDerivation.cpp +++ b/src/keyDerivation.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/keyDerivation.h b/src/keyDerivation.h index 7b4a541..bd5f376 100644 --- a/src/keyDerivation.h +++ b/src/keyDerivation.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/keyDerivationFactory.cpp b/src/keyDerivationFactory.cpp index da53513..d325c35 100644 --- a/src/keyDerivationFactory.cpp +++ b/src/keyDerivationFactory.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/keyDerivationFactory.h b/src/keyDerivationFactory.h index 9d23a59..c80c32c 100644 --- a/src/keyDerivationFactory.h +++ b/src/keyDerivationFactory.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/linux/tunDevice.cpp b/src/linux/tunDevice.cpp index 5d2b635..57b1c7c 100644 --- a/src/linux/tunDevice.cpp +++ b/src/linux/tunDevice.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/log.cpp b/src/log.cpp index 16145fd..d1049b2 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/log.h b/src/log.h index 36e8a04..7db03bc 100644 --- a/src/log.h +++ b/src/log.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/logTargets.cpp b/src/logTargets.cpp index 230e002..5b19954 100644 --- a/src/logTargets.cpp +++ b/src/logTargets.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/logTargets.h b/src/logTargets.h index aafc329..673aa2e 100644 --- a/src/logTargets.h +++ b/src/logTargets.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/man/Makefile b/src/man/Makefile index 2b01b3f..33acd77 100644 --- a/src/man/Makefile +++ b/src/man/Makefile @@ -11,7 +11,7 @@ ## tunneling and relaying of packets of any protocol. ## ## -## Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, +## Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, ## Christian Pointner ## ## This file is part of Anytun. diff --git a/src/man/anyrtpproxy.8.txt b/src/man/anyrtpproxy.8.txt index a867631..7885832 100644 --- a/src/man/anyrtpproxy.8.txt +++ b/src/man/anyrtpproxy.8.txt @@ -177,8 +177,9 @@ Main web site: http://www.anytun.org/ COPYING ------- -Copyright \(C) 2007-2008 Othmar Gsenger, Erwin Nindl and Christian -Pointner. This program is free software; you can redistribute -it and/or modify it under the terms of the GNU General Public License -version 2 as published by the Free Software Foundation. +Copyright \(C) 2007-2009 Othmar Gsenger, Erwin Nindl and Christian +Pointner. This program 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. diff --git a/src/man/anytun-config.8.txt b/src/man/anytun-config.8.txt index 8eb2839..827b64f 100644 --- a/src/man/anytun-config.8.txt +++ b/src/man/anytun-config.8.txt @@ -210,8 +210,8 @@ Main web site: http://www.anytun.org/ COPYING ------- -Copyright \(C) 2007-2008 Othmar Gsenger, Erwin Nindl and Christian -Pointner. This program is free software; you can redistribute -it and/or modify it under the terms of the GNU General Public License -version 2 as published by the Free Software Foundation. - +Copyright \(C) 2007-2009 Othmar Gsenger, Erwin Nindl and Christian +Pointner. This program 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. diff --git a/src/man/anytun-controld.8.txt b/src/man/anytun-controld.8.txt index 2b1c7a1..532dd5f 100644 --- a/src/man/anytun-controld.8.txt +++ b/src/man/anytun-controld.8.txt @@ -129,8 +129,9 @@ Main web site: http://www.anytun.org/ COPYING ------- -Copyright \(C) 2007-2008 Othmar Gsenger, Erwin Nindl and Christian -Pointner. This program is free software; you can redistribute -it and/or modify it under the terms of the GNU General Public License -version 2 as published by the Free Software Foundation. +Copyright \(C) 2007-2009 Othmar Gsenger, Erwin Nindl and Christian +Pointner. This program 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. diff --git a/src/man/anytun-showtables.8.txt b/src/man/anytun-showtables.8.txt index 9a04f26..a2f51db 100644 --- a/src/man/anytun-showtables.8.txt +++ b/src/man/anytun-showtables.8.txt @@ -70,8 +70,8 @@ Main web site: http://www.anytun.org/ COPYING ------- -Copyright \(C) 2007-2008 Othmar Gsenger, Erwin Nindl and Christian -Pointner. This program is free software; you can redistribute -it and/or modify it under the terms of the GNU General Public License -version 2 as published by the Free Software Foundation. - +Copyright \(C) 2007-2009 Othmar Gsenger, Erwin Nindl and Christian +Pointner. This program 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. diff --git a/src/man/anytun.8.txt b/src/man/anytun.8.txt index fa30441..38dd187 100644 --- a/src/man/anytun.8.txt +++ b/src/man/anytun.8.txt @@ -461,8 +461,8 @@ Main web site: http://www.anytun.org/ COPYING ------- -Copyright \(C) 2007-2008 Othmar Gsenger, Erwin Nindl and Christian -Pointner. This program is free software; you can redistribute -it and/or modify it under the terms of the GNU General Public License -version 2 as published by the Free Software Foundation. - +Copyright \(C) 2007-2009 Othmar Gsenger, Erwin Nindl and Christian +Pointner. This program 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. diff --git a/src/networkAddress.cpp b/src/networkAddress.cpp index b0336d2..7701159 100644 --- a/src/networkAddress.cpp +++ b/src/networkAddress.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/networkAddress.h b/src/networkAddress.h index ed2102b..c9acd0b 100644 --- a/src/networkAddress.h +++ b/src/networkAddress.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/networkPrefix.cpp b/src/networkPrefix.cpp index df80141..31287b9 100644 --- a/src/networkPrefix.cpp +++ b/src/networkPrefix.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/networkPrefix.h b/src/networkPrefix.h index bb90eff..04cbbac 100644 --- a/src/networkPrefix.h +++ b/src/networkPrefix.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/options.cpp b/src/options.cpp index d3bd61a..236acb1 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/options.h b/src/options.h index 7141a59..be39adf 100644 --- a/src/options.h +++ b/src/options.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/packetSource.cpp b/src/packetSource.cpp index 024f421..0882de5 100644 --- a/src/packetSource.cpp +++ b/src/packetSource.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/packetSource.h b/src/packetSource.h index 0be3dfa..171e6c1 100644 --- a/src/packetSource.h +++ b/src/packetSource.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/plainPacket.cpp b/src/plainPacket.cpp index 72abc7b..79a72de 100644 --- a/src/plainPacket.cpp +++ b/src/plainPacket.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/plainPacket.h b/src/plainPacket.h index 9bb1087..2316d90 100644 --- a/src/plainPacket.h +++ b/src/plainPacket.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/resolver.cpp b/src/resolver.cpp index 21aad30..66f1e7e 100644 --- a/src/resolver.cpp +++ b/src/resolver.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/resolver.h b/src/resolver.h index e6e65b2..00d0edb 100644 --- a/src/resolver.h +++ b/src/resolver.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/routingTable.cpp b/src/routingTable.cpp index dd573c2..c64366d 100644 --- a/src/routingTable.cpp +++ b/src/routingTable.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/routingTable.h b/src/routingTable.h index 5f28bac..3803719 100644 --- a/src/routingTable.h +++ b/src/routingTable.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/routingTree.hpp b/src/routingTree.hpp index 8931ab3..3184c0a 100644 --- a/src/routingTree.hpp +++ b/src/routingTree.hpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/routingTreeNode.cpp b/src/routingTreeNode.cpp index ebea86e..e50ff70 100644 --- a/src/routingTreeNode.cpp +++ b/src/routingTreeNode.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/routingTreeNode.h b/src/routingTreeNode.h index 2070304..5660384 100644 --- a/src/routingTreeNode.h +++ b/src/routingTreeNode.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/seqWindow.cpp b/src/seqWindow.cpp index a77b4f7..f7bbc06 100644 --- a/src/seqWindow.cpp +++ b/src/seqWindow.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/seqWindow.h b/src/seqWindow.h index deacfc5..71555da 100644 --- a/src/seqWindow.h +++ b/src/seqWindow.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/signalController.cpp b/src/signalController.cpp index 0366245..2e4a53e 100644 --- a/src/signalController.cpp +++ b/src/signalController.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/signalController.h b/src/signalController.h index 4ed344a..90028d1 100644 --- a/src/signalController.h +++ b/src/signalController.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncBuffer.cpp b/src/syncBuffer.cpp index 4ab5771..0ad2b4a 100644 --- a/src/syncBuffer.cpp +++ b/src/syncBuffer.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncBuffer.h b/src/syncBuffer.h index 6fd7dc3..b41e1c2 100644 --- a/src/syncBuffer.h +++ b/src/syncBuffer.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncClient.cpp b/src/syncClient.cpp index 889ba0e..dd6a166 100644 --- a/src/syncClient.cpp +++ b/src/syncClient.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncClient.h b/src/syncClient.h index 662ca53..56dfcf8 100644 --- a/src/syncClient.h +++ b/src/syncClient.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncCommand.cpp b/src/syncCommand.cpp index c2ffda7..8668504 100644 --- a/src/syncCommand.cpp +++ b/src/syncCommand.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncCommand.h b/src/syncCommand.h index a812f42..a37d411 100644 --- a/src/syncCommand.h +++ b/src/syncCommand.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncConnectionCommand.cpp b/src/syncConnectionCommand.cpp index 903149c..d0d4a9a 100644 --- a/src/syncConnectionCommand.cpp +++ b/src/syncConnectionCommand.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncConnectionCommand.h b/src/syncConnectionCommand.h index 677bdfa..e9ade70 100644 --- a/src/syncConnectionCommand.h +++ b/src/syncConnectionCommand.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncOnConnect.hpp b/src/syncOnConnect.hpp index e6fb5b1..ac0c7f6 100644 --- a/src/syncOnConnect.hpp +++ b/src/syncOnConnect.hpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncQueue.cpp b/src/syncQueue.cpp index 1a18c0e..270bb26 100644 --- a/src/syncQueue.cpp +++ b/src/syncQueue.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncQueue.h b/src/syncQueue.h index 39d0ca4..15395f1 100644 --- a/src/syncQueue.h +++ b/src/syncQueue.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncRouteCommand.cpp b/src/syncRouteCommand.cpp index 4ba902e..3c02a02 100644 --- a/src/syncRouteCommand.cpp +++ b/src/syncRouteCommand.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncRouteCommand.h b/src/syncRouteCommand.h index 3c951ad..a31a98b 100644 --- a/src/syncRouteCommand.h +++ b/src/syncRouteCommand.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncServer.cpp b/src/syncServer.cpp index 645b0bf..b61872c 100644 --- a/src/syncServer.cpp +++ b/src/syncServer.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncServer.h b/src/syncServer.h index 096e2ac..a5b362b 100644 --- a/src/syncServer.h +++ b/src/syncServer.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncTcpConnection.cpp b/src/syncTcpConnection.cpp index f9604f6..d243633 100644 --- a/src/syncTcpConnection.cpp +++ b/src/syncTcpConnection.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/syncTcpConnection.h b/src/syncTcpConnection.h index 0f2a70d..6c32eba 100644 --- a/src/syncTcpConnection.h +++ b/src/syncTcpConnection.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/sysExec.cpp b/src/sysExec.cpp index 4bc2850..2580828 100644 --- a/src/sysExec.cpp +++ b/src/sysExec.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/sysExec.h b/src/sysExec.h index ff3f58f..d2c2674 100644 --- a/src/sysExec.h +++ b/src/sysExec.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/threadUtils.hpp b/src/threadUtils.hpp index deaf994..cbef167 100644 --- a/src/threadUtils.hpp +++ b/src/threadUtils.hpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/tunDevice.h b/src/tunDevice.h index 541d45c..e9c55cb 100644 --- a/src/tunDevice.h +++ b/src/tunDevice.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/win32/registryKey.cpp b/src/win32/registryKey.cpp index 3bc596d..a9a0959 100644 --- a/src/win32/registryKey.cpp +++ b/src/win32/registryKey.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/win32/registryKey.h b/src/win32/registryKey.h index b93bc6e..734bfd6 100644 --- a/src/win32/registryKey.h +++ b/src/win32/registryKey.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/win32/tunDevice.cpp b/src/win32/tunDevice.cpp index e625630..fe6ab44 100644 --- a/src/win32/tunDevice.cpp +++ b/src/win32/tunDevice.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/win32/winService.cpp b/src/win32/winService.cpp index bde4b4d..1b7c9f8 100644 --- a/src/win32/winService.cpp +++ b/src/win32/winService.cpp @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/src/win32/winService.h b/src/win32/winService.h index 1f54b02..c46d3d0 100644 --- a/src/win32/winService.h +++ b/src/win32/winService.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner * * This file is part of Anytun. diff --git a/wireshark-lua/satp.lua b/wireshark-lua/satp.lua index cbee063..20ece82 100644 --- a/wireshark-lua/satp.lua +++ b/wireshark-lua/satp.lua @@ -10,7 +10,7 @@ -- tunneling and relaying of packets of any protocol. -- -- --- Copyright (C) 2007-2008 Othmar Gsenger, Erwin Nindl, +-- Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, -- Christian Pointner -- -- This file is part of Anytun. -- cgit v1.2.3