[Uml-devel] KDE/kdesdk/umbrello/umbrello

Andi Fischer andi.fischer at hispeed.ch
Sat Mar 22 11:55:40 UTC 2008


SVN commit 788743 by fischer:

Krazy Code Checker: check for an acceptable copyright.

 M  +10 -8     codegenerators/cppwriter.cpp  
 M  +7 -6      codegenerators/cppwriter.h  
 M  +7 -6      codegenerators/javawriter.cpp  
 M  +7 -6      codegenerators/javawriter.h  
 M  +19 -1     codeimport/kdevcppparser/position.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/cppwriter.cpp #788742:788743
@@ -1,12 +1,14 @@
 /***************************************************************************
- *                        cppwriter.cpp  -  description                    *
- *  This is the "old" code generator that does not support code editing    *
- *  in the Modeller but uses significantly less file space because the     *
- *  source code is not replicated in the XMI file.                         *
- *                                                                         *
- *  (C) 2003 Brian Thomas brian.thomas at gsfc.nasa.gov                       *
- *  (C) 2004-2008  Umbrello UML Modeller Authors <uml-devel at uml.sf.net>    *
- *                                                                         *
+                          cppwriter.cpp
+    This is the "old" code generator that does not support code editing
+    in the Modeller but uses significantly less file space because the
+    source code is not replicated in the XMI file.
+ 
+    Copyright (C) 2003       Brian Thomas
+                             <brian.thomas at gsfc.nasa.gov>
+              (C) 2004-2008  Umbrello UML Modeller Authors
+                             <uml-devel at uml.sf.net>
+
  ***************************************************************************
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/cppwriter.h #788742:788743
@@ -1,14 +1,15 @@
 /***************************************************************************
-                          cppwriter.h  -  description
+                          cppwriter.h
     This is the "old" code generator that does not support code editing
     in the Modeller but uses significantly less file space because the
     source code is not replicated in the XMI file.
-                             -------------------
-    copyright            : (C) 2003 Brian Thomas
-         (C) 2004  Umbrello UML Modeller Authors <uml-devel at uml.sf.net>
- ***************************************************************************/
 
-/***************************************************************************
+    Copyright (C) 2003       Brian Thomas
+                             <brian.thomas at gsfc.nasa.gov>
+              (C) 2004-2008  Umbrello UML Modeller Authors
+                             <uml-devel at uml.sf.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  *
--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/javawriter.cpp #788742:788743
@@ -1,14 +1,15 @@
 /***************************************************************************
-                          javawriter.cpp  -  description
+                          javawriter.cpp
     This is the "old" code generator that does not support code editing
     in the Modeller but uses significantly less file space because the
     source code is not replicated in the XMI file.
-                             -------------------
-    (C) 2003 Brian Thomas brian.thomas at gsfc.nasa.gov
-    (C) 2004-2008  Umbrello UML Modeller Authors <uml-devel at uml.sf.net>
-***************************************************************************/
 
-/***************************************************************************
+    Copyright (C) 2003       Brian Thomas
+                             <brian.thomas at gsfc.nasa.gov>
+              (C) 2004-2008  Umbrello UML Modeller Authors
+                             <uml-devel at uml.sf.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  *
--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/javawriter.h #788742:788743
@@ -1,14 +1,15 @@
 /***************************************************************************
-                          javawriter.h  -  description
+                          javawriter.h
     This is the "old" code generator that does not support code editing
     in the Modeller but uses significantly less file space because the
     source code is not replicated in the XMI file.
-                             -------------------
-    (C) 2003 Brian Thomas
-    (C) 2008  Umbrello UML Modeller Authors <uml-devel at uml.sf.net>
- ***************************************************************************/
 
-/***************************************************************************
+    Copyright (C) 2003       Brian Thomas
+                             <brian.thomas at gsfc.nasa.gov>
+              (C) 2004-2008  Umbrello UML Modeller Authors
+                             <uml-devel at uml.sf.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  *
--- trunk/KDE/kdesdk/umbrello/umbrello/codeimport/kdevcppparser/position.h #788742:788743
@@ -1,4 +1,22 @@
-/* umbrello/codeimport/kdevcppparser/driver.h */
+/*
+    Copyright 2008  Jean Vittor  <jean.vittor at free.fr>
+
+    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) version 3 or any later version
+    accepted by the membership of KDE e.V. (or its successor approved
+    by the membership of KDE e.V.), which shall act as a proxy 
+    defined in Section 14 of version 3 of the license.
+
+    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, see <http://www.gnu.org/licenses/>.
+*/
 #ifndef _Position_H_
 #define _Position_H_
 




More information about the umbrello-devel mailing list