From f8a843fae07daca14262242638e4d3be9445dc01 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sun, 15 Sep 2013 18:09:14 +0700 Subject: [PATCH] bootstrap: set copyright_holder explicitly. * bootstrap.conf (copyright_holder): Explicitly set to the FSF. Signed-off-by: Gary V. Vaughan --- Changelog | 3 +++ bootstrap.conf | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Changelog b/Changelog index 8343f988..880d2ae3 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,8 @@ 2013-09-15 Gary V. Vaughan + bootstrap: set copyright_holder explicitly. + * bootstrap.conf (copyright_holder): Explicitly set to the FSF. + configury: don't check in generated files. * COPYING: Install explicitly to avoid confusion over M4 license. diff --git a/bootstrap.conf b/bootstrap.conf index ab5871b8..4dbf5eaa 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -23,6 +23,8 @@ ## Configuration. ## ## -------------- ## +copyright_holder="Free Software Foundation, Inc." + # List of programs (and minimum versions) required to bootstrap, maintain # and release Libtool. buildreq=' -- 2.11.4.GIT