aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-08-09 16:28:49 +0000
committerGravatar Elvio Basello2008-08-09 16:28:49 +0000
commitecbca1cbb42dd1519e7bd7425de1d84a0103098b (patch)
tree073cddbc07b95360052c47d63ec3d18ab61725ef /src/modules
parentadded first test of a upnp module (gateway control point that enables port-fo... (diff)
downloadKVIrc-ecbca1cbb42dd1519e7bd7425de1d84a0103098b.tar.gz
KVIrc-ecbca1cbb42dd1519e7bd7425de1d84a0103098b.tar.bz2
KVIrc-ecbca1cbb42dd1519e7bd7425de1d84a0103098b.zip
fixed license; updated changelog
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2220 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/upnp/igdcontrolpoint.cpp4
-rw-r--r--src/modules/upnp/igdcontrolpoint.h4
-rw-r--r--src/modules/upnp/layer3forwardingservice.cpp4
-rw-r--r--src/modules/upnp/layer3forwardingservice.h4
-rw-r--r--src/modules/upnp/libkviupnp.cpp2
-rw-r--r--src/modules/upnp/manager.cpp4
-rw-r--r--src/modules/upnp/manager.h4
-rw-r--r--src/modules/upnp/rootservice.cpp4
-rw-r--r--src/modules/upnp/rootservice.h4
-rw-r--r--src/modules/upnp/service.cpp4
-rw-r--r--src/modules/upnp/service.h4
-rw-r--r--src/modules/upnp/ssdpconnection.cpp4
-rw-r--r--src/modules/upnp/ssdpconnection.h4
-rw-r--r--src/modules/upnp/wanconnectionservice.cpp4
-rw-r--r--src/modules/upnp/wanconnectionservice.h4
-rw-r--r--src/modules/upnp/xmlfunctions.cpp4
-rw-r--r--src/modules/upnp/xmlfunctions.h4
17 files changed, 33 insertions, 33 deletions
diff --git a/src/modules/upnp/igdcontrolpoint.cpp b/src/modules/upnp/igdcontrolpoint.cpp
index 9c0dde69e..b947329c7 100644
--- a/src/modules/upnp/igdcontrolpoint.cpp
+++ b/src/modules/upnp/igdcontrolpoint.cpp
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/igdcontrolpoint.h b/src/modules/upnp/igdcontrolpoint.h
index d2df850d6..79ec6fefb 100644
--- a/src/modules/upnp/igdcontrolpoint.h
+++ b/src/modules/upnp/igdcontrolpoint.h
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/layer3forwardingservice.cpp b/src/modules/upnp/layer3forwardingservice.cpp
index bdd62d377..c5e47b9b4 100644
--- a/src/modules/upnp/layer3forwardingservice.cpp
+++ b/src/modules/upnp/layer3forwardingservice.cpp
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/layer3forwardingservice.h b/src/modules/upnp/layer3forwardingservice.h
index 18edde929..8d4867633 100644
--- a/src/modules/upnp/layer3forwardingservice.h
+++ b/src/modules/upnp/layer3forwardingservice.h
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/libkviupnp.cpp b/src/modules/upnp/libkviupnp.cpp
index 99fa7a795..4e59fdbdb 100644
--- a/src/modules/upnp/libkviupnp.cpp
+++ b/src/modules/upnp/libkviupnp.cpp
@@ -1,7 +1,7 @@
//=============================================================================
//
// File : libkviupnp.cpp
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This math is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
diff --git a/src/modules/upnp/manager.cpp b/src/modules/upnp/manager.cpp
index 127e0a7d9..1af6c1e87 100644
--- a/src/modules/upnp/manager.cpp
+++ b/src/modules/upnp/manager.cpp
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/manager.h b/src/modules/upnp/manager.h
index b42b1c9ef..94f3666c8 100644
--- a/src/modules/upnp/manager.h
+++ b/src/modules/upnp/manager.h
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/rootservice.cpp b/src/modules/upnp/rootservice.cpp
index 57de03b11..131ff7672 100644
--- a/src/modules/upnp/rootservice.cpp
+++ b/src/modules/upnp/rootservice.cpp
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/rootservice.h b/src/modules/upnp/rootservice.h
index ba2999478..5247ba73f 100644
--- a/src/modules/upnp/rootservice.h
+++ b/src/modules/upnp/rootservice.h
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/service.cpp b/src/modules/upnp/service.cpp
index 055b968de..0eceb1853 100644
--- a/src/modules/upnp/service.cpp
+++ b/src/modules/upnp/service.cpp
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/service.h b/src/modules/upnp/service.h
index 9e9e72af6..df734d91e 100644
--- a/src/modules/upnp/service.h
+++ b/src/modules/upnp/service.h
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/ssdpconnection.cpp b/src/modules/upnp/ssdpconnection.cpp
index 1e9fd08a2..657f31eae 100644
--- a/src/modules/upnp/ssdpconnection.cpp
+++ b/src/modules/upnp/ssdpconnection.cpp
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/ssdpconnection.h b/src/modules/upnp/ssdpconnection.h
index 19ecddd09..88fe41aa6 100644
--- a/src/modules/upnp/ssdpconnection.h
+++ b/src/modules/upnp/ssdpconnection.h
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/wanconnectionservice.cpp b/src/modules/upnp/wanconnectionservice.cpp
index 3b61241d7..53010a363 100644
--- a/src/modules/upnp/wanconnectionservice.cpp
+++ b/src/modules/upnp/wanconnectionservice.cpp
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2000 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/wanconnectionservice.h b/src/modules/upnp/wanconnectionservice.h
index 4552f8ebc..72642d728 100644
--- a/src/modules/upnp/wanconnectionservice.h
+++ b/src/modules/upnp/wanconnectionservice.h
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/xmlfunctions.cpp b/src/modules/upnp/xmlfunctions.cpp
index c311f4d97..2a3f151e9 100644
--- a/src/modules/upnp/xmlfunctions.cpp
+++ b/src/modules/upnp/xmlfunctions.cpp
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************
diff --git a/src/modules/upnp/xmlfunctions.h b/src/modules/upnp/xmlfunctions.h
index b4680b3b9..13eea29eb 100644
--- a/src/modules/upnp/xmlfunctions.h
+++ b/src/modules/upnp/xmlfunctions.h
@@ -1,6 +1,6 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 GMT by Szymon Stefanek
+// Creation date : Fri Aug 08 18:00:00 2008 GMT by Fabio Bas
//
// This file is part of the KVirc irc client distribution
// Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)
@@ -19,7 +19,7 @@
// along with this program. If not, write to the Free Software Foundation,
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-// Original Copyright following:
+// Original Copyright follows:
//=============================================================================
/***************************************************************************