[vlmc-devel] commit: Wizzard: Adding missing gpl header... ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Sun Jun 20 19:21:34 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sun Jun 20 17:54:08 2010 +0200| [9a05880a3e4a13fe1af170f4f9e65758a79e3e83] | committer: Hugo Beauzée-Luyssen 

Wizzard: Adding missing gpl header...

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=9a05880a3e4a13fe1af170f4f9e65758a79e3e83
---

 src/Gui/wizard/GeneralPage.cpp   |   22 ++++++++++++++++++++++
 src/Gui/wizard/GeneralPage.h     |   25 +++++++++++++++++++++++++
 src/Settings/SettingsManager.cpp |    2 +-
 3 files changed, 48 insertions(+), 1 deletions(-)

diff --git a/src/Gui/wizard/GeneralPage.cpp b/src/Gui/wizard/GeneralPage.cpp
index 3ab7d0b..d327f3f 100644
--- a/src/Gui/wizard/GeneralPage.cpp
+++ b/src/Gui/wizard/GeneralPage.cpp
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * SettingsManager.cpp: Backend settings manager
+ *****************************************************************************
+ * Copyright (C) 2008-2009 VideoLAN
+ *
+ * Authors: Ludovic Fauvet <etix at l0cal.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 <QFileDialog>
 #include <QDir>
 #include <QMessageBox>
diff --git a/src/Gui/wizard/GeneralPage.h b/src/Gui/wizard/GeneralPage.h
index e27a833..27f0f7a 100644
--- a/src/Gui/wizard/GeneralPage.h
+++ b/src/Gui/wizard/GeneralPage.h
@@ -1,3 +1,25 @@
+/*****************************************************************************
+ * SettingsManager.cpp: Backend settings manager
+ *****************************************************************************
+ * Copyright (C) 2008-2009 VideoLAN
+ *
+ * Authors: Ludovic Fauvet <etix at l0cal.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 GENERALPAGE_H
 #define GENERALPAGE_H
 
@@ -16,6 +38,9 @@ protected:
     virtual bool validatePage();
     virtual void cleanupPage();
 
+private:
+
+
 private slots:
     void openWorkspaceDirectory();
     void updateProjectLocation();
diff --git a/src/Settings/SettingsManager.cpp b/src/Settings/SettingsManager.cpp
index fc795b4..463368c 100644
--- a/src/Settings/SettingsManager.cpp
+++ b/src/Settings/SettingsManager.cpp
@@ -3,7 +3,7 @@
  *****************************************************************************
  * Copyright (C) 2008-2009 VideoLAN
  *
- * Authors: Clement CHAVANCE <kinder at vlmc.org>
+ * Authors: Hugo Beauzée-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



More information about the Vlmc-devel mailing list