mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-04 14:03:24 +00:00 
			
		
		
		
	Bump copyright
This commit is contained in:
		
				
					committed by
					
						
						VictorMorenoJimenez
					
				
			
			
				
	
			
			
			
						parent
						
							09153da593
						
					
				
				
					commit
					f848aa9600
				
			@@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -e
 | 
					set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WAZUH_MAJOR=4
 | 
					WAZUH_MAJOR=4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Wazuh app - App configuration file
 | 
					# 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
 | 
					# 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
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/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_url="${WAZUH_API_URL:-https://wazuh}"
 | 
				
			||||||
wazuh_port="${API_PORT:-55000}"
 | 
					wazuh_port="${API_PORT:-55000}"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
kibana_config_file="/usr/share/kibana/config/kibana.yml"
 | 
					kibana_config_file="/usr/share/kibana/config/kibana.yml"
 | 
				
			||||||
if grep -Fq  "#xpack features" "$kibana_config_file";
 | 
					if grep -Fq  "#xpack features" "$kibana_config_file";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user