[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Feb 19 19:32:51 UTC 2007
SVN commit 635309 by okellogg:
add license
M +11 -8 csharpwriter.cpp
M +12 -7 csharpwriter.h
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/csharpwriter.cpp #635308:635309
@@ -1,14 +1,17 @@
+/***************************************************************************
+ * *
+ * 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. *
+ * *
+ * copyright (C) 2007 *
+ * Umbrello UML Modeller Authors <uml-devel at uml.sf.net> *
+ ***************************************************************************/
+
//
// C++ Implementation: csharpwriter
//
-// Description:
-//
-//
-// Author: Umbrello UML Modeller Authors <umbrello-devel at kde.org>, (C) 2007
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
#include "csharpwriter.h"
#include <kdebug.h>
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/csharpwriter.h #635308:635309
@@ -1,14 +1,19 @@
+/***************************************************************************
+ * *
+ * 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. *
+ * *
+ * copyright (C) 2007 *
+ * Umbrello UML Modeller Authors <uml-devel at uml.sf.net> *
+ ***************************************************************************/
+
//
// C++ Interface: csharpwriter
//
-// Description:
+// @author Ferenc Veres
//
-//
-// Author: Umbrello UML Modeller Authors <umbrello-devel at kde.org>, (C) 2007
-//
-// Copyright: See COPYING file that comes with this distribution
-//
-//
#ifndef CSHARPWRITER_H
#define CSHARPWRITER_H
More information about the umbrello-devel
mailing list