aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/upnp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-09-18 16:35:49 +0000
committerGravatar Elvio Basello2008-09-18 16:35:49 +0000
commit2fbdf924a11aabc84f38c63cc32807c4e4236558 (patch)
tree73ee7ab8f8ab1ccf71b42247de4daac3a311414c /src/modules/upnp
parentfixed license template for modules from n to r (diff)
downloadKVIrc-2fbdf924a11aabc84f38c63cc32807c4e4236558.tar.gz
KVIrc-2fbdf924a11aabc84f38c63cc32807c4e4236558.tar.bz2
KVIrc-2fbdf924a11aabc84f38c63cc32807c4e4236558.zip
fixed license template for modules from n to the end;
please, when you create a new file or edit an old one, don't simply copy/paste the license from an other file, but adjust the infos in it (author, datetime, license owner) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2485 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/upnp')
-rw-r--r--src/modules/upnp/igdcontrolpoint.cpp3
-rw-r--r--src/modules/upnp/igdcontrolpoint.h3
-rw-r--r--src/modules/upnp/libkviupnp.cpp2
-rw-r--r--src/modules/upnp/manager.cpp3
-rw-r--r--src/modules/upnp/manager.h3
-rw-r--r--src/modules/upnp/rootservice.cpp3
-rw-r--r--src/modules/upnp/rootservice.h3
-rw-r--r--src/modules/upnp/service.cpp3
-rw-r--r--src/modules/upnp/service.h3
-rw-r--r--src/modules/upnp/ssdpconnection.cpp3
-rw-r--r--src/modules/upnp/ssdpconnection.h3
-rw-r--r--src/modules/upnp/wanconnectionservice.cpp5
-rw-r--r--src/modules/upnp/wanconnectionservice.h3
-rw-r--r--src/modules/upnp/xmlfunctions.cpp3
-rw-r--r--src/modules/upnp/xmlfunctions.h3
15 files changed, 30 insertions, 16 deletions
diff --git a/src/modules/upnp/igdcontrolpoint.cpp b/src/modules/upnp/igdcontrolpoint.cpp
index 5c0bb4d42..529287d35 100644
--- a/src/modules/upnp/igdcontrolpoint.cpp
+++ b/src/modules/upnp/igdcontrolpoint.cpp
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : igdcontrolpoint.cpp
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/igdcontrolpoint.h b/src/modules/upnp/igdcontrolpoint.h
index 3d3d9dff8..54913d398 100644
--- a/src/modules/upnp/igdcontrolpoint.h
+++ b/src/modules/upnp/igdcontrolpoint.h
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : igdcontrolpoint.h
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/libkviupnp.cpp b/src/modules/upnp/libkviupnp.cpp
index 74bcedfbb..3c3974b54 100644
--- a/src/modules/upnp/libkviupnp.cpp
+++ b/src/modules/upnp/libkviupnp.cpp
@@ -4,7 +4,7 @@
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/manager.cpp b/src/modules/upnp/manager.cpp
index 0e8ede840..cb8610b4e 100644
--- a/src/modules/upnp/manager.cpp
+++ b/src/modules/upnp/manager.cpp
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : manager.cpp
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/manager.h b/src/modules/upnp/manager.h
index 975162824..6d152126e 100644
--- a/src/modules/upnp/manager.h
+++ b/src/modules/upnp/manager.h
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : manager.h
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/rootservice.cpp b/src/modules/upnp/rootservice.cpp
index b04662b42..87c684015 100644
--- a/src/modules/upnp/rootservice.cpp
+++ b/src/modules/upnp/rootservice.cpp
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : rootservice.cpp
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/rootservice.h b/src/modules/upnp/rootservice.h
index 7ff4120b8..28a1200c3 100644
--- a/src/modules/upnp/rootservice.h
+++ b/src/modules/upnp/rootservice.h
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : rootservice.h
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/service.cpp b/src/modules/upnp/service.cpp
index 0d201d06f..9246514af 100644
--- a/src/modules/upnp/service.cpp
+++ b/src/modules/upnp/service.cpp
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : service.cpp
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/service.h b/src/modules/upnp/service.h
index ed8a3ea08..e1b3ca7e6 100644
--- a/src/modules/upnp/service.h
+++ b/src/modules/upnp/service.h
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : service.h
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/ssdpconnection.cpp b/src/modules/upnp/ssdpconnection.cpp
index 79f63323f..a36dca317 100644
--- a/src/modules/upnp/ssdpconnection.cpp
+++ b/src/modules/upnp/ssdpconnection.cpp
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : ssdpconnection.cpp
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/ssdpconnection.h b/src/modules/upnp/ssdpconnection.h
index 446b0a8ce..c6a568161 100644
--- a/src/modules/upnp/ssdpconnection.h
+++ b/src/modules/upnp/ssdpconnection.h
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : ssdpconnection.h
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/wanconnectionservice.cpp b/src/modules/upnp/wanconnectionservice.cpp
index 7641f97f0..4cb408f37 100644
--- a/src/modules/upnp/wanconnectionservice.cpp
+++ b/src/modules/upnp/wanconnectionservice.cpp
@@ -1,9 +1,10 @@
//=============================================================================
//
-// Creation date : Fri Aug 08 18:00:00 2000 2008 GMT by Fabio Bas
+// File : wanconnectionservice.cpp
+// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/wanconnectionservice.h b/src/modules/upnp/wanconnectionservice.h
index 1e0855c2e..255a10077 100644
--- a/src/modules/upnp/wanconnectionservice.h
+++ b/src/modules/upnp/wanconnectionservice.h
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : wanconnectionservice.h
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/xmlfunctions.cpp b/src/modules/upnp/xmlfunctions.cpp
index 2a3f151e9..d50c735d8 100644
--- a/src/modules/upnp/xmlfunctions.cpp
+++ b/src/modules/upnp/xmlfunctions.cpp
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : xmlfunctions.cpp
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License
diff --git a/src/modules/upnp/xmlfunctions.h b/src/modules/upnp/xmlfunctions.h
index 13eea29eb..aefc5ded5 100644
--- a/src/modules/upnp/xmlfunctions.h
+++ b/src/modules/upnp/xmlfunctions.h
@@ -1,9 +1,10 @@
//=============================================================================
//
+// File : xmlfunctions.h
// 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)
+// Copyright (C) 2008 Fabio Bas (ctrlaltca at gmail dot com)
//
// This program is FREE software. You can redistribute it and/or
// modify it under the terms of the GNU General Public License