nocterm_lints 0.3.0+beta.3 copy "nocterm_lints: ^0.3.0+beta.3" to clipboard
nocterm_lints: ^0.3.0+beta.3 copied to clipboard

Nocterm lints add Assistants to the editor.

License

MIT License with BSD-3-Clause Derivative Works

This project is dual-licensed:

## Original Derivative Works (BSD-3-Clause)

Portions of this software are derived from the Dart project and retain their
original BSD-3-Clause license:

```
Copyright (c) 2020, the Dart project authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be found
in the LICENSE.dart file distributed with the Dart SDK:
https://github.com/dart-lang/sdk/blob/main/LICENSE
```

The following files are derived from the Dart project with modifications:
- lib/nocterm/* (Dart assists adapted for Nocterm)
- lib/utilities/extensions/ast.dart
- lib/utilities/extensions/element.dart

## Original and Modified Works (MIT License)

All other code, including modifications to derived files and new implementations:

```
Copyright (c) 2026 zoocityboy

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.
```

## Compliance

This dual licensing ensures compliance with both:
- The MIT License for new original works
- The BSD-3-Clause License for derived Dart project code
- The Dart SDK's license requirements