From 9a238c527668d79724f2fbff9b3c390fb54bd205 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 19 Feb 2007 12:12:56 +0000 Subject: [PATCH] Update copyright date git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4208 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/cats.h | 32 +++++++++++------------ bacula/src/cats/sql_create.c | 16 ++++++------ bacula/src/cats/sql_get.c | 21 ++++++++-------- bacula/src/cats/sql_update.c | 16 ++++++------ bacula/src/dird/dird_conf.c | 49 ++++++++++++++++++------------------ bacula/src/dird/dird_conf.h | 14 +++++------ bacula/src/dird/protos.h | 10 ++++---- bacula/src/dird/ua_update.c | 22 ++++++++-------- 8 files changed, 90 insertions(+), 90 deletions(-) diff --git a/bacula/src/cats/cats.h b/bacula/src/cats/cats.h index 139607ffc0..fa67e07cc0 100644 --- a/bacula/src/cats/cats.h +++ b/bacula/src/cats/cats.h @@ -1,22 +1,7 @@ -/* - * SQL header file - * - * by Kern E. Sibbald - * - * Anyone who accesses the database will need to include - * this file. - * - * This file contains definitions common to sql.c and - * the external world, and definitions destined only - * for the external world. This is control with - * the define __SQL_C, which is defined only in sql.c - * - * Version $Id$ - */ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2006 Free Software Foundation Europe e.V. + Copyright (C) 2000-2007 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. @@ -40,6 +25,21 @@ (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. */ +/* + * SQL header file + * + * by Kern E. Sibbald + * + * Anyone who accesses the database will need to include + * this file. + * + * This file contains definitions common to sql.c and + * the external world, and definitions destined only + * for the external world. This is control with + * the define __SQL_C, which is defined only in sql.c + * + * Version $Id$ + */ /* Here is how database versions work. diff --git a/bacula/src/cats/sql_create.c b/bacula/src/cats/sql_create.c index 36ac5c56fb..47ea132ca1 100644 --- a/bacula/src/cats/sql_create.c +++ b/bacula/src/cats/sql_create.c @@ -1,14 +1,7 @@ -/* - * Bacula Catalog Database Create record interface routines - * - * Kern Sibbald, March 2000 - * - * Version $Id$ - */ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2006 Free Software Foundation Europe e.V. + Copyright (C) 2000-2007 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. @@ -32,6 +25,13 @@ (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. */ +/* + * Bacula Catalog Database Create record interface routines + * + * Kern Sibbald, March 2000 + * + * Version $Id$ + */ /* The following is necessary so that we do not include * the dummy external definition of DB. diff --git a/bacula/src/cats/sql_get.c b/bacula/src/cats/sql_get.c index 00565450e8..7e9ec061ac 100644 --- a/bacula/src/cats/sql_get.c +++ b/bacula/src/cats/sql_get.c @@ -1,13 +1,3 @@ -/* - * Bacula Catalog Database Get record interface routines - * Note, these routines generally get a record by id or - * by name. If more logic is involved, the routine - * should be in find.c - * - * Kern Sibbald, March 2000 - * - * Version $Id$ - */ /* Bacula® - The Network Backup Solution @@ -35,7 +25,16 @@ (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. */ - +/* + * Bacula Catalog Database Get record interface routines + * Note, these routines generally get a record by id or + * by name. If more logic is involved, the routine + * should be in find.c + * + * Kern Sibbald, March 2000 + * + * Version $Id$ + */ /* The following is necessary so that we do not include diff --git a/bacula/src/cats/sql_update.c b/bacula/src/cats/sql_update.c index 09ff60c4d4..89d6bf3b59 100644 --- a/bacula/src/cats/sql_update.c +++ b/bacula/src/cats/sql_update.c @@ -1,14 +1,7 @@ -/* - * Bacula Catalog Database Update record interface routines - * - * Kern Sibbald, March 2000 - * - * Version $Id$ - */ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2006 Free Software Foundation Europe e.V. + Copyright (C) 2000-2007 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. @@ -32,6 +25,13 @@ (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. */ +/* + * Bacula Catalog Database Update record interface routines + * + * Kern Sibbald, March 2000 + * + * Version $Id$ + */ /* The following is necessary so that we do not include * the dummy external definition of DB. diff --git a/bacula/src/dird/dird_conf.c b/bacula/src/dird/dird_conf.c index c38ed5cab8..e1b534415a 100644 --- a/bacula/src/dird/dird_conf.c +++ b/bacula/src/dird/dird_conf.c @@ -1,30 +1,7 @@ -/* - * Main configuration file parser for Bacula Directors, - * some parts may be split into separate files such as - * the schedule configuration (run_config.c). - * - * Note, the configuration file parser consists of three parts - * - * 1. The generic lexical scanner in lib/lex.c and lib/lex.h - * - * 2. The generic config scanner in lib/parse_config.c and - * lib/parse_config.h. - * These files contain the parser code, some utility - * routines, and the common store routines (name, int, - * string). - * - * 3. The daemon specific file, which contains the Resource - * definitions as well as any specific store routines - * for the resource records. - * - * Kern Sibbald, January MM - * - * Version $Id$ - */ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2006 Free Software Foundation Europe e.V. + Copyright (C) 2000-2007 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. @@ -48,6 +25,30 @@ (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. */ +/* + * Main configuration file parser for Bacula Directors, + * some parts may be split into separate files such as + * the schedule configuration (run_config.c). + * + * Note, the configuration file parser consists of three parts + * + * 1. The generic lexical scanner in lib/lex.c and lib/lex.h + * + * 2. The generic config scanner in lib/parse_config.c and + * lib/parse_config.h. + * These files contain the parser code, some utility + * routines, and the common store routines (name, int, + * string). + * + * 3. The daemon specific file, which contains the Resource + * definitions as well as any specific store routines + * for the resource records. + * + * Kern Sibbald, January MM + * + * Version $Id$ + */ + #include "bacula.h" #include "dird.h" diff --git a/bacula/src/dird/dird_conf.h b/bacula/src/dird/dird_conf.h index b8f270f5cc..cd56a61e91 100644 --- a/bacula/src/dird/dird_conf.h +++ b/bacula/src/dird/dird_conf.h @@ -1,10 +1,3 @@ -/* - * Director specific configuration and defines - * - * Kern Sibbald, Feb MM - * - * Version $Id$ - */ /* Bacula® - The Network Backup Solution @@ -32,6 +25,13 @@ (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. */ +/* + * Director specific configuration and defines + * + * Kern Sibbald, Feb MM + * + * Version $Id$ + */ /* NOTE: #includes at the end of this file */ diff --git a/bacula/src/dird/protos.h b/bacula/src/dird/protos.h index a7ce19d884..440b27618f 100644 --- a/bacula/src/dird/protos.h +++ b/bacula/src/dird/protos.h @@ -1,8 +1,3 @@ -/* - * Director external function prototypes - * - * Version $Id$ - */ /* Bacula® - The Network Backup Solution @@ -30,6 +25,11 @@ (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. */ +/* + * Director external function prototypes + * + * Version $Id$ + */ /* admin.c */ extern bool do_admin_init(JCR *jcr); diff --git a/bacula/src/dird/ua_update.c b/bacula/src/dird/ua_update.c index f31c814939..1b6c87b846 100644 --- a/bacula/src/dird/ua_update.c +++ b/bacula/src/dird/ua_update.c @@ -1,16 +1,7 @@ -/* - * - * Bacula Director -- Update command processing - * Split from ua_cmds.c March 2005 - * - * Kern Sibbald, September MM - * - * Version $Id$ - */ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2006 Free Software Foundation Europe e.V. + Copyright (C) 2000-2007 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 +25,15 @@ (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich, Switzerland, email:ftf@fsfeurope.org. */ +/* + * + * Bacula Director -- Update command processing + * Split from ua_cmds.c March 2005 + * + * Kern Sibbald, September MM + * + * Version $Id$ + */ #include "bacula.h" #include "dird.h" @@ -502,7 +502,7 @@ static int update_volume(UAContext *ua) case 12: update_volenabled(ua, ua->argv[j], &mr); break; - case 13: + case 13: update_vol_recyclepool(ua, ua->argv[j], &mr); break; } -- 2.39.5