From bb3c0275cc8174c73828e7e40203a3e3e2d35665 Mon Sep 17 00:00:00 2001 From: Loris Degioanni Date: Fri, 1 Nov 2019 15:25:31 -0700 Subject: [PATCH] fix(scripts): license header Co-authored-by: Leonardo Di Donato Signed-off-by: Leonardo Di Donato --- scripts/falco-probe-loader | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/scripts/falco-probe-loader b/scripts/falco-probe-loader index d2b77a3d..8a3affd3 100755 --- a/scripts/falco-probe-loader +++ b/scripts/falco-probe-loader @@ -1,8 +1,6 @@ -#!/bin/bash # -# Copyright (C) 2013-2018 Draios Inc dba Sysdig. +# Copyright (C) 2019 The Falco Authors. # -# This file is part of sysdig . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,9 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# -# Simple script that desperately tries to load sysdig-probe looking -# for it in a bunch of ways. Convenient when running sysdig inside +# Simple script that desperately tries to load the kernel instrumentation by +# looking for it in a bunch of ways. Convenient when running falco inside # a container or in other weird environments. #