From 3c7628a1c05f25ff6ab0517b1b63b082f80773e4 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 13 Feb 2010 11:48:47 +0100 Subject: [PATCH] Tweak copyright date --- bacula/src/dird/bsr.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bacula/src/dird/bsr.c b/bacula/src/dird/bsr.c index 96d30c0ca3..8390861fa6 100644 --- a/bacula/src/dird/bsr.c +++ b/bacula/src/dird/bsr.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2002-2008 Free Software Foundation Europe e.V. + Copyright (C) 2002-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,7 +34,6 @@ * * Kern Sibbald, July MMII * - * Version $Id$ */ #include "bacula.h" @@ -282,8 +281,7 @@ static void display_vol_info(UAContext *ua, RESTORE_CTX &rx, JobId_t JobId) } Mmsg(volmsg, "%c%-25.25s %-25.25s %-25.25s", online, bsr->VolParams[i].VolumeName, - bsr->VolParams[i].Storage, - Device); + bsr->VolParams[i].Storage, Device); add_prompt(ua, volmsg.c_str()); } } -- 2.39.5