]> git.sesse.net Git - kdenlive/commitdiff
Header fixes
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 11 Mar 2009 12:29:28 +0000 (12:29 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 11 Mar 2009 12:29:28 +0000 (12:29 +0000)
svn path=/trunk/kdenlive/; revision=3129

src/docclipbase.cpp
src/graphicsscenerectmove.cpp
src/graphicsscenerectmove.h
src/managecapturesdialog.h
src/titlewidget.h

index d60435fc67a298834d15b040f3f82e03d5927410..f7250db476a5bdaef82f04a858377bdc91ea04b4 100644 (file)
@@ -1,22 +1,29 @@
-/**************************1*************************************************
-                          DocClipBase.cpp  -  description
-                             -------------------
-    begin                : Fri Apr 12 2002
-    copyright            : (C) 2002 by Jason Wood
-    copyright            : (C) 2009 by Jean-Baptiste Mardelle
-
- ***************************************************************************/
-
 /***************************************************************************
+ *                         DocClipBase.cpp  -  description                *
+ *                           -------------------                          *
+ *   begin                : Fri Apr 12 2002                               *
+ *   Copyright (C) 2002 by Jason Wood (jasonwood@blueyonder.co.uk)         *
+ *   Copyright (C) 2007 by Jean-Baptiste Mardelle (jb@kdenlive.org)        *
  *                                                                         *
  *   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.                                   *
  *                                                                         *
+ *   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, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
  ***************************************************************************/
 
 
+
+
 #include "docclipbase.h"
 #include "kdenlivesettings.h"
 #include "kthumb.h"
index 7126a93c85dd24f5dc698e6d51536f57f5a85632..78b6f8914e33245e53753fcf21f986b9a73b36bb 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   copyright (C) 2008 by Marco Gittler                                   *
+ *   copyright (C) 2008 by Marco Gittler (g.marco@freenet.de)                                 *
  *   Copyright (C) 2008 by Jean-Baptiste Mardelle (jb@kdenlive.org)        *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
index 7a4b12395de010420806151ffd6ca2b0dc7ee761..c6021122e8cb21a9440da58d5591dc60517dd33f 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   copyright (C) 2008 by Marco Gittler                                   *
+ *   copyright (C) 2008 by Marco Gittler (g.marco@freenet.de)                                  *
  *   Copyright (C) 2008 by Jean-Baptiste Mardelle (jb@kdenlive.org)        *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
index dbddb278936508a1b5f9189d2c106fca1dcd42c0..9c6b1c9165742e1a94d1038f7b74c12ccb0a10a4 100644 (file)
@@ -18,8 +18,8 @@
  ***************************************************************************/
 
 
-#ifndef CAPTUREDIALOG_H
-#define CAPTUREDIALOG_H
+#ifndef MANAGECAPTURESDIALOG_H
+#define MANAGECAPTURESDIALOG_H
 
 #include <QPushButton>
 
index 9378aac783a336bf3641fda3e56c89ce8ef23516..bc9f96cb2a35ccd7dcd221a316e82f5f66f1a0a4 100644 (file)
 #define TITLEWIDGET_H
 
 
-#include <QMap>
-
 #include "ui_titlewidget_ui.h"
 #include "titledocument.h"
 #include "renderer.h"
 #include "graphicsscenerectmove.h"
 
+#include <QMap>
 
 
 class Transform {