ncrack: update license with exceptions

Closes #112907.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Michael Cho 2022-10-11 14:18:22 -07:00 committed by BrewTestBot
parent ba7fdc4485
commit 8309a5552d
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
class Ncrack < Formula class Ncrack < Formula
desc "Network authentication cracking tool" desc "Network authentication cracking tool"
homepage "https://nmap.org/ncrack/" homepage "https://nmap.org/ncrack/"
license "GPL-2.0-only" # License is GPL-2.0-only with non-representable exceptions and an OpenSSL exception.
# See the installed COPYING file for full details of license terms.
license :cannot_represent
revision 1 revision 1
head "https://github.com/nmap/ncrack.git", branch: "master" head "https://github.com/nmap/ncrack.git", branch: "master"