From 40e1c302514026536f7068d65a0c0a793ba7e691 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Wed, 3 Aug 2016 07:48:55 -0400 Subject: [PATCH] Fixed license in source code --- cli/cli.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/cli.go b/cli/cli.go index a06fe3f..2dd9b7e 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -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" ) @@ -487,7 +487,7 @@ func showAbout() { Desc: DESC, Year: 2009, Owner: "Essential Kaos", - License: "Essential Kaos Open Source License ", + License: "Apache License, Version 2.0 ", } about.Render()