]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/reserve.h
Change copyright as per agreement with FSFE
[bacula/bacula] / bacula / src / stored / reserve.h
index 78e35c897b101d59357414e87d9972b6dd4bd9ee..4f3d7b305eff69fe8ec974192bcdd1fed9785620 100644 (file)
@@ -1,24 +1,26 @@
 /*
- * Definitions for reservation system.
- *
- *  Kern Sibbald, February MMVI
- *
- *  Version $Id$
- */ 
+   Bacula(R) - The Network Backup Solution
 
-/*
-   Copyright (C) 2006 Kern Sibbald
+   Copyright (C) 2000-2016 Kern Sibbald
+
+   The original 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 the GNU General Public License
-   version 2 as amended with additional clauses defined in the
-   file LICENSE in the main source directory.
+   You may use this file and others of this release according to the
+   license defined in the LICENSE file, which includes the Affero General
+   Public License, v3.0 ("AGPLv3") and some additional permissions and
+   terms pursuant to its AGPLv3 Section 7.
 
-   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.
+   This notice must be preserved when any source code is 
+   conveyed and/or propagated.
 
+   Bacula(R) is a registered trademark of Kern Sibbald.
+*/
+/*
+ * Definitions for reservation system.
+ *
+ *  Kern Sibbald, February MMVI
+ *
  */
 
 /*
@@ -56,5 +58,7 @@ public:
    bool have_volume;                  /* Have DIR suggested vol name */
    bool suitable_device;              /* at least one device is suitable */
    bool autochanger_only;             /* look at autochangers only */
+   bool notify_dir;                   /* Notify DIR about device */
+   bool append;                       /* set if append device */
    char VolumeName[MAX_NAME_LENGTH];  /* Vol name suggested by DIR */
 };