add license header

This commit is contained in:
TL 2024-04-16 14:31:32 +08:00
parent f24565ce60
commit 5ba58a6c94
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#!/usr/bin/env bash
#
# Copyright (C) 2019 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
sudo apt update
sudo apt install -y build-essential cmake g++-multilib libgcc-11-dev lib32gcc-11-dev ccache ninja-build ccache

View File

@ -1,5 +1,10 @@
#!/usr/bin/env python3
#
# Copyright (C) 2019 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
import json
import sys
import os