diff --git a/LICENSE b/LICENSE index 40f5e6c3..51ab7d2f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ - Portions Copyright (C) 2020 Wazuh, Inc. + Portions Copyright (C) 2021 Wazuh, Inc. Based on work Copyright (C) 2003 - 2013 Trend Micro, Inc. This program is a free software; you can redistribute it and/or modify diff --git a/README.md b/README.md index 583bff91..257810a5 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ We thank you them and everyone else who has contributed to this project. ## License and copyright -Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) ## Web references diff --git a/build-from-sources.yml b/build-from-sources.yml index db1c042a..49120850 100644 --- a/build-from-sources.yml +++ b/build-from-sources.yml @@ -1,4 +1,4 @@ -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) version: '3.7' services: diff --git a/docker-compose.yml b/docker-compose.yml index 7bab601d..12686ea3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) version: '3.7' services: diff --git a/generate-opendistro-certs.yml b/generate-opendistro-certs.yml index 4c83507a..cd23e310 100644 --- a/generate-opendistro-certs.yml +++ b/generate-opendistro-certs.yml @@ -1,4 +1,4 @@ -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) version: '3' services: diff --git a/kibana-odfe/Dockerfile b/kibana-odfe/Dockerfile index 0cff8b2e..de07eac0 100644 --- a/kibana-odfe/Dockerfile +++ b/kibana-odfe/Dockerfile @@ -1,4 +1,4 @@ -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) FROM amazon/opendistro-for-elasticsearch-kibana:1.11.0 USER kibana ARG ELASTIC_VERSION=7.9.1 diff --git a/kibana-odfe/config/entrypoint.sh b/kibana-odfe/config/entrypoint.sh index f2c017f1..f96672fb 100644 --- a/kibana-odfe/config/entrypoint.sh +++ b/kibana-odfe/config/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) set -e diff --git a/kibana-odfe/config/kibana_settings.sh b/kibana-odfe/config/kibana_settings.sh index b0c56e4d..4bc39a5f 100644 --- a/kibana-odfe/config/kibana_settings.sh +++ b/kibana-odfe/config/kibana_settings.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) WAZUH_MAJOR=4 diff --git a/kibana-odfe/config/wazuh.yml b/kibana-odfe/config/wazuh.yml index 6c52d526..3b074c61 100644 --- a/kibana-odfe/config/wazuh.yml +++ b/kibana-odfe/config/wazuh.yml @@ -1,7 +1,7 @@ --- # # Wazuh app - App configuration file -# Copyright (C) 2015-2020 Wazuh, Inc. +# Copyright (C) 2015-2021 Wazuh, Inc. # # 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 diff --git a/kibana-odfe/config/wazuh_app_config.sh b/kibana-odfe/config/wazuh_app_config.sh index 7ff90337..c08980a5 100644 --- a/kibana-odfe/config/wazuh_app_config.sh +++ b/kibana-odfe/config/wazuh_app_config.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) wazuh_url="${WAZUH_API_URL:-https://wazuh}" wazuh_port="${API_PORT:-55000}" diff --git a/kibana-odfe/config/welcome_wazuh.sh b/kibana-odfe/config/welcome_wazuh.sh index 74ae2eef..50b1d56e 100644 --- a/kibana-odfe/config/welcome_wazuh.sh +++ b/kibana-odfe/config/welcome_wazuh.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) if [[ $CHANGE_WELCOME == "true" ]] then diff --git a/production-cluster.yml b/production-cluster.yml index 334444f1..f6b30281 100644 --- a/production-cluster.yml +++ b/production-cluster.yml @@ -1,4 +1,4 @@ -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) version: '3.7' services: diff --git a/wazuh-odfe/Dockerfile b/wazuh-odfe/Dockerfile index c317bdff..01df48b5 100644 --- a/wazuh-odfe/Dockerfile +++ b/wazuh-odfe/Dockerfile @@ -1,4 +1,4 @@ -# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2) FROM centos:7 ARG FILEBEAT_VERSION=7.9.1 diff --git a/wazuh-odfe/config/etc/cont-init.d/0-wazuh-init b/wazuh-odfe/config/etc/cont-init.d/0-wazuh-init index fedd795a..b45dced5 100644 --- a/wazuh-odfe/config/etc/cont-init.d/0-wazuh-init +++ b/wazuh-odfe/config/etc/cont-init.d/0-wazuh-init @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) # Variables source /permanent_data.env diff --git a/wazuh-odfe/config/etc/cont-init.d/1-config-filebeat b/wazuh-odfe/config/etc/cont-init.d/1-config-filebeat index ce033aa5..b77a550d 100644 --- a/wazuh-odfe/config/etc/cont-init.d/1-config-filebeat +++ b/wazuh-odfe/config/etc/cont-init.d/1-config-filebeat @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bash -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) set -e diff --git a/wazuh-odfe/config/permanent_data.sh b/wazuh-odfe/config/permanent_data.sh index 7dfaa647..600af0f1 100644 --- a/wazuh-odfe/config/permanent_data.sh +++ b/wazuh-odfe/config/permanent_data.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2) +# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2) # Variables source /permanent_data.env