From: Kern Sibbald Date: Sun, 10 Jan 2016 14:55:27 +0000 (+0100) Subject: Change copyright as per agreement with FSFE X-Git-Tag: Release-7.4.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285a13c00a30d3cc8576d6e86bd3013397d3bd39;p=thirdparty%2Fbacula.git Change copyright as per agreement with FSFE --- diff --git a/bacula/src/filed/heartbeat.c b/bacula/src/filed/heartbeat.c index e3ffdcdf5..c93e40767 100644 --- a/bacula/src/filed/heartbeat.c +++ b/bacula/src/filed/heartbeat.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2003-2014 Free Software Foundation Europe e.V. + 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. diff --git a/bacula/src/filed/hello.c b/bacula/src/filed/hello.c index 2ec910573..87a31ba5e 100644 --- a/bacula/src/filed/hello.c +++ b/bacula/src/filed/hello.c @@ -1,8 +1,7 @@ /* Bacula(R) - The Network Backup Solution - Copyright (C) 2000-2015 Kern Sibbald - Copyright (C) 2000-2014 Free Software Foundation Europe e.V. + 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. diff --git a/bacula/src/filed/xattr.h b/bacula/src/filed/xattr.h index b2bbe23b3..62742a82e 100644 --- a/bacula/src/filed/xattr.h +++ b/bacula/src/filed/xattr.h @@ -18,8 +18,8 @@ Bacula(R) is a registered trademark of Kern Sibbald. */ -#ifndef __BXATTR_H_ -#define __BXATTR_H_ +#ifndef BACULA_XATTR_H_ +#define BACULA_XATTR_H_ #if defined(HAVE_LINUX_OS) #define BXATTR_ENOTSUP EOPNOTSUPP @@ -74,4 +74,4 @@ struct xattr_ctx_t { #define XATTR_BUFSIZ 1024 -#endif /* __BXATTR_H_ */ +#endif /* BACULA_XATTR_H_ */