]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak some copyright dates
authorKern Sibbald <kern@sibbald.com>
Wed, 21 Jul 2010 15:16:05 +0000 (17:16 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:58 +0000 (16:53 +0200)
bacula/src/lib/bregex.c
bacula/src/lib/bregex.h
bacula/src/lib/mem_pool.c

index 1e4b3ac5a418c011d107ee9668203682a70ab81f..dfa1c480021b98bb4a6e6606fcdbe68dd4f32a6e 100644 (file)
@@ -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.
index 8c713f46110e67833e5e9d79fbc3e0d73bc22a36..05cf31debf4d36fa4d77c83237e44315467350ce 100644 (file)
@@ -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 */
 };        
 
 
index 5c406bc80e9eaae97311242a3417335655da65c9..4f978b6179a4aa662a8c436a32032e93d8900b39 100644 (file)
@@ -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"