]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Add copyright header to service discovery scripts
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 7 Aug 2020 19:03:26 +0000 (12:03 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 7 Aug 2020 19:03:26 +0000 (12:03 -0700)
open-vm-tools/services/plugins/serviceDiscovery/get-connection-info.sh
open-vm-tools/services/plugins/serviceDiscovery/get-listening-process-info.sh
open-vm-tools/services/plugins/serviceDiscovery/get-listening-process-perf-metrics.sh
open-vm-tools/services/plugins/serviceDiscovery/get-versions.sh

index 0fc89c628ea1d746e098124b832f4ef9968ec886..5b49442e64ad79351ca4814ff587d9fb786d8f6d 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+# Copyright (C) 2020 VMware, Inc.  All rights reserved.
+
 # check if necesary commands exist
 command -v ss >/dev/null 2>&1 || { echo >&2 "ss doesn't exist"; exit 1; }
 command -v grep >/dev/null 2>&1 || { echo >&2 "grep doesn't exist"; exit 1; }
index d7a102005c4d648807c210f70eae61a0af6ef244..cba8cfac17a60dc395d4353f544ea52ee1daac39 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+# Copyright (C) 2020 VMware, Inc.  All rights reserved.
+
 # check if necesary commands exist
 command -v ss >/dev/null 2>&1 || { echo >&2 "ss doesn't exist"; exit 1; }
 command -v grep >/dev/null 2>&1 || { echo >&2 "grep doesn't exist"; exit 1; }
index 9a694d4c452af3d884940e79181c5a4249498fe3..1c6490b10deca3b45da26eb2792bb1f637640b26 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+# Copyright (C) 2020 VMware, Inc.  All rights reserved.
+
 # check if necesary commands exist
 command -v ss >/dev/null 2>&1 || { echo >&2 "ss doesn't exist"; exit 1; }
 command -v grep >/dev/null 2>&1 || { echo >&2 "grep doesn't exist"; exit 1; }
index 1b093c37b604589437dc41cf57a4800f7abe8912..a16fa1da193d0f47cc05435e6ec7c94a437d21f3 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+# Copyright (C) 2020 VMware, Inc.  All rights reserved.
+
 # check if necesary commands exist
 command -v ss >/dev/null 2>&1 || { echo >&2 "ss doesn't exist"; exit 1; }
 command -v grep >/dev/null 2>&1 || { echo >&2 "grep doesn't exist"; exit 1; }