From cc285187533c711d09e416aed9cc3f14aba8f152 Mon Sep 17 00:00:00 2001 From: Daniel Lim Wee Soong Date: Thu, 15 Apr 2021 10:35:14 +0800 Subject: [PATCH 1/2] Add license checking github action Signed-off-by: Daniel Lim Wee Soong --- .github/workflows/licensing.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/licensing.yml diff --git a/.github/workflows/licensing.yml b/.github/workflows/licensing.yml new file mode 100644 index 00000000..3714cbcf --- /dev/null +++ b/.github/workflows/licensing.yml @@ -0,0 +1,24 @@ +# Copyright (C) 2017-2021 The SymbiFlow 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 + + +name: Licensing + + +on: + push: + pull_request: + + +jobs: + Checks: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + + - uses: SymbiFlow/actions/checks@main \ No newline at end of file From 3091459435f7131435d534e3447903d2d1abf82b Mon Sep 17 00:00:00 2001 From: Daniel Lim Wee Soong Date: Thu, 15 Apr 2021 10:40:01 +0800 Subject: [PATCH 2/2] Add license to script Signed-off-by: Daniel Lim Wee Soong --- .github/workflows/manylinux-install-cmake.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/manylinux-install-cmake.sh b/.github/workflows/manylinux-install-cmake.sh index d78dab9b..5e34005c 100755 --- a/.github/workflows/manylinux-install-cmake.sh +++ b/.github/workflows/manylinux-install-cmake.sh @@ -1,4 +1,11 @@ #!/bin/bash +# Copyright (C) 2017-2020 The SymbiFlow 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 set -x set -e