Skip to content

Commit 28b3a68

Browse files
committed
feat: Switch to ACSL license
1 parent 9cb7e59 commit 28b3a68

File tree

10 files changed

+785
-819
lines changed

10 files changed

+785
-819
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ jobs:
66
name: Lint
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
10-
- uses: actions/setup-node@v4
9+
- uses: actions/checkout@v5
10+
- uses: actions/setup-node@v5
1111
with:
1212
node-version-file: .node-version
1313
- run: npm ci
14+
- run: node --run lint:js
1415
- run: node --run lint:markdown
1516
- run: node --run lint:language

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23
1+
24

LICENSE

Lines changed: 13 additions & 222 deletions
Large diffs are not rendered by default.

docs/.vitepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ export default {
6060
},
6161

6262
footer: {
63-
message: 'Released under the Hippocratic License 3.0.',
64-
copyright: 'Copyright Fynn Becker',
63+
message: 'Released under the Anti-Capitalist Software License (ACSL)',
64+
copyright: '© Fynn Ellie Be',
6565
},
6666
},
6767
}

docs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Langenfelder Straße 93\
1919

2020
[Fractal](https://fractal.build) provides a great foundation for component libraries.
2121

22-
These docs are powered by [VitePress](https://vitepress.vuejs.org) and hosted on [Netlify](https://www.netlify.com).
22+
These docs are powered by [VitePress](https://vitepress.vuejs.org).

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ features:
2828
<div class="Home-content"><div class="Home-container">
2929
<!-- markdownlint-enable no-inline-html -->
3030

31-
::: warning Pangolin.js is currently unmaintained
32-
Please consider the following alternatives:
31+
::: warning Pangolin.js is unmaintained
32+
Please consider the following alternatives.
3333

3434
## Component libraries
3535

docs/v6/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Introduction
22

33
::: warning Unmaintained
4-
Pangolin.js is currently unmaintained, please consider alternatives.
4+
Pangolin.js is unmaintained, please consider alternatives.
55
:::
66

77
Pangolin.js is a framework for design system development with Nunjucks, Sass, and JavaScript. It helps building a frontend pattern library for web projects of all scales — small, medium, and large.

docs/v6/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pangolin.js v6
22

33
::: warning Unmaintained
4-
Pangolin.js is currently unmaintained, please consider alternatives.
4+
Pangolin.js is unmaintained, please consider alternatives.
55
:::
66

77
* [Guide](guide/)

0 commit comments

Comments
 (0)