README.md: update license information
This commit is contained in:
parent
5329930d86
commit
0f1099656c
11
README.md
11
README.md
@ -23,16 +23,17 @@ following packages:
|
|||||||
## Why did you create it?
|
## Why did you create it?
|
||||||
|
|
||||||
The whole parser familiy was created because I wanted a proper `hclfmt`
|
The whole parser familiy was created because I wanted a proper `hclfmt`
|
||||||
command, which like `gofmt` formats a HCL file. I didn't want to use
|
command, which like `gofmt` formats a HCL file. I didn't want to use the
|
||||||
[HCL](https://github.com/hashicorp/hcl) in the first place, because the lexer
|
package [github/hashicorp/hcl](https://github.com/hashicorp/hcl) in the first
|
||||||
and parser is generated and it doesn't expose any kind of flexibility.
|
place, because the lexer and parser is generated and it doesn't expose any kind
|
||||||
|
of flexibility.
|
||||||
|
|
||||||
Another reason was that I wanted to learn and experience how to implement a
|
Another reason was that I wanted to learn and experience how to implement a
|
||||||
proper lexer and parser in Go. It was really fun and I think it was worht it.
|
proper lexer and parser in Go. It was really fun and I think it was worht it.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The MIT License (MIT) - see
|
The BSD 3-Clause License - see
|
||||||
[`LICENSE.md`](https://github.com/fatih/hcl/blob/master/LICENSE.md) for more
|
[`LICENSE`](https://github.com/fatih/hcl/blob/master/LICENSE.md) for more
|
||||||
details
|
details
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user