]> git.sur5r.net Git - bacula/bacula/commitdiff
Add copyright to Makefiles
authorKern Sibbald <kern@sibbald.com>
Sun, 30 Nov 2014 11:12:08 +0000 (12:12 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 30 Nov 2014 11:12:08 +0000 (12:12 +0100)
12 files changed:
bacula/Makefile.in
bacula/autoconf/configure.in
bacula/manpages/Makefile.in
bacula/src/Makefile.in
bacula/src/cats/Makefile.in
bacula/src/console/Makefile.in
bacula/src/dird/Makefile.in
bacula/src/filed/Makefile.in
bacula/src/findlib/Makefile.in
bacula/src/lib/Makefile.in
bacula/src/stored/Makefile.in
bacula/src/tools/Makefile.in

index 89da091c3aa5b88424271219d858b80d58894b45..2080ba37b96d6aaae4709fefd5a4adb0ba31b3fc 100755 (executable)
@@ -1,6 +1,9 @@
 # 
 # Master Makefile
 #
+# Author: Kern Sibbald
+# License: LGPLv3
+#
 @MCOMMON@
 
 working_dir=@working_dir@
index 47d45dee923f7f7a17da312b366c753d8fbe8dce..8e505b92bcb3beef3f1c75cb8df20e3e4ca75531 100644 (file)
@@ -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']))
index 929a97f64357a149d2b99f90dbffa098ac2bb3fc..995876ebd0f8c3bab081efb82ae43f37f0fb72c8 100644 (file)
@@ -1,4 +1,6 @@
 #
+# Author: Kern Sibbald
+# License: LGPLv3
 #
 @MCOMMON@
 
index a729de860bf6394aa6f7e201563131f2190b12eb..0d11c80b1efce63d359049c82e80ca818406c652 100644 (file)
@@ -1,5 +1,6 @@
 #
-# Version $Id$
+# Author: Kern Sibbald
+# License: LGPLv3
 #
 @MCOMMON@
 
index f14eb7b82a50aa50f296a131d4f32a4eaed8983e..7a4f20ae48286ee9bdba5c52f601fe2dcf4d6710 100644 (file)
@@ -1,4 +1,7 @@
-# 
+#
+# Author: Kern Sibbald
+# License: LGPLv3
+#
 @MCOMMON@
 
 srcdir =       .
index 0186d3369cf7feecc1ef9e2cc3c87460566949f1..162d39625adee396ca6caafa4028595876a31e19 100644 (file)
@@ -1,5 +1,6 @@
 #
-#  Version $Id$
+# Author: Kern Sibbald
+# License: LGPLv3
 #
 @MCOMMON@
 
index c4c47df9657ad401a470997540e5c937edb633ca..5d723dfca22597699ea2965778a58654626521fb 100644 (file)
@@ -1,7 +1,9 @@
 #
 #  Bacula Director Makefile
 #
-#  
+# Author: Kern Sibbald
+# License: LGPLv3
+#
 @MCOMMON@
 
 srcdir =       .
index 1a6ca05db7fe0f5010104721f003b9da236b06f7..69a7f71721406c328e38ac07640c8321aefaf96e 100644 (file)
@@ -2,7 +2,9 @@
 # Bacula Makefile for the File daemon
 #
 #
-
+# Author: Kern Sibbald
+# License: LGPLv3
+#
 @MCOMMON@
 
 srcdir =       .
index cd3c2a31332319ee4775c1bd7f4b1a265bcb1f9a..f886085113f26b2cf913072d7a46061b07b97636 100644 (file)
@@ -1,4 +1,7 @@
 #
+# Author: Kern Sibbald
+# License: LGPLv3
+#
 #  Find files library Makefile
 #
 @MCOMMON@
index 82ec57e9b5b69fee42a0958efc5c909b4d846981..660b0aebb747e4535cc7702970046e9abdf700c7 100644 (file)
@@ -1,5 +1,7 @@
 #
-
+# Author: Kern Sibbald
+# License: LGPLv3
+#
 @MCOMMON@
 
 # Define library versions
index 7671fa74fcdfd2c5ee01b7705b76b032eb0a4292..1d712895f5bc3488613a261a7b731439a1d2a2db 100644 (file)
@@ -1,4 +1,7 @@
 #
+# Author: Kern Sibbald
+# License: LGPLv3
+#
 @MCOMMON@
 
 srcdir =       .
index 47a51282aafd8adedcaa82c15414d5489acd30ee..991c196004bef1f640f3f0bbddeda2046f1d34ff 100644 (file)
@@ -1,4 +1,7 @@
 #
+# Author: Kern Sibbald
+# License: LGPLv3
+#
 # Bacula Tools Makefile
 #
 @MCOMMON@