Skip to content

Commit fbd5484

Browse files
committed
Surface GPL-3 / open-source status across the site
Add a one-liner under the Install page H1, a sentence in the packages overview intro, and a site-wide footer note linking to GPL-3.0 and the GitHub source.
1 parent 4e6c2ea commit fbd5484

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = {
7777
],
7878
footer: {
7979
message: `Developed by <a href="https://cynkra.com" target="_blank"><img src="${base}logos/logo-cynkra.png" alt="cynkra" style="height:36px;vertical-align:middle"></a> and <a href="https://www.bms.com" target="_blank"><img src="${base}logos/logo-bms.png" alt="BMS" style="height:24px;vertical-align:middle"></a>`,
80-
copyright: ''
80+
copyright: `Free and open source, released under <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GPL-3.0</a>. <a href="https://github.com/BristolMyersSquibb/blockr" target="_blank">Source on GitHub</a>.`
8181
},
8282
}
8383
}

install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: Install the blockr meta-package and optional extras.
55

66
# Install blockr
77

8+
blockr is free and open source, released under [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.html).
9+
810
You need [R](https://www.r-project.org/) 4.1 or later. Most users access blockr through a hosted server (e.g. [blockr.cloud](https://blockr.cloud)) and don't need to install anything locally.
911

1012
## blockr <Badge type="tip" text="recommended" />

packages/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ app (engine, layout, sessions, code export) and **block packages** that
1212
provide the actual building blocks users drag onto a board. Each layer spans
1313
three maturity tiers — stable on CRAN, in development, and experimental.
1414

15+
All packages are free and open source, released under
16+
[GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.html).
17+
Source for each package lives on GitHub (linked from the cards below).
18+
1519
::: tip Just want to get started?
1620
`install.packages("blockr")` pulls the whole stable stack in one step — the
1721
**blockr** meta‑package re‑exports the six CRAN packages below.

0 commit comments

Comments
 (0)