From 02d56732fbc8427d776458ee3d5faa3afbc2bd7a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 21 Jul 2010 17:16:05 +0200 Subject: [PATCH] Tweak some copyright dates --- bacula/src/lib/bregex.c | 4 +--- bacula/src/lib/bregex.h | 6 +++--- bacula/src/lib/mem_pool.c | 3 +-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/bacula/src/lib/bregex.c b/bacula/src/lib/bregex.c index 1e4b3ac5a4..dfa1c48002 100644 --- a/bacula/src/lib/bregex.c +++ b/bacula/src/lib/bregex.c @@ -26,8 +26,6 @@ * Peters, Guido van Rossum, Ka-Ping Yee, Sjoerd Mullender, and * probably one or two others that I'm forgetting. * - * $Id$ - * * This file modified to work with Bacula and C++ by * Kern Sibbald, April 2006 * @@ -37,7 +35,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2006-2008 Free Software Foundation Europe e.V. + Copyright (C) 2006-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. diff --git a/bacula/src/lib/bregex.h b/bacula/src/lib/bregex.h index 8c713f4611..05cf31debf 100644 --- a/bacula/src/lib/bregex.h +++ b/bacula/src/lib/bregex.h @@ -26,7 +26,7 @@ extern "C" { /* Bacula® - The Network Backup Solution - Copyright (C) 2006-2006 Free Software Foundation Europe e.V. + Copyright (C) 2006-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. @@ -106,8 +106,8 @@ struct regex_t int num_registers; /* number of registers used */ unsigned char anchor; /* anchor: 0=none 1=begline 2=begbuf */ char *errmsg; - int cflags; /* compilation flags */ - POOLMEM *lcase; /* used by REG_ICASE */ + int cflags; /* compilation flags */ + POOLMEM *lcase; /* used by REG_ICASE */ }; diff --git a/bacula/src/lib/mem_pool.c b/bacula/src/lib/mem_pool.c index 5c406bc80e..4f978b6179 100644 --- a/bacula/src/lib/mem_pool.c +++ b/bacula/src/lib/mem_pool.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2007 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. @@ -44,7 +44,6 @@ * * Kern E. Sibbald * - * Version $Id$ */ #include "bacula.h" -- 2.39.5