Skip to content

Commit dfb829c

Browse files
authored
Merge pull request #1853 from rabbitmq/clarify-licensing
README.md: Clarify how the licenses are applied to the content
2 parents 2c95b7f + 79cac25 commit dfb829c

File tree

3 files changed

+297
-376
lines changed

3 files changed

+297
-376
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,18 @@ npm run build
5858
This is important to run this command before pushing changes to GitHub to make
5959
sure the build is successful. This is the command that will be used to deploy
6060
the website in production.
61+
62+
## Copyright and License
63+
64+
© 2007-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to
65+
Broadcom Inc. and/or its subsidiaries.
66+
67+
<img align="right" width="180" src="http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-nd.eu.svg">
68+
69+
The RabbitMQ documentation is dual-licensed under the Apache License 2.0 and
70+
the Mozilla Public License 2.0. Users can choose any of these licenses
71+
according to their needs. However, **the blog is excluded from this license and
72+
remains the intellectual property of Broadcom Inc.** Blog posts may not be
73+
restributed.
74+
75+
SPDX-License-Identifier: Apache-2.0 OR MPL-2.0

src/css/custom.css

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ html[data-theme='dark'] .mermaid-msg > rect {
117117
}
118118

119119
/* -------------------------------------------------------------------
120-
/* Docs introductino page.
120+
* Docs introductino page.
121121
* ------------------------------------------------------------------- */
122122

123123
/*
@@ -171,7 +171,7 @@ html[data-theme='dark'] .mermaid-msg > rect {
171171
}
172172

173173
/* -------------------------------------------------------------------
174-
/* Release Information table.
174+
* Release Information table.
175175
* ------------------------------------------------------------------- */
176176

177177
.release-information {
@@ -269,3 +269,42 @@ html[data-theme='dark'] .release-information {
269269
grid-column-start: 2;
270270
margin-left: 0.5em;
271271
}
272+
273+
/* -------------------------------------------------------------------
274+
* Trademark guildelines page.
275+
* ------------------------------------------------------------------- */
276+
277+
.logos-gallery {
278+
display: flex;
279+
flex-direction: column;
280+
align-items: center;
281+
}
282+
283+
.logos-gallery img {
284+
display: block;
285+
height: 35px;
286+
border: none;
287+
margin: 0px auto;
288+
}
289+
290+
.logos-gallery figcaption {
291+
text-align: center;
292+
}
293+
294+
.logos-gallery p {
295+
margin: 0.5em 0px;
296+
}
297+
298+
.logos-gallery a {
299+
font-style: normal;
300+
}
301+
302+
@media (min-width: 997px) {
303+
.logos-gallery {
304+
flex-direction: row;
305+
}
306+
307+
.logos-gallery img {
308+
height: 50px;
309+
}
310+
}

0 commit comments

Comments
 (0)