diff options
author | Earl Warren <earl-warren@noreply.codeberg.org> | 2024-07-25 09:40:19 +0200 |
---|---|---|
committer | Earl Warren <earl-warren@noreply.codeberg.org> | 2024-07-25 09:40:19 +0200 |
commit | 875e6496c6d9f91c6e7f9c35fdda4c1ac77e6c34 (patch) | |
tree | 4b1caeba57004821617adff5d412ce8c8524bb5a /webpack.config.js | |
parent | Merge pull request 'fix(release-notes-assistant): remove extra newline on bre... (diff) | |
parent | [CHORE] Remove `AGPL-1.0` as allowed license (diff) | |
download | forgejo-875e6496c6d9f91c6e7f9c35fdda4c1ac77e6c34.tar.xz forgejo-875e6496c6d9f91c6e7f9c35fdda4c1ac77e6c34.zip |
Merge pull request '[CHORE] Remove `AGPL-1.0` as allowed license' (#4673) from gusted/forgejo-rm-agpl into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4673
Reviewed-by: Beowulf <beowulf@noreply.codeberg.org>
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index fec1935767..8a6ca63dea 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -36,7 +36,7 @@ if (isProduction) { licenseChecker.init({ start: baseDirectory, production: true, - onlyAllow: 'Apache-2.0; 0BSD; BSD-2-Clause; BSD-3-Clause; BlueOak-1.0.0; MIT; AGPL-1.0; ISC; Unlicense; CC-BY-4.0', + onlyAllow: 'Apache-2.0; 0BSD; BSD-2-Clause; BSD-3-Clause; BlueOak-1.0.0; MIT; ISC; Unlicense; CC-BY-4.0', // argparse@2.0.1 - Python-2.0. It's used in the CLI file of markdown-it and js-yaml and not in the library code. // elkjs@0.9.3 - EPL-2.0. See https://github.com/mermaid-js/mermaid/pull/5654 // idiomorph@0.3.0. See https://github.com/bigskysoftware/idiomorph/pull/37 |