diff options
| author | 2008-09-18 16:35:49 +0000 | |
|---|---|---|
| committer | 2008-09-18 16:35:49 +0000 | |
| commit | 2fbdf924a11aabc84f38c63cc32807c4e4236558 (patch) | |
| tree | 73ee7ab8f8ab1ccf71b42247de4daac3a311414c /src/modules/url | |
| parent | fixed license template for modules from n to r (diff) | |
| download | KVIrc-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/url')
| -rw-r--r-- | src/modules/url/icons.h | 24 | ||||
| -rw-r--r-- | src/modules/url/libkviurl.cpp | 7 | ||||
| -rw-r--r-- | src/modules/url/libkviurl.h | 8 |
3 files changed, 36 insertions, 3 deletions
diff --git a/src/modules/url/icons.h b/src/modules/url/icons.h index 20cc78235..79dbed89d 100644 --- a/src/modules/url/icons.h +++ b/src/modules/url/icons.h @@ -1,3 +1,27 @@ +//============================================================================= +// +// File : icons.h +// Creation date : 1999 Andrea Parella +// +// This file is part of the KVIrc irc client distribution +// Copyright (C) 1999-2008 Andrea Parrella (yap@kvirc.net) +// +// This program is FREE software. You can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your opinion) any later version. +// +// This program is distributed in the HOPE that it will be USEFUL, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +// See the GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, write to the Free Software Foundation, +// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// +//============================================================================= + const char * url_icon_xpm[] = { "16 16 104 2", " c None", diff --git a/src/modules/url/libkviurl.cpp b/src/modules/url/libkviurl.cpp index e34bc879a..87ac2cd42 100644 --- a/src/modules/url/libkviurl.cpp +++ b/src/modules/url/libkviurl.cpp @@ -1,6 +1,10 @@ +//============================================================================= +// +// File : libkviurl.cpp +// Creation date : 1999 Andrea Parella // // This file is part of the KVIrc irc client distribution -// Copyright (C) 1999-2002 Andrea Parrella (yap@kvirc.net) +// Copyright (C) 1999-2008 Andrea Parrella (yap@kvirc.net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -16,6 +20,7 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= #include "libkviurl.h" #include "icons.h" diff --git a/src/modules/url/libkviurl.h b/src/modules/url/libkviurl.h index 376eea9cf..7a076c947 100644 --- a/src/modules/url/libkviurl.h +++ b/src/modules/url/libkviurl.h @@ -1,9 +1,12 @@ #ifndef _H_URLDLG #define _H_URLDLG - +//============================================================================= +// +// File : libkviurl.h +// Creation date : 1999 Andrea Parella // // This file is part of the KVIrc irc client distribution -// Copyright (C) 1999-2000 Andrea Parrella (anandrea@iname.com) +// Copyright (C) 1999-2008 Andrea Parrella (yap@kvirc.net) // // This program is FREE software. You can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -19,6 +22,7 @@ // along with this program. If not, write to the Free Software Foundation, // Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // +//============================================================================= #include "kvi_locale.h" #include "kvi_config.h" |
