Add missing copyright messages / licenses

This commit is contained in:
Harry Callahan 2023-01-04 10:50:49 +00:00 committed by Greg Chadwick
parent ce53589e11
commit afef45d78e
6 changed files with 21 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# Top-Level Makefile
###############################################################################

View file

@ -1,10 +1,9 @@
#!/usr/bin/env python3
"""Compile the different test sources to create binaries, ready for simulation."""
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
"""Compile the different test sources to create binaries, ready for simulation."""
import argparse
from typing import Tuple, Dict, List

View file

@ -1,3 +1,7 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
define get-metadata-variable
env PYTHONPATH=$(PYTHONPATH) python3 ./scripts/metadata.py \
--op "print_field" \

View file

@ -1,3 +1,7 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
###############################################################################
TB-COMPILE-STAMP = $(METADATA-DIR)/tb.compile.stamp

View file

@ -1,3 +1,7 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
###############################################################################
CORE-CONFIG-STAMP = $(METADATA-DIR)/core.config.stamp

View file

@ -1,3 +1,7 @@
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
###############################################################################
######## EXAMPLE OF VARIABLE DUMPING ############
# This target depends on the vendored in code in $(GEN_DIR). It also depends on the