From 6d7066c38162316e8286f3290c33049e2640ae97 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Wed, 2 Jul 2025 16:20:30 -0400 Subject: [PATCH] add license --- salt/orch/delete_hypervisor.sls | 5 +++++ salt/reactor/check_hypervisor.sls | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/salt/orch/delete_hypervisor.sls b/salt/orch/delete_hypervisor.sls index 3249d11b5..3f0bd02b6 100644 --- a/salt/orch/delete_hypervisor.sls +++ b/salt/orch/delete_hypervisor.sls @@ -1,3 +1,8 @@ +# Copyright Security Onion Solutions LLC and/or licensed to Security Onion Solutions LLC under one +# or more contributor license agreements. Licensed under the Elastic License 2.0 as shown at +# https://securityonion.net/license; you may not use this file except in compliance with the +# Elastic License 2.0. + {% set hypervisor = pillar.minion_id %} ensure_hypervisor_mine_deleted: diff --git a/salt/reactor/check_hypervisor.sls b/salt/reactor/check_hypervisor.sls index 2f3831471..91b7c0c02 100644 --- a/salt/reactor/check_hypervisor.sls +++ b/salt/reactor/check_hypervisor.sls @@ -1,3 +1,8 @@ +# Copyright Security Onion Solutions LLC and/or licensed to Security Onion Solutions LLC under one +# or more contributor license agreements. Licensed under the Elastic License 2.0 as shown at +# https://securityonion.net/license; you may not use this file except in compliance with the +# Elastic License 2.0. + {% if data['id'].endswith('_hypervisor') and data['result'] == True %} {% if data['act'] == 'accept' %}