]> git.sur5r.net Git - bacula/bacula/commitdiff
Update copyright
authorKern Sibbald <kern@sibbald.com>
Wed, 22 Nov 2006 14:26:40 +0000 (14:26 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 22 Nov 2006 14:26:40 +0000 (14:26 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3685 91ce42f0-d328-0410-95d8-f526ca767f89

44 files changed:
bacula/src/tools/bregex.c
bacula/src/tools/bsmtp.c
bacula/src/tools/bwild.c
bacula/src/tools/dbcheck.c
bacula/src/tools/drivetype.c
bacula/src/tools/fstype.c
bacula/src/tools/testfind.c
bacula/src/tools/testls.c
bacula/src/tray-monitor/authenticate.c
bacula/src/tray-monitor/eggmarshalers.c
bacula/src/tray-monitor/eggmarshalers.h
bacula/src/tray-monitor/eggstatusicon.c
bacula/src/tray-monitor/eggstatusicon.h
bacula/src/tray-monitor/eggtrayicon.c
bacula/src/tray-monitor/eggtrayicon.h
bacula/src/tray-monitor/tray-monitor.c
bacula/src/tray-monitor/tray-monitor.h
bacula/src/tray-monitor/tray_conf.c
bacula/src/tray-monitor/tray_conf.h
bacula/src/wx-console/authenticate.c
bacula/src/wx-console/console_conf.c
bacula/src/wx-console/console_conf.h
bacula/src/wx-console/console_thread.cpp
bacula/src/wx-console/console_thread.h
bacula/src/wx-console/csprint.h
bacula/src/wx-console/main.cpp
bacula/src/wx-console/wxbconfigfileeditor.cpp
bacula/src/wx-console/wxbconfigfileeditor.h
bacula/src/wx-console/wxbconfigpanel.cpp
bacula/src/wx-console/wxbconfigpanel.h
bacula/src/wx-console/wxbhistorytextctrl.cpp
bacula/src/wx-console/wxbhistorytextctrl.h
bacula/src/wx-console/wxblistctrl.cpp
bacula/src/wx-console/wxblistctrl.h
bacula/src/wx-console/wxbmainframe.cpp
bacula/src/wx-console/wxbmainframe.h
bacula/src/wx-console/wxbrestorepanel.cpp
bacula/src/wx-console/wxbrestorepanel.h
bacula/src/wx-console/wxbtableparser.cpp
bacula/src/wx-console/wxbtableparser.h
bacula/src/wx-console/wxbtreectrl.cpp
bacula/src/wx-console/wxbtreectrl.h
bacula/src/wx-console/wxbutils.cpp
bacula/src/wx-console/wxbutils.h

index f21240e0e09c860d2eaf89217c5f5973182c2f4b..c010828dd99819b65512c559ef49b701c29dc229 100644 (file)
@@ -1,20 +1,36 @@
 /*
  * Test program for testing regular expressions.
+ *
+ *  Kern Sibbald, MMVI
+ *
  */
 /*
-   Copyright (C) 2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2006-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.
+*/
 
 #include "bacula.h"
 
index 9cccc49c29051eb2f0ffe15492d97b72c1e9bab1..06cd97ba278ba01f59315d971c0a194481847f0e 100644 (file)
@@ -1,17 +1,3 @@
-/*
-  Copyright (C) 2001-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
 /*
    Derived from a SMTPclient:
 
    Version $Id$
 
  */
+/*
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2001-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.
+*/
+
 
 #include "bacula.h"
 #include "jcr.h"
@@ -424,7 +438,7 @@ hp:
    (void)localtime_r(&now, &tm);
 #if defined(HAVE_WIN32)
 #if defined(HAVE_MINGW)
-__MINGW_IMPORT long    _dstbias;
+__MINGW_IMPORT long     _dstbias;
 #endif
    long tzoffset = 0;
 
index a1f579e91eb5c7c93ed37ef0eba9af4aa20e500f..e763d98c542a3660a3bb09927c82b04fdbaf6049 100644 (file)
@@ -1,20 +1,36 @@
 /*
  * Test program for testing wild card expressions
+ * 
+ *  Kern Sibbald, MMVI
+ *
  */
 /*
-   Copyright (C) 2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2006-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.
+*/
 
 #include "bacula.h"
 #include "lib/fnmatch.h"
index b9e83fd7ad49e519d06e7555eabc1e751469f271..15458084c3a42aac53a06133e78754ec474e6c0c 100644 (file)
@@ -9,19 +9,32 @@
  *
  */
 /*
-   Copyright (C) 2002-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   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.
+*/
 
 #include "bacula.h"
 #include "cats/cats.h"
index b778ade3a4aeef6ca2cf47829e1c974071e0a7aa..a16bf6ff4ba85c806a3892c7c8642e17159a4d9e 100644 (file)
@@ -7,19 +7,32 @@
  *
  */
 /*
-   Copyright (C) 2006 Kern Sibbald
+   Bacula® - The Network Backup Solution
 
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
+   Copyright (C) 2006-2006 Free Software Foundation Europe e.V.
 
-   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 
-   file LICENSE for additional details.
+   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.
+*/
 
 #include "bacula.h"
 #include "findlib/find.h"
index 807d60fa46caebb23c42f388cfa6e5c38132e0d4..4ba387dfbde11df8d4b5dbb2dff1dc19f05c3dff 100644 (file)
@@ -7,19 +7,32 @@
  *
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 #include "bacula.h"
 #include "findlib/find.h"
index 441c1f2a87b1183e7a1542d82b7e3511e955aa46..f071f83eb6b0552a2e57b03f10be8c688e5de6a1 100644 (file)
@@ -1,20 +1,36 @@
 /*
  * Test program for find files
+ *
+ *  Kern Sibbald, MM
+ *
  */
 /*
-   Copyright (C) 2000-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2000-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.
+*/
 
 #include "bacula.h"
 #include "dird/dird.h"
index 54d46fa0f16a965ca316cb5063870567ed370971..132f17e84d23114b6647368725b42a0e7da5f9ed 100755 (executable)
@@ -1,20 +1,36 @@
 /*
  * Test program for listing files during regression testing
+ *
+ *  Kern Sibbald, MM
+ *
  */
 /*
-   Copyright (C) 2000-2005 Kern Sibbald
+   Bacula® - The Network Backup Solution
 
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
+   Copyright (C) 2000-2006 Free Software Foundation Europe e.V.
 
-   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 
-   the file LICENSE for additional details.
+   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.
+*/
 
 #include "bacula.h"
 #include "findlib/find.h"
index ec5931922b047c5f905001ab6b2b6f577cc1e778..f4a936bc5fcb97c6eab19afeffd8d5d49756beae 100644 (file)
  *
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 #include "bacula.h"
 #include "tray-monitor.h"
index c6e4369c49a36bddbd4e85dcd072fb2748ccf3b0..e886831412cae613c27f29e2f066650c80d22e0e 100644 (file)
@@ -1,7 +1,34 @@
+/*
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 extern "C" {
 
-#include       <glib-object.h>
+#include        <glib-object.h>
 
 
 #ifdef G_ENABLE_DEBUG
@@ -52,16 +79,16 @@ extern "C" {
 /* VOID:OBJECT,OBJECT (eggmarshalers.list:1) */
 void
 _egg_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
-                                 GValue       *return_value,
-                                 guint         n_param_values,
-                                 const GValue *param_values,
-                                 gpointer      invocation_hint,
-                                 gpointer      marshal_data)
+                                  GValue       *return_value,
+                                  guint         n_param_values,
+                                  const GValue *param_values,
+                                  gpointer      invocation_hint,
+                                  gpointer      marshal_data)
 {
   typedef void (*GMarshalFunc_VOID__OBJECT_OBJECT) (gpointer     data1,
-                                                   gpointer     arg_1,
-                                                   gpointer     arg_2,
-                                                   gpointer     data2);
+                                                    gpointer     arg_1,
+                                                    gpointer     arg_2,
+                                                    gpointer     data2);
   register GMarshalFunc_VOID__OBJECT_OBJECT callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -81,26 +108,26 @@ _egg_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
   callback = (GMarshalFunc_VOID__OBJECT_OBJECT) (marshal_data ? marshal_data : cc->callback);
 
   callback (data1,
-           g_marshal_value_peek_object (param_values + 1),
-           g_marshal_value_peek_object (param_values + 2),
-           data2);
+            g_marshal_value_peek_object (param_values + 1),
+            g_marshal_value_peek_object (param_values + 2),
+            data2);
 }
 
 /* VOID:OBJECT,STRING,LONG,LONG (eggmarshalers.list:2) */
 void
 _egg_marshal_VOID__OBJECT_STRING_LONG_LONG (GClosure     *closure,
-                                           GValue       *return_value,
-                                           guint         n_param_values,
-                                           const GValue *param_values,
-                                           gpointer      invocation_hint,
-                                           gpointer      marshal_data)
+                                            GValue       *return_value,
+                                            guint         n_param_values,
+                                            const GValue *param_values,
+                                            gpointer      invocation_hint,
+                                            gpointer      marshal_data)
 {
   typedef void (*GMarshalFunc_VOID__OBJECT_STRING_LONG_LONG) (gpointer     data1,
-                                                             gpointer     arg_1,
-                                                             gpointer     arg_2,
-                                                             glong        arg_3,
-                                                             glong        arg_4,
-                                                             gpointer     data2);
+                                                              gpointer     arg_1,
+                                                              gpointer     arg_2,
+                                                              glong        arg_3,
+                                                              glong        arg_4,
+                                                              gpointer     data2);
   register GMarshalFunc_VOID__OBJECT_STRING_LONG_LONG callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -120,26 +147,26 @@ _egg_marshal_VOID__OBJECT_STRING_LONG_LONG (GClosure     *closure,
   callback = (GMarshalFunc_VOID__OBJECT_STRING_LONG_LONG) (marshal_data ? marshal_data : cc->callback);
 
   callback (data1,
-           g_marshal_value_peek_object (param_values + 1),
-           g_marshal_value_peek_string (param_values + 2),
-           g_marshal_value_peek_long (param_values + 3),
-           g_marshal_value_peek_long (param_values + 4),
-           data2);
+            g_marshal_value_peek_object (param_values + 1),
+            g_marshal_value_peek_string (param_values + 2),
+            g_marshal_value_peek_long (param_values + 3),
+            g_marshal_value_peek_long (param_values + 4),
+            data2);
 }
 
 /* VOID:OBJECT,LONG (eggmarshalers.list:3) */
 void
 _egg_marshal_VOID__OBJECT_LONG (GClosure     *closure,
-                               GValue       *return_value,
-                               guint         n_param_values,
-                               const GValue *param_values,
-                               gpointer      invocation_hint,
-                               gpointer      marshal_data)
+                                GValue       *return_value,
+                                guint         n_param_values,
+                                const GValue *param_values,
+                                gpointer      invocation_hint,
+                                gpointer      marshal_data)
 {
   typedef void (*GMarshalFunc_VOID__OBJECT_LONG) (gpointer     data1,
-                                                 gpointer     arg_1,
-                                                 glong        arg_2,
-                                                 gpointer     data2);
+                                                  gpointer     arg_1,
+                                                  glong        arg_2,
+                                                  gpointer     data2);
   register GMarshalFunc_VOID__OBJECT_LONG callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -159,25 +186,25 @@ _egg_marshal_VOID__OBJECT_LONG (GClosure     *closure,
   callback = (GMarshalFunc_VOID__OBJECT_LONG) (marshal_data ? marshal_data : cc->callback);
 
   callback (data1,
-           g_marshal_value_peek_object (param_values + 1),
-           g_marshal_value_peek_long (param_values + 2),
-           data2);
+            g_marshal_value_peek_object (param_values + 1),
+            g_marshal_value_peek_long (param_values + 2),
+            data2);
 }
 
 /* VOID:OBJECT,STRING,STRING (eggmarshalers.list:4) */
 void
 _egg_marshal_VOID__OBJECT_STRING_STRING (GClosure     *closure,
-                                        GValue       *return_value,
-                                        guint         n_param_values,
-                                        const GValue *param_values,
-                                        gpointer      invocation_hint,
-                                        gpointer      marshal_data)
+                                         GValue       *return_value,
+                                         guint         n_param_values,
+                                         const GValue *param_values,
+                                         gpointer      invocation_hint,
+                                         gpointer      marshal_data)
 {
   typedef void (*GMarshalFunc_VOID__OBJECT_STRING_STRING) (gpointer     data1,
-                                                          gpointer     arg_1,
-                                                          gpointer     arg_2,
-                                                          gpointer     arg_3,
-                                                          gpointer     data2);
+                                                           gpointer     arg_1,
+                                                           gpointer     arg_2,
+                                                           gpointer     arg_3,
+                                                           gpointer     data2);
   register GMarshalFunc_VOID__OBJECT_STRING_STRING callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -197,25 +224,25 @@ _egg_marshal_VOID__OBJECT_STRING_STRING (GClosure     *closure,
   callback = (GMarshalFunc_VOID__OBJECT_STRING_STRING) (marshal_data ? marshal_data : cc->callback);
 
   callback (data1,
-           g_marshal_value_peek_object (param_values + 1),
-           g_marshal_value_peek_string (param_values + 2),
-           g_marshal_value_peek_string (param_values + 3),
-           data2);
+            g_marshal_value_peek_object (param_values + 1),
+            g_marshal_value_peek_string (param_values + 2),
+            g_marshal_value_peek_string (param_values + 3),
+            data2);
 }
 
 /* VOID:UINT,UINT (eggmarshalers.list:5) */
 void
 _egg_marshal_VOID__UINT_UINT (GClosure     *closure,
-                             GValue       *return_value,
-                             guint         n_param_values,
-                             const GValue *param_values,
-                             gpointer      invocation_hint,
-                             gpointer      marshal_data)
+                              GValue       *return_value,
+                              guint         n_param_values,
+                              const GValue *param_values,
+                              gpointer      invocation_hint,
+                              gpointer      marshal_data)
 {
   typedef void (*GMarshalFunc_VOID__UINT_UINT) (gpointer     data1,
-                                               guint        arg_1,
-                                               guint        arg_2,
-                                               gpointer     data2);
+                                                guint        arg_1,
+                                                guint        arg_2,
+                                                gpointer     data2);
   register GMarshalFunc_VOID__UINT_UINT callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -235,23 +262,23 @@ _egg_marshal_VOID__UINT_UINT (GClosure     *closure,
   callback = (GMarshalFunc_VOID__UINT_UINT) (marshal_data ? marshal_data : cc->callback);
 
   callback (data1,
-           g_marshal_value_peek_uint (param_values + 1),
-           g_marshal_value_peek_uint (param_values + 2),
-           data2);
+            g_marshal_value_peek_uint (param_values + 1),
+            g_marshal_value_peek_uint (param_values + 2),
+            data2);
 }
 
 /* BOOLEAN:INT (eggmarshalers.list:6) */
 void
 _egg_marshal_BOOLEAN__INT (GClosure     *closure,
-                          GValue       *return_value,
-                          guint         n_param_values,
-                          const GValue *param_values,
-                          gpointer      invocation_hint,
-                          gpointer      marshal_data)
+                           GValue       *return_value,
+                           guint         n_param_values,
+                           const GValue *param_values,
+                           gpointer      invocation_hint,
+                           gpointer      marshal_data)
 {
   typedef gboolean (*GMarshalFunc_BOOLEAN__INT) (gpointer     data1,
-                                                gint         arg_1,
-                                                gpointer     data2);
+                                                 gint         arg_1,
+                                                 gpointer     data2);
   register GMarshalFunc_BOOLEAN__INT callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -273,8 +300,8 @@ _egg_marshal_BOOLEAN__INT (GClosure     *closure,
   callback = (GMarshalFunc_BOOLEAN__INT) (marshal_data ? marshal_data : cc->callback);
 
   v_return = callback (data1,
-                      g_marshal_value_peek_int (param_values + 1),
-                      data2);
+                       g_marshal_value_peek_int (param_values + 1),
+                       data2);
 
   g_value_set_boolean (return_value, v_return);
 }
@@ -282,15 +309,15 @@ _egg_marshal_BOOLEAN__INT (GClosure     *closure,
 /* BOOLEAN:ENUM (eggmarshalers.list:7) */
 void
 _egg_marshal_BOOLEAN__ENUM (GClosure     *closure,
-                           GValue       *return_value,
-                           guint         n_param_values,
-                           const GValue *param_values,
-                           gpointer      invocation_hint,
-                           gpointer      marshal_data)
+                            GValue       *return_value,
+                            guint         n_param_values,
+                            const GValue *param_values,
+                            gpointer      invocation_hint,
+                            gpointer      marshal_data)
 {
   typedef gboolean (*GMarshalFunc_BOOLEAN__ENUM) (gpointer     data1,
-                                                 gint         arg_1,
-                                                 gpointer     data2);
+                                                  gint         arg_1,
+                                                  gpointer     data2);
   register GMarshalFunc_BOOLEAN__ENUM callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -312,8 +339,8 @@ _egg_marshal_BOOLEAN__ENUM (GClosure     *closure,
   callback = (GMarshalFunc_BOOLEAN__ENUM) (marshal_data ? marshal_data : cc->callback);
 
   v_return = callback (data1,
-                      g_marshal_value_peek_enum (param_values + 1),
-                      data2);
+                       g_marshal_value_peek_enum (param_values + 1),
+                       data2);
 
   g_value_set_boolean (return_value, v_return);
 }
@@ -321,14 +348,14 @@ _egg_marshal_BOOLEAN__ENUM (GClosure     *closure,
 /* BOOLEAN:VOID (eggmarshalers.list:8) */
 void
 _egg_marshal_BOOLEAN__VOID (GClosure     *closure,
-                           GValue       *return_value,
-                           guint         n_param_values,
-                           const GValue *param_values,
-                           gpointer      invocation_hint,
-                           gpointer      marshal_data)
+                            GValue       *return_value,
+                            guint         n_param_values,
+                            const GValue *param_values,
+                            gpointer      invocation_hint,
+                            gpointer      marshal_data)
 {
   typedef gboolean (*GMarshalFunc_BOOLEAN__VOID) (gpointer     data1,
-                                                 gpointer     data2);
+                                                  gpointer     data2);
   register GMarshalFunc_BOOLEAN__VOID callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -350,7 +377,7 @@ _egg_marshal_BOOLEAN__VOID (GClosure     *closure,
   callback = (GMarshalFunc_BOOLEAN__VOID) (marshal_data ? marshal_data : cc->callback);
 
   v_return = callback (data1,
-                      data2);
+                       data2);
 
   g_value_set_boolean (return_value, v_return);
 }
@@ -358,14 +385,14 @@ _egg_marshal_BOOLEAN__VOID (GClosure     *closure,
 /* OBJECT:VOID (eggmarshalers.list:9) */
 void
 _egg_marshal_OBJECT__VOID (GClosure     *closure,
-                          GValue       *return_value,
-                          guint         n_param_values,
-                          const GValue *param_values,
-                          gpointer      invocation_hint,
-                          gpointer      marshal_data)
+                           GValue       *return_value,
+                           guint         n_param_values,
+                           const GValue *param_values,
+                           gpointer      invocation_hint,
+                           gpointer      marshal_data)
 {
   typedef GObject* (*GMarshalFunc_OBJECT__VOID) (gpointer     data1,
-                                                gpointer     data2);
+                                                 gpointer     data2);
   register GMarshalFunc_OBJECT__VOID callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -387,7 +414,7 @@ _egg_marshal_OBJECT__VOID (GClosure     *closure,
   callback = (GMarshalFunc_OBJECT__VOID) (marshal_data ? marshal_data : cc->callback);
 
   v_return = callback (data1,
-                      data2);
+                       data2);
 
   g_value_set_object_take_ownership (return_value, v_return);
 }
@@ -397,16 +424,16 @@ _egg_marshal_OBJECT__VOID (GClosure     *closure,
 /* VOID:INT,INT (eggmarshalers.list:11) */
 void
 _egg_marshal_VOID__INT_INT (GClosure     *closure,
-                           GValue       *return_value,
-                           guint         n_param_values,
-                           const GValue *param_values,
-                           gpointer      invocation_hint,
-                           gpointer      marshal_data)
+                            GValue       *return_value,
+                            guint         n_param_values,
+                            const GValue *param_values,
+                            gpointer      invocation_hint,
+                            gpointer      marshal_data)
 {
   typedef void (*GMarshalFunc_VOID__INT_INT) (gpointer     data1,
-                                             gint         arg_1,
-                                             gint         arg_2,
-                                             gpointer     data2);
+                                              gint         arg_1,
+                                              gint         arg_2,
+                                              gpointer     data2);
   register GMarshalFunc_VOID__INT_INT callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -426,9 +453,9 @@ _egg_marshal_VOID__INT_INT (GClosure     *closure,
   callback = (GMarshalFunc_VOID__INT_INT) (marshal_data ? marshal_data : cc->callback);
 
   callback (data1,
-           g_marshal_value_peek_int (param_values + 1),
-           g_marshal_value_peek_int (param_values + 2),
-           data2);
+            g_marshal_value_peek_int (param_values + 1),
+            g_marshal_value_peek_int (param_values + 2),
+            data2);
 }
 
 /* VOID:UINT,UINT (eggmarshalers.list:12) */
@@ -438,17 +465,17 @@ _egg_marshal_VOID__INT_INT (GClosure     *closure,
 /* VOID:OBJECT,ENUM,BOXED (eggmarshalers.list:14) */
 void
 _egg_marshal_VOID__OBJECT_ENUM_BOXED (GClosure     *closure,
-                                     GValue       *return_value,
-                                     guint         n_param_values,
-                                     const GValue *param_values,
-                                     gpointer      invocation_hint,
-                                     gpointer      marshal_data)
+                                      GValue       *return_value,
+                                      guint         n_param_values,
+                                      const GValue *param_values,
+                                      gpointer      invocation_hint,
+                                      gpointer      marshal_data)
 {
   typedef void (*GMarshalFunc_VOID__OBJECT_ENUM_BOXED) (gpointer     data1,
-                                                       gpointer     arg_1,
-                                                       gint         arg_2,
-                                                       gpointer     arg_3,
-                                                       gpointer     data2);
+                                                        gpointer     arg_1,
+                                                        gint         arg_2,
+                                                        gpointer     arg_3,
+                                                        gpointer     data2);
   register GMarshalFunc_VOID__OBJECT_ENUM_BOXED callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -468,10 +495,10 @@ _egg_marshal_VOID__OBJECT_ENUM_BOXED (GClosure     *closure,
   callback = (GMarshalFunc_VOID__OBJECT_ENUM_BOXED) (marshal_data ? marshal_data : cc->callback);
 
   callback (data1,
-           g_marshal_value_peek_object (param_values + 1),
-           g_marshal_value_peek_enum (param_values + 2),
-           g_marshal_value_peek_boxed (param_values + 3),
-           data2);
+            g_marshal_value_peek_object (param_values + 1),
+            g_marshal_value_peek_enum (param_values + 2),
+            g_marshal_value_peek_boxed (param_values + 3),
+            data2);
 }
 
 /* VOID:BOXED (eggmarshalers.list:15) */
@@ -479,15 +506,15 @@ _egg_marshal_VOID__OBJECT_ENUM_BOXED (GClosure     *closure,
 /* BOOLEAN:BOOLEAN (eggmarshalers.list:16) */
 void
 _egg_marshal_BOOLEAN__BOOLEAN (GClosure     *closure,
-                              GValue       *return_value,
-                              guint         n_param_values,
-                              const GValue *param_values,
-                              gpointer      invocation_hint,
-                              gpointer      marshal_data)
+                               GValue       *return_value,
+                               guint         n_param_values,
+                               const GValue *param_values,
+                               gpointer      invocation_hint,
+                               gpointer      marshal_data)
 {
   typedef gboolean (*GMarshalFunc_BOOLEAN__BOOLEAN) (gpointer     data1,
-                                                    gboolean     arg_1,
-                                                    gpointer     data2);
+                                                     gboolean     arg_1,
+                                                     gpointer     data2);
   register GMarshalFunc_BOOLEAN__BOOLEAN callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -509,8 +536,8 @@ _egg_marshal_BOOLEAN__BOOLEAN (GClosure     *closure,
   callback = (GMarshalFunc_BOOLEAN__BOOLEAN) (marshal_data ? marshal_data : cc->callback);
 
   v_return = callback (data1,
-                      g_marshal_value_peek_boolean (param_values + 1),
-                      data2);
+                       g_marshal_value_peek_boolean (param_values + 1),
+                       data2);
 
   g_value_set_boolean (return_value, v_return);
 }
@@ -518,17 +545,17 @@ _egg_marshal_BOOLEAN__BOOLEAN (GClosure     *closure,
 /* BOOLEAN:OBJECT,STRING,STRING (eggmarshalers.list:17) */
 void
 _egg_marshal_BOOLEAN__OBJECT_STRING_STRING (GClosure     *closure,
-                                           GValue       *return_value,
-                                           guint         n_param_values,
-                                           const GValue *param_values,
-                                           gpointer      invocation_hint,
-                                           gpointer      marshal_data)
+                                            GValue       *return_value,
+                                            guint         n_param_values,
+                                            const GValue *param_values,
+                                            gpointer      invocation_hint,
+                                            gpointer      marshal_data)
 {
   typedef gboolean (*GMarshalFunc_BOOLEAN__OBJECT_STRING_STRING) (gpointer     data1,
-                                                                 gpointer     arg_1,
-                                                                 gpointer     arg_2,
-                                                                 gpointer     arg_3,
-                                                                 gpointer     data2);
+                                                                  gpointer     arg_1,
+                                                                  gpointer     arg_2,
+                                                                  gpointer     arg_3,
+                                                                  gpointer     data2);
   register GMarshalFunc_BOOLEAN__OBJECT_STRING_STRING callback;
   register GCClosure *cc = (GCClosure*) closure;
   register gpointer data1, data2;
@@ -550,10 +577,10 @@ _egg_marshal_BOOLEAN__OBJECT_STRING_STRING (GClosure     *closure,
   callback = (GMarshalFunc_BOOLEAN__OBJECT_STRING_STRING) (marshal_data ? marshal_data : cc->callback);
 
   v_return = callback (data1,
-                      g_marshal_value_peek_object (param_values + 1),
-                      g_marshal_value_peek_string (param_values + 2),
-                      g_marshal_value_peek_string (param_values + 3),
-                      data2);
+                       g_marshal_value_peek_object (param_values + 1),
+                       g_marshal_value_peek_string (param_values + 2),
+                       g_marshal_value_peek_string (param_values + 3),
+                       data2);
 
   g_value_set_boolean (return_value, v_return);
 }
index d6d393cef4a9326cba9e2f1787d3a4dd545d1758..d69553d4e351c162573706bbe145de7ec4b38a23 100644 (file)
 
+/*
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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 ___egg_marshal_MARSHAL_H__
 #define ___egg_marshal_MARSHAL_H__
 
-#include       <glib-object.h>
+#include        <glib-object.h>
 
 G_BEGIN_DECLS
 
 /* VOID:OBJECT,OBJECT (eggmarshalers.list:1) */
 extern void _egg_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
-                                             GValue       *return_value,
-                                             guint         n_param_values,
-                                             const GValue *param_values,
-                                             gpointer      invocation_hint,
-                                             gpointer      marshal_data);
+                                              GValue       *return_value,
+                                              guint         n_param_values,
+                                              const GValue *param_values,
+                                              gpointer      invocation_hint,
+                                              gpointer      marshal_data);
 
 /* VOID:OBJECT,STRING,LONG,LONG (eggmarshalers.list:2) */
 extern void _egg_marshal_VOID__OBJECT_STRING_LONG_LONG (GClosure     *closure,
-                                                       GValue       *return_value,
-                                                       guint         n_param_values,
-                                                       const GValue *param_values,
-                                                       gpointer      invocation_hint,
-                                                       gpointer      marshal_data);
+                                                        GValue       *return_value,
+                                                        guint         n_param_values,
+                                                        const GValue *param_values,
+                                                        gpointer      invocation_hint,
+                                                        gpointer      marshal_data);
 
 /* VOID:OBJECT,LONG (eggmarshalers.list:3) */
 extern void _egg_marshal_VOID__OBJECT_LONG (GClosure     *closure,
-                                           GValue       *return_value,
-                                           guint         n_param_values,
-                                           const GValue *param_values,
-                                           gpointer      invocation_hint,
-                                           gpointer      marshal_data);
+                                            GValue       *return_value,
+                                            guint         n_param_values,
+                                            const GValue *param_values,
+                                            gpointer      invocation_hint,
+                                            gpointer      marshal_data);
 
 /* VOID:OBJECT,STRING,STRING (eggmarshalers.list:4) */
 extern void _egg_marshal_VOID__OBJECT_STRING_STRING (GClosure     *closure,
-                                                    GValue       *return_value,
-                                                    guint         n_param_values,
-                                                    const GValue *param_values,
-                                                    gpointer      invocation_hint,
-                                                    gpointer      marshal_data);
+                                                     GValue       *return_value,
+                                                     guint         n_param_values,
+                                                     const GValue *param_values,
+                                                     gpointer      invocation_hint,
+                                                     gpointer      marshal_data);
 
 /* VOID:UINT,UINT (eggmarshalers.list:5) */
 extern void _egg_marshal_VOID__UINT_UINT (GClosure     *closure,
-                                         GValue       *return_value,
-                                         guint         n_param_values,
-                                         const GValue *param_values,
-                                         gpointer      invocation_hint,
-                                         gpointer      marshal_data);
+                                          GValue       *return_value,
+                                          guint         n_param_values,
+                                          const GValue *param_values,
+                                          gpointer      invocation_hint,
+                                          gpointer      marshal_data);
 
 /* BOOLEAN:INT (eggmarshalers.list:6) */
 extern void _egg_marshal_BOOLEAN__INT (GClosure     *closure,
-                                      GValue       *return_value,
-                                      guint         n_param_values,
-                                      const GValue *param_values,
-                                      gpointer      invocation_hint,
-                                      gpointer      marshal_data);
+                                       GValue       *return_value,
+                                       guint         n_param_values,
+                                       const GValue *param_values,
+                                       gpointer      invocation_hint,
+                                       gpointer      marshal_data);
 
 /* BOOLEAN:ENUM (eggmarshalers.list:7) */
 extern void _egg_marshal_BOOLEAN__ENUM (GClosure     *closure,
-                                       GValue       *return_value,
-                                       guint         n_param_values,
-                                       const GValue *param_values,
-                                       gpointer      invocation_hint,
-                                       gpointer      marshal_data);
+                                        GValue       *return_value,
+                                        guint         n_param_values,
+                                        const GValue *param_values,
+                                        gpointer      invocation_hint,
+                                        gpointer      marshal_data);
 
 /* BOOLEAN:VOID (eggmarshalers.list:8) */
 extern void _egg_marshal_BOOLEAN__VOID (GClosure     *closure,
-                                       GValue       *return_value,
-                                       guint         n_param_values,
-                                       const GValue *param_values,
-                                       gpointer      invocation_hint,
-                                       gpointer      marshal_data);
+                                        GValue       *return_value,
+                                        guint         n_param_values,
+                                        const GValue *param_values,
+                                        gpointer      invocation_hint,
+                                        gpointer      marshal_data);
 
 /* OBJECT:VOID (eggmarshalers.list:9) */
 extern void _egg_marshal_OBJECT__VOID (GClosure     *closure,
-                                      GValue       *return_value,
-                                      guint         n_param_values,
-                                      const GValue *param_values,
-                                      gpointer      invocation_hint,
-                                      gpointer      marshal_data);
+                                       GValue       *return_value,
+                                       guint         n_param_values,
+                                       const GValue *param_values,
+                                       gpointer      invocation_hint,
+                                       gpointer      marshal_data);
 
 /* VOID:VOID (eggmarshalers.list:10) */
-#define _egg_marshal_VOID__VOID        g_cclosure_marshal_VOID__VOID
+#define _egg_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
 
 /* VOID:INT,INT (eggmarshalers.list:11) */
 extern void _egg_marshal_VOID__INT_INT (GClosure     *closure,
-                                       GValue       *return_value,
-                                       guint         n_param_values,
-                                       const GValue *param_values,
-                                       gpointer      invocation_hint,
-                                       gpointer      marshal_data);
+                                        GValue       *return_value,
+                                        guint         n_param_values,
+                                        const GValue *param_values,
+                                        gpointer      invocation_hint,
+                                        gpointer      marshal_data);
 
 /* VOID:UINT,UINT (eggmarshalers.list:12) */
 
 /* VOID:BOOLEAN (eggmarshalers.list:13) */
-#define _egg_marshal_VOID__BOOLEAN     g_cclosure_marshal_VOID__BOOLEAN
+#define _egg_marshal_VOID__BOOLEAN      g_cclosure_marshal_VOID__BOOLEAN
 
 /* VOID:OBJECT,ENUM,BOXED (eggmarshalers.list:14) */
 extern void _egg_marshal_VOID__OBJECT_ENUM_BOXED (GClosure     *closure,
-                                                 GValue       *return_value,
-                                                 guint         n_param_values,
-                                                 const GValue *param_values,
-                                                 gpointer      invocation_hint,
-                                                 gpointer      marshal_data);
+                                                  GValue       *return_value,
+                                                  guint         n_param_values,
+                                                  const GValue *param_values,
+                                                  gpointer      invocation_hint,
+                                                  gpointer      marshal_data);
 
 /* VOID:BOXED (eggmarshalers.list:15) */
-#define _egg_marshal_VOID__BOXED       g_cclosure_marshal_VOID__BOXED
+#define _egg_marshal_VOID__BOXED        g_cclosure_marshal_VOID__BOXED
 
 /* BOOLEAN:BOOLEAN (eggmarshalers.list:16) */
 extern void _egg_marshal_BOOLEAN__BOOLEAN (GClosure     *closure,
-                                          GValue       *return_value,
-                                          guint         n_param_values,
-                                          const GValue *param_values,
-                                          gpointer      invocation_hint,
-                                          gpointer      marshal_data);
+                                           GValue       *return_value,
+                                           guint         n_param_values,
+                                           const GValue *param_values,
+                                           gpointer      invocation_hint,
+                                           gpointer      marshal_data);
 
 /* BOOLEAN:OBJECT,STRING,STRING (eggmarshalers.list:17) */
 extern void _egg_marshal_BOOLEAN__OBJECT_STRING_STRING (GClosure     *closure,
-                                                       GValue       *return_value,
-                                                       guint         n_param_values,
-                                                       const GValue *param_values,
-                                                       gpointer      invocation_hint,
-                                                       gpointer      marshal_data);
+                                                        GValue       *return_value,
+                                                        guint         n_param_values,
+                                                        const GValue *param_values,
+                                                        gpointer      invocation_hint,
+                                                        gpointer      marshal_data);
 
 G_END_DECLS
 
 #endif /* ___egg_marshal_MARSHAL_H__ */
-
index d6a0665143d617b78bf343831134fe11fa36f90d..9a984a8eb660ed7f556b48f8a67d6825974c0ba4 100644 (file)
  * Boston, MA 02111-1307, USA.
  *
  * Authors:
- *     Mark McLoughlin <mark@skynet.ie>
+ *      Mark McLoughlin <mark@skynet.ie>
  *  Nicolas Boichat <nicolas@boichat.ch> (add access to the underlying EggTrayIcon)
  */
+/*
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 extern "C" {
 
@@ -89,18 +116,18 @@ static void egg_status_icon_init       (EggStatusIcon      *status_icon);
 
 static void egg_status_icon_finalize     (GObject      *object);
 static void egg_status_icon_set_property (GObject      *object,
-                                         guint         prop_id,
-                                         const GValue *value,
-                                         GParamSpec   *pspec);
+                                          guint         prop_id,
+                                          const GValue *value,
+                                          GParamSpec   *pspec);
 static void egg_status_icon_get_property (GObject      *object,
-                                         guint         prop_id,
-                                         GValue       *value,
-                                         GParamSpec   *pspec);
+                                          guint         prop_id,
+                                          GValue       *value,
+                                          GParamSpec   *pspec);
 
 static void     egg_status_icon_size_allocate    (EggStatusIcon  *status_icon,
-                                                 GtkAllocation  *allocation);
+                                                  GtkAllocation  *allocation);
 static gboolean egg_status_icon_button_release   (EggStatusIcon  *status_icon,
-                                                 GdkEventButton *event);
+                                                  GdkEventButton *event);
 static void     egg_status_icon_disable_blinking (EggStatusIcon  *status_icon);
 static void     egg_status_icon_reset_image_data (EggStatusIcon  *status_icon);
 
@@ -117,20 +144,20 @@ egg_status_icon_get_type (void)
     {
       static const GTypeInfo status_icon_info =
       {
-       sizeof (EggStatusIconClass),
-       NULL,           /* base_init */
-       NULL,           /* base_finalize */
-       (GClassInitFunc) egg_status_icon_class_init,
-       NULL,           /* class_finalize */
-       NULL,           /* class_data */
-       sizeof (EggStatusIcon),
-       0,              /* n_preallocs */
-       (GInstanceInitFunc) egg_status_icon_init,
+        sizeof (EggStatusIconClass),
+        NULL,           /* base_init */
+        NULL,           /* base_finalize */
+        (GClassInitFunc) egg_status_icon_class_init,
+        NULL,           /* class_finalize */
+        NULL,           /* class_data */
+        sizeof (EggStatusIcon),
+        0,              /* n_preallocs */
+        (GInstanceInitFunc) egg_status_icon_init,
       };
 
       status_icon_type = g_type_register_static (G_TYPE_OBJECT,
-                                                "EggStatusIcon",
-                                                &status_icon_info, (GTypeFlags)0);
+                                                 "EggStatusIcon",
+                                                 &status_icon_info, (GTypeFlags)0);
     }
 
   return status_icon_type;
@@ -148,99 +175,99 @@ egg_status_icon_class_init (EggStatusIconClass *klass)
   gobject_class->get_property = egg_status_icon_get_property;
 
   g_object_class_install_property (gobject_class,
-                                  PROP_PIXBUF,
-                                  g_param_spec_object ("pixbuf",
-                                                       "Pixbuf",
-                                                       "A GdkPixbuf to display",
-                                                       GDK_TYPE_PIXBUF,
-                                                       (GParamFlags)G_PARAM_READWRITE));
+                                   PROP_PIXBUF,
+                                   g_param_spec_object ("pixbuf",
+                                                        "Pixbuf",
+                                                        "A GdkPixbuf to display",
+                                                        GDK_TYPE_PIXBUF,
+                                                        (GParamFlags)G_PARAM_READWRITE));
 
   g_object_class_install_property (gobject_class,
-                                  PROP_FILE,
-                                  g_param_spec_string ("file",
-                                                       "Filename",
-                                                       "Filename to load and display",
-                                                       NULL,
-                                                       G_PARAM_WRITABLE));
+                                   PROP_FILE,
+                                   g_param_spec_string ("file",
+                                                        "Filename",
+                                                        "Filename to load and display",
+                                                        NULL,
+                                                        G_PARAM_WRITABLE));
 
   g_object_class_install_property (gobject_class,
-                                  PROP_STOCK,
-                                  g_param_spec_string ("stock",
-                                                       "Stock ID",
-                                                       "Stock ID for a stock image to display",
-                                                       NULL,
-                                                       (GParamFlags)G_PARAM_READWRITE));
+                                   PROP_STOCK,
+                                   g_param_spec_string ("stock",
+                                                        "Stock ID",
+                                                        "Stock ID for a stock image to display",
+                                                        NULL,
+                                                        (GParamFlags)G_PARAM_READWRITE));
 
   g_object_class_install_property (gobject_class,
-                                  PROP_PIXBUF_ANIMATION,
-                                  g_param_spec_object ("pixbuf-animation",
-                                                       "Animation",
-                                                       "GdkPixbufAnimation to display",
-                                                       GDK_TYPE_PIXBUF_ANIMATION,
-                                                       (GParamFlags)G_PARAM_READWRITE));
+                                   PROP_PIXBUF_ANIMATION,
+                                   g_param_spec_object ("pixbuf-animation",
+                                                        "Animation",
+                                                        "GdkPixbufAnimation to display",
+                                                        GDK_TYPE_PIXBUF_ANIMATION,
+                                                        (GParamFlags)G_PARAM_READWRITE));
 
   g_object_class_install_property (gobject_class,
-                                  PROP_STORAGE_TYPE,
-                                  g_param_spec_enum ("image-type",
-                                                     "Image type",
-                                                     "The representation being used for image data",
-                                                     GTK_TYPE_IMAGE_TYPE,
-                                                     GTK_IMAGE_EMPTY,
-                                                     G_PARAM_READABLE));
+                                   PROP_STORAGE_TYPE,
+                                   g_param_spec_enum ("image-type",
+                                                      "Image type",
+                                                      "The representation being used for image data",
+                                                      GTK_TYPE_IMAGE_TYPE,
+                                                      GTK_IMAGE_EMPTY,
+                                                      G_PARAM_READABLE));
 
   g_object_class_install_property (gobject_class,
-                                  PROP_SIZE,
-                                  g_param_spec_int ("size",
-                                                    "Size",
-                                                    "The size of the icon",
-                                                    G_MININT,
-                                                    G_MAXINT,
-                                                    0,
-                                                    G_PARAM_READABLE));
+                                   PROP_SIZE,
+                                   g_param_spec_int ("size",
+                                                     "Size",
+                                                     "The size of the icon",
+                                                     G_MININT,
+                                                     G_MAXINT,
+                                                     0,
+                                                     G_PARAM_READABLE));
 
   g_object_class_install_property (gobject_class,
-                                  PROP_BLINKING,
-                                  g_param_spec_boolean ("blinking",
-                                                        "Blinking",
-                                                        "Whether or not the status icon is blinking",
-                                                        FALSE,
-                                                        (GParamFlags)G_PARAM_READWRITE));
+                                   PROP_BLINKING,
+                                   g_param_spec_boolean ("blinking",
+                                                         "Blinking",
+                                                         "Whether or not the status icon is blinking",
+                                                         FALSE,
+                                                         (GParamFlags)G_PARAM_READWRITE));
 
   status_icon_signals [ACTIVATE_SIGNAL] =
     g_signal_new ("activate",
-                 G_TYPE_FROM_CLASS (gobject_class),
-                 (GSignalFlags)(G_SIGNAL_RUN_FIRST | G_SIGNAL_ACTION),
-                 G_STRUCT_OFFSET (EggStatusIconClass, activate),
-                 NULL,
-                 NULL,
-                 g_cclosure_marshal_VOID__VOID,
-                 G_TYPE_NONE,
-                 0);
+                  G_TYPE_FROM_CLASS (gobject_class),
+                  (GSignalFlags)(G_SIGNAL_RUN_FIRST | G_SIGNAL_ACTION),
+                  G_STRUCT_OFFSET (EggStatusIconClass, activate),
+                  NULL,
+                  NULL,
+                  g_cclosure_marshal_VOID__VOID,
+                  G_TYPE_NONE,
+                  0);
 
   status_icon_signals [POPUP_MENU_SIGNAL] =
     g_signal_new ("popup-menu",
-                 G_TYPE_FROM_CLASS (gobject_class),
-                 (GSignalFlags)(G_SIGNAL_RUN_FIRST | G_SIGNAL_ACTION),
-                 G_STRUCT_OFFSET (EggStatusIconClass, popup_menu),
-                 NULL,
-                 NULL,
-                 _egg_marshal_VOID__UINT_UINT,
-                 G_TYPE_NONE,
-                 2,
-                 G_TYPE_UINT,
-                 G_TYPE_UINT);
+                  G_TYPE_FROM_CLASS (gobject_class),
+                  (GSignalFlags)(G_SIGNAL_RUN_FIRST | G_SIGNAL_ACTION),
+                  G_STRUCT_OFFSET (EggStatusIconClass, popup_menu),
+                  NULL,
+                  NULL,
+                  _egg_marshal_VOID__UINT_UINT,
+                  G_TYPE_NONE,
+                  2,
+                  G_TYPE_UINT,
+                  G_TYPE_UINT);
 
   status_icon_signals [SIZE_CHANGED_SIGNAL] =
     g_signal_new ("size-changed",
-                 G_TYPE_FROM_CLASS (gobject_class),
-                 G_SIGNAL_RUN_FIRST,
-                 G_STRUCT_OFFSET (EggStatusIconClass, size_changed),
-                 NULL,
-                 NULL,
-                 g_cclosure_marshal_VOID__INT,
-                 G_TYPE_NONE,
-                 1,
-                 G_TYPE_INT);
+                  G_TYPE_FROM_CLASS (gobject_class),
+                  G_SIGNAL_RUN_FIRST,
+                  G_STRUCT_OFFSET (EggStatusIconClass, size_changed),
+                  NULL,
+                  NULL,
+                  g_cclosure_marshal_VOID__INT,
+                  G_TYPE_NONE,
+                  1,
+                  G_TYPE_INT);
 }
 
 static void
@@ -254,17 +281,17 @@ egg_status_icon_init (EggStatusIcon *status_icon)
   status_icon->priv->tray_icon = GTK_WIDGET (egg_tray_icon_new (NULL));
 
   gtk_widget_add_events (GTK_WIDGET (status_icon->priv->tray_icon),
-                        GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK);
+                         GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK);
 
   g_signal_connect_swapped (status_icon->priv->tray_icon, "button-release-event",
-                           G_CALLBACK (egg_status_icon_button_release), status_icon);
+                            G_CALLBACK (egg_status_icon_button_release), status_icon);
 
   status_icon->priv->image = gtk_image_new ();
   gtk_container_add (GTK_CONTAINER (status_icon->priv->tray_icon),
-                    status_icon->priv->image);
+                     status_icon->priv->image);
 
   g_signal_connect_swapped (status_icon->priv->image, "size-allocate",
-                           G_CALLBACK (egg_status_icon_size_allocate), status_icon);
+                            G_CALLBACK (egg_status_icon_size_allocate), status_icon);
 
   gtk_widget_show (status_icon->priv->image);
   gtk_widget_show (status_icon->priv->tray_icon);
@@ -300,9 +327,9 @@ egg_status_icon_finalize (GObject *object)
 
 static void
 egg_status_icon_set_property (GObject      *object,
-                             guint         prop_id,
-                             const GValue *value,
-                             GParamSpec   *pspec)
+                              guint         prop_id,
+                              const GValue *value,
+                              GParamSpec   *pspec)
 {
   EggStatusIcon *status_icon = EGG_STATUS_ICON (object);
 
@@ -331,9 +358,9 @@ egg_status_icon_set_property (GObject      *object,
 
 static void
 egg_status_icon_get_property (GObject    *object,
-                             guint       prop_id,
-                             GValue     *value,
-                             GParamSpec *pspec)
+                              guint       prop_id,
+                              GValue     *value,
+                              GParamSpec *pspec)
 {
   EggStatusIcon *status_icon = EGG_STATUS_ICON (object);
 
@@ -373,62 +400,62 @@ EggStatusIcon *
 egg_status_icon_new_from_pixbuf (GdkPixbuf *pixbuf)
 {
   return (EggStatusIcon*)g_object_new (EGG_TYPE_STATUS_ICON,
-                      "pixbuf", pixbuf,
-                      NULL);
+                       "pixbuf", pixbuf,
+                       NULL);
 }
 
 EggStatusIcon *
 egg_status_icon_new_from_file (const gchar *filename)
 {
   return (EggStatusIcon*)g_object_new (EGG_TYPE_STATUS_ICON,
-                      "file", filename,
-                      NULL);
+                       "file", filename,
+                       NULL);
 }
 
 EggStatusIcon *
 egg_status_icon_new_from_stock (const gchar *stock_id)
 {
   return (EggStatusIcon*)g_object_new (EGG_TYPE_STATUS_ICON,
-                      "stock", stock_id,
-                      NULL);
+                       "stock", stock_id,
+                       NULL);
 }
 
 EggStatusIcon *
 egg_status_icon_new_from_animation (GdkPixbufAnimation *animation)
 {
   return (EggStatusIcon*)g_object_new (EGG_TYPE_STATUS_ICON,
-                      "pixbuf_animation", animation,
-                      NULL);
+                       "pixbuf_animation", animation,
+                       NULL);
 }
 
 static void
 emit_activate_signal (EggStatusIcon *status_icon)
 {
   g_signal_emit (status_icon,
-                status_icon_signals [ACTIVATE_SIGNAL], 0);
+                 status_icon_signals [ACTIVATE_SIGNAL], 0);
 }
 
 static void
 emit_popup_menu_signal (EggStatusIcon *status_icon,
-                       guint          button,
-                       guint32        activate_time)
+                        guint          button,
+                        guint32        activate_time)
 {
   g_signal_emit (status_icon,
-                status_icon_signals [POPUP_MENU_SIGNAL], 0,
-                button,
-                activate_time);
+                 status_icon_signals [POPUP_MENU_SIGNAL], 0,
+                 button,
+                 activate_time);
 }
 
 static gboolean
 emit_size_changed_signal (EggStatusIcon *status_icon,
-                         gint           size)
+                          gint           size)
 {
   gboolean handled = FALSE;
 
   g_signal_emit (status_icon,
-                status_icon_signals [SIZE_CHANGED_SIGNAL], 0,
-                size,
-                &handled);
+                 status_icon_signals [SIZE_CHANGED_SIGNAL], 0,
+                 size,
+                 &handled);
 
   return handled;
 }
@@ -444,20 +471,20 @@ egg_status_icon_blank_icon (EggStatusIcon *status_icon)
       height = gdk_pixbuf_get_width (status_icon->priv->blank_icon);
 
       if (width  == status_icon->priv->size &&
-         height == status_icon->priv->size)
-       {
-         return status_icon->priv->blank_icon;
-       }
+          height == status_icon->priv->size)
+        {
+          return status_icon->priv->blank_icon;
+        }
       else
-       {
-         g_object_unref (status_icon->priv->blank_icon);
-         status_icon->priv->blank_icon = NULL;
-       }
+        {
+          g_object_unref (status_icon->priv->blank_icon);
+          status_icon->priv->blank_icon = NULL;
+        }
     }
 
   status_icon->priv->blank_icon = gdk_pixbuf_new (GDK_COLORSPACE_RGB, TRUE, 8,
-                                                 status_icon->priv->size,
-                                                 status_icon->priv->size);
+                                                  status_icon->priv->size,
+                                                  status_icon->priv->size);
   if (status_icon->priv->blank_icon)
     gdk_pixbuf_fill (status_icon->priv->blank_icon, 0);
 
@@ -470,7 +497,7 @@ egg_status_icon_update_image (EggStatusIcon *status_icon)
   if (status_icon->priv->blink_off)
     {
       gtk_image_set_from_pixbuf (GTK_IMAGE (status_icon->priv->image),
-                                egg_status_icon_blank_icon (status_icon));
+                                 egg_status_icon_blank_icon (status_icon));
       return;
     }
 
@@ -478,42 +505,42 @@ egg_status_icon_update_image (EggStatusIcon *status_icon)
     {
     case GTK_IMAGE_PIXBUF:
       {
-       GdkPixbuf *pixbuf;
-
-       pixbuf = status_icon->priv->image_data.pixbuf;
-
-       if (pixbuf)
-         {
-           GdkPixbuf *scaled;
-           gint size;
-           gint width;
-           gint height;
-
-           size = status_icon->priv->size;
-
-           width  = gdk_pixbuf_get_width  (pixbuf);
-           height = gdk_pixbuf_get_height (pixbuf);
-
-           if (width > size || height > size)
-             {
-               scaled = gdk_pixbuf_scale_simple (pixbuf,
-                                                 MIN (size, width),
-                                                 MIN (size, height),
-                                                 GDK_INTERP_BILINEAR);
-             }
-           else
-             {
-               scaled = (GdkPixbuf*)g_object_ref (pixbuf);
-             }
-
-           gtk_image_set_from_pixbuf (GTK_IMAGE (status_icon->priv->image), scaled);
-
-           g_object_unref (scaled);
-         }
-       else
-         {
-           gtk_image_set_from_pixbuf (GTK_IMAGE (status_icon->priv->image), NULL);
-         }
+        GdkPixbuf *pixbuf;
+
+        pixbuf = status_icon->priv->image_data.pixbuf;
+
+        if (pixbuf)
+          {
+            GdkPixbuf *scaled;
+            gint size;
+            gint width;
+            gint height;
+
+            size = status_icon->priv->size;
+
+            width  = gdk_pixbuf_get_width  (pixbuf);
+            height = gdk_pixbuf_get_height (pixbuf);
+
+            if (width > size || height > size)
+              {
+                scaled = gdk_pixbuf_scale_simple (pixbuf,
+                                                  MIN (size, width),
+                                                  MIN (size, height),
+                                                  GDK_INTERP_BILINEAR);
+              }
+            else
+              {
+                scaled = (GdkPixbuf*)g_object_ref (pixbuf);
+              }
+
+            gtk_image_set_from_pixbuf (GTK_IMAGE (status_icon->priv->image), scaled);
+
+            g_object_unref (scaled);
+          }
+        else
+          {
+            gtk_image_set_from_pixbuf (GTK_IMAGE (status_icon->priv->image), NULL);
+          }
       }
       break;
     case GTK_IMAGE_STOCK:
@@ -529,7 +556,7 @@ egg_status_icon_update_image (EggStatusIcon *status_icon)
 
 static void
 egg_status_icon_size_allocate (EggStatusIcon *status_icon,
-                              GtkAllocation *allocation)
+                               GtkAllocation *allocation)
 {
   GtkOrientation orientation;
   gint size;
@@ -548,15 +575,15 @@ egg_status_icon_size_allocate (EggStatusIcon *status_icon,
       g_object_notify (G_OBJECT (status_icon), "size");
 
       if (!emit_size_changed_signal (status_icon, size))
-       {
-         egg_status_icon_update_image (status_icon);
-       }
+        {
+          egg_status_icon_update_image (status_icon);
+        }
     }
 }
 
 static gboolean
 egg_status_icon_button_release (EggStatusIcon  *status_icon,
-                               GdkEventButton *event)
+                                GdkEventButton *event)
 {
   if (event->button == 1)
     {
@@ -581,7 +608,7 @@ egg_status_icon_reset_image_data (EggStatusIcon *status_icon)
       status_icon->priv->image_type = GTK_IMAGE_EMPTY;
 
       if (status_icon->priv->image_data.pixbuf)
-       g_object_unref (status_icon->priv->image_data.pixbuf);
+        g_object_unref (status_icon->priv->image_data.pixbuf);
       status_icon->priv->image_data.pixbuf = NULL;
 
       g_object_notify (G_OBJECT (status_icon), "image-type");
@@ -599,7 +626,7 @@ egg_status_icon_reset_image_data (EggStatusIcon *status_icon)
 
 void
 egg_status_icon_set_from_pixbuf (EggStatusIcon *status_icon,
-                                GdkPixbuf     *pixbuf)
+                                 GdkPixbuf     *pixbuf)
 {
   g_return_if_fail (EGG_IS_STATUS_ICON (status_icon));
   g_return_if_fail (pixbuf == NULL || GDK_IS_PIXBUF (pixbuf));
@@ -624,21 +651,21 @@ egg_status_icon_set_from_pixbuf (EggStatusIcon *status_icon,
 
 void
 egg_status_icon_set_from_file (EggStatusIcon *status_icon,
-                              const gchar   *filename)
+                               const gchar   *filename)
 {
   g_return_if_fail (EGG_IS_STATUS_ICON (status_icon));
 }
 
 void
 egg_status_icon_set_from_stock (EggStatusIcon *status_icon,
-                               const gchar   *stock_id)
+                                const gchar   *stock_id)
 {
   g_return_if_fail (EGG_IS_STATUS_ICON (status_icon));
 }
 
 void
 egg_status_icon_set_from_animation (EggStatusIcon      *status_icon,
-                                   GdkPixbufAnimation *animation)
+                                    GdkPixbufAnimation *animation)
 {
   g_return_if_fail (EGG_IS_STATUS_ICON (status_icon));
   g_return_if_fail (animation == NULL || GDK_IS_PIXBUF_ANIMATION (animation));
@@ -657,7 +684,7 @@ egg_status_icon_get_pixbuf (EggStatusIcon *status_icon)
 {
   g_return_val_if_fail (EGG_IS_STATUS_ICON (status_icon), NULL);
   g_return_val_if_fail (status_icon->priv->image_type == GTK_IMAGE_PIXBUF ||
-                       status_icon->priv->image_type == GTK_IMAGE_EMPTY, NULL);
+                        status_icon->priv->image_type == GTK_IMAGE_EMPTY, NULL);
 
   if (status_icon->priv->image_type == GTK_IMAGE_EMPTY)
     status_icon->priv->image_data.pixbuf = NULL;
@@ -691,20 +718,20 @@ egg_status_icon_get_size (EggStatusIcon *status_icon)
 
 void
 egg_status_icon_set_tooltip (EggStatusIcon *status_icon,
-                            const gchar   *tooltip_text,
-                            const gchar   *tooltip_private)
+                             const gchar   *tooltip_text,
+                             const gchar   *tooltip_private)
 {
   g_return_if_fail (EGG_IS_STATUS_ICON (status_icon));
 
   gtk_tooltips_set_tip (status_icon->priv->tooltips,
-                       status_icon->priv->tray_icon,
-                       tooltip_text,
-                       tooltip_private);
+                        status_icon->priv->tray_icon,
+                        tooltip_text,
+                        tooltip_private);
 }
 
 void
 egg_status_icon_set_balloon_text (EggStatusIcon *status_icon,
-                                 const gchar   *text)
+                                  const gchar   *text)
 {
   g_return_if_fail (EGG_IS_STATUS_ICON (status_icon));
 }
@@ -735,7 +762,7 @@ egg_status_icon_enable_blinking (EggStatusIcon *status_icon)
       egg_status_icon_blinker (status_icon);
 
       status_icon->priv->blinking_timeout =
-       g_timeout_add (500, (GSourceFunc) egg_status_icon_blinker, status_icon);
+        g_timeout_add (500, (GSourceFunc) egg_status_icon_blinker, status_icon);
     }
 }
 
@@ -754,7 +781,7 @@ egg_status_icon_disable_blinking (EggStatusIcon *status_icon)
 
 void
 egg_status_icon_set_is_blinking (EggStatusIcon *status_icon,
-                                guint       is_blinking)
+                                 guint       is_blinking)
 {
   g_return_if_fail (EGG_IS_STATUS_ICON (status_icon));
 
@@ -765,9 +792,9 @@ egg_status_icon_set_is_blinking (EggStatusIcon *status_icon,
       status_icon->priv->blinking = is_blinking;
 
       if (is_blinking)
-       egg_status_icon_enable_blinking (status_icon);
+        egg_status_icon_enable_blinking (status_icon);
       else
-       egg_status_icon_disable_blinking (status_icon);
+        egg_status_icon_disable_blinking (status_icon);
 
       g_object_notify (G_OBJECT (status_icon), "blinking");
     }
index b3032994834fbbcc54d541afa28d4a5b5646f12f..8750980555686fc98ca6523f23259b051faf18c9 100644 (file)
  *      Mark McLoughlin <mark@skynet.ie>
  *      Nicolas Boichat <nicolas@boichat.ch> (add access to the underlying EggTrayIcon)
  */
+/*
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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 __EGG_STATUS_ICON_H__
 #define __EGG_STATUS_ICON_H__
@@ -37,7 +65,7 @@ G_BEGIN_DECLS
 #define EGG_IS_STATUS_ICON_CLASS(k)  (G_TYPE_CHECK_CLASS_TYPE ((k), EGG_TYPE_STATUS_ICON))
 #define EGG_STATUS_ICON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EGG_TYPE_STATUS_ICON, EggStatusIconClass))
 
-typedef struct _EggStatusIcon       EggStatusIcon;
+typedef struct _EggStatusIcon        EggStatusIcon;
 typedef struct _EggStatusIconClass   EggStatusIconClass;
 typedef struct _EggStatusIconPrivate EggStatusIconPrivate;
 
@@ -54,10 +82,10 @@ struct _EggStatusIconClass
 
   void     (* activate)     (EggStatusIcon *status_icon);
   void     (* popup_menu)   (EggStatusIcon *status_icon,
-                            guint          buttton,
-                            guint32        activate_time);
+                             guint          buttton,
+                             guint32        activate_time);
   gboolean (* size_changed) (EggStatusIcon *status_icon,
-                            gint           size);
+                             gint           size);
 };
 
 GType                 egg_status_icon_get_type           (void);
@@ -69,13 +97,13 @@ EggStatusIcon        *egg_status_icon_new_from_stock     (const gchar        *st
 EggStatusIcon        *egg_status_icon_new_from_animation (GdkPixbufAnimation *animation);
 
 void                  egg_status_icon_set_from_pixbuf    (EggStatusIcon      *status_icon,
-                                                         GdkPixbuf          *pixbuf);
+                                                          GdkPixbuf          *pixbuf);
 void                  egg_status_icon_set_from_file      (EggStatusIcon      *status_icon,
-                                                         const gchar        *filename);
+                                                          const gchar        *filename);
 void                  egg_status_icon_set_from_stock     (EggStatusIcon      *status_icon,
-                                                         const gchar        *stock_id);
+                                                          const gchar        *stock_id);
 void                  egg_status_icon_set_from_animation (EggStatusIcon      *status_icon,
-                                                         GdkPixbufAnimation *animation);
+                                                          GdkPixbufAnimation *animation);
 
 GtkImageType          egg_status_icon_get_image_type     (EggStatusIcon      *status_icon);
 
@@ -86,15 +114,15 @@ GdkPixbufAnimation   *egg_status_icon_get_animation      (EggStatusIcon      *st
 gint                  egg_status_icon_get_size           (EggStatusIcon      *status_icon);
 
 void                  egg_status_icon_set_tooltip        (EggStatusIcon      *status_icon,
-                                                         const gchar        *tooltip_text,
-                                                         const gchar        *tooltip_private);
+                                                          const gchar        *tooltip_text,
+                                                          const gchar        *tooltip_private);
 
 void                  egg_status_icon_set_balloon_text   (EggStatusIcon      *status_icon,
-                                                         const gchar        *text);
+                                                          const gchar        *text);
 G_CONST_RETURN gchar *egg_status_icon_get_balloon_text   (EggStatusIcon      *status_icon);
 
 void                  egg_status_icon_set_is_blinking    (EggStatusIcon      *status_icon,
-                                                         guint            enable_blinking);
+                                                          guint            enable_blinking);
 gboolean              egg_status_icon_get_is_blinking    (EggStatusIcon      *status_icon);
 
 EggTrayIcon*          egg_status_icon_get_tray_icon      (EggStatusIcon      *status_icon);
index 4b59d25e2aaec9511cb73338457ef1f9aa2cbe9c..8ac1fab1ca0bbdd0bdb510b713df463215f7e856 100644 (file)
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
+/*
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 extern "C" {
 
@@ -56,9 +83,9 @@ static void egg_tray_icon_init (EggTrayIcon *icon);
 static void egg_tray_icon_class_init (EggTrayIconClass *klass);
 
 static void egg_tray_icon_get_property (GObject    *object,
-                                       guint       prop_id,
-                                       GValue     *value,
-                                       GParamSpec *pspec);
+                                        guint       prop_id,
+                                        GValue     *value,
+                                        GParamSpec *pspec);
 
 static void egg_tray_icon_realize   (GtkWidget *widget);
 static void egg_tray_icon_unrealize (GtkWidget *widget);
@@ -74,15 +101,15 @@ egg_tray_icon_get_type (void)
     {
       static const GTypeInfo our_info =
       {
-       sizeof (EggTrayIconClass),
-       (GBaseInitFunc) NULL,
-       (GBaseFinalizeFunc) NULL,
-       (GClassInitFunc) egg_tray_icon_class_init,
-       NULL, /* class_finalize */
-       NULL, /* class_data */
-       sizeof (EggTrayIcon),
-       0,    /* n_preallocs */
-       (GInstanceInitFunc) egg_tray_icon_init
+        sizeof (EggTrayIconClass),
+        (GBaseInitFunc) NULL,
+        (GBaseFinalizeFunc) NULL,
+        (GClassInitFunc) egg_tray_icon_class_init,
+        NULL, /* class_finalize */
+        NULL, /* class_data */
+        sizeof (EggTrayIcon),
+        0,    /* n_preallocs */
+        (GInstanceInitFunc) egg_tray_icon_init
       };
 
       our_type = g_type_register_static (GTK_TYPE_PLUG, "EggTrayIcon", &our_info, (GTypeFlags)0);
@@ -114,20 +141,20 @@ egg_tray_icon_class_init (EggTrayIconClass *klass)
   widget_class->unrealize = egg_tray_icon_unrealize;
 
   g_object_class_install_property (gobject_class,
-                                  PROP_ORIENTATION,
-                                  g_param_spec_enum ("orientation",
-                                                     "Orientation",
-                                                     "The orientation of the tray.",
-                                                     GTK_TYPE_ORIENTATION,
-                                                     GTK_ORIENTATION_HORIZONTAL,
-                                                     G_PARAM_READABLE));
+                                   PROP_ORIENTATION,
+                                   g_param_spec_enum ("orientation",
+                                                      "Orientation",
+                                                      "The orientation of the tray.",
+                                                      GTK_TYPE_ORIENTATION,
+                                                      GTK_ORIENTATION_HORIZONTAL,
+                                                      G_PARAM_READABLE));
 }
 
 static void
 egg_tray_icon_get_property (GObject    *object,
-                           guint       prop_id,
-                           GValue     *value,
-                           GParamSpec *pspec)
+                            guint       prop_id,
+                            GValue     *value,
+                            GParamSpec *pspec)
 {
   EggTrayIcon *icon = EGG_TRAY_ICON (object);
 
@@ -149,8 +176,8 @@ egg_tray_icon_get_orientation_property (EggTrayIcon *icon)
   Atom type;
   int format;
   union {
-       gulong *prop;
-       guchar *prop_ch;
+        gulong *prop;
+        guchar *prop_ch;
   } prop = { NULL };
   gulong nitems;
   gulong bytes_after;
@@ -163,12 +190,12 @@ egg_tray_icon_get_orientation_property (EggTrayIcon *icon)
   gdk_error_trap_push ();
   type = None;
   result = XGetWindowProperty (xdisplay,
-                              icon->manager_window,
-                              icon->orientation_atom,
-                              0, G_MAXLONG, FALSE,
-                              XA_CARDINAL,
-                              &type, &format, &nitems,
-                              &bytes_after, &(prop.prop_ch));
+                               icon->manager_window,
+                               icon->orientation_atom,
+                               0, G_MAXLONG, FALSE,
+                               XA_CARDINAL,
+                               &type, &format, &nitems,
+                               &bytes_after, &(prop.prop_ch));
   error = gdk_error_trap_pop ();
 
   if (error || result != Success)
@@ -179,15 +206,15 @@ egg_tray_icon_get_orientation_property (EggTrayIcon *icon)
       GtkOrientation orientation;
 
       orientation = (prop.prop [0] == SYSTEM_TRAY_ORIENTATION_HORZ) ?
-                                       GTK_ORIENTATION_HORIZONTAL :
-                                       GTK_ORIENTATION_VERTICAL;
+                                        GTK_ORIENTATION_HORIZONTAL :
+                                        GTK_ORIENTATION_VERTICAL;
 
       if (icon->orientation != orientation)
-       {
-         icon->orientation = orientation;
+        {
+          icon->orientation = orientation;
 
-         g_object_notify (G_OBJECT (icon), "orientation");
-       }
+          g_object_notify (G_OBJECT (icon), "orientation");
+        }
     }
 
   if (prop.prop)
@@ -209,14 +236,14 @@ egg_tray_icon_manager_filter (GdkXEvent *xevent, GdkEvent *event, gpointer user_
   else if (xev->xany.window == icon->manager_window)
     {
       if (xev->xany.type == PropertyNotify &&
-         xev->xproperty.atom == icon->orientation_atom)
-       {
-         egg_tray_icon_get_orientation_property (icon);
-       }
+          xev->xproperty.atom == icon->orientation_atom)
+        {
+          egg_tray_icon_get_orientation_property (icon);
+        }
       if (xev->xany.type == DestroyNotify)
-       {
-         egg_tray_icon_update_manager_window (icon);
-       }
+        {
+          egg_tray_icon_update_manager_window (icon);
+        }
     }
 
   return GDK_FILTER_CONTINUE;
@@ -233,7 +260,7 @@ egg_tray_icon_unrealize (GtkWidget *widget)
       GdkWindow *gdkwin;
 
       gdkwin = gdk_window_lookup_for_display (gtk_widget_get_display (widget),
-                                             icon->manager_window);
+                                              icon->manager_window);
 
       gdk_window_remove_filter (gdkwin, egg_tray_icon_manager_filter, icon);
     }
@@ -248,11 +275,11 @@ egg_tray_icon_unrealize (GtkWidget *widget)
 
 static void
 egg_tray_icon_send_manager_message (EggTrayIcon *icon,
-                                   long         message,
-                                   Window       window,
-                                   long         data1,
-                                   long         data2,
-                                   long         data3)
+                                    long         message,
+                                    Window       window,
+                                    long         data1,
+                                    long         data2,
+                                    long         data3)
 {
   XClientMessageEvent ev;
   Display *display;
@@ -271,7 +298,7 @@ egg_tray_icon_send_manager_message (EggTrayIcon *icon,
 
   gdk_error_trap_push ();
   XSendEvent (display,
-             icon->manager_window, False, NoEventMask, (XEvent *)&ev);
+              icon->manager_window, False, NoEventMask, (XEvent *)&ev);
   XSync (display, False);
   gdk_error_trap_pop ();
 }
@@ -280,10 +307,10 @@ static void
 egg_tray_icon_send_dock_request (EggTrayIcon *icon)
 {
   egg_tray_icon_send_manager_message (icon,
-                                     SYSTEM_TRAY_REQUEST_DOCK,
-                                     icon->manager_window,
-                                     gtk_plug_get_id (GTK_PLUG (icon)),
-                                     0, 0);
+                                      SYSTEM_TRAY_REQUEST_DOCK,
+                                      icon->manager_window,
+                                      gtk_plug_get_id (GTK_PLUG (icon)),
+                                      0, 0);
 }
 
 static void
@@ -298,7 +325,7 @@ egg_tray_icon_update_manager_window (EggTrayIcon *icon)
       GdkWindow *gdkwin;
 
       gdkwin = gdk_window_lookup_for_display (gtk_widget_get_display (GTK_WIDGET (icon)),
-                                             icon->manager_window);
+                                              icon->manager_window);
 
       gdk_window_remove_filter (gdkwin, egg_tray_icon_manager_filter, icon);
     }
@@ -306,11 +333,11 @@ egg_tray_icon_update_manager_window (EggTrayIcon *icon)
   XGrabServer (xdisplay);
 
   icon->manager_window = XGetSelectionOwner (xdisplay,
-                                            icon->selection_atom);
+                                             icon->selection_atom);
 
   if (icon->manager_window != None)
     XSelectInput (xdisplay,
-                 icon->manager_window, StructureNotifyMask|PropertyChangeMask);
+                  icon->manager_window, StructureNotifyMask|PropertyChangeMask);
 
   XUngrabServer (xdisplay);
   XFlush (xdisplay);
@@ -320,7 +347,7 @@ egg_tray_icon_update_manager_window (EggTrayIcon *icon)
       GdkWindow *gdkwin;
 
       gdkwin = gdk_window_lookup_for_display (gtk_widget_get_display (GTK_WIDGET (icon)),
-                                             icon->manager_window);
+                                              icon->manager_window);
 
       gdk_window_add_filter (gdkwin, egg_tray_icon_manager_filter, icon);
 
@@ -350,20 +377,20 @@ egg_tray_icon_realize (GtkWidget *widget)
 
   /* Now see if there's a manager window around */
   g_snprintf (buffer, sizeof (buffer),
-             "_NET_SYSTEM_TRAY_S%d",
-             gdk_screen_get_number (screen));
+              "_NET_SYSTEM_TRAY_S%d",
+              gdk_screen_get_number (screen));
 
   icon->selection_atom = XInternAtom (xdisplay, buffer, False);
 
   icon->manager_atom = XInternAtom (xdisplay, "MANAGER", False);
 
   icon->system_tray_opcode_atom = XInternAtom (xdisplay,
-                                                  "_NET_SYSTEM_TRAY_OPCODE",
-                                                  False);
+                                                   "_NET_SYSTEM_TRAY_OPCODE",
+                                                   False);
 
   icon->orientation_atom = XInternAtom (xdisplay,
-                                       "_NET_SYSTEM_TRAY_ORIENTATION",
-                                       False);
+                                        "_NET_SYSTEM_TRAY_ORIENTATION",
+                                        False);
 
   egg_tray_icon_update_manager_window (icon);
 
@@ -371,7 +398,7 @@ egg_tray_icon_realize (GtkWidget *widget)
 
   /* Add a root window filter so that we get changes on MANAGER */
   gdk_window_add_filter (root_window,
-                        egg_tray_icon_manager_filter, icon);
+                         egg_tray_icon_manager_filter, icon);
 }
 
 EggTrayIcon *
@@ -402,9 +429,9 @@ egg_tray_icon_new (const gchar *name)
 
 guint
 egg_tray_icon_send_message (EggTrayIcon *icon,
-                           gint         timeout,
-                           const gchar *message,
-                           gint         len)
+                            gint         timeout,
+                            const gchar *message,
+                            gint         len)
 {
   guint stamp;
 
@@ -422,8 +449,8 @@ egg_tray_icon_send_message (EggTrayIcon *icon,
 
   /* Get ready to send the message */
   egg_tray_icon_send_manager_message (icon, SYSTEM_TRAY_BEGIN_MESSAGE,
-                                     (Window)gtk_plug_get_id (GTK_PLUG (icon)),
-                                     timeout, len, stamp);
+                                      (Window)gtk_plug_get_id (GTK_PLUG (icon)),
+                                      timeout, len, stamp);
 
   /* Now to send the actual message */
   gdk_error_trap_push ();
@@ -438,21 +465,21 @@ egg_tray_icon_send_message (EggTrayIcon *icon,
       ev.window = (Window)gtk_plug_get_id (GTK_PLUG (icon));
       ev.format = 8;
       ev.message_type = XInternAtom (xdisplay,
-                                    "_NET_SYSTEM_TRAY_MESSAGE_DATA", False);
+                                     "_NET_SYSTEM_TRAY_MESSAGE_DATA", False);
       if (len > 20)
-       {
-         memcpy (&ev.data, message, 20);
-         len -= 20;
-         message += 20;
-       }
+        {
+          memcpy (&ev.data, message, 20);
+          len -= 20;
+          message += 20;
+        }
       else
-       {
-         memcpy (&ev.data, message, len);
-         len = 0;
-       }
+        {
+          memcpy (&ev.data, message, len);
+          len = 0;
+        }
 
       XSendEvent (xdisplay,
-                 icon->manager_window, False, StructureNotifyMask, (XEvent *)&ev);
+                  icon->manager_window, False, StructureNotifyMask, (XEvent *)&ev);
       XSync (xdisplay, False);
     }
   gdk_error_trap_pop ();
@@ -462,14 +489,14 @@ egg_tray_icon_send_message (EggTrayIcon *icon,
 
 void
 egg_tray_icon_cancel_message (EggTrayIcon *icon,
-                             guint        id)
+                              guint        id)
 {
   g_return_if_fail (EGG_IS_TRAY_ICON (icon));
   g_return_if_fail (id > 0);
 
   egg_tray_icon_send_manager_message (icon, SYSTEM_TRAY_CANCEL_MESSAGE,
-                                     (Window)gtk_plug_get_id (GTK_PLUG (icon)),
-                                     id, 0, 0);
+                                      (Window)gtk_plug_get_id (GTK_PLUG (icon)),
+                                      id, 0, 0);
 }
 
 GtkOrientation
index 215c217039ccc4458d01bc31b0affa374ce5a078..aa8f510e0e09337a84f6d30cc596c78186d5c7f8 100644 (file)
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
+/*
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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 __EGG_TRAY_ICON_H__
 #define __EGG_TRAY_ICON_H__
 
 G_BEGIN_DECLS
 
-#define EGG_TYPE_TRAY_ICON             (egg_tray_icon_get_type ())
-#define EGG_TRAY_ICON(obj)             (G_TYPE_CHECK_INSTANCE_CAST ((obj), EGG_TYPE_TRAY_ICON, EggTrayIcon))
-#define EGG_TRAY_ICON_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST ((klass), EGG_TYPE_TRAY_ICON, EggTrayIconClass))
-#define EGG_IS_TRAY_ICON(obj)          (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EGG_TYPE_TRAY_ICON))
-#define EGG_IS_TRAY_ICON_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE ((klass), EGG_TYPE_TRAY_ICON))
-#define EGG_TRAY_ICON_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), EGG_TYPE_TRAY_ICON, EggTrayIconClass))
+#define EGG_TYPE_TRAY_ICON              (egg_tray_icon_get_type ())
+#define EGG_TRAY_ICON(obj)              (G_TYPE_CHECK_INSTANCE_CAST ((obj), EGG_TYPE_TRAY_ICON, EggTrayIcon))
+#define EGG_TRAY_ICON_CLASS(klass)      (G_TYPE_CHECK_CLASS_CAST ((klass), EGG_TYPE_TRAY_ICON, EggTrayIconClass))
+#define EGG_IS_TRAY_ICON(obj)           (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EGG_TYPE_TRAY_ICON))
+#define EGG_IS_TRAY_ICON_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), EGG_TYPE_TRAY_ICON))
+#define EGG_TRAY_ICON_GET_CLASS(obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), EGG_TYPE_TRAY_ICON, EggTrayIconClass))
 
-typedef struct _EggTrayIcon      EggTrayIcon;
+typedef struct _EggTrayIcon       EggTrayIcon;
 typedef struct _EggTrayIconClass  EggTrayIconClass;
 
 struct _EggTrayIcon
@@ -59,16 +86,16 @@ struct _EggTrayIconClass
 GType        egg_tray_icon_get_type       (void);
 
 EggTrayIcon *egg_tray_icon_new_for_screen (GdkScreen   *screen,
-                                          const gchar *name);
+                                           const gchar *name);
 
 EggTrayIcon *egg_tray_icon_new            (const gchar *name);
 
 guint        egg_tray_icon_send_message   (EggTrayIcon *icon,
-                                          gint         timeout,
-                                          const char  *message,
-                                          gint         len);
+                                           gint         timeout,
+                                           const char  *message,
+                                           gint         len);
 void         egg_tray_icon_cancel_message (EggTrayIcon *icon,
-                                          guint        id);
+                                           guint        id);
 
 GtkOrientation egg_tray_icon_get_orientation (EggTrayIcon *icon);
 
index 90156163ab52e8717c84441d6b928daa23b87936..26955c01b0fc8d356cbf0bda7cf44032cda286e4 100644 (file)
@@ -6,21 +6,33 @@
  *
  *     Version $Id$
  */
-
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 #include "bacula.h"
 #include "tray-monitor.h"
index 4e33daafb50214e050468ad75d6a76825bdc6ec1..44512579894bd785a958d90b78839a885f28e226 100644 (file)
@@ -6,24 +6,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004 Kern Sibbald and John Walker
+   Bacula® - The Network Backup Solution
 
-   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.
+   Copyright (C) 2004-2006 Free Software Foundation Europe e.V.
 
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   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., 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.
+   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.
+*/
 
 #include <gtk/gtk.h>
 
index 313825ec4d856150801af89f6d6d7e00d9d4bace..b87dbe9129ce341ae0103008a3c3ea0ca32a386d 100644 (file)
 *     Version $Id$
 */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
+   Bacula® - The Network Backup Solution
 
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
+   Copyright (C) 2004-2006 Free Software Foundation Europe e.V.
 
-   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 
-   the file LICENSE for additional details.
+   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.
+*/
 
 #include "bacula.h"
 #include "tray_conf.h"
index 23f7d5bef0956c590a4b4ccd64213d8cf44c6001..3a8f118d10b3375830ed79e4dd34b3de3a6565d9 100644 (file)
@@ -8,24 +8,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004 Kern Sibbald and John Walker
+   Bacula® - The Network Backup Solution
 
-   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.
+   Copyright (C) 2004-2006 Free Software Foundation Europe e.V.
 
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   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., 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.
+   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.
+*/
 
 /* NOTE:  #includes at the end of this file */
 
@@ -114,4 +122,3 @@ union URES {
    STORE      res_store;
    RES        hdr;
 };
-
index 4d40c460cd066765fb28920626490a0d324fb082..32f70ba1e73d8ca50d8055099052af6c3cd64200 100644 (file)
  *
  */
 /*
-   Copyright (C) 2001-2005 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2001-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.
+*/
 
 /* _("...") macro returns a wxChar*, so if we need a char*, we need to convert it with:
  * wxString(_("...")).mb_str(*wxConvCurrent) */
index c7d61e271dd8e59ce25f61a54a03bdba975f1c89..82bb8842d8cd90a9da8c30b2c278de44e320212c 100644 (file)
  *     Kern Sibbald, January MM, September MM
  */
 /*
-   Copyright (C) 2000-2006 Kern Sibbald
+   Bacula® - The Network Backup Solution
 
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
+   Copyright (C) 2000-2006 Free Software Foundation Europe e.V.
 
-   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 
-   the file LICENSE for additional details.
+   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.
+*/
 
 /* _("...") macro returns a wxChar*, so if we need a char*, we need to convert it with:
  * wxString(_("...")).mb_str(*wxConvCurrent) */
index ab5e8c91564b0e1edda93f0e619edf14046c791f..18ba333af3ac98fab52c68a1f2693e2ac5987a23 100644 (file)
@@ -2,19 +2,32 @@
  * Version $Id$
  */
 /*
-   Copyright (C) 2000-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2000-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 CONSOLECONF_H
 #define CONSOLECONF_H
index 0503090cd719fc2f3ac15cd6f854e57e6d4f2420..975abe05c2a0b30980c5d8aa0d68d47554c19217 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 // http://66.102.9.104/search?q=cache:Djc1mPF3hRoJ:cvs.sourceforge.net/viewcvs.py/audacity/audacity-src/src/AudioIO.cpp%3Frev%3D1.102+macos+x+wxthread&hl=fr
 
index 2c2411e18934ce54b1fe5ac69e8ef1c8d24f9976..10a9875190ec506955432e7bf65c2070a9f3d2f4 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
+   Bacula® - The Network Backup Solution
 
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
+   Copyright (C) 2004-2006 Free Software Foundation Europe e.V.
 
-   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 
-   the file LICENSE for additional details.
+   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_THREAD_H
 #define CONSOLE_THREAD_H
index 909c3813f1a1e2d07db457cab2aeda8641ea4d95..62760853171145434438d988721bfddea9c5ce83 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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 CSPRINT_H
 #define CSPRINT_H
index 1721ea7ae6c3674f0d97a6b9aca4155b513dd681..7fd717a08566a3baa53ba506591d2d0c3dbe46b7 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 // ============================================================================
 // declarations
index 64f0c07e7bd1f46297a110a4acff7bf60560ec73..ec83cb5215c4cf182f9024847ae88fe5bace69cc 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 /*  Windows debug builds set _DEBUG which is used by wxWidgets to select their
  *  debug memory allocator.  Unfortunately it conflicts with Bacula's SmartAlloc.
index 2476fafaef02dec80ff3e14208d6785ea99a3a05..4f0746d2596f7d5a3f2be987f4cb1556cb00a016 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 #include "wx/wxprec.h"
 #include "wx/wx.h"
index c024f4ca25ae564fc020092b6168a276cb6698a0..c6167ae3bbef7f5a1b6d771445e8b8deef403844 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 /*  Windows debug builds set _DEBUG which is used by wxWidgets to select their
  *  debug memory allocator.  Unfortunately it conflicts with Bacula's SmartAlloc.
index 5b6fa24b6e4630b426516707b0245d20477997d4..8d99ac0062b6f050a3607c1eefacded410b5f6ad 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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 WXBCONFIGPANEL_H
 #define WXBCONFIGPANEL_H
index f1b285a14235531de5e29f7e72ed232d19a45941..d2eab40b35911ac9bb13ea28261a410c54714aa6 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
+   Bacula® - The Network Backup Solution
 
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
+   Copyright (C) 2004-2006 Free Software Foundation Europe e.V.
 
-   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 
-   the file LICENSE for additional details.
+   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.
+*/
 
 /*  Windows debug builds set _DEBUG which is used by wxWidgets to select their
  *  debug memory allocator.  Unfortunately it conflicts with Bacula's SmartAlloc.
index 01ead6e01fae5e025bb4b3b5affccd44c38af959..8aeb9f7c3fa1b5768f5c5fb9ea9c447c990b7888 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
+   Bacula® - The Network Backup Solution
 
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
+   Copyright (C) 2004-2006 Free Software Foundation Europe e.V.
 
-   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 
-   the file LICENSE for additional details.
+   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 WXBHISTORYTEXTCTRL
 #define WXBHISTORYTEXTCTRL
index 64c50b94bbbd40596412f23b1ddb84019acd8ad7..4fdfc40941f750ade200da57be20c567ad7acb0e 100644 (file)
@@ -8,19 +8,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 /*  Windows debug builds set _DEBUG which is used by wxWidgets to select their
  *  debug memory allocator.  Unfortunately it conflicts with Bacula's SmartAlloc.
index 4146e2f6a38a75878546ff54e061327fce65ab2b..a7cc822889f33782548d05b3c1e33cc521c34e07 100644 (file)
@@ -8,19 +8,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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 WXBLISTCTRL_H
 #define WXBLISTCTRL_H
index 3bdf059eb4d3f14ab1614eaa8207f063ff2d316a..37a682509134846aba4a481a931060056c8ac72f 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 /*  Windows debug builds set _DEBUG which is used by wxWidgets to select their
  *  debug memory allocator.  Unfortunately it conflicts with Bacula's SmartAlloc.
index ba4d26c1028b76120e976b6c8db0b85f2012339d..556dda37929ebb4fb7ea1278707dd5b04e0cacf3 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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 WXBMAINFRAME_H
 #define WXBMAINFRAME_H
index e8f25f27f67e3383186f6ff8d469b8784d2e4c48..c4c5659400a1cf508e56693d90846c84356a22e5 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 /* Note concerning "done" output (modifiable marked with +)
 Run Restore job
index 57dc2cd827468495b0f3a5c352e076ed9962dcbb..4f6bae9d83763798f1771297c6ce7c5f24f84d72 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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 WXBRESTOREPANEL_H
 #define WXBRESTOREPANEL_H
index 34fcb42e54c4608e2e9cdd08778e7d178649ce2f..fa145da26950ecac94d442aa7fdf7017afe1925e 100644 (file)
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 /*  Windows debug builds set _DEBUG which is used by wxWidgets to select their
  *  debug memory allocator.  Unfortunately it conflicts with Bacula's SmartAlloc.
index 8726d0415bc65971b2c5bac91866991af6426ba7..5c1ce94610ce97628629b97ab7d8eecddbf6494f 100644 (file)
  *    Version $Id$
  */
 /*
-   Copyright (C) 2000-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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 WXBTABLEPARSER_H
 #define WXBTABLEPARSER_H
index a0431e3dfbf5f957da61fffe39fbe0467f2d64c1..4271228499ac6aea049b1fdd1885a92c9633806a 100644 (file)
@@ -8,18 +8,31 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
 */
 
 /*  Windows debug builds set _DEBUG which is used by wxWidgets to select their
index f3dcfcee13f30c2bcfe58309e122d56b78d4d63b..4c5a20a05b0094bcc77312f0e5d4d83bd16dd51f 100644 (file)
@@ -8,19 +8,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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 WXBTREECTRL_H
 #define WXBTREECTRL_H
index 1b7e9fb8eca1e209669150869a1c63f435395a33..c2365dd1ee43fd82d002448c4db4c4e8b7327686 100644 (file)
@@ -7,19 +7,32 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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.
+*/
 
 /*  Windows debug builds set _DEBUG which is used by wxWidgets to select their
  *  debug memory allocator.  Unfortunately it conflicts with Bacula's SmartAlloc.
index b7819a39c812650227263d65732ec14ad322f59f..d62d91e0007ec180880df22741f0772adb40418b 100644 (file)
@@ -8,19 +8,32 @@
  *   Version $Id$
  */
 /*
-   Copyright (C) 2004-2006 Kern Sibbald
-
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
-
-   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 
-   the file LICENSE for additional details.
-
- */
+   Bacula® - The Network Backup Solution
+
+   Copyright (C) 2004-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 WXBUTILS_H
 #define WXBUTILS_H