Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Change 0BSD license with MIT
Browse files Browse the repository at this point in the history
And clarify the repository status in README
  • Loading branch information
kachick committed May 10, 2024
1 parent 7be6fe3 commit 2c16ac9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
27 changes: 18 additions & 9 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
MIT License

Copyright (C) 2023 by Nico Braun <rainbowstack@gmail.com>
Copyright (C) 2024 by Kenichi Kamiya <kachick1@gmail.com>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
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" 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.
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.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# VS Code Extension - yamlfmt

This extension calls the external binary [yamlfmt](https://github.com/google/yamlfmt/).
This repository is now forked for my use, the upstream is [bluebrown/vscode-extension-yamlfmt](https://github.com/bluebrown/vscode-extension-yamlfmt)

What are the differences in the features.

- Run formatter for GitHub action workflows

## Usage

> **Note** The binary must exist in the system path. See the [official install
> instructions][2].
**Note** The binary must exist in the system path.

### Configuration

Expand All @@ -23,5 +26,4 @@ You can pass extra flags from the `settings.json`:
}
```

> **Note** The flag `-in` is always appended to the args, since the current
> document is passed via stdin to yamlfmt.
**Note** The flag `-in` is always appended to the args, since the current document is passed via stdin to yamlfmt.

0 comments on commit 2c16ac9

Please sign in to comment.