]> git.sur5r.net Git - bacula/bacula/commitdiff
Change copyright as per agreement with FSFE
authorKern Sibbald <kern@sibbald.com>
Sun, 10 Jan 2016 14:55:27 +0000 (15:55 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 10 Jan 2016 14:55:27 +0000 (15:55 +0100)
bacula/src/filed/heartbeat.c
bacula/src/filed/hello.c
bacula/src/filed/xattr.h

index e3ffdcdf568526b6406bc0ea9e5ee2bc3da04ca7..c93e407677f92155dbaddd242005e574bd682c25 100644 (file)
@@ -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.
index 2ec9105736f78bc774eebead593d9b8e514e6ea1..87a31ba5e4e98233286e532827ef16c12d44a72f 100644 (file)
@@ -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.
index b2bbe23b3f1e6d29f6a220e16038de4d6d1b670e..62742a82e2137ce89c22029614187f67c8debea3 100644 (file)
@@ -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_ */