From 197203a168de0cdc49a38f6f2c2320abfd977309 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 7 Jun 2015 08:00:45 +0200 Subject: [PATCH] Remove install of defunct technotes (reported by Dan Langille) + new license --- bacula/Makefile.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 4f0543b026..6e2990630b 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -1,8 +1,7 @@ -# # Master Makefile # -# Author: Kern Sibbald -# License: LGPLv3 +# Author: Kern Sibbald, Copyright 2000-2015 +# License: BSD 2-Clause # @MCOMMON@ @@ -35,8 +34,8 @@ DIST_CFG = autoconf/aclocal.m4 autoconf/configure.in \ autoconf/config.h.in autoconf/acconfig.h autoconf/Make.common.in \ autoconf/install-sh autoconf/mkinstalldirs -doc_files = VERIFYING technotes ChangeLog README ReleaseNotes LICENSE \ - INSTALL +doc_files = VERIFYING ChangeLog README ReleaseNotes LICENSE \ + LICENSE-FAQ INSTALL MKDIR = $(srcdir)/autoconf/mkinstalldirs LIBTOOL_DEPS = @LIBTOOL_DEPS@ -- 2.39.5