diff --git a/README.md b/README.md index 8d6cde4..7bee03b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ OPTIONS Set default Type name. -v, -version Show version. + -nc, -nocomment + Do not output comments. ``` ```bash @@ -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 @@ -69,4 +68,6 @@ curl -s "https://raw.githubusercontent.com/aaharu/schemarshal/master/test_data/d ## License -BSD-2-Clause \ No newline at end of file +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) diff --git a/codegen/generator.go b/codegen/generator.go index 643291d..3a9ee23 100644 --- a/codegen/generator.go +++ b/codegen/generator.go @@ -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 diff --git a/codegen/generator_test.go b/codegen/generator_test.go index 3a9eedf..1aa55fc 100644 --- a/codegen/generator_test.go +++ b/codegen/generator_test.go @@ -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 diff --git a/cui/cui.go b/cui/cui.go index 0fb2b53..0623216 100644 --- a/cui/cui.go +++ b/cui/cui.go @@ -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 diff --git a/main.go b/main.go index 193856b..a8c6b5d 100644 --- a/main.go +++ b/main.go @@ -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): diff --git a/utils/converter.go b/utils/converter.go index 1aad379..5641c2a 100644 --- a/utils/converter.go +++ b/utils/converter.go @@ -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 diff --git a/utils/converter_test.go b/utils/converter_test.go index 02b07d0..dd54b8f 100644 --- a/utils/converter_test.go +++ b/utils/converter_test.go @@ -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 diff --git a/version/version.go b/version/version.go index 9189b9e..e861d1a 100644 --- a/version/version.go +++ b/version/version.go @@ -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 diff --git a/version/version_test.go b/version/version_test.go index 4180dee..e790fc2 100644 --- a/version/version_test.go +++ b/version/version_test.go @@ -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