From f67e3e7826c51d7550315b73d31e9aad60d929ce Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Fri, 9 Jun 2023 16:09:15 -0600 Subject: [PATCH] Remove license check job since its handled by precommit Signed-off-by: Travis F. Collins --- .github/workflows/license_check.yml | 10 ---------- .licenserc.json | 10 ---------- LICENSE | 2 +- 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .github/workflows/license_check.yml delete mode 100644 .licenserc.json diff --git a/.github/workflows/license_check.yml b/.github/workflows/license_check.yml deleted file mode 100644 index d5c68e208..000000000 --- a/.github/workflows/license_check.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Check License Lines -on: [push, pull_request] - -jobs: - check-license-lines: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Check License Lines - uses: kt3k/license_checker@v1.0.6 diff --git a/.licenserc.json b/.licenserc.json deleted file mode 100644 index 5894deea6..000000000 --- a/.licenserc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "adi/*.py": [ - "# Copyright (C) 2019-2023 Analog Devices, Inc.", - "#", - "# SPDX short identifier: ADIBSD" - ], - "ignore": [ - "adi/sshfs.py" - ] -} diff --git a/LICENSE b/LICENSE index ed33145a0..69aa315bf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2019-2019-2023(c) Analog Devices, Inc. +Copyright 2019-2023(c) Analog Devices, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without