]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix copyright dates.
authorNicolas Boichat <nicolas@boichat.ch>
Mon, 16 Aug 2004 22:18:58 +0000 (22:18 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Mon, 16 Aug 2004 22:18:58 +0000 (22:18 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1539 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/tray-monitor/authenticate.c
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

index dfcb4974e61c108e4809165373afa8311bc5b080..acec72f5563c17f4cef5803813b8496cfafac3bc 100644 (file)
@@ -1,9 +1,9 @@
 /*
  *
- *   Bacula UA authentication. Provides authentication with
- *     the Director.
+ *   Bacula authentication. Provides authentication with
+ *     File and Storage daemons.
  *
- *     Kern Sibbald, June MMI
+ *     Nicolas Boichat, August MMIV
  *
  *    This routine runs as a thread and must be thread reentrant.
  *
@@ -11,7 +11,7 @@
  *
  */
 /*
-   Copyright (C) 2001-2004 Kern Sibbald and John Walker
+   Copyright (C) 2004 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
index 2733e054e9146f27045edf15ccfefa138d8e05ac..90c64b80cb7899f80722addaa953f610ab2ae225 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 /*
-   Copyright (C) 2000-2004 Kern Sibbald and John Walker
+   Copyright (C) 2004 Kern Sibbald and John Walker
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -386,8 +386,8 @@ Without that I don't how to get status from the File or Storage Daemon :-(\n"),
 static void MonitorAbout(GtkWidget *widget, gpointer data) {
    GtkWidget* about = gtk_message_dialog_new_with_markup(GTK_WINDOW(window),GTK_DIALOG_MODAL, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, _(
       "<span size='x-large' weight='bold'>Bacula Tray Monitor</span>\n\n"
-      "Copyright (C) 2000-2004 Kern Sibbald and John Walker\n"
-      "Written by Nicolas Boichat (2004)\n"
+      "Copyright (C) 2004 Kern Sibbald and John Walker\n"
+      "Written by Nicolas Boichat\n"
       "\n<small>Version: " VERSION " (" BDATE ") %s %s %s</small>"
    ), HOST_OS, DISTNAME, DISTVER);
    gtk_dialog_run(GTK_DIALOG(about));
index 7891e86ad8d429ddde663c581fedfde305b6f798..8a9462b4e289cb5398f95fe8c1a4e761b8a37bdc 100644 (file)
@@ -1,12 +1,12 @@
 /*
- * Includes specific to the Director
+ * Includes specific to the tray monitor
  *
- *     Kern Sibbald, December MM
+ *     Nicolas Boichat, August MMIV
  *
  *    Version $Id$
  */
 /*
-   Copyright (C) 2000-2004 Kern Sibbald and John Walker
+   Copyright (C) 2004 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 2015f7c88ad913d59f2fcb38d5b87d41f97c25d3..8d63a6685615ea875ae8dc51089ce3b30ad97df7 100644 (file)
@@ -22,7 +22,7 @@
 *     Version $Id$
 */
 /*
-   Copyright (C) 2000-2004 Kern Sibbald and John Walker
+   Copyright (C) 2004 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
index 89a975ee5861d0eeb934209a031ed17a02497e86..a4ff45d5e7900b773bf804837f4e3cb1396c0d4a 100644 (file)
@@ -8,7 +8,7 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2000-2004 Kern Sibbald and John Walker
+   Copyright (C) 2004 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as