]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/gnome2-console/console.h
kes Convert dbcheck to use 64 bit DB IDs.
[bacula/bacula] / bacula / src / gnome2-console / console.h
index ce3a1177322dc20adf5527d86333e423b80ee0e8..c170fcf476a02f7f25972d058f0f96be515b882f 100644 (file)
@@ -5,6 +5,34 @@
  *
  *     Version $Id$
  */
+/*
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2002-2006 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 two of the GNU General Public
+   License as published by the Free Software Foundation plus additions
+   that are listed in the file LICENSE.
+
+   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.
+
+   Bacula® is a registered trademark of John Walker.
+   The licensor of Bacula is the Free Software Foundation Europe
+   (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
+   Switzerland, email:ftf@fsfeurope.org.
+*/
+
 
 #ifndef __CONSOLE_H_
 #define __CONSOLE_H_
@@ -22,10 +50,10 @@ extern GtkWidget *app1;       /* application window */
 extern GtkWidget *text1;      /* text window */
 extern GtkWidget *entry1;     /* entry box */
 extern GtkWidget *combo1;     /* Directory combo */
-extern GtkWidget *dir_dialog; 
+extern GtkWidget *dir_dialog;
 extern GtkWidget *dir_select;
 extern GtkWidget *run_dialog;       /* run dialog */
-extern GtkWidget *label_dialog;     
+extern GtkWidget *label_dialog;
 extern GtkWidget *restore_dialog;   /* restore dialog */
 extern GtkWidget *restore_file_selection;   /* restore files dialog */
 extern GtkWidget *about1;