]> git.sur5r.net Git - bacula/bacula/commitdiff
tweak copyright
authorEric Bollengier <eric@baculasystems.com>
Wed, 4 Jan 2012 11:05:16 +0000 (12:05 +0100)
committerEric Bollengier <eric@baculasystems.com>
Wed, 4 Jan 2012 11:05:16 +0000 (12:05 +0100)
12 files changed:
bacula/src/dird/dird_conf.c
bacula/src/dird/ua_status.c
bacula/src/findlib/find_one.c
bacula/src/lib/bnet.c
bacula/src/lib/breg.c
bacula/src/lib/crypto.c
bacula/src/lib/lockmgr.c
bacula/src/lib/openssl.c
bacula/src/lib/rblist.c
bacula/src/plugins/fd/delta-test-fd.c
bacula/src/plugins/fd/fd_common.h
bacula/src/stored/dev.h

index 8cbd4d470b81bfdba68248b34d93a1177bd9585d..cf894617dbc71577c22cc97970c1345898798220 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2011 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2010 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.
@@ -2078,8 +2078,10 @@ extern "C" char *job_code_callback_director(JCR *jcr, const char* param)
          break;
       case 'x':
          return jcr->spool_data ? yes : no;
+         break;
       case 'D':
          return my_name;
+         break;
    }
    return NULL;
 }
index 2af39ad5afa62aaadeec19f7a3ecff2d1ce40008..3c5822935dab00c62543c6baf94857e829926de6 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2001-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2001-2011 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.
@@ -31,7 +31,6 @@
  *
  *     Kern Sibbald, August MMI
  *
- *   Version $Id$
  */
 
 
@@ -295,8 +294,9 @@ void list_dir_status_header(UAContext *ua)
    ua->send_msg(_("%s Version: %s (%s) %s %s %s\n"), my_name, VERSION, BDATE,
             HOST_OS, DISTNAME, DISTVER);
    bstrftime_nc(dt, sizeof(dt), daemon_start_time);
-   ua->send_msg(_("Daemon started %s. Jobs: run=%d, running=%d\n"), dt,
-                   num_jobs_run, job_count());
+   ua->send_msg(_("Daemon started %s. Jobs: run=%d, running=%d "
+                  "mode=%d,%d\n"), dt,
+                num_jobs_run, job_count(), (int)DEVELOPER_MODE, (int)BEEF);
    ua->send_msg(_(" Heap: heap=%s smbytes=%s max_bytes=%s bufs=%s max_bufs=%s\n"),
             edit_uint64_with_commas((char *)sbrk(0)-(char *)start_heap, b1),
             edit_uint64_with_commas(sm_bytes, b2),
index b2d7f988104192bf6b601d63498ae56c396527f9..355779bc85ed7fcdab670c8c13e595e85b0c3e67 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2010 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2009 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.
@@ -34,6 +34,8 @@
 
    Thanks to the TAR programmers.
 
+     Version $Id$
+
  */
 
 #include "bacula.h"
@@ -420,9 +422,9 @@ find_one_file(JCR *jcr, FF_PKT *ff_pkt,
     * Ignore this entry if no_dump() returns true
     */
    if (no_dump(jcr, ff_pkt)) {
-           Dmsg1(100, "'%s' ignored (NODUMP flag set)\n",
-                 ff_pkt->fname);
-           return 1;
+      Dmsg1(100, "'%s' ignored (NODUMP flag set)\n",
+            ff_pkt->fname);
+      return 1;
    }
 
    /*
index b2a63b9c6cbab9a22d190f2220f23cf4f23bc92f..24b1a900568d0d322b0825c5f65a4e9b45977e3f 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2011 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2008 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.
@@ -33,6 +33,7 @@
  * Adapted and enhanced for Bacula, originally written
  * for inclusion in the Apcupsd package
  *
+ *   Version $Id$
  */
 
 
index ac48765a1eac455e7f6a8b2e69475052bb247bb9..65ea155f5ce6d2d183417e4176e3231848d0c73f 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2006-2011 Free Software Foundation Europe e.V.
+   Copyright (C) 2006-2008 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.
@@ -30,6 +30,8 @@
  *
  *  Eric Bollengier, March 2007
  *
+ *  Version $Id$
+ *
  */
 
 
index 7ffa20ecc52227bbea2e33bf75424b996ede3456..04d2910b6e9e8e1c4a9fe3f59da366f8a8ee5b2e 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2005-2011 Free Software Foundation Europe e.V.
+   Copyright (C) 2005-2010 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.
index adf21b8dcd5774ce01741e08dedabb86614bb32e..2105b275f6ba4bc880d7f27dad4637de55e41526 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2008-2011 Free Software Foundation Europe e.V.
+   Copyright (C) 2008-2010 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.
@@ -118,7 +118,7 @@ typedef enum
 {
    LMGR_WHITE,                  /* never seen */
    LMGR_BLACK,                  /* no loop */
-   LMGR_GREY,                   /* seen before */
+   LMGR_GREY                    /* seen before */
 } lmgr_color_t;
 
 /*
index 57fea7cacf09ac33d051f3fe7b7262e504738c51..b8ff9978fee2930dc1d9a627e85bf9fef1bebe84 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2005-2011 Free Software Foundation Europe e.V.
+   Copyright (C) 2005-2009 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.
index 7bf02669042289d39626177ed091b7ba41432e87..56c20f67c5422c7303815b0525500f5bd57a050c 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2005-2011 Free Software Foundation Europe e.V.
+   Copyright (C) 2005-2010 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.
index 5138e6b515cc82da0142c1557a1490d236f7bd04..b3657119019f416ee0bc859cf849161367dae480 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2010 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2011 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.
index 9f9cdf57afadb9ef0a0da501eb61b8728a3c1dae..666c24cd2a4866618012e81c340ee4b61943dcd5 100644 (file)
@@ -1,7 +1,7 @@
 /*
-   Bacula® - The Network Backup Solution
+   Bacula(R) - The Network Backup Solution
 
-   Copyright (C) 2010-2010 Bacula Systems(R) SA
+   Copyright (C) 2010-2011 Bacula Systems(R) SA
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -19,7 +19,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark of Kern Sibbald.
+   Bacula(R) is a registered trademark of Kern Sibbald.
    Bacula Systems(R) is a trademark of Bacula Systems SA.
    Bacula Enterprise(TM) is a trademark of Bacula Systems SA.
 
index 38fb9ff9dba8c1a4c169bf7a62d48cfc8d5c81bd..28c378820bd3a99e7a1cb378d3eff3665f2904a9 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2010 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2011 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.
@@ -64,7 +64,6 @@
  *
  */
 
-
 #ifndef __DEV_H
 #define __DEV_H 1