Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aaharu committed Dec 15, 2017
1 parent 31dfc03 commit 77f9485
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ OPTIONS
Set default Type name.
-v, -version
Show version.
-nc, -nocomment
Do not output comments.
```

```bash
Expand Down Expand Up @@ -58,9 +60,6 @@ curl -s "https://raw.githubusercontent.com/aaharu/schemarshal/master/test_data/d
- https://godoc.org/golang.org/x/crypto/ssh/terminal
- https://golang.org/LICENSE


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Faaharu%2Fschemarshal.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Faaharu%2Fschemarshal?ref=badge_large)

## Similar Projects

* https://github.com/idubinskiy/schematyper
Expand All @@ -69,4 +68,6 @@ curl -s "https://raw.githubusercontent.com/aaharu/schemarshal/master/test_data/d

## License

BSD-2-Clause
BSD-2-Clause

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Faaharu%2Fschemarshal.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Faaharu%2Fschemarshal?ref=badge_large)
2 changes: 1 addition & 1 deletion codegen/generator.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2017 aaharu All rights reserved.
// This source code is licensed under the BSD-style license found in
// This source code is licensed under the 2-clause BSD license found in
// the LICENSE file in the root directory of this source tree.

package codegen
Expand Down
2 changes: 1 addition & 1 deletion codegen/generator_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2017 aaharu All rights reserved.
// This source code is licensed under the BSD-style license found in
// This source code is licensed under the 2-clause BSD license found in
// the LICENSE file in the root directory of this source tree.

package codegen
Expand Down
2 changes: 1 addition & 1 deletion cui/cui.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2017 aaharu All rights reserved.
// This source code is licensed under the BSD-style license found in
// This source code is licensed under the 2-clause BSD license found in
// the LICENSE file in the root directory of this source tree.

package cui
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2017 aaharu All rights reserved.
// This source code is licensed under the BSD-style license found in
// This source code is licensed under the 2-clause BSD license found in
// the LICENSE file in the root directory of this source tree.

// This source code use following software(s):
Expand Down
2 changes: 1 addition & 1 deletion utils/converter.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2017 aaharu All rights reserved.
// This source code is licensed under the BSD-style license found in
// This source code is licensed under the 2-clause BSD license found in
// the LICENSE file in the root directory of this source tree.

package utils
Expand Down
2 changes: 1 addition & 1 deletion utils/converter_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2017 aaharu All rights reserved.
// This source code is licensed under the BSD-style license found in
// This source code is licensed under the 2-clause BSD license found in
// the LICENSE file in the root directory of this source tree.

package utils
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2017 aaharu All rights reserved.
// This source code is licensed under the BSD-style license found in
// This source code is licensed under the 2-clause BSD license found in
// the LICENSE file in the root directory of this source tree.

package version
Expand Down
2 changes: 1 addition & 1 deletion version/version_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2017 aaharu All rights reserved.
// This source code is licensed under the BSD-style license found in
// This source code is licensed under the 2-clause BSD license found in
// the LICENSE file in the root directory of this source tree.

package version
Expand Down

0 comments on commit 77f9485

Please sign in to comment.