update license info and description

This commit is contained in:
2015-07-07 15:26:54 +03:00
parent 76b8c258c1
commit 9f6c0bb0c0
+8 -3
View File
@@ -1,6 +1,7 @@
# cert-check.sh #!/bin/bash
# ########################################################################
# Copyright (C) 2015 Max Mehl <mail@mehl.mx> # Copyright (C) 2015 Max Mehl <mail@mehl.mx>
########################################################################
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -15,7 +16,11 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
#!/bin/bash ########################################################################
#
# This script checks if given SSL cert, key and csr match each other
#
########################################################################
BASENAME=$(basename $0) BASENAME=$(basename $0)