From 2fbdf924a11aabc84f38c63cc32807c4e4236558 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Thu, 18 Sep 2008 16:35:49 +0000 Subject: 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 --- src/modules/upnp/igdcontrolpoint.cpp | 3 ++- src/modules/upnp/igdcontrolpoint.h | 3 ++- src/modules/upnp/libkviupnp.cpp | 2 +- src/modules/upnp/manager.cpp | 3 ++- src/modules/upnp/manager.h | 3 ++- src/modules/upnp/rootservice.cpp | 3 ++- src/modules/upnp/rootservice.h | 3 ++- src/modules/upnp/service.cpp | 3 ++- src/modules/upnp/service.h | 3 ++- src/modules/upnp/ssdpconnection.cpp | 3 ++- src/modules/upnp/ssdpconnection.h | 3 ++- src/modules/upnp/wanconnectionservice.cpp | 5 +++-- src/modules/upnp/wanconnectionservice.h | 3 ++- src/modules/upnp/xmlfunctions.cpp | 3 ++- src/modules/upnp/xmlfunctions.h | 3 ++- 15 files changed, 30 insertions(+), 16 deletions(-) (limited to 'src/modules/upnp') 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 -- cgit v1.3.1-10-gc9f91