From e8915e26537615282003d6baf094d59712c9b4f1 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Thu, 31 May 2018 15:33:12 -0400 Subject: Add SPDX-License-Identifier headers to most files. This tags all the files that I can clearly identify as being part of Netdata and not a local copy of a third party package that we're redistributing. --- netdata-installer.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'netdata-installer.sh') diff --git a/netdata-installer.sh b/netdata-installer.sh index 08e68fffd2..5af56dda4c 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# SPDX-License-Identifier: GPL-3.0+ export PATH="${PATH}:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin" uniquepath() { -- cgit v1.2.3