diff options
| author | 2009-09-17 21:37:21 +0000 | |
|---|---|---|
| committer | 2009-09-17 21:37:21 +0000 | |
| commit | 76c80f8f9e6abc4e5ff6d6d3b0f76af800d412a9 (patch) | |
| tree | 806b584f30697da711a87aa980053105741233ec | |
| parent | more work on addon system, fixed some stuff (wip); (diff) | |
| download | KVIrc-76c80f8f9e6abc4e5ff6d6d3b0f76af800d412a9.tar.gz KVIrc-76c80f8f9e6abc4e5ff6d6d3b0f76af800d412a9.tar.bz2 KVIrc-76c80f8f9e6abc4e5ff6d6d3b0f76af800d412a9.zip | |
added license information to win32 resource files
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3511 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | data/resources_win32/kvirc.rc | 24 | ||||
| -rw-r--r-- | data/resources_win32/resource.h | 26 |
2 files changed, 47 insertions, 3 deletions
diff --git a/data/resources_win32/kvirc.rc b/data/resources_win32/kvirc.rc index 3232417a0..62a45f73d 100644 --- a/data/resources_win32/kvirc.rc +++ b/data/resources_win32/kvirc.rc @@ -1,5 +1,27 @@ -//Microsoft Developer Studio generated resource script.
+//=============================================================================
//
+// File : kvirc.rc
+// 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.
+//
+//=============================================================================
+
#include "resource.h"
diff --git a/data/resources_win32/resource.h b/data/resources_win32/resource.h index 92e486eac..52cd67bd5 100644 --- a/data/resources_win32/resource.h +++ b/data/resources_win32/resource.h @@ -1,6 +1,28 @@ //{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by kvirc.rc +//============================================================================= +// +// File : resource.h +// 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. +// +//============================================================================= + // #define IDD_ICON1 100 #define IDD_ICON2 101 |
