From kde-commits Wed Aug 31 21:53:34 2011 From: Joshua Netterfield Date: Wed, 31 Aug 2011 21:53:34 +0000 To: kde-commits Subject: branches/work/kst/portto4/kst Message-Id: <20110831215334.31C72AC87A () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=131482763327828 SVN commit 1250643 by joshuanetterfield: Added weave code and added license info for kstcontrol. A pyKst/pykstpp.py M +12 -0 tests/kstcontrol/cwidget.cpp M +11 -0 tests/kstcontrol/cwidget.h M +12 -0 tests/kstcontrol/main.cpp --- branches/work/kst/portto4/kst/tests/kstcontrol/cwidget.cpp #1250642:1250643 @@ -1,3 +1,15 @@ +/*************************************************************************** + * * + * copyright : (C) 2011 Joshua Netterfield * + * joshua.netterfield@gmail.com * + * * + * 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 option) any later version. * + * * + ***************************************************************************/ + #include "cwidget.h" #include "ui_cwidget.h" #include --- branches/work/kst/portto4/kst/tests/kstcontrol/cwidget.h #1250642:1250643 @@ -1,3 +1,14 @@ +/*************************************************************************** + * * + * copyright : (C) 2011 Joshua Netterfield * + * joshua.netterfield@gmail.com * + * * + * 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 option) any later version. * + * * + ***************************************************************************/ #ifndef CWIDGET_H #define CWIDGET_H --- branches/work/kst/portto4/kst/tests/kstcontrol/main.cpp #1250642:1250643 @@ -1,3 +1,15 @@ +/*************************************************************************** + * * + * copyright : (C) 2011 Joshua Netterfield * + * joshua.netterfield@gmail.com * + * * + * 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 option) any later version. * + * * + ***************************************************************************/ + #include #include "cwidget.h"