diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 616897a8c51..f100a9db157 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -1,20 +1,7 @@ # Kconfig - XTENSA architecture configuration options - # # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 choice prompt "XTENSA core Selection" diff --git a/arch/xtensa/core/offsets/offsets.c b/arch/xtensa/core/offsets/offsets.c index adfb1018660..2cbef69f21f 100644 --- a/arch/xtensa/core/offsets/offsets.c +++ b/arch/xtensa/core/offsets/offsets.c @@ -2,18 +2,6 @@ * Copyright (c) 2013-2014 Wind River Systems, Inc. * Copyright (c) 2016 Cadence Design Systems, Inc. * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. */ /** diff --git a/arch/xtensa/include/kernel_arch_data.h b/arch/xtensa/include/kernel_arch_data.h index 77d832093fd..a637222ae64 100644 --- a/arch/xtensa/include/kernel_arch_data.h +++ b/arch/xtensa/include/kernel_arch_data.h @@ -1,18 +1,7 @@ /* * Copyright (c) 2016 Wind River Systems, Inc. * Copyright (c) 2016 Cadence Design Systems, Inc. - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-License-Identifier: Apache-2.0 */ /** diff --git a/arch/xtensa/include/kernel_arch_func.h b/arch/xtensa/include/kernel_arch_func.h index 023b30e347c..8f2ec845e60 100644 --- a/arch/xtensa/include/kernel_arch_func.h +++ b/arch/xtensa/include/kernel_arch_func.h @@ -1,18 +1,7 @@ /* * Copyright (c) 2016 Wind River Systems, Inc. * Copyright (c) 2016 Cadence Design Systems, Inc. - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-License-Identifier: Apache-2.0 */ /* this file is only meant to be included by kernel_structs.h */ diff --git a/arch/xtensa/include/offsets_short_arch.h b/arch/xtensa/include/offsets_short_arch.h index d28b0cc4942..1f4a5b3e089 100644 --- a/arch/xtensa/include/offsets_short_arch.h +++ b/arch/xtensa/include/offsets_short_arch.h @@ -2,18 +2,6 @@ * Copyright (c) 2016 Wind River Systems, Inc. * Copyright (c) 2016 Cadence Design Systems, Inc. * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. */ #ifndef _offsets_short_arch__h_ diff --git a/arch/xtensa/include/start_task_arch.h b/arch/xtensa/include/start_task_arch.h index 44f2f519f7c..177d042ac5e 100644 --- a/arch/xtensa/include/start_task_arch.h +++ b/arch/xtensa/include/start_task_arch.h @@ -1,17 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-License-Identifier: Apache-2.0 */ /** diff --git a/arch/xtensa/include/xtensa_api.h b/arch/xtensa/include/xtensa_api.h index 6cfb6cabfcb..bfc06971608 100644 --- a/arch/xtensa/include/xtensa_api.h +++ b/arch/xtensa/include/xtensa_api.h @@ -1,17 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-License-Identifier: Apache-2.0 */ /****************************************************************************** diff --git a/arch/xtensa/include/xtensa_config.h b/arch/xtensa/include/xtensa_config.h index b43093703ca..2a528b563f8 100644 --- a/arch/xtensa/include/xtensa_config.h +++ b/arch/xtensa/include/xtensa_config.h @@ -1,17 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-License-Identifier: Apache-2.0 */ /******************************************************************************* diff --git a/arch/xtensa/include/xtensa_context.h b/arch/xtensa/include/xtensa_context.h index 3079683a1cd..6379806de62 100644 --- a/arch/xtensa/include/xtensa_context.h +++ b/arch/xtensa/include/xtensa_context.h @@ -1,17 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-License-Identifier: Apache-2.0 */ /******************************************************************************* diff --git a/arch/xtensa/include/xtensa_rtos.h b/arch/xtensa/include/xtensa_rtos.h index 7ab549abccd..741916ca334 100644 --- a/arch/xtensa/include/xtensa_rtos.h +++ b/arch/xtensa/include/xtensa_rtos.h @@ -1,17 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-License-Identifier: Apache-2.0 */ /******************************************************************************* diff --git a/arch/xtensa/include/xtensa_timer.h b/arch/xtensa/include/xtensa_timer.h index 974236abd14..1179a884eb5 100644 --- a/arch/xtensa/include/xtensa_timer.h +++ b/arch/xtensa/include/xtensa_timer.h @@ -1,17 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-License-Identifier: Apache-2.0 */ /******************************************************************************* diff --git a/arch/xtensa/soc/D_108mini/Kconfig b/arch/xtensa/soc/D_108mini/Kconfig index c3f587bce66..e5ac9e5002b 100644 --- a/arch/xtensa/soc/D_108mini/Kconfig +++ b/arch/xtensa/soc/D_108mini/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if D_108mini diff --git a/arch/xtensa/soc/D_212GP/Kconfig b/arch/xtensa/soc/D_212GP/Kconfig index 07b8265eeaa..519e1dc7fc3 100644 --- a/arch/xtensa/soc/D_212GP/Kconfig +++ b/arch/xtensa/soc/D_212GP/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if D_212GP diff --git a/arch/xtensa/soc/D_233L/Kconfig b/arch/xtensa/soc/D_233L/Kconfig index ba14a5abe06..632a48ef14e 100644 --- a/arch/xtensa/soc/D_233L/Kconfig +++ b/arch/xtensa/soc/D_233L/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if D_233L diff --git a/arch/xtensa/soc/Kconfig.cores b/arch/xtensa/soc/Kconfig.cores index 81737591ada..9f9a74e55bf 100644 --- a/arch/xtensa/soc/Kconfig.cores +++ b/arch/xtensa/soc/Kconfig.cores @@ -1,20 +1,7 @@ # Kconfig - XTENSA supported cores - # # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 config cpsw4irq bool "cpsw4irq core" diff --git a/arch/xtensa/soc/XRC_D2PM/Kconfig b/arch/xtensa/soc/XRC_D2PM/Kconfig index 711b0df467a..42b1178985a 100644 --- a/arch/xtensa/soc/XRC_D2PM/Kconfig +++ b/arch/xtensa/soc/XRC_D2PM/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if XRC_D2PM diff --git a/arch/xtensa/soc/XRC_D2PM_5swIrq/Kconfig b/arch/xtensa/soc/XRC_D2PM_5swIrq/Kconfig index c18466ee7c5..fbd42b5606c 100644 --- a/arch/xtensa/soc/XRC_D2PM_5swIrq/Kconfig +++ b/arch/xtensa/soc/XRC_D2PM_5swIrq/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if XRC_D2PM_5swIrq diff --git a/arch/xtensa/soc/XRC_FUSION_AON_ALL_LM/Kconfig b/arch/xtensa/soc/XRC_FUSION_AON_ALL_LM/Kconfig index 9c990b19bc6..18ba2cc46bf 100644 --- a/arch/xtensa/soc/XRC_FUSION_AON_ALL_LM/Kconfig +++ b/arch/xtensa/soc/XRC_FUSION_AON_ALL_LM/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if XRC_FUSION_AON_ALL_LM diff --git a/arch/xtensa/soc/hifi2_std/Kconfig b/arch/xtensa/soc/hifi2_std/Kconfig index c787fb9c5f8..42405e88c55 100644 --- a/arch/xtensa/soc/hifi2_std/Kconfig +++ b/arch/xtensa/soc/hifi2_std/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if hifi2_std diff --git a/arch/xtensa/soc/hifi3_bd5/Kconfig b/arch/xtensa/soc/hifi3_bd5/Kconfig index 8b87d0825c1..2d9d449b506 100644 --- a/arch/xtensa/soc/hifi3_bd5/Kconfig +++ b/arch/xtensa/soc/hifi3_bd5/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if hifi3_bd5 diff --git a/arch/xtensa/soc/hifi3_bd5_call0/Kconfig b/arch/xtensa/soc/hifi3_bd5_call0/Kconfig index 0084336faf5..218da3edf37 100644 --- a/arch/xtensa/soc/hifi3_bd5_call0/Kconfig +++ b/arch/xtensa/soc/hifi3_bd5_call0/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if hifi3_bd5_call0 diff --git a/arch/xtensa/soc/hifi4_bd7/Kconfig b/arch/xtensa/soc/hifi4_bd7/Kconfig index 9d8f376f323..8460691c603 100644 --- a/arch/xtensa/soc/hifi4_bd7/Kconfig +++ b/arch/xtensa/soc/hifi4_bd7/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if hifi4_bd7 diff --git a/arch/xtensa/soc/hifi_mini/Kconfig b/arch/xtensa/soc/hifi_mini/Kconfig index 529fa58db51..3f1427413a8 100644 --- a/arch/xtensa/soc/hifi_mini/Kconfig +++ b/arch/xtensa/soc/hifi_mini/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if hifi_mini diff --git a/arch/xtensa/soc/hifi_mini_4swIrq/Kconfig b/arch/xtensa/soc/hifi_mini_4swIrq/Kconfig index c0e5f58a857..2128dcf9c0f 100644 --- a/arch/xtensa/soc/hifi_mini_4swIrq/Kconfig +++ b/arch/xtensa/soc/hifi_mini_4swIrq/Kconfig @@ -2,19 +2,7 @@ # # Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if hifi_mini_4swIrq diff --git a/boards/xtensa/xt-sim/Kconfig b/boards/xtensa/xt-sim/Kconfig index 92ada1cf913..aae2582eca9 100644 --- a/boards/xtensa/xt-sim/Kconfig +++ b/boards/xtensa/xt-sim/Kconfig @@ -1,19 +1,7 @@ # Kconfig - XTENSA board configuration # # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 config XTENSA_XTSC_INC string "Xtensa XTSC extension include file" diff --git a/boards/xtensa/xt-sim/Kconfig.board b/boards/xtensa/xt-sim/Kconfig.board index 9c0acfb7e3b..68c701bab00 100644 --- a/boards/xtensa/xt-sim/Kconfig.board +++ b/boards/xtensa/xt-sim/Kconfig.board @@ -1,19 +1,7 @@ # Kconfig - XTENSA board configuration # # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 config SIMULATOR_XTENSA bool "Xtensa Development ISS" diff --git a/boards/xtensa/xt-sim/Kconfig.defconfig b/boards/xtensa/xt-sim/Kconfig.defconfig index 3be3e00eab5..3ee7674e7c9 100644 --- a/boards/xtensa/xt-sim/Kconfig.defconfig +++ b/boards/xtensa/xt-sim/Kconfig.defconfig @@ -1,19 +1,7 @@ # Kconfig - STM32 MINI A15 board configuration # # Copyright (c) 2016 Cadence Design Systems, Inc. -# -# 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# +# SPDX-License-Identifier: Apache-2.0 if SIMULATOR_XTENSA diff --git a/boards/xtensa/xt-sim/board.c b/boards/xtensa/xt-sim/board.c index 618d351082b..be13f586c06 100644 --- a/boards/xtensa/xt-sim/board.c +++ b/boards/xtensa/xt-sim/board.c @@ -1,15 +1,4 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-License-Identifier: Apache-2.0 */ diff --git a/boards/xtensa/xt-sim/board.h b/boards/xtensa/xt-sim/board.h index 3ea13d7bbb1..6b15839ee31 100644 --- a/boards/xtensa/xt-sim/board.h +++ b/boards/xtensa/xt-sim/board.h @@ -1,17 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. - * - * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * SPDX-License-Identifier: Apache-2.0 */ #ifndef __INC_BOARD_H diff --git a/include/arch/xtensa/addr_types.h b/include/arch/xtensa/addr_types.h index 8eaadc5b3fc..0ecabdce4d5 100644 --- a/include/arch/xtensa/addr_types.h +++ b/include/arch/xtensa/addr_types.h @@ -1,18 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. */ #ifndef XTENSA_ADDR_TYPES_H diff --git a/include/arch/xtensa/arch.h b/include/arch/xtensa/arch.h index fc9d69f07a8..7a8eabb4ba5 100644 --- a/include/arch/xtensa/arch.h +++ b/include/arch/xtensa/arch.h @@ -1,18 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. */ /** diff --git a/include/arch/xtensa/exc.h b/include/arch/xtensa/exc.h index ba2e24abea4..92df20ce0ea 100644 --- a/include/arch/xtensa/exc.h +++ b/include/arch/xtensa/exc.h @@ -2,18 +2,6 @@ * Copyright (c) 2014 Wind River Systems, Inc. * Copyright (c) 2016 Cadence Design Systems, Inc. * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. */ /** diff --git a/include/arch/xtensa/offsets.h b/include/arch/xtensa/offsets.h index 4dbc4061301..f0968f1ca35 100644 --- a/include/arch/xtensa/offsets.h +++ b/include/arch/xtensa/offsets.h @@ -1,18 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. */ #ifndef OFFSETS_H diff --git a/include/arch/xtensa/xtensa_irq.h b/include/arch/xtensa/xtensa_irq.h index aaf612b1ce9..68cf9103635 100644 --- a/include/arch/xtensa/xtensa_irq.h +++ b/include/arch/xtensa/xtensa_irq.h @@ -1,18 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. */ #ifndef XTENSA_IRQ_H diff --git a/include/arch/xtensa/xtensa_sys_io.h b/include/arch/xtensa/xtensa_sys_io.h index 36f516e6b70..5f15a834f4c 100644 --- a/include/arch/xtensa/xtensa_sys_io.h +++ b/include/arch/xtensa/xtensa_sys_io.h @@ -1,18 +1,6 @@ /* * Copyright (c) 2016 Cadence Design Systems, Inc. * 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 - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. */ #ifndef XTENSA_SYS_IO_H