diff --git a/package-lock.json b/package-lock.json index de2a805..62d8ab5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4726,7 +4726,7 @@ "packages/prebuilt-tdlib": { "name": "prebuilt-tdlib-dev", "version": "0.0.0", - "license": "BlueOak-1.0.0" + "license": "MIT" }, "packages/tdl": { "version": "8.0.1", diff --git a/packages/prebuilt-tdlib/LICENSE b/packages/prebuilt-tdlib/LICENSE new file mode 100644 index 0000000..4106157 --- /dev/null +++ b/packages/prebuilt-tdlib/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022-2024 eilvelia + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +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. diff --git a/packages/prebuilt-tdlib/LICENSE.md b/packages/prebuilt-tdlib/LICENSE.md deleted file mode 100644 index c5402b9..0000000 --- a/packages/prebuilt-tdlib/LICENSE.md +++ /dev/null @@ -1,55 +0,0 @@ -# Blue Oak Model License - -Version 1.0.0 - -## Purpose - -This license gives everyone as much permission to work with -this software as possible, while protecting contributors -from liability. - -## Acceptance - -In order to receive this license, you must agree to its -rules. The rules of this license are both obligations -under that agreement and conditions to your license. -You must not do anything with this software that triggers -a rule that you cannot or will not follow. - -## Copyright - -Each contributor licenses you to do everything with this -software that would otherwise infringe that contributor's -copyright in it. - -## Notices - -You must ensure that everyone who gets a copy of -any part of this software from you, with or without -changes, also gets the text of this license or a link to -. - -## Excuse - -If anyone notifies you in writing that you have not -complied with [Notices](#notices), you can keep your -license by taking all practical steps to comply within 30 -days after the notice. If you do not do so, your license -ends immediately. - -## Patent - -Each contributor licenses you to do everything with this -software that would otherwise infringe any patent claims -they can license or become able to license. - -## Reliability - -No contributor can revoke this license. - -## No Liability - -***As far as the law allows, this software comes as is, -without any warranty or condition, and no contributor -will be liable to anyone for any damages related to this -software or this license, under any kind of legal claim.*** diff --git a/packages/prebuilt-tdlib/package.json b/packages/prebuilt-tdlib/package.json index f2e80e2..7936551 100644 --- a/packages/prebuilt-tdlib/package.json +++ b/packages/prebuilt-tdlib/package.json @@ -15,7 +15,7 @@ ], "optionalDependencies": {}, "author": "eilvelia ", - "license": "BlueOak-1.0.0", + "license": "MIT", "keywords": [ "telegram", "telegram-api", diff --git a/packages/prebuilt-tdlib/prebuild-template/LICENSE b/packages/prebuilt-tdlib/prebuild-template/LICENSE new file mode 100644 index 0000000..d3061a3 --- /dev/null +++ b/packages/prebuilt-tdlib/prebuild-template/LICENSE @@ -0,0 +1,13 @@ +Zero-Clause BSD +============= + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE +FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN +AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/packages/prebuilt-tdlib/prebuild-template/LICENSE.md b/packages/prebuilt-tdlib/prebuild-template/LICENSE.md deleted file mode 100644 index c5402b9..0000000 --- a/packages/prebuilt-tdlib/prebuild-template/LICENSE.md +++ /dev/null @@ -1,55 +0,0 @@ -# Blue Oak Model License - -Version 1.0.0 - -## Purpose - -This license gives everyone as much permission to work with -this software as possible, while protecting contributors -from liability. - -## Acceptance - -In order to receive this license, you must agree to its -rules. The rules of this license are both obligations -under that agreement and conditions to your license. -You must not do anything with this software that triggers -a rule that you cannot or will not follow. - -## Copyright - -Each contributor licenses you to do everything with this -software that would otherwise infringe that contributor's -copyright in it. - -## Notices - -You must ensure that everyone who gets a copy of -any part of this software from you, with or without -changes, also gets the text of this license or a link to -. - -## Excuse - -If anyone notifies you in writing that you have not -complied with [Notices](#notices), you can keep your -license by taking all practical steps to comply within 30 -days after the notice. If you do not do so, your license -ends immediately. - -## Patent - -Each contributor licenses you to do everything with this -software that would otherwise infringe any patent claims -they can license or become able to license. - -## Reliability - -No contributor can revoke this license. - -## No Liability - -***As far as the law allows, this software comes as is, -without any warranty or condition, and no contributor -will be liable to anyone for any damages related to this -software or this license, under any kind of legal claim.*** diff --git a/packages/prebuilt-tdlib/prebuild-template/package.json b/packages/prebuilt-tdlib/prebuild-template/package.json index 5406e97..33c8dad 100644 --- a/packages/prebuilt-tdlib/prebuild-template/package.json +++ b/packages/prebuilt-tdlib/prebuild-template/package.json @@ -10,7 +10,7 @@ "README.md" ], "preferUnplugged": true, - "license": "BlueOak-1.0.0", + "license": "0BSD", "keywords": [ "tdlib", "prebuilt-tdlib"