From 2d1001985fadc0a8e8218e21c3c89fd559f9e3fa Mon Sep 17 00:00:00 2001 From: Ayoub Ait Lachgar <44379029+theaubmov@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:51:01 +0100 Subject: [PATCH] consistent license --- LICENSE | 2 +- README.md | 9 +-------- package-lock.json | 16 +--------------- package.json | 2 +- 4 files changed, 4 insertions(+), 25 deletions(-) diff --git a/LICENSE b/LICENSE index 3fc5e23..40f8f15 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index de473b9..375d99a 100644 --- a/README.md +++ b/README.md @@ -95,11 +95,4 @@ Below is a table of all the events that are sent and accepted: | spiff.json\_files.requested | request a list of local json files. | Fired | optionType | The type of options required ('json' or 'dmn') | | spff.dmn\_files.requested | request of list of local dmn files. | | | | | spiff.json\_files.returned | Return a list of available json files | Recieved | options | \[{lable:'My Label', value:'1'}\] | -| spff.dmn\_files.returned | Return a list of available dmn files. | Recieved | options | \[{lable:'My Label', value:'1'}\] | - - - - - -## License -MIT +| spff.dmn\_files.returned | Return a list of available dmn files. | Recieved | options | \[{lable:'My Label', value:'1'}\] | \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4f0c6f0..75ba8e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "bpmn-js-spiffworkflow", "version": "0.0.8", - "license": "MIT", + "license": "LGPL", "dependencies": { "inherits": "^2.0.4", "inherits-browser": "^0.0.1", @@ -5653,20 +5653,6 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", diff --git a/package.json b/package.json index fcf5ed2..904c54d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "url": "https://github.com/bpmn-io" } ], - "license": "MIT", + "license": "LGPL", "devDependencies": { "@babel/core": "^7.18.6", "@babel/plugin-transform-react-jsx": "^7.17.12",