diff options
Diffstat (limited to 'src/anyrtpproxy')
-rw-r--r-- | src/anyrtpproxy/Makefile | 2 | ||||
-rw-r--r-- | src/anyrtpproxy/anyrtpproxy.cpp | 2 | ||||
-rw-r--r-- | src/anyrtpproxy/callIdQueue.cpp | 2 | ||||
-rw-r--r-- | src/anyrtpproxy/callIdQueue.h | 2 | ||||
-rw-r--r-- | src/anyrtpproxy/commandHandler.cpp | 2 | ||||
-rw-r--r-- | src/anyrtpproxy/commandHandler.h | 2 | ||||
-rw-r--r-- | src/anyrtpproxy/connectionList.cpp | 2 | ||||
-rw-r--r-- | src/anyrtpproxy/connectionList.h | 2 | ||||
-rw-r--r-- | src/anyrtpproxy/options.cpp | 2 | ||||
-rw-r--r-- | src/anyrtpproxy/options.h | 2 | ||||
-rw-r--r-- | src/anyrtpproxy/portWindow.cpp | 2 | ||||
-rw-r--r-- | src/anyrtpproxy/portWindow.h | 2 |
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_ |