Skip to content

Commit

Permalink
Merge pull request #82 from tisonkun/license
Browse files Browse the repository at this point in the history
refactor: grouping depencies by their licenses
  • Loading branch information
LinkinStars authored Sep 8, 2023
2 parents 484aa5e + 4ab9535 commit 77505f9
Showing 1 changed file with 85 additions and 69 deletions.
154 changes: 85 additions & 69 deletions docs/development/contributing/notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,72 +6,88 @@ sidebar_label: Notice

The project is built on and with the aid of the following open source projects. Credits are given to these projects.

| Project | License |
| ---- | ---- |
| <https://npmjs.com/package/axios> | MIT |
| <https://npmjs.com/package/bootstrap> | MIT |
| <https://npmjs.com/package/bootstrap-icons> | MIT |
| <https://npmjs.com/package/classnames> | MIT |
| <https://npmjs.com/package/codemirror> | MIT |
| <https://www.npmjs.com/package/color> | MIT |
| <https://npmjs.com/package/copy-to-clipboard> | MIT |
| <https://npmjs.com/package/dayjs> | MIT |
| <https://www.npmjs.com/package/diff> | BSD-3-Clause |
| <https://npmjs.com/package/i18next> | MIT |
| <https://npmjs.com/package/katex> | MIT |
| <https://npmjs.com/package/lodash> | MIT |
| <https://npmjs.com/package/marked> | MIT |
| <https://www.npmjs.com/package/md5> | BSD-3-Clause |
| <https://npmjs.com/package/mermaid> | MIT |
| <https://npmjs.com/package/next-share> | MIT |
| <https://www.npmjs.com/package/qrcode> | MIT |
| <https://npmjs.com/package/qs> | BSD-3-Clause |
| <https://npmjs.com/package/react> | MIT |
| <https://npmjs.com/package/react-bootstrap> | MIT |
| <https://npmjs.com/package/react-dom> | MIT |
| <https://npmjs.com/package/react-helmet-async> | Apache-2.0 |
| <https://npmjs.com/package/react-i18next> | MIT |
| <https://npmjs.com/package/react-router-dom> | MIT |
| <https://npmjs.com/package/swr> | MIT |
| <https://npmjs.com/package/zustand> | MIT |
| <https://github.com/Chain-Zhang/pinyin> | MIT |
| <https://github.com/Machiel/slugify> | MIT |
| <https://github.com/Masterminds/semver> | MIT |
| <https://github.com/anargu/gin-brotli> | MIT |
| <https://github.com/asaskevich/govalidator> | MIT |
| <https://github.com/bwmarrin/snowflake> | BSD-2-Clause |
| <https://github.com/disintegration/imaging> | MIT |
| <https://github.com/gin-gonic/gin> | MIT |
| <https://github.com/go-playground/locales> | MIT |
| <https://github.com/go-playground/universal-translator> | MIT |
| <https://github.com/go-playground/validator> | MIT |
| <https://github.com/go-sql-driver/mysql> | MPL-2.0 |
| <https://github.com/goccy/go-json> | MIT |
| <https://github.com/golang/mock> | Apache-2.0 |
| <https://github.com/google/uuid> | BSD-3-Clause |
| <https://github.com/google/wire> | Apache-2.0 |
| <https://github.com/grokify/html-strip-tags-go> | BSD-3-Clause |
| <https://github.com/jinzhu/copier> | MIT |
| <https://github.com/jinzhu/now> | MIT |
| <https://github.com/jordan-wright/email> | MIT |
| <https://github.com/lib/pq> | MIT |
| <https://github.com/mattn/go-sqlite3> | MIT |
| <https://github.com/microcosm-cc/bluemonday> | BSD-3-Clause |
| <https://github.com/mojocn/base64Captcha> | Apache-2.0 |
| <https://github.com/segmentfault/pacman> | MIT |
| <https://github.com/ory/dockertest> | Apache-2.0 |
| <https://github.com/robfig/cron> | MIT |
| <https://github.com/scottleedavis/go-exif-remove> | MIT |
| <https://github.com/spf13/cobra> | Apache-2.0 |
| <https://github.com/stretchr/testify> | MIT |
| <https://github.com/swaggo/files> | MIT |
| <https://github.com/swaggo/gin-swagger> | MIT |
| <https://github.com/swaggo/swag> | MIT |
| <https://github.com/tidwall/gjson> | MIT |
| <https://github.com/yuin/goldmark> | MIT |
| <https://golang.org/x/crypto> | BSD-3-Clause |
| <https://golang.org/x/net> | BSD-3-Clause |
| <https://gopkg.in/gomail.v2> | MIT |
| <https://gopkg.in/yaml.v3> | Apache-2.0, MIT |
| <https://modernc.org/sqlite> | BSD-3-Clause |
| <https://xorm.io/xorm> | BSD-2-Clause |](../../../i18n/zh-CN/docusaurus-plugin-content-docs/current)
## Apache-2.0

* https://npmjs.com/package/react-helmet-async
* https://github.com/golang/mock
* https://github.com/google/wire
* https://github.com/mojocn/base64Captcha
* https://github.com/ory/dockertest
* https://github.com/spf13/cobra

## MIT and Apache-2.0

* https://gopkg.in/yaml.v3

## MIT

* https://npmjs.com/package/axios
* https://npmjs.com/package/bootstrap
* https://npmjs.com/package/bootstrap-icons
* https://npmjs.com/package/classnames
* https://npmjs.com/package/codemirror
* https://www.npmjs.com/package/color
* https://npmjs.com/package/copy-to-clipboard
* https://npmjs.com/package/dayjs
* https://npmjs.com/package/i18next
* https://npmjs.com/package/katex
* https://npmjs.com/package/lodash
* https://npmjs.com/package/marked
* https://npmjs.com/package/mermaid
* https://npmjs.com/package/next-share
* https://www.npmjs.com/package/qrcode
* https://npmjs.com/package/react
* https://npmjs.com/package/react-bootstrap
* https://npmjs.com/package/react-dom
* https://npmjs.com/package/react-i18next
* https://npmjs.com/package/react-router-dom
* https://npmjs.com/package/swr
* https://npmjs.com/package/zustand
* https://github.com/Chain-Zhang/pinyin
* https://github.com/Machiel/slugify
* https://github.com/Masterminds/semver
* https://github.com/anargu/gin-brotli
* https://github.com/asaskevich/govalidator
* https://github.com/disintegration/imaging
* https://github.com/gin-gonic/gin
* https://github.com/go-playground/locales
* https://github.com/go-playground/universal-translator
* https://github.com/go-playground/validator
* https://github.com/goccy/go-json
* https://github.com/jinzhu/copier
* https://github.com/jinzhu/now
* https://github.com/jordan-wright/email
* https://github.com/lib/pq
* https://github.com/mattn/go-sqlite3
* https://github.com/segmentfault/pacman
* https://github.com/robfig/cron
* https://github.com/scottleedavis/go-exif-remove
* https://github.com/stretchr/testify
* https://github.com/swaggo/files
* https://github.com/swaggo/gin-swagger
* https://github.com/swaggo/swag
* https://github.com/tidwall/gjson
* https://github.com/yuin/goldmark
* https://gopkg.in/gomail.v2

## BSD-3-Clause

* https://www.npmjs.com/package/diff
* https://www.npmjs.com/package/md5
* https://npmjs.com/package/qs
* https://github.com/google/uuid
* https://github.com/grokify/html-strip-tags-go
* https://github.com/microcosm-cc/bluemonday
* https://golang.org/x/crypto
* https://golang.org/x/net
* https://modernc.org/sqlite

## BSD-2-Clause

* https://github.com/bwmarrin/snowflake
* https://xorm.io/xorm


## MPL-2.0

* https://github.com/go-sql-driver/mysql

0 comments on commit 77505f9

Please sign in to comment.