From aeb619c1fa0ac43934fcd6e1c7069ccf6d11f946 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 26 May 2020 07:34:56 -0700 Subject: [PATCH] Adding license header to check_license.sh script. Signed-off-by: Tim 'mithro' Ansell --- .github/check_license.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/check_license.sh b/.github/check_license.sh index 27e7bea8..29dfdfde 100755 --- a/.github/check_license.sh +++ b/.github/check_license.sh @@ -1,4 +1,11 @@ -#!/bin/bash +#!/usr/bin/env bash +# Copyright (C) 2017-2020 The Project X-Ray Authors. +# +# Use of this source code is governed by a ISC-style +# license that can be found in the LICENSE file or at +# https://opensource.org/licenses/ISC +# +# SPDX-License-Identifier: ISC echo echo "==========================="