summaryrefslogtreecommitdiff
path: root/src/anyrtpproxy
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-06-20 12:19:12 +0000
committerChristian Pointner <equinox@anytun.org>2008-06-20 12:19:12 +0000
commit3aefd6a3a4992bb4aedfb445540361c5d8e3066c (patch)
tree1810362265ed9f0c913385142810572e52b16a9c /src/anyrtpproxy
parentand there is still Foobar left... (diff)
this is hopefully the last Foobar...
Diffstat (limited to 'src/anyrtpproxy')
-rw-r--r--src/anyrtpproxy/Makefile2
-rw-r--r--src/anyrtpproxy/anyrtpproxy.cpp2
-rw-r--r--src/anyrtpproxy/callIdQueue.cpp2
-rw-r--r--src/anyrtpproxy/callIdQueue.h2
-rw-r--r--src/anyrtpproxy/commandHandler.cpp2
-rw-r--r--src/anyrtpproxy/commandHandler.h2
-rw-r--r--src/anyrtpproxy/connectionList.cpp2
-rw-r--r--src/anyrtpproxy/connectionList.h2
-rw-r--r--src/anyrtpproxy/options.cpp2
-rw-r--r--src/anyrtpproxy/options.h2
-rw-r--r--src/anyrtpproxy/portWindow.cpp2
-rw-r--r--src/anyrtpproxy/portWindow.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/anyrtpproxy/Makefile b/src/anyrtpproxy/Makefile
index 1f13eec..c85a059 100644
--- a/src/anyrtpproxy/Makefile
+++ b/src/anyrtpproxy/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/>.
##
C = gcc
CFLAGS = -g -Wall
diff --git a/src/anyrtpproxy/anyrtpproxy.cpp b/src/anyrtpproxy/anyrtpproxy.cpp
index 9d299dc..78354a2 100644
--- a/src/anyrtpproxy/anyrtpproxy.cpp
+++ b/src/anyrtpproxy/anyrtpproxy.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/anyrtpproxy/callIdQueue.cpp b/src/anyrtpproxy/callIdQueue.cpp
index 2b43721..e2ce700 100644
--- a/src/anyrtpproxy/callIdQueue.cpp
+++ b/src/anyrtpproxy/callIdQueue.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 "callIdQueue.h"
diff --git a/src/anyrtpproxy/callIdQueue.h b/src/anyrtpproxy/callIdQueue.h
index 8c13bc0..1ffe2df 100644
--- a/src/anyrtpproxy/callIdQueue.h
+++ b/src/anyrtpproxy/callIdQueue.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 __CALLID_QUEUE_H__
diff --git a/src/anyrtpproxy/commandHandler.cpp b/src/anyrtpproxy/commandHandler.cpp
index d17873e..211b790 100644
--- a/src/anyrtpproxy/commandHandler.cpp
+++ b/src/anyrtpproxy/commandHandler.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>
diff --git a/src/anyrtpproxy/commandHandler.h b/src/anyrtpproxy/commandHandler.h
index e2defe1..06eb5d2 100644
--- a/src/anyrtpproxy/commandHandler.h
+++ b/src/anyrtpproxy/commandHandler.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 _COMMAND_HANDLER_H_
diff --git a/src/anyrtpproxy/connectionList.cpp b/src/anyrtpproxy/connectionList.cpp
index c3ca2e1..eea1e38 100644
--- a/src/anyrtpproxy/connectionList.cpp
+++ b/src/anyrtpproxy/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 "connectionList.h"
diff --git a/src/anyrtpproxy/connectionList.h b/src/anyrtpproxy/connectionList.h
index a1eb389..de45f8a 100644
--- a/src/anyrtpproxy/connectionList.h
+++ b/src/anyrtpproxy/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/anyrtpproxy/options.cpp b/src/anyrtpproxy/options.cpp
index 5def825..328c03c 100644
--- a/src/anyrtpproxy/options.cpp
+++ b/src/anyrtpproxy/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/anyrtpproxy/options.h b/src/anyrtpproxy/options.h
index 5d9ec2a..51219df 100644
--- a/src/anyrtpproxy/options.h
+++ b/src/anyrtpproxy/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/anyrtpproxy/portWindow.cpp b/src/anyrtpproxy/portWindow.cpp
index e695315..99dafd7 100644
--- a/src/anyrtpproxy/portWindow.cpp
+++ b/src/anyrtpproxy/portWindow.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 "portWindow.h"
diff --git a/src/anyrtpproxy/portWindow.h b/src/anyrtpproxy/portWindow.h
index c2afeb1..f3bdffb 100644
--- a/src/anyrtpproxy/portWindow.h
+++ b/src/anyrtpproxy/portWindow.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 _PORT_WINDOW_H_