From f5fc982bf0f634a5c347be1f5a644556e1b0088c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ruiz=20Ruiz?= Date: Mon, 23 Apr 2018 12:31:10 -0700 Subject: [PATCH] Update License and copyright --- README.md | 4 ++++ docker-compose.yml | 1 + kibana/Dockerfile | 1 + kibana/config/wait-for-it.sh | 1 + logstash/Dockerfile | 1 + logstash/config/logstash.conf | 1 + logstash/config/run.sh | 9 +-------- nginx/Dockerfile | 1 + nginx/config/run.sh | 2 +- wazuh/Dockerfile | 1 + wazuh/config/filebeat.yml | 1 + wazuh/config/init.bash | 2 +- wazuh/config/run.sh | 10 +--------- 13 files changed, 16 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index b1405deb..c97d3532 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ These Docker containers are based on: We thank you them and everyone else who has contributed to this project. +## License and copyright + +Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) + ## Wazuh official website [Wazuh website](http://wazuh.com) diff --git a/docker-compose.yml b/docker-compose.yml index 5069d769..8c745a3b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,3 +1,4 @@ +# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) version: '2' services: diff --git a/kibana/Dockerfile b/kibana/Dockerfile index b7dec831..2942037e 100644 --- a/kibana/Dockerfile +++ b/kibana/Dockerfile @@ -1,3 +1,4 @@ +# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) FROM docker.elastic.co/kibana/kibana:6.2.3 ARG WAZUH_APP_VERSION=3.2.1_6.2.3 USER root diff --git a/kibana/config/wait-for-it.sh b/kibana/config/wait-for-it.sh index 560b7bf8..2e29f98a 100644 --- a/kibana/config/wait-for-it.sh +++ b/kibana/config/wait-for-it.sh @@ -1,4 +1,5 @@ #!/bin/bash +# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) set -e diff --git a/logstash/Dockerfile b/logstash/Dockerfile index e32bdd5e..45b9d5f9 100644 --- a/logstash/Dockerfile +++ b/logstash/Dockerfile @@ -1,3 +1,4 @@ +# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) FROM docker.elastic.co/logstash/logstash:6.2.3 COPY config/logstash.conf /etc/logstash/conf.d/logstash.conf diff --git a/logstash/config/logstash.conf b/logstash/config/logstash.conf index ed998448..ee23fb08 100644 --- a/logstash/config/logstash.conf +++ b/logstash/config/logstash.conf @@ -1,3 +1,4 @@ +# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) # Wazuh - Logstash configuration file ## Remote Wazuh Manager - Filebeat input input { diff --git a/logstash/config/run.sh b/logstash/config/run.sh index 55d3de67..f30a492f 100644 --- a/logstash/config/run.sh +++ b/logstash/config/run.sh @@ -1,12 +1,5 @@ #!/bin/bash - -# -# OSSEC container bootstrap. See the README for information of the environment -# variables expected by this script. -# - -# - +# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) # # Apply Templates # diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 71caddd4..41df38bb 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -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 diff --git a/nginx/config/run.sh b/nginx/config/run.sh index 758bdd81..29977b2f 100644 --- a/nginx/config/run.sh +++ b/nginx/config/run.sh @@ -1,5 +1,5 @@ #!/bin/bash - +# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) set -e if [ ! -d /etc/pki/tls/certs ]; then diff --git a/wazuh/Dockerfile b/wazuh/Dockerfile index db6bab07..a144ff18 100644 --- a/wazuh/Dockerfile +++ b/wazuh/Dockerfile @@ -1,3 +1,4 @@ +# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) FROM phusion/baseimage:latest ARG FILEBEAT_VERSION=6.2.3 ARG WAZUH_VERSION=3.2.1-1 diff --git a/wazuh/config/filebeat.yml b/wazuh/config/filebeat.yml index 7f076793..750d0ed9 100644 --- a/wazuh/config/filebeat.yml +++ b/wazuh/config/filebeat.yml @@ -1,3 +1,4 @@ +# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) filebeat: prospectors: - input_type: log diff --git a/wazuh/config/init.bash b/wazuh/config/init.bash index 335da4e1..8c4683c3 100644 --- a/wazuh/config/init.bash +++ b/wazuh/config/init.bash @@ -1,5 +1,5 @@ #!/bin/bash - +# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) # # Initialize the custom data directory layout # diff --git a/wazuh/config/run.sh b/wazuh/config/run.sh index f4670864..bfad665d 100644 --- a/wazuh/config/run.sh +++ b/wazuh/config/run.sh @@ -1,13 +1,5 @@ #!/bin/bash - -# -# OSSEC container bootstrap. See the README for information of the environment -# variables expected by this script. -# - -# - -# +# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) # Startup the services #