Skip to content
Discussion options

You must be logged in to vote

Hello -

If you search the RabbitMQ source code, you can see where that license file comes from:

git clone https://github.com/rabbitmq/rabbitmq-server.git
cd rabbitmq-server
$ git grep -i 'bsd 2-clause'
packaging/common/LICENSE.tail:25:The BSD 2-Clause license is as follows:

OK, so the file is called LICENSE.tail. Here is how it is used:

$ git grep 'LICENSE\.tail'
Makefile:260:   $(verbose) cat packaging/common/LICENSE.tail >> $@/LICENSE

That's interesting, what is in the Makefile on line 260:

https://github.com/rabbitmq/rabbitmq-server/blob/main/Makefile#L260-L263

It looks like LICENSE.tail is appended to the overall LICENSE file. Most likely, this is due to a dependency of RabbitMQ tha…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lukebakken
Comment options

@Tron731
Comment options

Answer selected by lukebakken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants