Update License and copyright

This commit is contained in:
José Luis Ruiz Ruiz
2018-04-23 12:31:10 -07:00
parent 97c7b82aec
commit f5fc982bf0
13 changed files with 16 additions and 19 deletions
+1
View File
@@ -1,3 +1,4 @@
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
FROM nginx:latest
RUN apt-get update && apt-get install -y openssl apache2-utils
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
set -e
if [ ! -d /etc/pki/tls/certs ]; then