summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-10-10 12:54:14 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-10-10 12:54:14 +0100
commita77d7185c9eb28aaf8c87221c018cb50e0c0df42 (patch)
treece1afa9c884de3255d95d456fe90ba726a0a0334
parentde23ab89c84aaf71a0853eecf6c0a4fe2718396d (diff)
downloadrabbitmq-server-git-a77d7185c9eb28aaf8c87221c018cb50e0c0df42.tar.gz
include the spec files' license info
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd119edd02..146b6335ce 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) \;