From 6ae6512b86861fd6c0e779edd3224d586627b42f Mon Sep 17 00:00:00 2001 From: Alexandru Scvortov Date: Mon, 10 Oct 2011 12:54:14 +0100 Subject: include the spec files' license info --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fd119edd..146b6335 100644 --- a/Makefile +++ b/Makefile @@ -265,6 +265,7 @@ ifneq "$(PLUGINS_SRC_DIR)" "" cp -r $(PLUGINS_SRC_DIR) $(TARGET_SRC_DIR)/plugins-src rm $(TARGET_SRC_DIR)/LICENSE cat packaging/common/LICENSE.head >> $(TARGET_SRC_DIR)/LICENSE + cat $(AMQP_CODEGEN_DIR)/license_info >> $(TARGET_SRC_DIR)/LICENSE find $(PLUGINS_SRC_DIR)/licensing -name "license_info_*" -exec cat '{}' >> $(TARGET_SRC_DIR)/LICENSE \; cat packaging/common/LICENSE.tail >> $(TARGET_SRC_DIR)/LICENSE find $(PLUGINS_SRC_DIR)/licensing -name "LICENSE-*" -exec cp '{}' $(TARGET_SRC_DIR) \; -- cgit v1.2.1