From: Jean-Baptiste Mardelle Date: Wed, 11 Mar 2009 12:29:28 +0000 (+0000) Subject: Header fixes X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6ee346559ff9b03b5b8b277996bce888df8bf150;p=kdenlive Header fixes svn path=/trunk/kdenlive/; revision=3129 --- diff --git a/src/docclipbase.cpp b/src/docclipbase.cpp index d60435fc..f7250db4 100644 --- a/src/docclipbase.cpp +++ b/src/docclipbase.cpp @@ -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" diff --git a/src/graphicsscenerectmove.cpp b/src/graphicsscenerectmove.cpp index 7126a93c..78b6f891 100644 --- a/src/graphicsscenerectmove.cpp +++ b/src/graphicsscenerectmove.cpp @@ -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 * diff --git a/src/graphicsscenerectmove.h b/src/graphicsscenerectmove.h index 7a4b1239..c6021122 100644 --- a/src/graphicsscenerectmove.h +++ b/src/graphicsscenerectmove.h @@ -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 * diff --git a/src/managecapturesdialog.h b/src/managecapturesdialog.h index dbddb278..9c6b1c91 100644 --- a/src/managecapturesdialog.h +++ b/src/managecapturesdialog.h @@ -18,8 +18,8 @@ ***************************************************************************/ -#ifndef CAPTUREDIALOG_H -#define CAPTUREDIALOG_H +#ifndef MANAGECAPTURESDIALOG_H +#define MANAGECAPTURESDIALOG_H #include diff --git a/src/titlewidget.h b/src/titlewidget.h index 9378aac7..bc9f96cb 100644 --- a/src/titlewidget.h +++ b/src/titlewidget.h @@ -19,13 +19,12 @@ #define TITLEWIDGET_H -#include - #include "ui_titlewidget_ui.h" #include "titledocument.h" #include "renderer.h" #include "graphicsscenerectmove.h" +#include class Transform {