diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-10-10 12:54:14 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-10-10 12:54:14 +0100 |
| commit | a77d7185c9eb28aaf8c87221c018cb50e0c0df42 (patch) | |
| tree | ce1afa9c884de3255d95d456fe90ba726a0a0334 | |
| parent | de23ab89c84aaf71a0853eecf6c0a4fe2718396d (diff) | |
| download | rabbitmq-server-git-a77d7185c9eb28aaf8c87221c018cb50e0c0df42.tar.gz | |
include the spec files' license info
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) \; |
