]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak copyrights again
authorEric Bollengier <eric@baculasystems.com>
Wed, 4 Jan 2012 18:05:34 +0000 (19:05 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:23 +0000 (14:50 +0200)
bacula/src/dird/dird.c
bacula/src/dird/dird_conf.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

index c00ec5e53282527e3f0e33d8b873d4567b6c9fab..71284807b785b8596814d64885156a04ec3c6f27 100644 (file)
@@ -1119,16 +1119,6 @@ static bool check_catalog(cat_op mode)
       /* Set type in global for debugging */
       set_db_type(db_get_type(db));
 
-#ifdef BEEF_DEMO
-      /*
-       * Demo mode only allows SQLite3
-       */
-      if (!bstrcmp(db_get_type(db), "SQLite3")) {
-         Jmsg(NULL, M_FATAL, 0, _("Failed to initialize database backend\n"));
-         OK = false;
-      }
-#endif
-
       db_close_database(NULL, db);
    }
    return OK;
index cf894617dbc71577c22cc97970c1345898798220..7dcf59174807f4d619730713acea194ef58c084b 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.
index 355779bc85ed7fcdab670c8c13e595e85b0c3e67..b2d7f988104192bf6b601d63498ae56c396527f9 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2009 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.
@@ -34,8 +34,6 @@
 
    Thanks to the TAR programmers.
 
-     Version $Id$
-
  */
 
 #include "bacula.h"
@@ -422,9 +420,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 24b1a900568d0d322b0825c5f65a4e9b45977e3f..b2a63b9c6cbab9a22d190f2220f23cf4f23bc92f 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2008 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.
@@ -33,7 +33,6 @@
  * Adapted and enhanced for Bacula, originally written
  * for inclusion in the Apcupsd package
  *
- *   Version $Id$
  */
 
 
index 65ea155f5ce6d2d183417e4176e3231848d0c73f..ac48765a1eac455e7f6a8b2e69475052bb247bb9 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2006-2008 Free Software Foundation Europe e.V.
+   Copyright (C) 2006-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.
@@ -30,8 +30,6 @@
  *
  *  Eric Bollengier, March 2007
  *
- *  Version $Id$
- *
  */
 
 
index 04d2910b6e9e8e1c4a9fe3f59da366f8a8ee5b2e..7ffa20ecc52227bbea2e33bf75424b996ede3456 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2005-2010 Free Software Foundation Europe e.V.
+   Copyright (C) 2005-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 2105b275f6ba4bc880d7f27dad4637de55e41526..93654bac4840c66a9f79b724bcf82d461913573b 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2008-2010 Free Software Foundation Europe e.V.
+   Copyright (C) 2008-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 b8ff9978fee2930dc1d9a627e85bf9fef1bebe84..57fea7cacf09ac33d051f3fe7b7262e504738c51 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2005-2009 Free Software Foundation Europe e.V.
+   Copyright (C) 2005-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 56c20f67c5422c7303815b0525500f5bd57a050c..7bf02669042289d39626177ed091b7ba41432e87 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2005-2010 Free Software Foundation Europe e.V.
+   Copyright (C) 2005-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.