]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/restore/restore.h
Backport from BEE
[bacula/bacula] / bacula / src / qt-console / restore / restore.h
index c0b5bffe744285e93532ff8941f0f0ad63887aeb..ac79fd4bd560c4d6ff005a3914b2f0a56efc6684 100644 (file)
@@ -4,29 +4,17 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2010 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2014 Free Software Foundation Europe e.V.
 
-   The main author of Bacula is Kern Sibbald, with contributions from
-   many others, a complete list can be found in the file AUTHORS.
-   This program is Free Software; you can redistribute it and/or
-   modify it under the terms of version three of the GNU Affero General Public
-   License as published by the Free Software Foundation and included
-   in the file LICENSE.
+   The main author of Bacula is Kern Sibbald, with contributions from many
+   others, a complete list can be found in the file AUTHORS.
 
-   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 Affero 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.
+   You may use this file and others of this release according to the
+   license defined in the LICENSE file, which includes the Affero General
+   Public License, v3.0 ("AGPLv3") and some additional permissions and
+   terms pursuant to its AGPLv3 Section 7.
 
    Bacula® is a registered trademark of Kern Sibbald.
-   The licensor of Bacula is the Free Software Foundation Europe
-   (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
-   Switzerland, email:ftf@fsfeurope.org.
 */
 /*
  *
@@ -41,7 +29,7 @@
 
 class bRestoreTable : public QTableWidget
 {
-   Q_OBJECT 
+   Q_OBJECT
 private:
    QPoint dragStartPosition;
 public:
@@ -73,7 +61,7 @@ enum {
  */
 class prerestorePage : public Pages, public Ui::prerestoreForm
 {
-   Q_OBJECT 
+   Q_OBJECT
 
 public:
    prerestorePage();
@@ -97,14 +85,14 @@ private:
    unsigned int m_dataInType;
 };
 
-/*  
+/*
  * The restore dialog is brought up once we are in the Bacula
  * restore tree routines.  It handles putting up a GUI tree
  * representation of the files to be restored.
  */
 class restorePage : public Pages, public Ui::restoreForm
 {
-   Q_OBJECT 
+   Q_OBJECT
 
 public:
    restorePage(int conn);
@@ -136,7 +124,7 @@ private:
 
 class bRestore : public Pages, public Ui::bRestoreForm
 {
-   Q_OBJECT 
+   Q_OBJECT
 
 public:
    bRestore();
@@ -163,13 +151,13 @@ private:
    void setupPage();
    bool m_populated;
    void displayFiles(int64_t pathid, QString path);
-   void displayFileVersion(QString pathid, QString fnid, 
+   void displayFileVersion(QString pathid, QString fnid,
                            QString client, QString filename);
 };
 
 class bRunRestore : public QDialog, public Ui::bRunRestoreForm
 {
-   Q_OBJECT 
+   Q_OBJECT
 private:
    bRestore *brestore;
    QStringList m_fileids, m_jobids, m_dirids, m_findexes;