From 686dcd96d3ccd4d80044d3ce07c87990629a6bea Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 19 Jun 2008 23:55:02 +0000 Subject: changed Foobar to anytun @ file header --- src/Makefile | 2 +- src/PracticalSocket.cpp | 2 +- src/PracticalSocket.h | 2 +- src/anyConfOptions.cpp | 2 +- src/anyConfOptions.h | 2 +- src/anyCtrOptions.cpp | 2 +- src/anyCtrOptions.h | 2 +- src/anyCtrSocket.cpp | 2 +- src/anyCtrSocket.h | 2 +- src/anytun-config.cpp | 2 +- src/anytun-controld.cpp | 2 +- src/anytun-showtables.cpp | 2 +- src/anytun.cpp | 2 +- src/authAlgo.cpp | 2 +- src/authAlgo.h | 2 +- src/authAlgoFactory.cpp | 2 +- src/authAlgoFactory.h | 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/datatypes.h | 2 +- src/deviceConfig.hpp | 2 +- src/encryptedPacket.cpp | 2 +- src/encryptedPacket.h | 2 +- src/gpl.txt | 2 +- src/keyDerivation.cpp | 2 +- src/keyDerivation.h | 2 +- src/keyDerivationFactory.cpp | 2 +- src/keyDerivationFactory.h | 2 +- src/log.cpp | 2 +- src/log.h | 2 +- src/mpi.cpp | 2 +- src/mpi.h | 2 +- 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/router.cpp | 2 +- src/router.h | 2 +- src/routingTable.cpp | 2 +- src/routingTable.h | 2 +- src/rtpSession.cpp | 2 +- src/rtpSession.h | 2 +- src/rtpSessionTable.cpp | 2 +- src/rtpSessionTable.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/syncClientSocket.cpp | 2 +- src/syncClientSocket.h | 2 +- src/syncCommand.cpp | 2 +- src/syncCommand.h | 2 +- src/syncConnectionCommand.cpp | 2 +- src/syncConnectionCommand.h | 2 +- src/syncQueue.cpp | 2 +- src/syncQueue.h | 2 +- src/syncRouteCommand.cpp | 2 +- src/syncRouteCommand.h | 2 +- src/syncRtpCommand.cpp | 2 +- src/syncRtpCommand.h | 2 +- src/syncSocket.cpp | 2 +- src/syncSocket.h | 2 +- src/syncSocketHandler.cpp | 2 +- src/syncSocketHandler.h | 2 +- src/threadParam.h | 2 +- src/threadUtils.hpp | 2 +- 83 files changed, 83 insertions(+), 83 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index f09d494..99f66ea 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 . +## along with anytun. If not, see . ## TARGET=$(shell uname -s) C = gcc diff --git a/src/PracticalSocket.cpp b/src/PracticalSocket.cpp index a65ca52..2b08e09 100644 --- a/src/PracticalSocket.cpp +++ b/src/PracticalSocket.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 . + * along with anytun. If not, see . */ #include "datatypes.h" diff --git a/src/PracticalSocket.h b/src/PracticalSocket.h index e1d9c98..fd266f6 100644 --- a/src/PracticalSocket.h +++ b/src/PracticalSocket.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 . + * along with anytun. If not, see . */ // this is from: http://cs.ecs.baylor.edu/~donahoo/practical/CSockets/practical/ diff --git a/src/anyConfOptions.cpp b/src/anyConfOptions.cpp index 562751c..05114cc 100644 --- a/src/anyConfOptions.cpp +++ b/src/anyConfOptions.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 . + * along with anytun. If not, see . */ #include diff --git a/src/anyConfOptions.h b/src/anyConfOptions.h index b1981df..836187e 100644 --- a/src/anyConfOptions.h +++ b/src/anyConfOptions.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 . + * along with anytun. If not, see . */ #ifndef _ANY_CONF_OPTIONS_H_ diff --git a/src/anyCtrOptions.cpp b/src/anyCtrOptions.cpp index bf80d00..7543206 100644 --- a/src/anyCtrOptions.cpp +++ b/src/anyCtrOptions.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 . + * along with anytun. If not, see . */ #include diff --git a/src/anyCtrOptions.h b/src/anyCtrOptions.h index 61f9d67..1a9e8b3 100644 --- a/src/anyCtrOptions.h +++ b/src/anyCtrOptions.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 . + * along with anytun. If not, see . */ #ifndef _ANY_CTR_OPTIONS_H_ diff --git a/src/anyCtrSocket.cpp b/src/anyCtrSocket.cpp index 7e21eea..e93468b 100644 --- a/src/anyCtrSocket.cpp +++ b/src/anyCtrSocket.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 . + * along with anytun. If not, see . */ #include #include diff --git a/src/anyCtrSocket.h b/src/anyCtrSocket.h index 60829f2..ad27473 100644 --- a/src/anyCtrSocket.h +++ b/src/anyCtrSocket.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 . + * along with anytun. If not, see . */ #ifndef _MUXSOCKET_H #define _MUXSOCKET_H diff --git a/src/anytun-config.cpp b/src/anytun-config.cpp index eb56258..77ea98f 100644 --- a/src/anytun-config.cpp +++ b/src/anytun-config.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 . + * along with anytun. If not, see . */ #include diff --git a/src/anytun-controld.cpp b/src/anytun-controld.cpp index b939454..4f59743 100644 --- a/src/anytun-controld.cpp +++ b/src/anytun-controld.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 . + * along with anytun. If not, see . */ #include diff --git a/src/anytun-showtables.cpp b/src/anytun-showtables.cpp index d5cff45..87fc4e8 100644 --- a/src/anytun-showtables.cpp +++ b/src/anytun-showtables.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 . + * along with anytun. If not, see . */ #include "datatypes.h" diff --git a/src/anytun.cpp b/src/anytun.cpp index 69baea3..15b2cff 100644 --- a/src/anytun.cpp +++ b/src/anytun.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 . + * along with anytun. If not, see . */ #include diff --git a/src/authAlgo.cpp b/src/authAlgo.cpp index c284522..5971bb9 100644 --- a/src/authAlgo.cpp +++ b/src/authAlgo.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 . + * along with anytun. If not, see . */ #include "authAlgo.h" diff --git a/src/authAlgo.h b/src/authAlgo.h index 807015f..c53f3c0 100644 --- a/src/authAlgo.h +++ b/src/authAlgo.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 . + * along with anytun. If not, see . */ #ifndef _AUTHALGO_H_ diff --git a/src/authAlgoFactory.cpp b/src/authAlgoFactory.cpp index 2e5a093..4e51f36 100644 --- a/src/authAlgoFactory.cpp +++ b/src/authAlgoFactory.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 . + * along with anytun. If not, see . */ #include diff --git a/src/authAlgoFactory.h b/src/authAlgoFactory.h index 6cfe2b2..2d445d0 100644 --- a/src/authAlgoFactory.h +++ b/src/authAlgoFactory.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 . + * along with anytun. If not, see . */ #ifndef _AUTHALGO_FACTORY_H_ diff --git a/src/buffer.cpp b/src/buffer.cpp index 245b6b1..b12fbe3 100644 --- a/src/buffer.cpp +++ b/src/buffer.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 . + * along with anytun. If not, see . */ #include diff --git a/src/buffer.h b/src/buffer.h index ffc6b27..db19947 100644 --- a/src/buffer.h +++ b/src/buffer.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 . + * along with anytun. If not, see . */ #ifndef _BUFFER_H_ diff --git a/src/cipher.cpp b/src/cipher.cpp index 0184029..7b06637 100644 --- a/src/cipher.cpp +++ b/src/cipher.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 . + * along with anytun. If not, see . */ #include diff --git a/src/cipher.h b/src/cipher.h index e75d709..f590aef 100644 --- a/src/cipher.h +++ b/src/cipher.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 . + * along with anytun. If not, see . */ #ifndef _CIPHER_H_ diff --git a/src/cipherFactory.cpp b/src/cipherFactory.cpp index 127d7bb..228b29b 100644 --- a/src/cipherFactory.cpp +++ b/src/cipherFactory.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 . + * along with anytun. If not, see . */ #include diff --git a/src/cipherFactory.h b/src/cipherFactory.h index e64e75b..53b8a57 100644 --- a/src/cipherFactory.h +++ b/src/cipherFactory.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 . + * along with anytun. If not, see . */ #ifndef _CIPHER_FACTORY_H_ diff --git a/src/configure b/src/configure index 6b6a199..ccdad1b 100755 --- a/src/configure +++ b/src/configure @@ -27,7 +27,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 . +# along with anytun. If not, see . # TARGET=`uname -s` diff --git a/src/connectionList.cpp b/src/connectionList.cpp index 9b72342..5cd7018 100644 --- a/src/connectionList.cpp +++ b/src/connectionList.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 . + * along with anytun. If not, see . */ #include "threadUtils.hpp" diff --git a/src/connectionList.h b/src/connectionList.h index da0030d..4d4cd4f 100644 --- a/src/connectionList.h +++ b/src/connectionList.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 . + * along with anytun. If not, see . */ #ifndef _CONNECTION_LIST_H diff --git a/src/connectionParam.cpp b/src/connectionParam.cpp index 7902c5f..0f507c3 100644 --- a/src/connectionParam.cpp +++ b/src/connectionParam.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 . + * along with anytun. If not, see . */ #include "connectionParam.h" diff --git a/src/connectionParam.h b/src/connectionParam.h index f3c190c..337151c 100644 --- a/src/connectionParam.h +++ b/src/connectionParam.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 . + * along with anytun. If not, see . */ #ifndef _CONNECTIONPARAM_H_ diff --git a/src/datatypes.h b/src/datatypes.h index 596e667..ee6e80c 100644 --- a/src/datatypes.h +++ b/src/datatypes.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 . + * along with anytun. If not, see . */ #ifndef _DATATYPES_H_ diff --git a/src/deviceConfig.hpp b/src/deviceConfig.hpp index 384c70c..f3b6f5e 100644 --- a/src/deviceConfig.hpp +++ b/src/deviceConfig.hpp @@ -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 . + * along with anytun. If not, see . */ #ifndef _DEVICE_CONFIG_HPP_ diff --git a/src/encryptedPacket.cpp b/src/encryptedPacket.cpp index 39759e7..1562f71 100644 --- a/src/encryptedPacket.cpp +++ b/src/encryptedPacket.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 . + * along with anytun. If not, see . */ #include diff --git a/src/encryptedPacket.h b/src/encryptedPacket.h index 538f714..1d834f5 100644 --- a/src/encryptedPacket.h +++ b/src/encryptedPacket.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 . + * along with anytun. If not, see . */ #ifndef _ENCRYPTED_PACKET_H_ diff --git a/src/gpl.txt b/src/gpl.txt index 71f04c3..51e0b22 100644 --- a/src/gpl.txt +++ b/src/gpl.txt @@ -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 . + * along with anytun. If not, see . */ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 diff --git a/src/keyDerivation.cpp b/src/keyDerivation.cpp index 797fe1f..1c88352 100644 --- a/src/keyDerivation.cpp +++ b/src/keyDerivation.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 . + * along with anytun. If not, see . */ diff --git a/src/keyDerivation.h b/src/keyDerivation.h index 2ef2b52..b64500b 100644 --- a/src/keyDerivation.h +++ b/src/keyDerivation.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 . + * along with anytun. If not, see . */ #ifndef _KEYDERIVATION_H_ diff --git a/src/keyDerivationFactory.cpp b/src/keyDerivationFactory.cpp index 3d584a2..56a750a 100644 --- a/src/keyDerivationFactory.cpp +++ b/src/keyDerivationFactory.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 . + * along with anytun. If not, see . */ #include diff --git a/src/keyDerivationFactory.h b/src/keyDerivationFactory.h index 0891144..77caf58 100644 --- a/src/keyDerivationFactory.h +++ b/src/keyDerivationFactory.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 . + * along with anytun. If not, see . */ #ifndef _KEYDERIVATION_FACTORY_H_ diff --git a/src/log.cpp b/src/log.cpp index 1f3679a..23922cc 100644 --- a/src/log.cpp +++ b/src/log.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 . + * along with anytun. If not, see . */ #include diff --git a/src/log.h b/src/log.h index f52dfff..ac87bbd 100644 --- a/src/log.h +++ b/src/log.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 . + * along with anytun. If not, see . */ #ifndef _LOG_H_ diff --git a/src/mpi.cpp b/src/mpi.cpp index e74b3c4..49561d0 100644 --- a/src/mpi.cpp +++ b/src/mpi.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 . + * along with anytun. If not, see . */ #include "mpi.h" diff --git a/src/mpi.h b/src/mpi.h index 0ca998c..d85be2f 100644 --- a/src/mpi.h +++ b/src/mpi.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 . + * along with anytun. If not, see . */ #ifndef _MPI_H_ diff --git a/src/networkAddress.cpp b/src/networkAddress.cpp index 559ecc7..d8e0646 100644 --- a/src/networkAddress.cpp +++ b/src/networkAddress.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 . + * along with anytun. If not, see . */ #include "threadUtils.hpp" diff --git a/src/networkAddress.h b/src/networkAddress.h index 8821671..47fa8b4 100644 --- a/src/networkAddress.h +++ b/src/networkAddress.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 . + * along with anytun. If not, see . */ #ifndef _NETWORK_ADDRESS_H diff --git a/src/networkPrefix.cpp b/src/networkPrefix.cpp index dafde03..cc0e57e 100644 --- a/src/networkPrefix.cpp +++ b/src/networkPrefix.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 . + * along with anytun. If not, see . */ #include "threadUtils.hpp" diff --git a/src/networkPrefix.h b/src/networkPrefix.h index 4b2dab5..336233c 100644 --- a/src/networkPrefix.h +++ b/src/networkPrefix.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 . + * along with anytun. If not, see . */ #ifndef _NETWORK_PREFIX_H diff --git a/src/options.cpp b/src/options.cpp index 0685660..91bab7a 100644 --- a/src/options.cpp +++ b/src/options.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 . + * along with anytun. If not, see . */ #include diff --git a/src/options.h b/src/options.h index 2f156cb..d7e73f9 100644 --- a/src/options.h +++ b/src/options.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 . + * along with anytun. If not, see . */ #ifndef _OPTIONS_H_ diff --git a/src/packetSource.cpp b/src/packetSource.cpp index a090830..b6f0250 100644 --- a/src/packetSource.cpp +++ b/src/packetSource.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 . + * along with anytun. If not, see . */ #include "datatypes.h" diff --git a/src/packetSource.h b/src/packetSource.h index a82edaf..7bcc52a 100644 --- a/src/packetSource.h +++ b/src/packetSource.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 . + * along with anytun. If not, see . */ #include "datatypes.h" diff --git a/src/plainPacket.cpp b/src/plainPacket.cpp index 0722dd4..b3441e0 100644 --- a/src/plainPacket.cpp +++ b/src/plainPacket.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 . + * along with anytun. If not, see . */ #include diff --git a/src/plainPacket.h b/src/plainPacket.h index dad901f..667c723 100644 --- a/src/plainPacket.h +++ b/src/plainPacket.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 . + * along with anytun. If not, see . */ #ifndef _PLAIN_PACKET_H_ diff --git a/src/router.cpp b/src/router.cpp index fb0fab0..465b8f9 100644 --- a/src/router.cpp +++ b/src/router.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 . + * along with anytun. If not, see . */ #include "threadUtils.hpp" diff --git a/src/router.h b/src/router.h index dfcdeb3..f871351 100644 --- a/src/router.h +++ b/src/router.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 . + * along with anytun. If not, see . */ #ifndef _ROUTER_H diff --git a/src/routingTable.cpp b/src/routingTable.cpp index f75893e..409a5ab 100644 --- a/src/routingTable.cpp +++ b/src/routingTable.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 . + * along with anytun. If not, see . */ #include "networkPrefix.h" #include "threadUtils.hpp" diff --git a/src/routingTable.h b/src/routingTable.h index 07b2a64..ca19f28 100644 --- a/src/routingTable.h +++ b/src/routingTable.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 . + * along with anytun. If not, see . */ #ifndef _ROUTINGTABLE_H diff --git a/src/rtpSession.cpp b/src/rtpSession.cpp index cf559e3..f87a216 100644 --- a/src/rtpSession.cpp +++ b/src/rtpSession.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 . + * along with anytun. If not, see . */ #include "rtpSession.h" diff --git a/src/rtpSession.h b/src/rtpSession.h index 332609a..5749ecd 100644 --- a/src/rtpSession.h +++ b/src/rtpSession.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 . + * along with anytun. If not, see . */ #ifndef _RTPSESSION_H_ diff --git a/src/rtpSessionTable.cpp b/src/rtpSessionTable.cpp index 19ad3d3..b751a50 100644 --- a/src/rtpSessionTable.cpp +++ b/src/rtpSessionTable.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 . + * along with anytun. If not, see . */ #include "threadUtils.hpp" #include "datatypes.h" diff --git a/src/rtpSessionTable.h b/src/rtpSessionTable.h index cb9d6db..3574723 100644 --- a/src/rtpSessionTable.h +++ b/src/rtpSessionTable.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 . + * along with anytun. If not, see . */ #ifndef _RTPSESSIONTABLE_H diff --git a/src/seqWindow.cpp b/src/seqWindow.cpp index 9e01c88..1a36392 100644 --- a/src/seqWindow.cpp +++ b/src/seqWindow.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 . + * along with anytun. If not, see . */ #include "threadUtils.hpp" diff --git a/src/seqWindow.h b/src/seqWindow.h index 781f1ce..5bac491 100644 --- a/src/seqWindow.h +++ b/src/seqWindow.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 . + * along with anytun. If not, see . */ #ifndef _SEQ_WINDOW_H_ diff --git a/src/signalController.cpp b/src/signalController.cpp index 7d1b01c..ebd6897 100644 --- a/src/signalController.cpp +++ b/src/signalController.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 . + * along with anytun. If not, see . */ #include diff --git a/src/signalController.h b/src/signalController.h index 619cc77..aa57b2c 100644 --- a/src/signalController.h +++ b/src/signalController.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 . + * along with anytun. If not, see . */ #ifndef _SIGNAL_CONTROLLER_H_ diff --git a/src/syncBuffer.cpp b/src/syncBuffer.cpp index e9e7e60..9247fff 100644 --- a/src/syncBuffer.cpp +++ b/src/syncBuffer.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 . + * along with anytun. If not, see . */ #include "syncBuffer.h" diff --git a/src/syncBuffer.h b/src/syncBuffer.h index dbbcb5f..f5e2ff5 100644 --- a/src/syncBuffer.h +++ b/src/syncBuffer.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 . + * along with anytun. If not, see . */ #ifndef _SYNCBUFFER_H_ diff --git a/src/syncClientSocket.cpp b/src/syncClientSocket.cpp index a55dbed..12c0345 100644 --- a/src/syncClientSocket.cpp +++ b/src/syncClientSocket.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 . + * along with anytun. If not, see . */ #include #include diff --git a/src/syncClientSocket.h b/src/syncClientSocket.h index 46c7649..c6526e1 100644 --- a/src/syncClientSocket.h +++ b/src/syncClientSocket.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 . + * along with anytun. If not, see . */ #ifndef _SYNCCLIENTSOCKET_H #define _SYNCCLIENTSOCKET_H diff --git a/src/syncCommand.cpp b/src/syncCommand.cpp index 9212d5c..94f295c 100644 --- a/src/syncCommand.cpp +++ b/src/syncCommand.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 . + * along with anytun. If not, see . */ #include "syncCommand.h" diff --git a/src/syncCommand.h b/src/syncCommand.h index e8107c0..5059693 100644 --- a/src/syncCommand.h +++ b/src/syncCommand.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 . + * along with anytun. If not, see . */ #ifndef _SYNCCOMMAND_H #define _SYNCCOMMAND_H diff --git a/src/syncConnectionCommand.cpp b/src/syncConnectionCommand.cpp index c5c3b32..844f8bc 100644 --- a/src/syncConnectionCommand.cpp +++ b/src/syncConnectionCommand.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 . + * along with anytun. If not, see . */ #include "syncConnectionCommand.h" diff --git a/src/syncConnectionCommand.h b/src/syncConnectionCommand.h index e63e4d6..5debf1f 100644 --- a/src/syncConnectionCommand.h +++ b/src/syncConnectionCommand.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 . + * along with anytun. If not, see . */ #ifndef _SYNCCONNECTIONCOMMAND_H diff --git a/src/syncQueue.cpp b/src/syncQueue.cpp index 5c25716..582e8ae 100644 --- a/src/syncQueue.cpp +++ b/src/syncQueue.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 . + * along with anytun. If not, see . */ #include "threadUtils.hpp" diff --git a/src/syncQueue.h b/src/syncQueue.h index 7ff5ac1..23d1236 100644 --- a/src/syncQueue.h +++ b/src/syncQueue.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 . + * along with anytun. If not, see . */ #ifndef _SYNC_QUEUE_H diff --git a/src/syncRouteCommand.cpp b/src/syncRouteCommand.cpp index 1759fde..bcfb925 100644 --- a/src/syncRouteCommand.cpp +++ b/src/syncRouteCommand.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 . + * along with anytun. If not, see . */ #include "syncRouteCommand.h" diff --git a/src/syncRouteCommand.h b/src/syncRouteCommand.h index 6af4004..61bc7b1 100644 --- a/src/syncRouteCommand.h +++ b/src/syncRouteCommand.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 . + * along with anytun. If not, see . */ #ifndef _SYNCROUTECOMMAND_H #define _SYNCROUTECOMMAND_H diff --git a/src/syncRtpCommand.cpp b/src/syncRtpCommand.cpp index 52769cf..f612c8a 100644 --- a/src/syncRtpCommand.cpp +++ b/src/syncRtpCommand.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 . + * along with anytun. If not, see . */ #include "syncRtpCommand.h" diff --git a/src/syncRtpCommand.h b/src/syncRtpCommand.h index 6c33762..d178e00 100644 --- a/src/syncRtpCommand.h +++ b/src/syncRtpCommand.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 . + * along with anytun. If not, see . */ #ifndef _SYNCRTPCOMMAND_H #define _SYNCRTPCOMMAND_H diff --git a/src/syncSocket.cpp b/src/syncSocket.cpp index a6ff3d0..df7985c 100644 --- a/src/syncSocket.cpp +++ b/src/syncSocket.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 . + * along with anytun. If not, see . */ #include #include diff --git a/src/syncSocket.h b/src/syncSocket.h index 68795a6..d7f4c37 100644 --- a/src/syncSocket.h +++ b/src/syncSocket.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 . + * along with anytun. If not, see . */ #ifndef _SYNCSOCKET_H #define _SYNCSOCKET_H diff --git a/src/syncSocketHandler.cpp b/src/syncSocketHandler.cpp index 6c0c0e5..a2457ca 100644 --- a/src/syncSocketHandler.cpp +++ b/src/syncSocketHandler.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 . + * along with anytun. If not, see . */ //#include //#include diff --git a/src/syncSocketHandler.h b/src/syncSocketHandler.h index 6887ddd..2475873 100644 --- a/src/syncSocketHandler.h +++ b/src/syncSocketHandler.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 . + * along with anytun. If not, see . */ #ifndef _SYNCSOCKETHANDLER_H #define _SYNCSOCKETHANDLER_H diff --git a/src/threadParam.h b/src/threadParam.h index ce2776c..4861fc6 100644 --- a/src/threadParam.h +++ b/src/threadParam.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 . + * along with anytun. If not, see . */ #ifndef _THREAD_PARAM_H diff --git a/src/threadUtils.hpp b/src/threadUtils.hpp index 8cabc45..25afebd 100644 --- a/src/threadUtils.hpp +++ b/src/threadUtils.hpp @@ -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 . + * along with anytun. If not, see . */ #include #include -- cgit v1.2.3