]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/Make.common.in
Tweak more copyrights
[bacula/bacula] / bacula / autoconf / Make.common.in
index 17467bbb7f60ed435f1f3a213c2180549b470203..ac6e30dc500d51767294c324731ff80e30cbaeb9 100644 (file)
@@ -1,7 +1,24 @@
 #
+# Author: Kern Sibbald
+# License: LGPLv3
+#
 # This file is pulled in by all the Unix Bacula Makefiles
 #   so it has all the "common" definitions
 #
+#  Bacula® - The Network Backup Solution
+#
+#  Copyright (C) 2000-2014 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.
+#
+#  You may use this file and others of this release according to the
+#  license defined in the LICENSE file, which includes the Affero General
+#  Public License, v3.0 ("AGPLv3") and some additional permissions and
+#  terms pursuant to its AGPLv3 Section 7.
+#
+#  Bacula® is a registered trademark of Kern Sibbald.
+#
 
 DATE="@DATE@"
 LSMDATE=@LSMDATE@
@@ -47,7 +64,7 @@ RMF = $(RM) -f
 CP = @CP@
 SED = @SED@
 AWK = @AWK@
-ECHO = @ECHO@
+ECHO = /bin/echo
 CMP = @CMP@
 TBL = @TBL@
 AR = @AR@
@@ -87,8 +104,6 @@ LIBS = @LIBS@
 WRAPLIBS = @WRAPLIBS@
 DINCLUDE = @DINCLUDE@
 DLIB = @DLIB@
-PYTHON_LIBS = @PYTHON_LIBS@
-PYTHON_INC = @PYTHON_INCDIR@
 OPENSSL_LIBS = @OPENSSL_LIBS@
 DLLIBS = @LIBADD_DLOPEN@