Files
mathuoandClaude Opus 4.8 2502854371 Add per-package licences and enterprise commercial licence
- Ship a LICENCE.md in every published package and include it in files[]:
  MIT for dockview-core/dockview/react/vue/angular, commercial for
  dockview-enterprise
- dockview-enterprise: commercial Software Licence Agreement v1.3, with
  license field set to "SEE LICENSE IN LICENCE.md"
- Root LICENSE -> LICENCE.md: a multi-licence overview mapping each package
  (MIT vs proprietary) with the MIT text retained as the repo default

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 18:35:41 +01:00

1.9 KiB

Licensing

This repository is a monorepo containing several packages, and not all of them share the same licence. Each published package ships its own LICENCE.md, which is the authoritative licence for that package.

Package Licence
dockview-core MIT
dockview MIT
dockview-react MIT
dockview-vue MIT
dockview-angular MIT
dockview-enterprise Proprietary — commercial licence — see packages/dockview-enterprise/LICENCE.md

Unless a package's own LICENCE.md states otherwise, that package — and the remainder of this repository — is licensed under the MIT Licence set out below. dockview-enterprise is not covered by the MIT Licence; it is proprietary software governed solely by its own commercial licence agreement.


MIT Licence

Copyright (c) 2021 mathuo

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.