From c9b62de85eb3b501428ec6a994cd294eedb422ac Mon Sep 17 00:00:00 2001 From: "flamingo[bot]" <277372822+flamingo[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 05:18:54 +0000 Subject: [PATCH] fix(MESHAGEN-007): modules/kvm-helper.js is missing the required Apache 2.0 license header --- modules/kvm-helper.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/modules/kvm-helper.js b/modules/kvm-helper.js index 209830518..bcad27f3a 100644 --- a/modules/kvm-helper.js +++ b/modules/kvm-helper.js @@ -1,3 +1,18 @@ +/* +Copyright 20XX Intel Corporation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ function getUsers() @@ -262,4 +277,4 @@ else users: getUsers, allowed: allowedUIDs } -} \ No newline at end of file +}