[vlmc-devel] commit: EffectsListView: Adding forgotten GPL header ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Tue Oct 26 16:50:06 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Tue Oct 26 16:43:07 2010 +0200| [ce992c82b962b34a184dbfa1bedfd6a04419b0d5] | committer: Hugo Beauzée-Luyssen
EffectsListView: Adding forgotten GPL header
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=ce992c82b962b34a184dbfa1bedfd6a04419b0d5
---
src/Gui/effectsengine/EffectsListView.cpp | 24 +++++++++++++++++++++++-
src/Gui/effectsengine/EffectsListView.h | 22 ++++++++++++++++++++++
2 files changed, 45 insertions(+), 1 deletions(-)
diff --git a/src/Gui/effectsengine/EffectsListView.cpp b/src/Gui/effectsengine/EffectsListView.cpp
index 083ef94..97f73ef 100644
--- a/src/Gui/effectsengine/EffectsListView.cpp
+++ b/src/Gui/effectsengine/EffectsListView.cpp
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * EffectsListView.cpp: Display a list of effects
+ *****************************************************************************
+ * Copyright (C) 2008-2010 VideoLAN
+ *
+ * Authors: Hugo Beauzee-Luyssen <beauze.h at gmail.com>
+ *
+ * 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 "EffectsListView.h"
#include "EffectsEngine.h"
#include "EffectWidget.h"
@@ -10,7 +32,7 @@
#include <QtDebug>
-EffectsListView::EffectsListView(QWidget *parent) :
+EffectsListView::EffectsListView( QWidget *parent ) :
QListView(parent)
{
m_model = new QStandardItemModel( this );
diff --git a/src/Gui/effectsengine/EffectsListView.h b/src/Gui/effectsengine/EffectsListView.h
index 86b90aa..b5df146 100644
--- a/src/Gui/effectsengine/EffectsListView.h
+++ b/src/Gui/effectsengine/EffectsListView.h
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * EffectsListView.h: Display a list of effects
+ *****************************************************************************
+ * Copyright (C) 2008-2010 VideoLAN
+ *
+ * Authors: Hugo Beauzee-Luyssen <beauze.h at gmail.com>
+ *
+ * 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.
+ *****************************************************************************/
+
#ifndef EFFECTLISTVIEW_H
#define EFFECTLISTVIEW_H
More information about the Vlmc-devel
mailing list