[Uml-devel] KDE/kdesdk/umbrello/umbrello/dialogs
Andi Fischer
andi.fischer at hispeed.ch
Sun Dec 18 11:41:48 UTC 2011
SVN commit 1269106 by fischer:
Krazy2 issued 17 fixed by adding acceptable license.
M +14 -5 codeimportoptionspage.cpp
M +25 -6 codeimportoptionspage.h
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/codeimportoptionspage.cpp #1269105:1269106
@@ -1,11 +1,20 @@
/***************************************************************************
- * This program is free software; you can redistribute it and/or modify *
+ * Copyright (C) 2011 by Ralf Habacker <ralf.habacker at gmail.com> *
+ * *
+ * This 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. *
+ * the Free Software Foundation; either version 2, or (at your option) *
+ * any later version. *
* *
- * copyright (C) 2003-2011 *
- * Umbrello UML Modeller Authors <uml-devel at uml.sf.net> *
+ * This software 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 package; see the file COPYING. If not, write to *
+ * the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, *
+ * Boston, MA 02110-1301, USA. *
***************************************************************************/
// own header
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/codeimportoptionspage.h #1269105:1269106
@@ -1,3 +1,28 @@
+/***************************************************************************
+ * Copyright (C) 2011 by Ralf Habacker <ralf.habacker at gmail.com> *
+ * *
+ * This 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, or (at your option) *
+ * any later version. *
+ * *
+ * This software 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 package; see the file COPYING. If not, write to *
+ * the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, *
+ * Boston, MA 02110-1301, USA. *
+ ***************************************************************************/
+
+#ifndef CODEIMPORTOPTIONSPAGE_H
+#define CODEIMPORTOPTIONSPAGE_H
+
+#include <QtGui/QWidget>
+#include "ui_codeimportoptionspage.h"
+
/**
* This class is used in the code generation wizard and
* also in SettingsDlg.
@@ -4,12 +29,6 @@
*
* @author Ralf Habacker
*/
-#ifndef CODEIMPORTOPTIONSPAGE_H
-#define CODEIMPORTOPTIONSPAGE_H
-
-#include <QtGui/QWidget>
-#include "ui_codeimportoptionspage.h"
-
class CodeImportOptionsPage : public QWidget, private Ui::CodeImportOptionsPage
{
Q_OBJECT
More information about the umbrello-devel
mailing list