diff --git a/.changeset/relicense-mit.md b/.changeset/relicense-mit.md new file mode 100644 index 0000000..aa26aaf --- /dev/null +++ b/.changeset/relicense-mit.md @@ -0,0 +1,9 @@ +--- +"@fluxloop-ai/pds-core": patch +--- + +라이선스를 `UNLICENSED` 에서 **MIT** 로 변경. + +- 각 패키지에 `LICENSE` 동봉 — MIT (c) 2026 The Pluto + `THIRD-PARTY NOTICES` 에 Wanted Montage(WDS) 원저작권 고지(© 2026 Wanted Lab, Inc., MIT) 포함. PDS 토큰 값이 Montage 에서 이식된 부분이 있어 MIT 고지 의무를 이행하는 것. +- npm tarball 에 `LICENSE` 가 자동 포함되므로 소비자에게 고지가 함께 전달됨. +- 배포 채널(`access: "restricted"`)은 변경 없음 — 라이선스만 개방. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..77c0ac2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,51 @@ +MIT License + +Copyright (c) 2026 The Pluto + +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. + +------------------------------------------------------------------------------- + +THIRD-PARTY NOTICES + +Portions of the Pluto Design System are derived from the Wanted Design System +(Montage / WDS) — https://github.com/wanteddev/montage-web — used under the +MIT License: + +MIT License + +Copyright (c) 2026 Wanted Lab, Inc. + +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/README.md b/README.md index fa98ac1..7873b1e 100644 --- a/README.md +++ b/README.md @@ -300,4 +300,6 @@ pnpm changeset ## 라이선스 -UNLICENSED — Fluxloop AI 내부 사용 전용. 외부 배포 · 재공개 금지. +[MIT](LICENSE) — Copyright (c) 2026 The Pluto. 상업적 목적을 포함한 모든 용도로 자유롭게 사용·수정·배포할 수 있으며, 저작권 표시와 라이선스 전문을 포함해야 합니다. + +PDS 의 일부는 [Wanted Montage (WDS)](https://github.com/wanteddev/montage-web) 를 토대로 합니다 (Copyright (c) 2026 Wanted Lab, Inc., MIT). 원저작권 고지는 [`LICENSE`](LICENSE) 의 THIRD-PARTY NOTICES 에 포함되어 있습니다. diff --git a/package.json b/package.json index ded9aac..316aca3 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.0.0", "private": true, "description": "Pluto Design System (PDS) monorepo", + "license": "MIT", "packageManager": "pnpm@10.6.5", "engines": { "node": ">=22.11.0" diff --git a/packages/pds-core/LICENSE b/packages/pds-core/LICENSE new file mode 100644 index 0000000..77c0ac2 --- /dev/null +++ b/packages/pds-core/LICENSE @@ -0,0 +1,51 @@ +MIT License + +Copyright (c) 2026 The Pluto + +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. + +------------------------------------------------------------------------------- + +THIRD-PARTY NOTICES + +Portions of the Pluto Design System are derived from the Wanted Design System +(Montage / WDS) — https://github.com/wanteddev/montage-web — used under the +MIT License: + +MIT License + +Copyright (c) 2026 Wanted Lab, Inc. + +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/pds-core/package.json b/packages/pds-core/package.json index 70188ea..4c9961e 100644 --- a/packages/pds-core/package.json +++ b/packages/pds-core/package.json @@ -3,7 +3,7 @@ "version": "0.1.2", "private": false, "description": "Pluto Design System — tokens, Tailwind preset, Pretendard, motion", - "license": "UNLICENSED", + "license": "MIT", "sideEffects": [ "**/*.css" ], diff --git a/packages/pds-icons/LICENSE b/packages/pds-icons/LICENSE new file mode 100644 index 0000000..77c0ac2 --- /dev/null +++ b/packages/pds-icons/LICENSE @@ -0,0 +1,51 @@ +MIT License + +Copyright (c) 2026 The Pluto + +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. + +------------------------------------------------------------------------------- + +THIRD-PARTY NOTICES + +Portions of the Pluto Design System are derived from the Wanted Design System +(Montage / WDS) — https://github.com/wanteddev/montage-web — used under the +MIT License: + +MIT License + +Copyright (c) 2026 Wanted Lab, Inc. + +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/pds-icons/package.json b/packages/pds-icons/package.json index 9261be0..84f7095 100644 --- a/packages/pds-icons/package.json +++ b/packages/pds-icons/package.json @@ -3,7 +3,7 @@ "version": "0.1.2", "private": false, "description": "Pluto Design System — phosphor wrappers + PDS-native icons", - "license": "UNLICENSED", + "license": "MIT", "type": "module", "sideEffects": false, "exports": { diff --git a/packages/pds-markdown/LICENSE b/packages/pds-markdown/LICENSE new file mode 100644 index 0000000..77c0ac2 --- /dev/null +++ b/packages/pds-markdown/LICENSE @@ -0,0 +1,51 @@ +MIT License + +Copyright (c) 2026 The Pluto + +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. + +------------------------------------------------------------------------------- + +THIRD-PARTY NOTICES + +Portions of the Pluto Design System are derived from the Wanted Design System +(Montage / WDS) — https://github.com/wanteddev/montage-web — used under the +MIT License: + +MIT License + +Copyright (c) 2026 Wanted Lab, Inc. + +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/pds-markdown/package.json b/packages/pds-markdown/package.json index 301ae17..6ae62b6 100644 --- a/packages/pds-markdown/package.json +++ b/packages/pds-markdown/package.json @@ -3,7 +3,7 @@ "version": "0.1.2", "private": false, "description": "Pluto Design System — markdown renderer (react-markdown + remark-gfm) for chat slots", - "license": "UNLICENSED", + "license": "MIT", "type": "module", "sideEffects": [ "**/*.css" diff --git a/packages/pds-ui/LICENSE b/packages/pds-ui/LICENSE new file mode 100644 index 0000000..77c0ac2 --- /dev/null +++ b/packages/pds-ui/LICENSE @@ -0,0 +1,51 @@ +MIT License + +Copyright (c) 2026 The Pluto + +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. + +------------------------------------------------------------------------------- + +THIRD-PARTY NOTICES + +Portions of the Pluto Design System are derived from the Wanted Design System +(Montage / WDS) — https://github.com/wanteddev/montage-web — used under the +MIT License: + +MIT License + +Copyright (c) 2026 Wanted Lab, Inc. + +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/pds-ui/package.json b/packages/pds-ui/package.json index b8760a5..a1ab31b 100644 --- a/packages/pds-ui/package.json +++ b/packages/pds-ui/package.json @@ -3,7 +3,7 @@ "version": "0.1.2", "private": true, "description": "Pluto Design System — Radix + Tailwind components (source-only, shadcn registry)", - "license": "UNLICENSED", + "license": "MIT", "type": "module", "sideEffects": false, "exports": {