summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-06-19 23:55:02 +0000
committerChristian Pointner <equinox@anytun.org>2008-06-19 23:55:02 +0000
commit686dcd96d3ccd4d80044d3ce07c87990629a6bea (patch)
treec7f3cd2144563a71f0f17f53e9a5220419d2f7f5 /src
parentcleaned up file headers (diff)
changed Foobar to anytun @ file header
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/PracticalSocket.cpp2
-rw-r--r--src/PracticalSocket.h2
-rw-r--r--src/anyConfOptions.cpp2
-rw-r--r--src/anyConfOptions.h2
-rw-r--r--src/anyCtrOptions.cpp2
-rw-r--r--src/anyCtrOptions.h2
-rw-r--r--src/anyCtrSocket.cpp2
-rw-r--r--src/anyCtrSocket.h2
-rw-r--r--src/anytun-config.cpp2
-rw-r--r--src/anytun-controld.cpp2
-rw-r--r--src/anytun-showtables.cpp2
-rw-r--r--src/anytun.cpp2
-rw-r--r--src/authAlgo.cpp2
-rw-r--r--src/authAlgo.h2
-rw-r--r--src/authAlgoFactory.cpp2
-rw-r--r--src/authAlgoFactory.h2
-rw-r--r--src/buffer.cpp2
-rw-r--r--src/buffer.h2
-rw-r--r--src/cipher.cpp2
-rw-r--r--src/cipher.h2
-rw-r--r--src/cipherFactory.cpp2
-rw-r--r--src/cipherFactory.h2
-rwxr-xr-xsrc/configure2
-rw-r--r--src/connectionList.cpp2
-rw-r--r--src/connectionList.h2
-rw-r--r--src/connectionParam.cpp2
-rw-r--r--src/connectionParam.h2
-rw-r--r--src/datatypes.h2
-rw-r--r--src/deviceConfig.hpp2
-rw-r--r--src/encryptedPacket.cpp2
-rw-r--r--src/encryptedPacket.h2
-rw-r--r--src/gpl.txt2
-rw-r--r--src/keyDerivation.cpp2
-rw-r--r--src/keyDerivation.h2
-rw-r--r--src/keyDerivationFactory.cpp2
-rw-r--r--src/keyDerivationFactory.h2
-rw-r--r--src/log.cpp2
-rw-r--r--src/log.h2
-rw-r--r--src/mpi.cpp2
-rw-r--r--src/mpi.h2
-rw-r--r--src/networkAddress.cpp2
-rw-r--r--src/networkAddress.h2
-rw-r--r--src/networkPrefix.cpp2
-rw-r--r--src/networkPrefix.h2
-rw-r--r--src/options.cpp2
-rw-r--r--src/options.h2
-rw-r--r--src/packetSource.cpp2
-rw-r--r--src/packetSource.h2
-rw-r--r--src/plainPacket.cpp2
-rw-r--r--src/plainPacket.h2
-rw-r--r--src/router.cpp2
-rw-r--r--src/router.h2
-rw-r--r--src/routingTable.cpp2
-rw-r--r--src/routingTable.h2
-rw-r--r--src/rtpSession.cpp2
-rw-r--r--src/rtpSession.h2
-rw-r--r--src/rtpSessionTable.cpp2
-rw-r--r--src/rtpSessionTable.h2
-rw-r--r--src/seqWindow.cpp2
-rw-r--r--src/seqWindow.h2
-rw-r--r--src/signalController.cpp2
-rw-r--r--src/signalController.h2
-rw-r--r--src/syncBuffer.cpp2
-rw-r--r--src/syncBuffer.h2
-rw-r--r--src/syncClientSocket.cpp2
-rw-r--r--src/syncClientSocket.h2
-rw-r--r--src/syncCommand.cpp2
-rw-r--r--src/syncCommand.h2
-rw-r--r--src/syncConnectionCommand.cpp2
-rw-r--r--src/syncConnectionCommand.h2
-rw-r--r--src/syncQueue.cpp2
-rw-r--r--src/syncQueue.h2
-rw-r--r--src/syncRouteCommand.cpp2
-rw-r--r--src/syncRouteCommand.h2
-rw-r--r--src/syncRtpCommand.cpp2
-rw-r--r--src/syncRtpCommand.h2
-rw-r--r--src/syncSocket.cpp2
-rw-r--r--src/syncSocket.h2
-rw-r--r--src/syncSocketHandler.cpp2
-rw-r--r--src/syncSocketHandler.h2
-rw-r--r--src/threadParam.h2
-rw-r--r--src/threadUtils.hpp2
83 files changed, 83 insertions, 83 deletions
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 <http://www.gnu.org/licenses/>.
+## along with anytun. If not, see <http://www.gnu.org/licenses/>.
##
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
// 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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <sstream>
#include <iostream>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdexcept>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdexcept>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+# along with anytun. If not, see <http://www.gnu.org/licenses/>.
#
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdexcept>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdexcept>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <csignal>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <sstream>
#include <iostream>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <sstream>
#include <iostream>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
//#include <sstream>
//#include <iostream>
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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
+ * along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
#include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>