From 0b39533de6b7cfe08fd70c65de624035327359b7 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 30 Nov 2014 12:12:08 +0100 Subject: [PATCH] Add copyright to Makefiles --- bacula/Makefile.in | 3 +++ bacula/autoconf/configure.in | 3 +++ bacula/manpages/Makefile.in | 2 ++ bacula/src/Makefile.in | 3 ++- bacula/src/cats/Makefile.in | 5 ++++- bacula/src/console/Makefile.in | 3 ++- bacula/src/dird/Makefile.in | 4 +++- bacula/src/filed/Makefile.in | 4 +++- bacula/src/findlib/Makefile.in | 3 +++ bacula/src/lib/Makefile.in | 4 +++- bacula/src/stored/Makefile.in | 3 +++ bacula/src/tools/Makefile.in | 3 +++ 12 files changed, 34 insertions(+), 6 deletions(-) diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 89da091c3a..2080ba37b9 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -1,6 +1,9 @@ # # Master Makefile # +# Author: Kern Sibbald +# License: LGPLv3 +# @MCOMMON@ working_dir=@working_dir@ diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 47d45dee92..8e505b92bc 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2,6 +2,9 @@ dnl dnl dnl Process this file with autoconf to produce a configure script. dnl +dnl Author: Kern Sibbald +dnl License: LGPLv2 +dnl dnl require a recent autoconf AC_PREREQ(2.61) AC_INIT([bacula], m4_esyscmd([sed -n -e 's/^#define VERSION.*"\(.*\)"$/\1/p' ../src/version.h src/version.h 2> /dev/null | tr -d '\n'])) diff --git a/bacula/manpages/Makefile.in b/bacula/manpages/Makefile.in index 929a97f643..995876ebd0 100644 --- a/bacula/manpages/Makefile.in +++ b/bacula/manpages/Makefile.in @@ -1,4 +1,6 @@ # +# Author: Kern Sibbald +# License: LGPLv3 # @MCOMMON@ diff --git a/bacula/src/Makefile.in b/bacula/src/Makefile.in index a729de860b..0d11c80b1e 100644 --- a/bacula/src/Makefile.in +++ b/bacula/src/Makefile.in @@ -1,5 +1,6 @@ # -# Version $Id$ +# Author: Kern Sibbald +# License: LGPLv3 # @MCOMMON@ diff --git a/bacula/src/cats/Makefile.in b/bacula/src/cats/Makefile.in index f14eb7b82a..7a4f20ae48 100644 --- a/bacula/src/cats/Makefile.in +++ b/bacula/src/cats/Makefile.in @@ -1,4 +1,7 @@ -# +# +# Author: Kern Sibbald +# License: LGPLv3 +# @MCOMMON@ srcdir = . diff --git a/bacula/src/console/Makefile.in b/bacula/src/console/Makefile.in index 0186d3369c..162d39625a 100644 --- a/bacula/src/console/Makefile.in +++ b/bacula/src/console/Makefile.in @@ -1,5 +1,6 @@ # -# Version $Id$ +# Author: Kern Sibbald +# License: LGPLv3 # @MCOMMON@ diff --git a/bacula/src/dird/Makefile.in b/bacula/src/dird/Makefile.in index c4c47df965..5d723dfca2 100644 --- a/bacula/src/dird/Makefile.in +++ b/bacula/src/dird/Makefile.in @@ -1,7 +1,9 @@ # # Bacula Director Makefile # -# +# Author: Kern Sibbald +# License: LGPLv3 +# @MCOMMON@ srcdir = . diff --git a/bacula/src/filed/Makefile.in b/bacula/src/filed/Makefile.in index 1a6ca05db7..69a7f71721 100644 --- a/bacula/src/filed/Makefile.in +++ b/bacula/src/filed/Makefile.in @@ -2,7 +2,9 @@ # Bacula Makefile for the File daemon # # - +# Author: Kern Sibbald +# License: LGPLv3 +# @MCOMMON@ srcdir = . diff --git a/bacula/src/findlib/Makefile.in b/bacula/src/findlib/Makefile.in index cd3c2a3133..f886085113 100644 --- a/bacula/src/findlib/Makefile.in +++ b/bacula/src/findlib/Makefile.in @@ -1,4 +1,7 @@ # +# Author: Kern Sibbald +# License: LGPLv3 +# # Find files library Makefile # @MCOMMON@ diff --git a/bacula/src/lib/Makefile.in b/bacula/src/lib/Makefile.in index 82ec57e9b5..660b0aebb7 100644 --- a/bacula/src/lib/Makefile.in +++ b/bacula/src/lib/Makefile.in @@ -1,5 +1,7 @@ # - +# Author: Kern Sibbald +# License: LGPLv3 +# @MCOMMON@ # Define library versions diff --git a/bacula/src/stored/Makefile.in b/bacula/src/stored/Makefile.in index 7671fa74fc..1d712895f5 100644 --- a/bacula/src/stored/Makefile.in +++ b/bacula/src/stored/Makefile.in @@ -1,4 +1,7 @@ # +# Author: Kern Sibbald +# License: LGPLv3 +# @MCOMMON@ srcdir = . diff --git a/bacula/src/tools/Makefile.in b/bacula/src/tools/Makefile.in index 47a51282aa..991c196004 100644 --- a/bacula/src/tools/Makefile.in +++ b/bacula/src/tools/Makefile.in @@ -1,4 +1,7 @@ # +# Author: Kern Sibbald +# License: LGPLv3 +# # Bacula Tools Makefile # @MCOMMON@ -- 2.39.5