[Kst] branches/work/kst/portto4/kst
Joshua Netterfield
drmrshdw at gmail.com
Wed Aug 31 21:53:34 UTC 2011
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 at 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 <QStringList>
--- branches/work/kst/portto4/kst/tests/kstcontrol/cwidget.h #1250642:1250643
@@ -1,3 +1,14 @@
+/***************************************************************************
+ * *
+ * copyright : (C) 2011 Joshua Netterfield *
+ * joshua.netterfield at 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 at 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 <QtGui/QApplication>
#include "cwidget.h"
More information about the Kst
mailing list