license: Update license to AGPLv3

This commit is contained in:
b12f 2024-10-09 16:49:49 +02:00
parent a51aad42ee
commit 4fe03486eb
Signed by: b12f
GPG key ID: 729956E1124F8F26
8 changed files with 13 additions and 15 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "schlechtenburg", "name": "schlechtenburg",
"version": "0.0.0", "version": "0.0.0",
"license": "GPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"scripts": { "scripts": {
"docs:type:build": "npx typedoc --json ./docs/api.json --entryPointStrategy packages --readme none packages/core packages/heading packages/standalone packages/paragraph packages/layout packages/image", "docs:type:build": "npx typedoc --json ./docs/api.json --entryPointStrategy packages --readme none packages/core packages/heading packages/standalone packages/paragraph packages/layout packages/image",
"typecheck": "lerna run --stream typecheck", "typecheck": "lerna run --stream typecheck",

View file

@ -4,7 +4,7 @@
"description": "> TODO: description", "description": "> TODO: description",
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>", "author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
"homepage": "", "homepage": "",
"license": "GPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "lib/index.ts", "main": "lib/index.ts",
"directories": { "directories": {
"doc": "docs", "doc": "docs",

View file

@ -4,7 +4,7 @@
"description": "> TODO: description", "description": "> TODO: description",
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>", "author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
"homepage": "", "homepage": "",
"license": "GPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "lib/index.ts", "main": "lib/index.ts",
"directories": { "directories": {
"doc": "docs", "doc": "docs",

View file

@ -4,7 +4,7 @@
"description": "> TODO: description", "description": "> TODO: description",
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>", "author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
"homepage": "", "homepage": "",
"license": "GPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "lib/index.ts", "main": "lib/index.ts",
"directories": { "directories": {
"doc": "docs", "doc": "docs",

View file

@ -4,7 +4,7 @@
"description": "> TODO: description", "description": "> TODO: description",
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>", "author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
"homepage": "", "homepage": "",
"license": "GPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "lib/index.ts", "main": "lib/index.ts",
"directories": { "directories": {
"doc": "docs", "doc": "docs",

View file

@ -7,7 +7,7 @@ This module contains helper functions to convert HTML or a DOM tree into a rich
Install the module Install the module
```bash ```bash
npm install @wordpress/rich-text npm install @schlechtenburg/rich-text
``` ```
_This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for such language features and APIs, you should include [the polyfill shipped in `@wordpress/babel-preset-default`](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default#polyfill) in your code._ _This package assumes that your code will run in an **ES2015+** environment. If you're using an environment that has limited or no support for such language features and APIs, you should include [the polyfill shipped in `@wordpress/babel-preset-default`](https://github.com/WordPress/gutenberg/tree/HEAD/packages/babel-preset-default#polyfill) in your code._
@ -299,7 +299,7 @@ _Returns_
- `RichTextValue`: A new combined value. - `RichTextValue`: A new combined value.
### registerFormatType ### registerFormatTypes
Registers a new format provided a unique name and an object defining its behavior. Registers a new format provided a unique name and an object defining its behavior.
@ -438,7 +438,7 @@ _Returns_
- `string`: HTML string. - `string`: HTML string.
### unregisterFormatType ### unregisterFormatTypes
Unregisters a format. Unregisters a format.
@ -481,10 +481,8 @@ _Returns_
<!-- END TOKEN(Autogenerated API docs) --> <!-- END TOKEN(Autogenerated API docs) -->
## Contributing to this package ## License
This is an individual package that's part of the Gutenberg project. The project is organized as a monorepo. It's made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to [npm](https://www.npmjs.com/) and used by [WordPress](https://make.wordpress.org/core/) as well as other software projects. This package is a fork of the wordpress gutenberg rich-text package (`@wordpress/rich-text` on npm). At the point of forking, the project was dual-licensed under the GPLv2 and the MPLv2.
To find out more about contributing to this package or Gutenberg as a whole, please read the project's main [contributor guide](https://github.com/WordPress/gutenberg/tree/HEAD/CONTRIBUTING.md). All subsequent changes are licensed under the AGPLv3.
<br /><br /><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>

View file

@ -4,7 +4,7 @@
"description": "> TODO: description", "description": "> TODO: description",
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>", "author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
"homepage": "", "homepage": "",
"license": "GPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "lib/index.ts", "main": "lib/index.ts",
"directories": { "directories": {
"lib": "lib" "lib": "lib"

View file

@ -4,7 +4,7 @@
"description": "> TODO: description", "description": "> TODO: description",
"author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>", "author": "Benjamin Bädorf <hello@benjaminbaedorf.eu>",
"homepage": "", "homepage": "",
"license": "GPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "lib/index.ts", "main": "lib/index.ts",
"scripts": { "scripts": {
"dev": "npm run json-to-md:watch", "dev": "npm run json-to-md:watch",