diff options
| author | 2009-09-17 21:41:32 +0000 | |
|---|---|---|
| committer | 2009-09-17 21:41:32 +0000 | |
| commit | 65ac90b8c650edcff59f93603daf442744c48c5f (patch) | |
| tree | bfa457c93ad308c64c12b1c1c601db6ef0f9c2dc /src | |
| parent | added license information to win32 resource files (diff) | |
| download | KVIrc-65ac90b8c650edcff59f93603daf442744c48c5f.tar.gz KVIrc-65ac90b8c650edcff59f93603daf442744c48c5f.tar.bz2 KVIrc-65ac90b8c650edcff59f93603daf442744c48c5f.zip | |
added license to KVIrc.xs
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3512 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/perlcore/KVIrc.xs | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/modules/perlcore/KVIrc.xs b/src/modules/perlcore/KVIrc.xs index af05dcb0b..6e825e30f 100644 --- a/src/modules/perlcore/KVIrc.xs +++ b/src/modules/perlcore/KVIrc.xs @@ -1,3 +1,27 @@ +//============================================================================= +// +// File : KVIrc.xs +// Creation date : Unknown by Szymon Stefanek +// +// This toolbar is part of the KVirc irc client distribution +// Copyright (C) 2009 Szymon Stefanek (pragma at kvirc dot 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// +//============================================================================= + MODULE = KVIrc PACKAGE = KVIrc void echo(text,colorset = 0,windowid = 0) |
