We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da7c0b7 commit 1a267c7Copy full SHA for 1a267c7
.github/workflows/basic_checks.yml
@@ -27,6 +27,9 @@ jobs:
27
shell: bash
28
run: |
29
pip install -U scancode-toolkit click
30
+ scancode --version
31
+ python --version
32
+ pip list --all
33
34
-
35
name: license check
hal/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
+# Copyright (c) 2020-2022 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
0 commit comments