Skip to content

Commit

Permalink
Fixed license in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Aug 3, 2016
1 parent bb6d1aa commit 40e1c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (

const (
APP = "SSLScan Client"
VER = "1.0.0"
VER = "1.0.1"
DESC = "Command-line client for the SSL Labs API"
)

Expand Down Expand Up @@ -487,7 +487,7 @@ func showAbout() {
Desc: DESC,
Year: 2009,
Owner: "Essential Kaos",
License: "Essential Kaos Open Source License <https://essentialkaos.com/ekol?en>",
License: "Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>",
}

about.Render()
Expand Down

0 comments on commit 40e1c30

Please sign in to comment.