Commit 5d1c535f authored by Anas Nashif's avatar Anas Nashif
Browse files

license: add missing SPDX headers



Add SPDX header to files with existing license.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 1cea902f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
// memctl_default.S  - Default startup value for MEMCTL register.

// SPDX-License-Identifier: MIT

// Copyright (c) 1998-2015 Cadence Design Systems, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining
+1 −0
Original line number Diff line number Diff line
/* memerror-vector.S  --  Memory Error Exception Vector and Handler */
/* SPDX-License-Identifier: MIT */

/*
 * Copyright (c) 2006-2013 Tensilica Inc.
+1 −0
Original line number Diff line number Diff line
#!/usr/bin/python
# SPDX-License-Identifier: BSD-2-Clause
#
# Contributors Listed Below - COPYRIGHT 2016
# [+] International Business Machines Corp.
+1 −0
Original line number Diff line number Diff line
# Utility functions used in conf.py
# SPDX-License-Identifier: Apache-2.0
#
# Copyright 2017 Espressif Systems (Shanghai) PTE LTD
#
+2 −0
Original line number Diff line number Diff line
# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
#
# SPDX-License-Identifier: Apache-2.0

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Loading