From 039a3463974f922f6dd6bfb8afb7ee2895eaebcf Mon Sep 17 00:00:00 2001 From: bo chen Date: Fri, 23 Feb 2024 09:39:05 +0800 Subject: [PATCH] Update the copyright for all assembly files. --- .../sample_threadx/tx_initialize_low_level.s | 19 +++++++++---------- .../metaware/src/tx_thread_context_restore.s | 19 +++++++++---------- .../metaware/src/tx_thread_context_save.s | 19 +++++++++---------- .../src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../arc_em/metaware/src/tx_thread_schedule.s | 19 +++++++++---------- .../metaware/src/tx_thread_stack_build.s | 19 +++++++++---------- .../metaware/src/tx_thread_system_return.s | 19 +++++++++---------- .../arc_em/metaware/src/tx_timer_interrupt.s | 19 +++++++++---------- .../sample_threadx/tx_initialize_low_level.s | 19 +++++++++---------- .../src/tx_initialize_fast_interrupt_setup.s | 19 +++++++++---------- .../src/tx_thread_context_fast_restore.s | 19 +++++++++---------- .../src/tx_thread_context_fast_save.s | 19 +++++++++---------- .../metaware/src/tx_thread_context_restore.s | 19 +++++++++---------- .../metaware/src/tx_thread_context_save.s | 19 +++++++++---------- .../src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../src/tx_thread_register_bank_assign.s | 19 +++++++++---------- .../arc_hs/metaware/src/tx_thread_schedule.s | 19 +++++++++---------- .../metaware/src/tx_thread_stack_build.s | 19 +++++++++---------- .../metaware/src/tx_thread_system_return.s | 19 +++++++++---------- .../arc_hs/metaware/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../arm11/ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- ports/arm11/ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../arm11/ac5/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../arm11/ac5/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/arm11/ac5/src/tx_thread_schedule.s | 19 +++++++++---------- ports/arm11/ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- ports/arm11/ac5/src/tx_thread_system_return.s | 19 +++++++++---------- .../ac5/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/arm11/ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- ports/arm11/gnu/example_build/reset.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.S | 19 +++++++++---------- .../arm11/gnu/src/tx_thread_context_restore.S | 19 +++++++++---------- ports/arm11/gnu/src/tx_thread_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_context_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_context_save.S | 19 +++++++++---------- .../arm11/gnu/src/tx_thread_fiq_nesting_end.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_nesting_start.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_control.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_disable.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_restore.S | 19 +++++++++---------- .../arm11/gnu/src/tx_thread_irq_nesting_end.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_start.S | 19 +++++++++---------- ports/arm11/gnu/src/tx_thread_schedule.S | 19 +++++++++---------- ports/arm11/gnu/src/tx_thread_stack_build.S | 19 +++++++++---------- ports/arm11/gnu/src/tx_thread_system_return.S | 19 +++++++++---------- .../gnu/src/tx_thread_vectored_context_save.S | 19 +++++++++---------- ports/arm11/gnu/src/tx_timer_interrupt.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../arm11/iar/src/tx_thread_context_restore.s | 19 +++++++++---------- ports/arm11/iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../arm11/iar/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../arm11/iar/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/arm11/iar/src/tx_thread_schedule.s | 19 +++++++++---------- ports/arm11/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- ports/arm11/iar/src/tx_thread_system_return.s | 19 +++++++++---------- .../iar/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/arm11/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../arm9/ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- ports/arm9/ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../arm9/ac5/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../arm9/ac5/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../arm9/ac5/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/arm9/ac5/src/tx_thread_schedule.s | 19 +++++++++---------- ports/arm9/ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- ports/arm9/ac5/src/tx_thread_system_return.s | 19 +++++++++---------- .../ac5/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/arm9/ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- ports/arm9/gnu/example_build/reset.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.S | 19 +++++++++---------- .../arm9/gnu/src/tx_thread_context_restore.S | 19 +++++++++---------- ports/arm9/gnu/src/tx_thread_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_context_restore.S | 19 +++++++++---------- .../arm9/gnu/src/tx_thread_fiq_context_save.S | 19 +++++++++---------- .../arm9/gnu/src/tx_thread_fiq_nesting_end.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_nesting_start.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_control.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_disable.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_restore.S | 19 +++++++++---------- .../arm9/gnu/src/tx_thread_irq_nesting_end.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_start.S | 19 +++++++++---------- ports/arm9/gnu/src/tx_thread_schedule.S | 19 +++++++++---------- ports/arm9/gnu/src/tx_thread_stack_build.S | 19 +++++++++---------- ports/arm9/gnu/src/tx_thread_system_return.S | 19 +++++++++---------- .../gnu/src/tx_thread_vectored_context_save.S | 19 +++++++++---------- ports/arm9/gnu/src/tx_timer_interrupt.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../arm9/iar/src/tx_thread_context_restore.s | 19 +++++++++---------- ports/arm9/iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../arm9/iar/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../arm9/iar/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../arm9/iar/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/arm9/iar/src/tx_thread_schedule.s | 19 +++++++++---------- ports/arm9/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- ports/arm9/iar/src/tx_thread_system_return.s | 19 +++++++++---------- .../iar/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/arm9/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../tx_initialize_low_level.asm | 19 +++++++++---------- .../tx_initialize_low_level.asm | 19 +++++++++---------- .../ccs/src/tx_thread_context_restore.asm | 19 +++++++++---------- .../c667x/ccs/src/tx_thread_context_save.asm | 19 +++++++++---------- .../ccs/src/tx_thread_interrupt_control.asm | 19 +++++++++---------- ports/c667x/ccs/src/tx_thread_schedule.asm | 19 +++++++++---------- ports/c667x/ccs/src/tx_thread_stack_build.asm | 19 +++++++++---------- .../c667x/ccs/src/tx_thread_system_return.asm | 19 +++++++++---------- ports/c667x/ccs/src/tx_timer_interrupt.asm | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../iar/src/tx_thread_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_a15/iar/src/tx_thread_schedule.s | 19 +++++++++---------- .../iar/src/tx_thread_stack_build.s | 19 +++++++++---------- .../iar/src/tx_thread_system_return.s | 19 +++++++++---------- .../iar/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_a15/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_a5/ac5/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_a5/ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- .../ac5/src/tx_thread_system_return.s | 19 +++++++++---------- .../ac5/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_a5/ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../iar/src/tx_thread_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_a5/iar/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_a5/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- .../iar/src/tx_thread_system_return.s | 19 +++++++++---------- .../iar/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_a5/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_a7/ac5/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_a7/ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- .../ac5/src/tx_thread_system_return.s | 19 +++++++++---------- .../ac5/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_a7/ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../iar/src/tx_thread_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_a7/iar/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_a7/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- .../iar/src/tx_thread_system_return.s | 19 +++++++++---------- .../iar/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_a7/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_a8/ac5/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_a8/ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- .../ac5/src/tx_thread_system_return.s | 19 +++++++++---------- .../ac5/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_a8/ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../iar/src/tx_thread_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_a8/iar/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_a8/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- .../iar/src/tx_thread_system_return.s | 19 +++++++++---------- .../iar/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_a8/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_a9/ac5/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_a9/ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- .../ac5/src/tx_thread_system_return.s | 19 +++++++++---------- .../ac5/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_a9/ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../iar/src/tx_thread_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_a9/iar/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_a9/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- .../iar/src/tx_thread_system_return.s | 19 +++++++++---------- .../iar/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_a9/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- ports/cortex_m0/ac5/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_m0/ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- .../ac5/src/tx_thread_system_return.s | 19 +++++++++---------- ports/cortex_m0/ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- .../sample_threadx/tx_initialize_low_level.S | 19 +++++++++---------- .../ac6/src/tx_thread_context_restore.S | 19 +++++++++---------- .../ac6/src/tx_thread_context_save.S | 19 +++++++++---------- .../ac6/src/tx_thread_interrupt_control.S | 19 +++++++++---------- .../ac6/src/tx_thread_interrupt_disable.S | 19 +++++++++---------- .../ac6/src/tx_thread_interrupt_restore.S | 19 +++++++++---------- ports/cortex_m0/ac6/src/tx_thread_schedule.S | 19 +++++++++---------- .../cortex_m0/ac6/src/tx_thread_stack_build.S | 19 +++++++++---------- .../ac6/src/tx_thread_system_return.S | 19 +++++++++---------- ports/cortex_m0/ac6/src/tx_timer_interrupt.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.S | 19 +++++++++---------- .../gnu/src/tx_thread_context_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_control.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_disable.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_restore.S | 19 +++++++++---------- ports/cortex_m0/gnu/src/tx_thread_schedule.S | 19 +++++++++---------- .../cortex_m0/gnu/src/tx_thread_stack_build.S | 19 +++++++++---------- .../gnu/src/tx_thread_system_return.S | 19 +++++++++---------- ports/cortex_m0/gnu/src/tx_timer_interrupt.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../iar/src/tx_thread_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- ports/cortex_m0/iar/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_m0/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- .../iar/src/tx_thread_system_return.s | 19 +++++++++---------- ports/cortex_m0/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../keil/src/tx_thread_context_restore.s | 19 +++++++++---------- .../keil/src/tx_thread_context_save.s | 19 +++++++++---------- .../keil/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../keil/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../keil/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- ports/cortex_m0/keil/src/tx_thread_schedule.s | 19 +++++++++---------- .../keil/src/tx_thread_stack_build.s | 19 +++++++++---------- .../keil/src/tx_thread_system_return.s | 19 +++++++++---------- ports/cortex_m0/keil/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../sample_threadx/tx_initialize_low_level.S | 19 +++++++++---------- .../ghs/src/tx_thread_context_restore.arm | 19 +++++++++---------- .../ghs/src/tx_thread_context_save.arm | 19 +++++++++---------- .../ghs/src/tx_thread_interrupt_control.arm | 19 +++++++++---------- .../ghs/src/tx_thread_interrupt_disable.arm | 19 +++++++++---------- .../ghs/src/tx_thread_interrupt_restore.arm | 19 +++++++++---------- .../cortex_m3/ghs/src/tx_thread_schedule.arm | 19 +++++++++---------- .../ghs/src/tx_thread_stack_build.arm | 19 +++++++++---------- .../ghs/src/tx_thread_system_return.arm | 19 +++++++++---------- .../cortex_m3/ghs/src/tx_timer_interrupt.arm | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../keil/src/tx_thread_context_restore.s | 19 +++++++++---------- .../keil/src/tx_thread_context_save.s | 19 +++++++++---------- .../keil/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../keil/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../keil/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- ports/cortex_m3/keil/src/tx_thread_schedule.s | 19 +++++++++---------- .../keil/src/tx_thread_stack_build.s | 19 +++++++++---------- .../keil/src/tx_thread_system_return.s | 19 +++++++++---------- ports/cortex_m3/keil/src/tx_timer_interrupt.s | 19 +++++++++---------- .../sample_threadx/tx_initialize_low_level.S | 19 +++++++++---------- .../ghs/src/tx_thread_context_restore.arm | 19 +++++++++---------- .../ghs/src/tx_thread_context_save.arm | 19 +++++++++---------- .../ghs/src/tx_thread_interrupt_control.arm | 19 +++++++++---------- .../ghs/src/tx_thread_interrupt_disable.arm | 19 +++++++++---------- .../ghs/src/tx_thread_interrupt_restore.arm | 19 +++++++++---------- .../cortex_m4/ghs/src/tx_thread_schedule.arm | 19 +++++++++---------- .../ghs/src/tx_thread_stack_build.arm | 19 +++++++++---------- .../ghs/src/tx_thread_system_return.arm | 19 +++++++++---------- .../cortex_m4/ghs/src/tx_timer_interrupt.arm | 19 +++++++++---------- .../example_build/tx_initialize_low_level.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../keil/src/tx_thread_context_restore.s | 19 +++++++++---------- .../keil/src/tx_thread_context_save.s | 19 +++++++++---------- .../keil/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../keil/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../keil/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- ports/cortex_m4/keil/src/tx_thread_schedule.s | 19 +++++++++---------- .../keil/src/tx_thread_stack_build.s | 19 +++++++++---------- .../keil/src/tx_thread_system_return.s | 19 +++++++++---------- ports/cortex_m4/keil/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../sample_threadx/tx_initialize_low_level.S | 19 +++++++++---------- .../ghs/src/tx_thread_context_restore.arm | 19 +++++++++---------- .../ghs/src/tx_thread_context_save.arm | 19 +++++++++---------- .../ghs/src/tx_thread_interrupt_control.arm | 19 +++++++++---------- .../ghs/src/tx_thread_interrupt_disable.arm | 19 +++++++++---------- .../ghs/src/tx_thread_interrupt_restore.arm | 19 +++++++++---------- .../cortex_m7/ghs/src/tx_thread_schedule.arm | 19 +++++++++---------- .../ghs/src/tx_thread_stack_build.arm | 19 +++++++++---------- .../ghs/src/tx_thread_system_return.arm | 19 +++++++++---------- .../cortex_m7/ghs/src/tx_timer_interrupt.arm | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_r4/ac5/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_r4/ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- .../ac5/src/tx_thread_system_return.s | 19 +++++++++---------- .../ac5/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_r4/ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- ports/cortex_r4/gnu/example_build/reset.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.S | 19 +++++++++---------- .../gnu/src/tx_thread_context_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_context_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_nesting_end.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_nesting_start.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_control.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_disable.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_end.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_start.S | 19 +++++++++---------- ports/cortex_r4/gnu/src/tx_thread_schedule.S | 19 +++++++++---------- .../cortex_r4/gnu/src/tx_thread_stack_build.S | 19 +++++++++---------- .../gnu/src/tx_thread_system_return.S | 19 +++++++++---------- .../gnu/src/tx_thread_vectored_context_save.S | 19 +++++++++---------- ports/cortex_r4/gnu/src/tx_timer_interrupt.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../iar/src/tx_thread_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_r4/iar/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_r4/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- .../iar/src/tx_thread_system_return.s | 19 +++++++++---------- .../iar/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_r4/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_r5/ac5/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_r5/ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- .../ac5/src/tx_thread_system_return.s | 19 +++++++++---------- .../ac5/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_r5/ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- .../sample_threadx/tx_initialize_low_level.S | 19 +++++++++---------- .../ac6/src/tx_thread_context_restore.S | 19 +++++++++---------- .../ac6/src/tx_thread_context_save.S | 19 +++++++++---------- .../ac6/src/tx_thread_fiq_context_restore.S | 19 +++++++++---------- .../ac6/src/tx_thread_fiq_context_save.S | 19 +++++++++---------- .../ac6/src/tx_thread_fiq_nesting_end.S | 19 +++++++++---------- .../ac6/src/tx_thread_fiq_nesting_start.S | 19 +++++++++---------- .../ac6/src/tx_thread_interrupt_control.S | 19 +++++++++---------- .../ac6/src/tx_thread_interrupt_disable.S | 19 +++++++++---------- .../ac6/src/tx_thread_interrupt_restore.S | 19 +++++++++---------- .../ac6/src/tx_thread_irq_nesting_end.S | 19 +++++++++---------- .../ac6/src/tx_thread_irq_nesting_start.S | 19 +++++++++---------- ports/cortex_r5/ac6/src/tx_thread_schedule.S | 19 +++++++++---------- .../cortex_r5/ac6/src/tx_thread_stack_build.S | 19 +++++++++---------- .../ac6/src/tx_thread_system_return.S | 19 +++++++++---------- .../ac6/src/tx_thread_vectored_context_save.S | 19 +++++++++---------- ports/cortex_r5/ac6/src/tx_timer_interrupt.S | 19 +++++++++---------- ports/cortex_r5/gnu/example_build/reset.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.S | 19 +++++++++---------- .../gnu/src/tx_thread_context_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_context_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_nesting_end.S | 19 +++++++++---------- .../gnu/src/tx_thread_fiq_nesting_start.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_control.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_disable.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_end.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_start.S | 19 +++++++++---------- ports/cortex_r5/gnu/src/tx_thread_schedule.S | 19 +++++++++---------- .../cortex_r5/gnu/src/tx_thread_stack_build.S | 19 +++++++++---------- .../gnu/src/tx_thread_system_return.S | 19 +++++++++---------- .../gnu/src/tx_thread_vectored_context_save.S | 19 +++++++++---------- ports/cortex_r5/gnu/src/tx_timer_interrupt.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../iar/src/tx_thread_context_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../iar/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- ports/cortex_r5/iar/src/tx_thread_schedule.s | 19 +++++++++---------- .../cortex_r5/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- .../iar/src/tx_thread_system_return.s | 19 +++++++++---------- .../iar/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- ports/cortex_r5/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../rxv1/ccrx/src/tx_initialize_low_level.src | 19 +++++++++---------- .../ccrx/src/tx_thread_context_restore.src | 19 +++++++++---------- .../rxv1/ccrx/src/tx_thread_context_save.src | 19 +++++++++---------- .../ccrx/src/tx_thread_interrupt_control.src | 19 +++++++++---------- ports/rxv1/ccrx/src/tx_thread_schedule.src | 19 +++++++++---------- ports/rxv1/ccrx/src/tx_thread_stack_build.src | 19 +++++++++---------- .../rxv1/ccrx/src/tx_thread_system_return.src | 19 +++++++++---------- ports/rxv1/ccrx/src/tx_timer_interrupt.src | 19 +++++++++---------- ports/rxv1/gnu/src/tx_initialize_low_level.S | 19 +++++++++---------- .../rxv1/gnu/src/tx_thread_context_restore.S | 19 +++++++++---------- ports/rxv1/gnu/src/tx_thread_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_control.S | 19 +++++++++---------- ports/rxv1/gnu/src/tx_thread_schedule.S | 19 +++++++++---------- ports/rxv1/gnu/src/tx_thread_stack_build.S | 19 +++++++++---------- ports/rxv1/gnu/src/tx_thread_system_return.S | 19 +++++++++---------- ports/rxv1/gnu/src/tx_timer_interrupt.S | 19 +++++++++---------- ports/rxv1/iar/src/tx_initialize_low_level.s | 19 +++++++++---------- .../rxv1/iar/src/tx_thread_context_restore.s | 19 +++++++++---------- ports/rxv1/iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- ports/rxv1/iar/src/tx_thread_schedule.s | 19 +++++++++---------- ports/rxv1/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- ports/rxv1/iar/src/tx_thread_system_return.s | 19 +++++++++---------- ports/rxv1/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../rxv2/ccrx/src/tx_initialize_low_level.src | 19 +++++++++---------- .../ccrx/src/tx_thread_context_restore.src | 19 +++++++++---------- .../rxv2/ccrx/src/tx_thread_context_save.src | 19 +++++++++---------- .../ccrx/src/tx_thread_interrupt_control.src | 19 +++++++++---------- ports/rxv2/ccrx/src/tx_thread_schedule.src | 19 +++++++++---------- ports/rxv2/ccrx/src/tx_thread_stack_build.src | 19 +++++++++---------- .../rxv2/ccrx/src/tx_thread_system_return.src | 19 +++++++++---------- ports/rxv2/ccrx/src/tx_timer_interrupt.src | 19 +++++++++---------- ports/rxv2/gnu/src/tx_initialize_low_level.S | 19 +++++++++---------- .../rxv2/gnu/src/tx_thread_context_restore.S | 19 +++++++++---------- ports/rxv2/gnu/src/tx_thread_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_control.S | 19 +++++++++---------- ports/rxv2/gnu/src/tx_thread_schedule.S | 19 +++++++++---------- ports/rxv2/gnu/src/tx_thread_stack_build.S | 19 +++++++++---------- ports/rxv2/gnu/src/tx_thread_system_return.S | 19 +++++++++---------- ports/rxv2/gnu/src/tx_timer_interrupt.S | 19 +++++++++---------- ports/rxv2/iar/src/tx_initialize_low_level.s | 19 +++++++++---------- .../rxv2/iar/src/tx_thread_context_restore.s | 19 +++++++++---------- ports/rxv2/iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- ports/rxv2/iar/src/tx_thread_schedule.s | 19 +++++++++---------- ports/rxv2/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- ports/rxv2/iar/src/tx_thread_system_return.s | 19 +++++++++---------- ports/rxv2/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../rxv3/ccrx/src/tx_initialize_low_level.src | 19 +++++++++---------- .../ccrx/src/tx_thread_context_restore.src | 19 +++++++++---------- .../rxv3/ccrx/src/tx_thread_context_save.src | 19 +++++++++---------- .../ccrx/src/tx_thread_interrupt_control.src | 19 +++++++++---------- ports/rxv3/ccrx/src/tx_thread_schedule.src | 19 +++++++++---------- ports/rxv3/ccrx/src/tx_thread_stack_build.src | 19 +++++++++---------- .../rxv3/ccrx/src/tx_thread_system_return.src | 19 +++++++++---------- ports/rxv3/ccrx/src/tx_timer_interrupt.src | 19 +++++++++---------- ports/rxv3/gnu/src/tx_initialize_low_level.S | 19 +++++++++---------- .../rxv3/gnu/src/tx_thread_context_restore.S | 19 +++++++++---------- ports/rxv3/gnu/src/tx_thread_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_control.S | 19 +++++++++---------- ports/rxv3/gnu/src/tx_thread_schedule.S | 19 +++++++++---------- ports/rxv3/gnu/src/tx_thread_stack_build.S | 19 +++++++++---------- ports/rxv3/gnu/src/tx_thread_system_return.S | 19 +++++++++---------- ports/rxv3/gnu/src/tx_timer_interrupt.S | 19 +++++++++---------- ports/rxv3/iar/src/tx_initialize_low_level.s | 19 +++++++++---------- .../rxv3/iar/src/tx_thread_context_restore.s | 19 +++++++++---------- ports/rxv3/iar/src/tx_thread_context_save.s | 19 +++++++++---------- .../iar/src/tx_thread_interrupt_control.s | 19 +++++++++---------- ports/rxv3/iar/src/tx_thread_schedule.s | 19 +++++++++---------- ports/rxv3/iar/src/tx_thread_stack_build.s | 19 +++++++++---------- ports/rxv3/iar/src/tx_thread_system_return.s | 19 +++++++++---------- ports/rxv3/iar/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../module_lib/src/txm_module_initialize.s | 19 +++++++++---------- .../src/tx_thread_context_restore.s | 19 +++++++++---------- .../src/tx_thread_context_save.s | 19 +++++++++---------- .../src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- .../module_manager/src/tx_thread_schedule.s | 19 +++++++++---------- .../src/tx_thread_stack_build.s | 19 +++++++++---------- .../src/tx_thread_system_return.s | 19 +++++++++---------- .../src/tx_thread_vectored_context_save.s | 19 +++++++++---------- .../module_manager/src/tx_timer_interrupt.s | 19 +++++++++---------- .../txm_module_manager_thread_stack_build.s | 19 +++++++++---------- .../src/txm_module_manager_user_mode_entry.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../src/tx_thread_context_restore.s | 19 +++++++++---------- .../src/tx_thread_context_save.s | 19 +++++++++---------- .../src/tx_thread_fiq_context_restore.s | 19 +++++++++---------- .../src/tx_thread_fiq_context_save.s | 19 +++++++++---------- .../src/tx_thread_fiq_nesting_end.s | 19 +++++++++---------- .../src/tx_thread_fiq_nesting_start.s | 19 +++++++++---------- .../src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- .../module_manager/src/tx_thread_schedule.s | 19 +++++++++---------- .../src/tx_thread_stack_build.s | 19 +++++++++---------- .../src/tx_thread_system_return.s | 19 +++++++++---------- .../src/tx_thread_vectored_context_save.s | 19 +++++++++---------- .../module_manager/src/tx_timer_interrupt.s | 19 +++++++++---------- .../txm_module_manager_thread_stack_build.s | 19 +++++++++---------- .../src/txm_module_manager_user_mode_entry.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../module_lib/src/txm_module_initialize.S | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../src/tx_thread_context_restore.s | 19 +++++++++---------- .../src/tx_thread_context_save.s | 19 +++++++++---------- .../src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- .../module_manager/src/tx_thread_schedule.s | 19 +++++++++---------- .../src/tx_thread_stack_build.s | 19 +++++++++---------- .../src/tx_thread_system_return.s | 19 +++++++++---------- .../src/tx_thread_vectored_context_save.s | 19 +++++++++---------- .../module_manager/src/tx_timer_interrupt.s | 19 +++++++++---------- .../txm_module_manager_thread_stack_build.s | 19 +++++++++---------- .../src/txm_module_manager_user_mode_entry.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../src/tx_thread_context_restore.s | 19 +++++++++---------- .../src/tx_thread_context_save.s | 19 +++++++++---------- .../src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../src/tx_thread_stack_build.s | 19 +++++++++---------- .../src/tx_thread_system_return.s | 19 +++++++++---------- .../module_manager/src/tx_timer_interrupt.s | 19 +++++++++---------- .../sample_threadx/tx_initialize_low_level.s | 19 +++++++++---------- .../metaware/src/tx_thread_context_restore.s | 19 +++++++++---------- .../metaware/src/tx_thread_context_save.s | 19 +++++++++---------- .../src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../metaware/src/tx_thread_schedule.s | 19 +++++++++---------- .../metaware/src/tx_thread_smp_core_get.s | 19 +++++++++---------- .../metaware/src/tx_thread_smp_core_preempt.s | 19 +++++++++---------- .../src/tx_thread_smp_current_state_get.s | 19 +++++++++---------- .../src/tx_thread_smp_current_thread_get.s | 19 +++++++++---------- .../src/tx_thread_smp_initialize_wait.s | 19 +++++++++---------- .../src/tx_thread_smp_low_level_initialize.s | 19 +++++++++---------- .../metaware/src/tx_thread_smp_protect.s | 19 +++++++++---------- .../metaware/src/tx_thread_smp_time_get.s | 19 +++++++++---------- .../metaware/src/tx_thread_smp_unprotect.s | 19 +++++++++---------- .../metaware/src/tx_thread_stack_build.s | 19 +++++++++---------- .../metaware/src/tx_thread_system_return.s | 19 +++++++++---------- .../metaware/src/tx_timer_interrupt.s | 19 +++++++++---------- .../sample_threadx/tx_initialize_low_level.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- .../ac5/src/tx_thread_schedule.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_core_get.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_core_preempt.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_current_state_get.s | 19 +++++++++---------- .../src/tx_thread_smp_current_thread_get.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_initialize_wait.s | 19 +++++++++---------- .../src/tx_thread_smp_low_level_initialize.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_protect.s | 19 +++++++++---------- ...x_thread_smp_protection_wait_list_macros.h | 19 +++++++++---------- .../ac5/src/tx_thread_smp_time_get.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_unprotect.s | 19 +++++++++---------- .../ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- .../ac5/src/tx_thread_system_return.s | 19 +++++++++---------- .../ac5/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- .../ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.s | 19 +++++++++---------- .../gnu/src/tx_thread_context_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_control.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_disable.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_end.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_start.S | 19 +++++++++---------- .../gnu/src/tx_thread_schedule.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_core_get.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_core_preempt.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_current_state_get.S | 19 +++++++++---------- .../src/tx_thread_smp_current_thread_get.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_initialize_wait.S | 19 +++++++++---------- .../src/tx_thread_smp_low_level_initialize.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_protect.S | 19 +++++++++---------- ...x_thread_smp_protection_wait_list_macros.h | 19 +++++++++---------- .../gnu/src/tx_thread_smp_time_get.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_unprotect.S | 19 +++++++++---------- .../gnu/src/tx_thread_stack_build.S | 19 +++++++++---------- .../gnu/src/tx_thread_system_return.S | 19 +++++++++---------- .../gnu/src/tx_thread_vectored_context_save.S | 19 +++++++++---------- .../gnu/src/tx_timer_interrupt.S | 19 +++++++++---------- .../sample_threadx/tx_initialize_low_level.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- .../ac5/src/tx_thread_schedule.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_core_get.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_core_preempt.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_current_state_get.s | 19 +++++++++---------- .../src/tx_thread_smp_current_thread_get.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_initialize_wait.s | 19 +++++++++---------- .../src/tx_thread_smp_low_level_initialize.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_protect.s | 19 +++++++++---------- ...x_thread_smp_protection_wait_list_macros.h | 19 +++++++++---------- .../ac5/src/tx_thread_smp_time_get.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_unprotect.s | 19 +++++++++---------- .../ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- .../ac5/src/tx_thread_system_return.s | 19 +++++++++---------- .../ac5/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- .../ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.S | 19 +++++++++---------- .../gnu/src/tx_thread_context_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_control.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_disable.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_end.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_start.S | 19 +++++++++---------- .../gnu/src/tx_thread_schedule.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_core_get.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_core_preempt.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_current_state_get.S | 19 +++++++++---------- .../src/tx_thread_smp_current_thread_get.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_initialize_wait.S | 19 +++++++++---------- .../src/tx_thread_smp_low_level_initialize.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_protect.S | 19 +++++++++---------- ...x_thread_smp_protection_wait_list_macros.h | 19 +++++++++---------- .../gnu/src/tx_thread_smp_time_get.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_unprotect.s | 19 +++++++++---------- .../gnu/src/tx_thread_stack_build.S | 19 +++++++++---------- .../gnu/src/tx_thread_system_return.S | 19 +++++++++---------- .../gnu/src/tx_thread_vectored_context_save.S | 19 +++++++++---------- .../gnu/src/tx_timer_interrupt.S | 19 +++++++++---------- .../ac5/src/tx_initialize_low_level.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_context_save.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_control.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_disable.s | 19 +++++++++---------- .../ac5/src/tx_thread_interrupt_restore.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_end.s | 19 +++++++++---------- .../ac5/src/tx_thread_irq_nesting_start.s | 19 +++++++++---------- .../ac5/src/tx_thread_schedule.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_core_get.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_core_preempt.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_current_state_get.s | 19 +++++++++---------- .../src/tx_thread_smp_current_thread_get.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_initialize_wait.s | 19 +++++++++---------- .../src/tx_thread_smp_low_level_initialize.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_protect.s | 19 +++++++++---------- ...x_thread_smp_protection_wait_list_macros.h | 19 +++++++++---------- .../ac5/src/tx_thread_smp_time_get.s | 19 +++++++++---------- .../ac5/src/tx_thread_smp_unprotect.s | 19 +++++++++---------- .../ac5/src/tx_thread_stack_build.s | 19 +++++++++---------- .../ac5/src/tx_thread_system_return.s | 19 +++++++++---------- .../ac5/src/tx_thread_vectored_context_save.s | 19 +++++++++---------- .../ac5/src/tx_timer_interrupt.s | 19 +++++++++---------- .../example_build/tx_initialize_low_level.S | 19 +++++++++---------- .../gnu/src/tx_thread_context_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_context_save.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_control.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_disable.S | 19 +++++++++---------- .../gnu/src/tx_thread_interrupt_restore.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_end.S | 19 +++++++++---------- .../gnu/src/tx_thread_irq_nesting_start.S | 19 +++++++++---------- .../gnu/src/tx_thread_schedule.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_core_get.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_core_preempt.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_current_state_get.S | 19 +++++++++---------- .../src/tx_thread_smp_current_thread_get.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_initialize_wait.S | 19 +++++++++---------- .../src/tx_thread_smp_low_level_initialize.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_protect.S | 19 +++++++++---------- ...x_thread_smp_protection_wait_list_macros.h | 19 +++++++++---------- .../gnu/src/tx_thread_smp_time_get.S | 19 +++++++++---------- .../gnu/src/tx_thread_smp_unprotect.S | 19 +++++++++---------- .../gnu/src/tx_thread_stack_build.S | 19 +++++++++---------- .../gnu/src/tx_thread_system_return.S | 19 +++++++++---------- .../gnu/src/tx_thread_vectored_context_save.S | 19 +++++++++---------- .../gnu/src/tx_timer_interrupt.S | 19 +++++++++---------- .../FreeRTOS/revision_history.txt | 10 +++++++--- 798 files changed, 7180 insertions(+), 7973 deletions(-) diff --git a/ports/arc_em/metaware/example_build/sample_threadx/tx_initialize_low_level.s b/ports/arc_em/metaware/example_build/sample_threadx/tx_initialize_low_level.s index 98f127a7e..cf55e8dbd 100644 --- a/ports/arc_em/metaware/example_build/sample_threadx/tx_initialize_low_level.s +++ b/ports/arc_em/metaware/example_build/sample_threadx/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_em/metaware/src/tx_thread_context_restore.s b/ports/arc_em/metaware/src/tx_thread_context_restore.s index 9e5096214..7e1bb8bbe 100644 --- a/ports/arc_em/metaware/src/tx_thread_context_restore.s +++ b/ports/arc_em/metaware/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_em/metaware/src/tx_thread_context_save.s b/ports/arc_em/metaware/src/tx_thread_context_save.s index 155ffedd0..57013da21 100644 --- a/ports/arc_em/metaware/src/tx_thread_context_save.s +++ b/ports/arc_em/metaware/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_em/metaware/src/tx_thread_interrupt_control.s b/ports/arc_em/metaware/src/tx_thread_interrupt_control.s index 1c9a5f16d..6cca4ec72 100644 --- a/ports/arc_em/metaware/src/tx_thread_interrupt_control.s +++ b/ports/arc_em/metaware/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_em/metaware/src/tx_thread_schedule.s b/ports/arc_em/metaware/src/tx_thread_schedule.s index 47c6a3a4a..583adae1e 100644 --- a/ports/arc_em/metaware/src/tx_thread_schedule.s +++ b/ports/arc_em/metaware/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_em/metaware/src/tx_thread_stack_build.s b/ports/arc_em/metaware/src/tx_thread_stack_build.s index 6bbef133e..9eaf86b59 100644 --- a/ports/arc_em/metaware/src/tx_thread_stack_build.s +++ b/ports/arc_em/metaware/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_em/metaware/src/tx_thread_system_return.s b/ports/arc_em/metaware/src/tx_thread_system_return.s index be9d46545..b08e87da7 100644 --- a/ports/arc_em/metaware/src/tx_thread_system_return.s +++ b/ports/arc_em/metaware/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_em/metaware/src/tx_timer_interrupt.s b/ports/arc_em/metaware/src/tx_timer_interrupt.s index bc24a361c..003260a84 100644 --- a/ports/arc_em/metaware/src/tx_timer_interrupt.s +++ b/ports/arc_em/metaware/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/example_build/sample_threadx/tx_initialize_low_level.s b/ports/arc_hs/metaware/example_build/sample_threadx/tx_initialize_low_level.s index 2e2f814ef..56ef58401 100644 --- a/ports/arc_hs/metaware/example_build/sample_threadx/tx_initialize_low_level.s +++ b/ports/arc_hs/metaware/example_build/sample_threadx/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/src/tx_initialize_fast_interrupt_setup.s b/ports/arc_hs/metaware/src/tx_initialize_fast_interrupt_setup.s index 9fa7d0a01..c4aa71147 100644 --- a/ports/arc_hs/metaware/src/tx_initialize_fast_interrupt_setup.s +++ b/ports/arc_hs/metaware/src/tx_initialize_fast_interrupt_setup.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/src/tx_thread_context_fast_restore.s b/ports/arc_hs/metaware/src/tx_thread_context_fast_restore.s index 33d8f9b61..089f13de5 100644 --- a/ports/arc_hs/metaware/src/tx_thread_context_fast_restore.s +++ b/ports/arc_hs/metaware/src/tx_thread_context_fast_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/src/tx_thread_context_fast_save.s b/ports/arc_hs/metaware/src/tx_thread_context_fast_save.s index 593559ac1..d9a80463e 100644 --- a/ports/arc_hs/metaware/src/tx_thread_context_fast_save.s +++ b/ports/arc_hs/metaware/src/tx_thread_context_fast_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/src/tx_thread_context_restore.s b/ports/arc_hs/metaware/src/tx_thread_context_restore.s index 2ac683473..79a786c57 100644 --- a/ports/arc_hs/metaware/src/tx_thread_context_restore.s +++ b/ports/arc_hs/metaware/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/src/tx_thread_context_save.s b/ports/arc_hs/metaware/src/tx_thread_context_save.s index bbe0285cf..9fcc82e65 100644 --- a/ports/arc_hs/metaware/src/tx_thread_context_save.s +++ b/ports/arc_hs/metaware/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/src/tx_thread_interrupt_control.s b/ports/arc_hs/metaware/src/tx_thread_interrupt_control.s index 854eca746..9d3dacae6 100644 --- a/ports/arc_hs/metaware/src/tx_thread_interrupt_control.s +++ b/ports/arc_hs/metaware/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/src/tx_thread_register_bank_assign.s b/ports/arc_hs/metaware/src/tx_thread_register_bank_assign.s index d8c29900a..7b9d11144 100644 --- a/ports/arc_hs/metaware/src/tx_thread_register_bank_assign.s +++ b/ports/arc_hs/metaware/src/tx_thread_register_bank_assign.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/src/tx_thread_schedule.s b/ports/arc_hs/metaware/src/tx_thread_schedule.s index 808ef3694..954ec3717 100644 --- a/ports/arc_hs/metaware/src/tx_thread_schedule.s +++ b/ports/arc_hs/metaware/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/src/tx_thread_stack_build.s b/ports/arc_hs/metaware/src/tx_thread_stack_build.s index cdcdbcdca..8ef5dc98f 100644 --- a/ports/arc_hs/metaware/src/tx_thread_stack_build.s +++ b/ports/arc_hs/metaware/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/src/tx_thread_system_return.s b/ports/arc_hs/metaware/src/tx_thread_system_return.s index 3f0047b75..aec09bb45 100644 --- a/ports/arc_hs/metaware/src/tx_thread_system_return.s +++ b/ports/arc_hs/metaware/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arc_hs/metaware/src/tx_timer_interrupt.s b/ports/arc_hs/metaware/src/tx_timer_interrupt.s index a16382434..59410fdc0 100644 --- a/ports/arc_hs/metaware/src/tx_timer_interrupt.s +++ b/ports/arc_hs/metaware/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arm11/ac5/example_build/tx_initialize_low_level.s b/ports/arm11/ac5/example_build/tx_initialize_low_level.s index 0a5fa748d..541ddb1e7 100644 --- a/ports/arm11/ac5/example_build/tx_initialize_low_level.s +++ b/ports/arm11/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_context_restore.s b/ports/arm11/ac5/src/tx_thread_context_restore.s index d0fad3efe..e9dbf9e0b 100644 --- a/ports/arm11/ac5/src/tx_thread_context_restore.s +++ b/ports/arm11/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_context_save.s b/ports/arm11/ac5/src/tx_thread_context_save.s index 3e29f5343..8c92eeb1b 100644 --- a/ports/arm11/ac5/src/tx_thread_context_save.s +++ b/ports/arm11/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_fiq_context_restore.s b/ports/arm11/ac5/src/tx_thread_fiq_context_restore.s index a1b9131ef..af5169753 100644 --- a/ports/arm11/ac5/src/tx_thread_fiq_context_restore.s +++ b/ports/arm11/ac5/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_fiq_context_save.s b/ports/arm11/ac5/src/tx_thread_fiq_context_save.s index 1c5501920..72bebd9db 100644 --- a/ports/arm11/ac5/src/tx_thread_fiq_context_save.s +++ b/ports/arm11/ac5/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_fiq_nesting_end.s b/ports/arm11/ac5/src/tx_thread_fiq_nesting_end.s index a83b23e31..66b824227 100644 --- a/ports/arm11/ac5/src/tx_thread_fiq_nesting_end.s +++ b/ports/arm11/ac5/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_fiq_nesting_start.s b/ports/arm11/ac5/src/tx_thread_fiq_nesting_start.s index 805c4707d..fd36e17fb 100644 --- a/ports/arm11/ac5/src/tx_thread_fiq_nesting_start.s +++ b/ports/arm11/ac5/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_interrupt_control.s b/ports/arm11/ac5/src/tx_thread_interrupt_control.s index e4250463a..7d3bddaef 100644 --- a/ports/arm11/ac5/src/tx_thread_interrupt_control.s +++ b/ports/arm11/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_interrupt_disable.s b/ports/arm11/ac5/src/tx_thread_interrupt_disable.s index 161ae2120..e2c50cfd2 100644 --- a/ports/arm11/ac5/src/tx_thread_interrupt_disable.s +++ b/ports/arm11/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_interrupt_restore.s b/ports/arm11/ac5/src/tx_thread_interrupt_restore.s index d181f439a..ad7fb5d26 100644 --- a/ports/arm11/ac5/src/tx_thread_interrupt_restore.s +++ b/ports/arm11/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_irq_nesting_end.s b/ports/arm11/ac5/src/tx_thread_irq_nesting_end.s index a538dca32..a8ee12ad9 100644 --- a/ports/arm11/ac5/src/tx_thread_irq_nesting_end.s +++ b/ports/arm11/ac5/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_irq_nesting_start.s b/ports/arm11/ac5/src/tx_thread_irq_nesting_start.s index 52693201e..aea8bbf4b 100644 --- a/ports/arm11/ac5/src/tx_thread_irq_nesting_start.s +++ b/ports/arm11/ac5/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_schedule.s b/ports/arm11/ac5/src/tx_thread_schedule.s index fe2d12574..176464820 100644 --- a/ports/arm11/ac5/src/tx_thread_schedule.s +++ b/ports/arm11/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_stack_build.s b/ports/arm11/ac5/src/tx_thread_stack_build.s index 0fb9f719c..838213359 100644 --- a/ports/arm11/ac5/src/tx_thread_stack_build.s +++ b/ports/arm11/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_system_return.s b/ports/arm11/ac5/src/tx_thread_system_return.s index 6250c817e..82a1e0c40 100644 --- a/ports/arm11/ac5/src/tx_thread_system_return.s +++ b/ports/arm11/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_thread_vectored_context_save.s b/ports/arm11/ac5/src/tx_thread_vectored_context_save.s index 71283a336..e9ae138a0 100644 --- a/ports/arm11/ac5/src/tx_thread_vectored_context_save.s +++ b/ports/arm11/ac5/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/ac5/src/tx_timer_interrupt.s b/ports/arm11/ac5/src/tx_timer_interrupt.s index 1a2e03006..9d745e0a7 100644 --- a/ports/arm11/ac5/src/tx_timer_interrupt.s +++ b/ports/arm11/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/gnu/example_build/reset.S b/ports/arm11/gnu/example_build/reset.S index fb0694e5d..a11c826a3 100644 --- a/ports/arm11/gnu/example_build/reset.S +++ b/ports/arm11/gnu/example_build/reset.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/example_build/tx_initialize_low_level.S b/ports/arm11/gnu/example_build/tx_initialize_low_level.S index 4cc6704c9..f7c4617a8 100644 --- a/ports/arm11/gnu/example_build/tx_initialize_low_level.S +++ b/ports/arm11/gnu/example_build/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_context_restore.S b/ports/arm11/gnu/src/tx_thread_context_restore.S index dfb136d3e..6a270b666 100644 --- a/ports/arm11/gnu/src/tx_thread_context_restore.S +++ b/ports/arm11/gnu/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_context_save.S b/ports/arm11/gnu/src/tx_thread_context_save.S index fc066cd94..3fe539d2b 100644 --- a/ports/arm11/gnu/src/tx_thread_context_save.S +++ b/ports/arm11/gnu/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_fiq_context_restore.S b/ports/arm11/gnu/src/tx_thread_fiq_context_restore.S index f6afb7a21..3d3dd37ac 100644 --- a/ports/arm11/gnu/src/tx_thread_fiq_context_restore.S +++ b/ports/arm11/gnu/src/tx_thread_fiq_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_fiq_context_save.S b/ports/arm11/gnu/src/tx_thread_fiq_context_save.S index acf311463..8dc69191e 100644 --- a/ports/arm11/gnu/src/tx_thread_fiq_context_save.S +++ b/ports/arm11/gnu/src/tx_thread_fiq_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_fiq_nesting_end.S b/ports/arm11/gnu/src/tx_thread_fiq_nesting_end.S index ede635f16..82362bbc1 100644 --- a/ports/arm11/gnu/src/tx_thread_fiq_nesting_end.S +++ b/ports/arm11/gnu/src/tx_thread_fiq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_fiq_nesting_start.S b/ports/arm11/gnu/src/tx_thread_fiq_nesting_start.S index f6bdd3a25..5a6b6e1b2 100644 --- a/ports/arm11/gnu/src/tx_thread_fiq_nesting_start.S +++ b/ports/arm11/gnu/src/tx_thread_fiq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_interrupt_control.S b/ports/arm11/gnu/src/tx_thread_interrupt_control.S index 6f3dc61fd..ecc9326d2 100644 --- a/ports/arm11/gnu/src/tx_thread_interrupt_control.S +++ b/ports/arm11/gnu/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_interrupt_disable.S b/ports/arm11/gnu/src/tx_thread_interrupt_disable.S index e16539026..f51c22382 100644 --- a/ports/arm11/gnu/src/tx_thread_interrupt_disable.S +++ b/ports/arm11/gnu/src/tx_thread_interrupt_disable.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_interrupt_restore.S b/ports/arm11/gnu/src/tx_thread_interrupt_restore.S index afb3e1c29..8506be1b3 100644 --- a/ports/arm11/gnu/src/tx_thread_interrupt_restore.S +++ b/ports/arm11/gnu/src/tx_thread_interrupt_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_irq_nesting_end.S b/ports/arm11/gnu/src/tx_thread_irq_nesting_end.S index 46d417a77..649bbbb0e 100644 --- a/ports/arm11/gnu/src/tx_thread_irq_nesting_end.S +++ b/ports/arm11/gnu/src/tx_thread_irq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_irq_nesting_start.S b/ports/arm11/gnu/src/tx_thread_irq_nesting_start.S index 002a67e19..ee9498452 100644 --- a/ports/arm11/gnu/src/tx_thread_irq_nesting_start.S +++ b/ports/arm11/gnu/src/tx_thread_irq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_schedule.S b/ports/arm11/gnu/src/tx_thread_schedule.S index 8f41ab3d6..9350540c2 100644 --- a/ports/arm11/gnu/src/tx_thread_schedule.S +++ b/ports/arm11/gnu/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_stack_build.S b/ports/arm11/gnu/src/tx_thread_stack_build.S index 344728373..7f156ee0e 100644 --- a/ports/arm11/gnu/src/tx_thread_stack_build.S +++ b/ports/arm11/gnu/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_system_return.S b/ports/arm11/gnu/src/tx_thread_system_return.S index 735d2c379..1c26a7a06 100644 --- a/ports/arm11/gnu/src/tx_thread_system_return.S +++ b/ports/arm11/gnu/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_thread_vectored_context_save.S b/ports/arm11/gnu/src/tx_thread_vectored_context_save.S index c7920248d..23f82007c 100644 --- a/ports/arm11/gnu/src/tx_thread_vectored_context_save.S +++ b/ports/arm11/gnu/src/tx_thread_vectored_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/gnu/src/tx_timer_interrupt.S b/ports/arm11/gnu/src/tx_timer_interrupt.S index e8e1bb4a3..137c5883a 100644 --- a/ports/arm11/gnu/src/tx_timer_interrupt.S +++ b/ports/arm11/gnu/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm11/iar/example_build/tx_initialize_low_level.s b/ports/arm11/iar/example_build/tx_initialize_low_level.s index c5f5e9fa9..7242cfe4c 100644 --- a/ports/arm11/iar/example_build/tx_initialize_low_level.s +++ b/ports/arm11/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_context_restore.s b/ports/arm11/iar/src/tx_thread_context_restore.s index 2e2ef09ae..211b81dd4 100644 --- a/ports/arm11/iar/src/tx_thread_context_restore.s +++ b/ports/arm11/iar/src/tx_thread_context_restore.s @@ -1,14 +1,13 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_context_save.s b/ports/arm11/iar/src/tx_thread_context_save.s index 67209da91..c4d5b1b42 100644 --- a/ports/arm11/iar/src/tx_thread_context_save.s +++ b/ports/arm11/iar/src/tx_thread_context_save.s @@ -1,14 +1,13 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_fiq_context_restore.s b/ports/arm11/iar/src/tx_thread_fiq_context_restore.s index 6691b8161..318245894 100644 --- a/ports/arm11/iar/src/tx_thread_fiq_context_restore.s +++ b/ports/arm11/iar/src/tx_thread_fiq_context_restore.s @@ -1,14 +1,13 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_fiq_context_save.s b/ports/arm11/iar/src/tx_thread_fiq_context_save.s index 1e81a99cd..170625814 100644 --- a/ports/arm11/iar/src/tx_thread_fiq_context_save.s +++ b/ports/arm11/iar/src/tx_thread_fiq_context_save.s @@ -1,14 +1,13 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ;/**************************************************************************/ ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_fiq_nesting_end.s b/ports/arm11/iar/src/tx_thread_fiq_nesting_end.s index 81acec953..0d71933a2 100644 --- a/ports/arm11/iar/src/tx_thread_fiq_nesting_end.s +++ b/ports/arm11/iar/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_fiq_nesting_start.s b/ports/arm11/iar/src/tx_thread_fiq_nesting_start.s index 0e4e7f814..7b2b36cbe 100644 --- a/ports/arm11/iar/src/tx_thread_fiq_nesting_start.s +++ b/ports/arm11/iar/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_interrupt_control.s b/ports/arm11/iar/src/tx_thread_interrupt_control.s index 3c663372d..4cf6b9178 100644 --- a/ports/arm11/iar/src/tx_thread_interrupt_control.s +++ b/ports/arm11/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_interrupt_disable.s b/ports/arm11/iar/src/tx_thread_interrupt_disable.s index 61b860280..e1a618600 100644 --- a/ports/arm11/iar/src/tx_thread_interrupt_disable.s +++ b/ports/arm11/iar/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_interrupt_restore.s b/ports/arm11/iar/src/tx_thread_interrupt_restore.s index 090ae19e2..28856151f 100644 --- a/ports/arm11/iar/src/tx_thread_interrupt_restore.s +++ b/ports/arm11/iar/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_irq_nesting_end.s b/ports/arm11/iar/src/tx_thread_irq_nesting_end.s index c6dd42533..7a7a35855 100644 --- a/ports/arm11/iar/src/tx_thread_irq_nesting_end.s +++ b/ports/arm11/iar/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_irq_nesting_start.s b/ports/arm11/iar/src/tx_thread_irq_nesting_start.s index 7f014bfeb..b76d1ff60 100644 --- a/ports/arm11/iar/src/tx_thread_irq_nesting_start.s +++ b/ports/arm11/iar/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_schedule.s b/ports/arm11/iar/src/tx_thread_schedule.s index d7f50ec6a..761ec21c3 100644 --- a/ports/arm11/iar/src/tx_thread_schedule.s +++ b/ports/arm11/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_stack_build.s b/ports/arm11/iar/src/tx_thread_stack_build.s index 61fbb2d30..4e32e1fa2 100644 --- a/ports/arm11/iar/src/tx_thread_stack_build.s +++ b/ports/arm11/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_system_return.s b/ports/arm11/iar/src/tx_thread_system_return.s index 1f71e1510..c7042dfbe 100644 --- a/ports/arm11/iar/src/tx_thread_system_return.s +++ b/ports/arm11/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_thread_vectored_context_save.s b/ports/arm11/iar/src/tx_thread_vectored_context_save.s index e2409000a..e287b8a50 100644 --- a/ports/arm11/iar/src/tx_thread_vectored_context_save.s +++ b/ports/arm11/iar/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm11/iar/src/tx_timer_interrupt.s b/ports/arm11/iar/src/tx_timer_interrupt.s index 4d48d0369..550bc0072 100644 --- a/ports/arm11/iar/src/tx_timer_interrupt.s +++ b/ports/arm11/iar/src/tx_timer_interrupt.s @@ -1,15 +1,14 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/example_build/tx_initialize_low_level.s b/ports/arm9/ac5/example_build/tx_initialize_low_level.s index 14a767554..f2420967d 100644 --- a/ports/arm9/ac5/example_build/tx_initialize_low_level.s +++ b/ports/arm9/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_context_restore.s b/ports/arm9/ac5/src/tx_thread_context_restore.s index 843fea3b8..ff4f33242 100644 --- a/ports/arm9/ac5/src/tx_thread_context_restore.s +++ b/ports/arm9/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_context_save.s b/ports/arm9/ac5/src/tx_thread_context_save.s index e491057a0..6e7963bf1 100644 --- a/ports/arm9/ac5/src/tx_thread_context_save.s +++ b/ports/arm9/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_fiq_context_restore.s b/ports/arm9/ac5/src/tx_thread_fiq_context_restore.s index 2217bedbe..906b9bd19 100644 --- a/ports/arm9/ac5/src/tx_thread_fiq_context_restore.s +++ b/ports/arm9/ac5/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_fiq_context_save.s b/ports/arm9/ac5/src/tx_thread_fiq_context_save.s index cc837c0c7..93be71d74 100644 --- a/ports/arm9/ac5/src/tx_thread_fiq_context_save.s +++ b/ports/arm9/ac5/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_fiq_nesting_end.s b/ports/arm9/ac5/src/tx_thread_fiq_nesting_end.s index 2d2795f47..ee8484ce6 100644 --- a/ports/arm9/ac5/src/tx_thread_fiq_nesting_end.s +++ b/ports/arm9/ac5/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_fiq_nesting_start.s b/ports/arm9/ac5/src/tx_thread_fiq_nesting_start.s index 28fe5c89f..e2e9435b7 100644 --- a/ports/arm9/ac5/src/tx_thread_fiq_nesting_start.s +++ b/ports/arm9/ac5/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_interrupt_control.s b/ports/arm9/ac5/src/tx_thread_interrupt_control.s index 93a22c9b2..b9a99e0c4 100644 --- a/ports/arm9/ac5/src/tx_thread_interrupt_control.s +++ b/ports/arm9/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_interrupt_disable.s b/ports/arm9/ac5/src/tx_thread_interrupt_disable.s index a53b4288c..01e85f7f2 100644 --- a/ports/arm9/ac5/src/tx_thread_interrupt_disable.s +++ b/ports/arm9/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_interrupt_restore.s b/ports/arm9/ac5/src/tx_thread_interrupt_restore.s index c33617ea4..638d1d0d4 100644 --- a/ports/arm9/ac5/src/tx_thread_interrupt_restore.s +++ b/ports/arm9/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_irq_nesting_end.s b/ports/arm9/ac5/src/tx_thread_irq_nesting_end.s index c669807a3..032d4dcc4 100644 --- a/ports/arm9/ac5/src/tx_thread_irq_nesting_end.s +++ b/ports/arm9/ac5/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_irq_nesting_start.s b/ports/arm9/ac5/src/tx_thread_irq_nesting_start.s index 0aff97992..3da96c713 100644 --- a/ports/arm9/ac5/src/tx_thread_irq_nesting_start.s +++ b/ports/arm9/ac5/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_schedule.s b/ports/arm9/ac5/src/tx_thread_schedule.s index ec38ea2f6..23b678e28 100644 --- a/ports/arm9/ac5/src/tx_thread_schedule.s +++ b/ports/arm9/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_stack_build.s b/ports/arm9/ac5/src/tx_thread_stack_build.s index af4a583ef..2ca47eb66 100644 --- a/ports/arm9/ac5/src/tx_thread_stack_build.s +++ b/ports/arm9/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_system_return.s b/ports/arm9/ac5/src/tx_thread_system_return.s index f41a62d55..bf9f17351 100644 --- a/ports/arm9/ac5/src/tx_thread_system_return.s +++ b/ports/arm9/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_thread_vectored_context_save.s b/ports/arm9/ac5/src/tx_thread_vectored_context_save.s index 428a8de2f..ede3ec497 100644 --- a/ports/arm9/ac5/src/tx_thread_vectored_context_save.s +++ b/ports/arm9/ac5/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/ac5/src/tx_timer_interrupt.s b/ports/arm9/ac5/src/tx_timer_interrupt.s index 91bcd6292..061c5806e 100644 --- a/ports/arm9/ac5/src/tx_timer_interrupt.s +++ b/ports/arm9/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/gnu/example_build/reset.S b/ports/arm9/gnu/example_build/reset.S index fb0694e5d..a11c826a3 100644 --- a/ports/arm9/gnu/example_build/reset.S +++ b/ports/arm9/gnu/example_build/reset.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/example_build/tx_initialize_low_level.S b/ports/arm9/gnu/example_build/tx_initialize_low_level.S index dcf90a737..1f2207ecd 100644 --- a/ports/arm9/gnu/example_build/tx_initialize_low_level.S +++ b/ports/arm9/gnu/example_build/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_context_restore.S b/ports/arm9/gnu/src/tx_thread_context_restore.S index fde80688b..61087c84d 100644 --- a/ports/arm9/gnu/src/tx_thread_context_restore.S +++ b/ports/arm9/gnu/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_context_save.S b/ports/arm9/gnu/src/tx_thread_context_save.S index 5e7176578..f2ef9712b 100644 --- a/ports/arm9/gnu/src/tx_thread_context_save.S +++ b/ports/arm9/gnu/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_fiq_context_restore.S b/ports/arm9/gnu/src/tx_thread_fiq_context_restore.S index 522d6f307..5ac525432 100644 --- a/ports/arm9/gnu/src/tx_thread_fiq_context_restore.S +++ b/ports/arm9/gnu/src/tx_thread_fiq_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_fiq_context_save.S b/ports/arm9/gnu/src/tx_thread_fiq_context_save.S index bc860a4fe..121dee2ae 100644 --- a/ports/arm9/gnu/src/tx_thread_fiq_context_save.S +++ b/ports/arm9/gnu/src/tx_thread_fiq_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_fiq_nesting_end.S b/ports/arm9/gnu/src/tx_thread_fiq_nesting_end.S index 047326e33..ded353be4 100644 --- a/ports/arm9/gnu/src/tx_thread_fiq_nesting_end.S +++ b/ports/arm9/gnu/src/tx_thread_fiq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_fiq_nesting_start.S b/ports/arm9/gnu/src/tx_thread_fiq_nesting_start.S index 509c40116..be12db772 100644 --- a/ports/arm9/gnu/src/tx_thread_fiq_nesting_start.S +++ b/ports/arm9/gnu/src/tx_thread_fiq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_interrupt_control.S b/ports/arm9/gnu/src/tx_thread_interrupt_control.S index bded00b9b..2c72a853e 100644 --- a/ports/arm9/gnu/src/tx_thread_interrupt_control.S +++ b/ports/arm9/gnu/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_interrupt_disable.S b/ports/arm9/gnu/src/tx_thread_interrupt_disable.S index b405a9e56..dbd7a6db6 100644 --- a/ports/arm9/gnu/src/tx_thread_interrupt_disable.S +++ b/ports/arm9/gnu/src/tx_thread_interrupt_disable.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_interrupt_restore.S b/ports/arm9/gnu/src/tx_thread_interrupt_restore.S index 76ff4e3f1..e30d35776 100644 --- a/ports/arm9/gnu/src/tx_thread_interrupt_restore.S +++ b/ports/arm9/gnu/src/tx_thread_interrupt_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_irq_nesting_end.S b/ports/arm9/gnu/src/tx_thread_irq_nesting_end.S index 5dfe9e437..afbca2cff 100644 --- a/ports/arm9/gnu/src/tx_thread_irq_nesting_end.S +++ b/ports/arm9/gnu/src/tx_thread_irq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_irq_nesting_start.S b/ports/arm9/gnu/src/tx_thread_irq_nesting_start.S index 11af6328d..060a471c4 100644 --- a/ports/arm9/gnu/src/tx_thread_irq_nesting_start.S +++ b/ports/arm9/gnu/src/tx_thread_irq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_schedule.S b/ports/arm9/gnu/src/tx_thread_schedule.S index a57052fbc..50affb8c8 100644 --- a/ports/arm9/gnu/src/tx_thread_schedule.S +++ b/ports/arm9/gnu/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_stack_build.S b/ports/arm9/gnu/src/tx_thread_stack_build.S index 5cfcd67fc..675c1f4f8 100644 --- a/ports/arm9/gnu/src/tx_thread_stack_build.S +++ b/ports/arm9/gnu/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_system_return.S b/ports/arm9/gnu/src/tx_thread_system_return.S index 8d364e032..ba0ed9bb2 100644 --- a/ports/arm9/gnu/src/tx_thread_system_return.S +++ b/ports/arm9/gnu/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_thread_vectored_context_save.S b/ports/arm9/gnu/src/tx_thread_vectored_context_save.S index e54984265..d123e0547 100644 --- a/ports/arm9/gnu/src/tx_thread_vectored_context_save.S +++ b/ports/arm9/gnu/src/tx_thread_vectored_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/gnu/src/tx_timer_interrupt.S b/ports/arm9/gnu/src/tx_timer_interrupt.S index 3dc2f5194..48bee7f7f 100644 --- a/ports/arm9/gnu/src/tx_timer_interrupt.S +++ b/ports/arm9/gnu/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/arm9/iar/example_build/tx_initialize_low_level.s b/ports/arm9/iar/example_build/tx_initialize_low_level.s index bef3c55ff..89024b8e2 100644 --- a/ports/arm9/iar/example_build/tx_initialize_low_level.s +++ b/ports/arm9/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_context_restore.s b/ports/arm9/iar/src/tx_thread_context_restore.s index 7647a3673..ac57cd961 100644 --- a/ports/arm9/iar/src/tx_thread_context_restore.s +++ b/ports/arm9/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_context_save.s b/ports/arm9/iar/src/tx_thread_context_save.s index 006125b0d..db77a17bb 100644 --- a/ports/arm9/iar/src/tx_thread_context_save.s +++ b/ports/arm9/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_fiq_context_restore.s b/ports/arm9/iar/src/tx_thread_fiq_context_restore.s index 4cd8a930b..137714b6f 100644 --- a/ports/arm9/iar/src/tx_thread_fiq_context_restore.s +++ b/ports/arm9/iar/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_fiq_context_save.s b/ports/arm9/iar/src/tx_thread_fiq_context_save.s index 6acf2e032..562d51328 100644 --- a/ports/arm9/iar/src/tx_thread_fiq_context_save.s +++ b/ports/arm9/iar/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_fiq_nesting_end.s b/ports/arm9/iar/src/tx_thread_fiq_nesting_end.s index e80da5028..e3897977b 100644 --- a/ports/arm9/iar/src/tx_thread_fiq_nesting_end.s +++ b/ports/arm9/iar/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_fiq_nesting_start.s b/ports/arm9/iar/src/tx_thread_fiq_nesting_start.s index 0a1c5ae2b..41867e494 100644 --- a/ports/arm9/iar/src/tx_thread_fiq_nesting_start.s +++ b/ports/arm9/iar/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_interrupt_control.s b/ports/arm9/iar/src/tx_thread_interrupt_control.s index 0146e604a..a6d540a7d 100644 --- a/ports/arm9/iar/src/tx_thread_interrupt_control.s +++ b/ports/arm9/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_interrupt_disable.s b/ports/arm9/iar/src/tx_thread_interrupt_disable.s index daa4cee70..64c7508aa 100644 --- a/ports/arm9/iar/src/tx_thread_interrupt_disable.s +++ b/ports/arm9/iar/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_interrupt_restore.s b/ports/arm9/iar/src/tx_thread_interrupt_restore.s index 570ec9ecc..deace5085 100644 --- a/ports/arm9/iar/src/tx_thread_interrupt_restore.s +++ b/ports/arm9/iar/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_irq_nesting_end.s b/ports/arm9/iar/src/tx_thread_irq_nesting_end.s index 9718fb975..ff38c1ca3 100644 --- a/ports/arm9/iar/src/tx_thread_irq_nesting_end.s +++ b/ports/arm9/iar/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_irq_nesting_start.s b/ports/arm9/iar/src/tx_thread_irq_nesting_start.s index 0dab95cfa..5e08187c0 100644 --- a/ports/arm9/iar/src/tx_thread_irq_nesting_start.s +++ b/ports/arm9/iar/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_schedule.s b/ports/arm9/iar/src/tx_thread_schedule.s index dcef554ac..86a70a4fc 100644 --- a/ports/arm9/iar/src/tx_thread_schedule.s +++ b/ports/arm9/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_stack_build.s b/ports/arm9/iar/src/tx_thread_stack_build.s index 94f252f05..c59c61f41 100644 --- a/ports/arm9/iar/src/tx_thread_stack_build.s +++ b/ports/arm9/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_system_return.s b/ports/arm9/iar/src/tx_thread_system_return.s index 8281dc64b..e8660d9bf 100644 --- a/ports/arm9/iar/src/tx_thread_system_return.s +++ b/ports/arm9/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_thread_vectored_context_save.s b/ports/arm9/iar/src/tx_thread_vectored_context_save.s index 9eccd2acc..1aa26ae1f 100644 --- a/ports/arm9/iar/src/tx_thread_vectored_context_save.s +++ b/ports/arm9/iar/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/arm9/iar/src/tx_timer_interrupt.s b/ports/arm9/iar/src/tx_timer_interrupt.s index cdd32c06c..28bac1450 100644 --- a/ports/arm9/iar/src/tx_timer_interrupt.s +++ b/ports/arm9/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/c667x/ccs/example_build/sample_threadx_c6678evm/tx_initialize_low_level.asm b/ports/c667x/ccs/example_build/sample_threadx_c6678evm/tx_initialize_low_level.asm index 0cef8062e..686220c59 100644 --- a/ports/c667x/ccs/example_build/sample_threadx_c6678evm/tx_initialize_low_level.asm +++ b/ports/c667x/ccs/example_build/sample_threadx_c6678evm/tx_initialize_low_level.asm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/c667x/ccs/example_build/sample_threadx_ta6678fmc/tx_initialize_low_level.asm b/ports/c667x/ccs/example_build/sample_threadx_ta6678fmc/tx_initialize_low_level.asm index 780ba3528..14591f593 100644 --- a/ports/c667x/ccs/example_build/sample_threadx_ta6678fmc/tx_initialize_low_level.asm +++ b/ports/c667x/ccs/example_build/sample_threadx_ta6678fmc/tx_initialize_low_level.asm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/c667x/ccs/src/tx_thread_context_restore.asm b/ports/c667x/ccs/src/tx_thread_context_restore.asm index 903f53923..593881ba9 100644 --- a/ports/c667x/ccs/src/tx_thread_context_restore.asm +++ b/ports/c667x/ccs/src/tx_thread_context_restore.asm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/c667x/ccs/src/tx_thread_context_save.asm b/ports/c667x/ccs/src/tx_thread_context_save.asm index 0268a5ce3..795f720e3 100644 --- a/ports/c667x/ccs/src/tx_thread_context_save.asm +++ b/ports/c667x/ccs/src/tx_thread_context_save.asm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/c667x/ccs/src/tx_thread_interrupt_control.asm b/ports/c667x/ccs/src/tx_thread_interrupt_control.asm index 75192bb56..ff39fe91a 100644 --- a/ports/c667x/ccs/src/tx_thread_interrupt_control.asm +++ b/ports/c667x/ccs/src/tx_thread_interrupt_control.asm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/c667x/ccs/src/tx_thread_schedule.asm b/ports/c667x/ccs/src/tx_thread_schedule.asm index 13f2c0e36..2b40fec18 100644 --- a/ports/c667x/ccs/src/tx_thread_schedule.asm +++ b/ports/c667x/ccs/src/tx_thread_schedule.asm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/c667x/ccs/src/tx_thread_stack_build.asm b/ports/c667x/ccs/src/tx_thread_stack_build.asm index d068d4a35..dabfea417 100644 --- a/ports/c667x/ccs/src/tx_thread_stack_build.asm +++ b/ports/c667x/ccs/src/tx_thread_stack_build.asm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/c667x/ccs/src/tx_thread_system_return.asm b/ports/c667x/ccs/src/tx_thread_system_return.asm index 45d91121d..bf4c5caf8 100644 --- a/ports/c667x/ccs/src/tx_thread_system_return.asm +++ b/ports/c667x/ccs/src/tx_thread_system_return.asm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/c667x/ccs/src/tx_timer_interrupt.asm b/ports/c667x/ccs/src/tx_timer_interrupt.asm index d6777830b..60dd91b60 100644 --- a/ports/c667x/ccs/src/tx_timer_interrupt.asm +++ b/ports/c667x/ccs/src/tx_timer_interrupt.asm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/example_build/tx_initialize_low_level.s b/ports/cortex_a15/iar/example_build/tx_initialize_low_level.s index 8e3096019..6b32af58d 100644 --- a/ports/cortex_a15/iar/example_build/tx_initialize_low_level.s +++ b/ports/cortex_a15/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_context_restore.s b/ports/cortex_a15/iar/src/tx_thread_context_restore.s index a119bd7d1..64584101a 100644 --- a/ports/cortex_a15/iar/src/tx_thread_context_restore.s +++ b/ports/cortex_a15/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_context_save.s b/ports/cortex_a15/iar/src/tx_thread_context_save.s index 9027151f3..09d941758 100644 --- a/ports/cortex_a15/iar/src/tx_thread_context_save.s +++ b/ports/cortex_a15/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_fiq_context_restore.s b/ports/cortex_a15/iar/src/tx_thread_fiq_context_restore.s index 828f78233..bbbf8cf1d 100644 --- a/ports/cortex_a15/iar/src/tx_thread_fiq_context_restore.s +++ b/ports/cortex_a15/iar/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_fiq_context_save.s b/ports/cortex_a15/iar/src/tx_thread_fiq_context_save.s index e4666b3f5..b8828834c 100644 --- a/ports/cortex_a15/iar/src/tx_thread_fiq_context_save.s +++ b/ports/cortex_a15/iar/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_fiq_nesting_end.s b/ports/cortex_a15/iar/src/tx_thread_fiq_nesting_end.s index a15bd107a..f8a73cbc7 100644 --- a/ports/cortex_a15/iar/src/tx_thread_fiq_nesting_end.s +++ b/ports/cortex_a15/iar/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_fiq_nesting_start.s b/ports/cortex_a15/iar/src/tx_thread_fiq_nesting_start.s index 87b7356b1..497d7421c 100644 --- a/ports/cortex_a15/iar/src/tx_thread_fiq_nesting_start.s +++ b/ports/cortex_a15/iar/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_interrupt_control.s b/ports/cortex_a15/iar/src/tx_thread_interrupt_control.s index f9145fee0..ce9d08a79 100644 --- a/ports/cortex_a15/iar/src/tx_thread_interrupt_control.s +++ b/ports/cortex_a15/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_interrupt_disable.s b/ports/cortex_a15/iar/src/tx_thread_interrupt_disable.s index 4f3acf28a..19c70c894 100644 --- a/ports/cortex_a15/iar/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_a15/iar/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_interrupt_restore.s b/ports/cortex_a15/iar/src/tx_thread_interrupt_restore.s index 0f3a5bbca..70c949b3d 100644 --- a/ports/cortex_a15/iar/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_a15/iar/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_irq_nesting_end.s b/ports/cortex_a15/iar/src/tx_thread_irq_nesting_end.s index 72eb215d3..f1662abaa 100644 --- a/ports/cortex_a15/iar/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_a15/iar/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_irq_nesting_start.s b/ports/cortex_a15/iar/src/tx_thread_irq_nesting_start.s index b6d65e501..21151129b 100644 --- a/ports/cortex_a15/iar/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_a15/iar/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_schedule.s b/ports/cortex_a15/iar/src/tx_thread_schedule.s index 8fb826f87..c98087aab 100644 --- a/ports/cortex_a15/iar/src/tx_thread_schedule.s +++ b/ports/cortex_a15/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_stack_build.s b/ports/cortex_a15/iar/src/tx_thread_stack_build.s index 1ba0904ac..141a49bd9 100644 --- a/ports/cortex_a15/iar/src/tx_thread_stack_build.s +++ b/ports/cortex_a15/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_system_return.s b/ports/cortex_a15/iar/src/tx_thread_system_return.s index e32e14bcb..3a1d2ba61 100644 --- a/ports/cortex_a15/iar/src/tx_thread_system_return.s +++ b/ports/cortex_a15/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_thread_vectored_context_save.s b/ports/cortex_a15/iar/src/tx_thread_vectored_context_save.s index 62ba32396..8d05bd80d 100644 --- a/ports/cortex_a15/iar/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_a15/iar/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a15/iar/src/tx_timer_interrupt.s b/ports/cortex_a15/iar/src/tx_timer_interrupt.s index adfd0123c..9a37d02a1 100644 --- a/ports/cortex_a15/iar/src/tx_timer_interrupt.s +++ b/ports/cortex_a15/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/example_build/tx_initialize_low_level.s b/ports/cortex_a5/ac5/example_build/tx_initialize_low_level.s index 68ccca3a3..af7e965c0 100644 --- a/ports/cortex_a5/ac5/example_build/tx_initialize_low_level.s +++ b/ports/cortex_a5/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_context_restore.s b/ports/cortex_a5/ac5/src/tx_thread_context_restore.s index 8191ef183..35652d4fe 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_context_restore.s +++ b/ports/cortex_a5/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_context_save.s b/ports/cortex_a5/ac5/src/tx_thread_context_save.s index 955a8dee6..20630974c 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_context_save.s +++ b/ports/cortex_a5/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_fiq_context_restore.s b/ports/cortex_a5/ac5/src/tx_thread_fiq_context_restore.s index 2543d539e..fd513c2cc 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_fiq_context_restore.s +++ b/ports/cortex_a5/ac5/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_fiq_context_save.s b/ports/cortex_a5/ac5/src/tx_thread_fiq_context_save.s index 6f36ca602..e45574f38 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_fiq_context_save.s +++ b/ports/cortex_a5/ac5/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_fiq_nesting_end.s b/ports/cortex_a5/ac5/src/tx_thread_fiq_nesting_end.s index 412b4e885..d5d9f51ad 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_fiq_nesting_end.s +++ b/ports/cortex_a5/ac5/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_fiq_nesting_start.s b/ports/cortex_a5/ac5/src/tx_thread_fiq_nesting_start.s index 4fbc5eb21..b12d14da4 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_fiq_nesting_start.s +++ b/ports/cortex_a5/ac5/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_interrupt_control.s b/ports/cortex_a5/ac5/src/tx_thread_interrupt_control.s index 16f7d7a45..c8056c390 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_interrupt_control.s +++ b/ports/cortex_a5/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_interrupt_disable.s b/ports/cortex_a5/ac5/src/tx_thread_interrupt_disable.s index 686445bc0..8a59297cf 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_a5/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_interrupt_restore.s b/ports/cortex_a5/ac5/src/tx_thread_interrupt_restore.s index 70f1d7ae9..aa83ad278 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_a5/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_irq_nesting_end.s b/ports/cortex_a5/ac5/src/tx_thread_irq_nesting_end.s index 4d3febb5b..ae508e4af 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_a5/ac5/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_irq_nesting_start.s b/ports/cortex_a5/ac5/src/tx_thread_irq_nesting_start.s index c0e22c3e1..c326590be 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_a5/ac5/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_schedule.s b/ports/cortex_a5/ac5/src/tx_thread_schedule.s index 1393e7114..4ff4083c4 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_schedule.s +++ b/ports/cortex_a5/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_stack_build.s b/ports/cortex_a5/ac5/src/tx_thread_stack_build.s index 967a8ce7c..b006a9436 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_stack_build.s +++ b/ports/cortex_a5/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_system_return.s b/ports/cortex_a5/ac5/src/tx_thread_system_return.s index e56f898ae..26925f8a9 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_system_return.s +++ b/ports/cortex_a5/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_thread_vectored_context_save.s b/ports/cortex_a5/ac5/src/tx_thread_vectored_context_save.s index f77f2f490..53b988a03 100644 --- a/ports/cortex_a5/ac5/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_a5/ac5/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/ac5/src/tx_timer_interrupt.s b/ports/cortex_a5/ac5/src/tx_timer_interrupt.s index 5516ee999..052b590d3 100644 --- a/ports/cortex_a5/ac5/src/tx_timer_interrupt.s +++ b/ports/cortex_a5/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/example_build/tx_initialize_low_level.s b/ports/cortex_a5/iar/example_build/tx_initialize_low_level.s index e46e9fb11..ca458fd30 100644 --- a/ports/cortex_a5/iar/example_build/tx_initialize_low_level.s +++ b/ports/cortex_a5/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_context_restore.s b/ports/cortex_a5/iar/src/tx_thread_context_restore.s index 8a40434e8..c54bd762a 100644 --- a/ports/cortex_a5/iar/src/tx_thread_context_restore.s +++ b/ports/cortex_a5/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_context_save.s b/ports/cortex_a5/iar/src/tx_thread_context_save.s index 6812175c9..493a09657 100644 --- a/ports/cortex_a5/iar/src/tx_thread_context_save.s +++ b/ports/cortex_a5/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_fiq_context_restore.s b/ports/cortex_a5/iar/src/tx_thread_fiq_context_restore.s index 330fe7aed..e040244cd 100644 --- a/ports/cortex_a5/iar/src/tx_thread_fiq_context_restore.s +++ b/ports/cortex_a5/iar/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_fiq_context_save.s b/ports/cortex_a5/iar/src/tx_thread_fiq_context_save.s index 915e63362..f1510e0d2 100644 --- a/ports/cortex_a5/iar/src/tx_thread_fiq_context_save.s +++ b/ports/cortex_a5/iar/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_fiq_nesting_end.s b/ports/cortex_a5/iar/src/tx_thread_fiq_nesting_end.s index 5e9aa8c11..3b83f0e3e 100644 --- a/ports/cortex_a5/iar/src/tx_thread_fiq_nesting_end.s +++ b/ports/cortex_a5/iar/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_fiq_nesting_start.s b/ports/cortex_a5/iar/src/tx_thread_fiq_nesting_start.s index 5d7872904..68f9eba6f 100644 --- a/ports/cortex_a5/iar/src/tx_thread_fiq_nesting_start.s +++ b/ports/cortex_a5/iar/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_interrupt_control.s b/ports/cortex_a5/iar/src/tx_thread_interrupt_control.s index fcb20db15..d1d8437ed 100644 --- a/ports/cortex_a5/iar/src/tx_thread_interrupt_control.s +++ b/ports/cortex_a5/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_interrupt_disable.s b/ports/cortex_a5/iar/src/tx_thread_interrupt_disable.s index e85f4c562..b9a39960d 100644 --- a/ports/cortex_a5/iar/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_a5/iar/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_interrupt_restore.s b/ports/cortex_a5/iar/src/tx_thread_interrupt_restore.s index 0c7ec4b9f..4b97a6c4b 100644 --- a/ports/cortex_a5/iar/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_a5/iar/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_irq_nesting_end.s b/ports/cortex_a5/iar/src/tx_thread_irq_nesting_end.s index 461d8b1d0..a5a6f15f4 100644 --- a/ports/cortex_a5/iar/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_a5/iar/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_irq_nesting_start.s b/ports/cortex_a5/iar/src/tx_thread_irq_nesting_start.s index 71589b71b..8c4249742 100644 --- a/ports/cortex_a5/iar/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_a5/iar/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_schedule.s b/ports/cortex_a5/iar/src/tx_thread_schedule.s index a48b53370..7565b57ad 100644 --- a/ports/cortex_a5/iar/src/tx_thread_schedule.s +++ b/ports/cortex_a5/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_stack_build.s b/ports/cortex_a5/iar/src/tx_thread_stack_build.s index 092b036d1..98039b47c 100644 --- a/ports/cortex_a5/iar/src/tx_thread_stack_build.s +++ b/ports/cortex_a5/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_system_return.s b/ports/cortex_a5/iar/src/tx_thread_system_return.s index 6b862ff53..32af6cec1 100644 --- a/ports/cortex_a5/iar/src/tx_thread_system_return.s +++ b/ports/cortex_a5/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_thread_vectored_context_save.s b/ports/cortex_a5/iar/src/tx_thread_vectored_context_save.s index 7e25f0a9c..f928253d9 100644 --- a/ports/cortex_a5/iar/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_a5/iar/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a5/iar/src/tx_timer_interrupt.s b/ports/cortex_a5/iar/src/tx_timer_interrupt.s index 6d4eb857b..ddbfda9e9 100644 --- a/ports/cortex_a5/iar/src/tx_timer_interrupt.s +++ b/ports/cortex_a5/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/example_build/tx_initialize_low_level.s b/ports/cortex_a7/ac5/example_build/tx_initialize_low_level.s index fa60da80d..22770ae17 100644 --- a/ports/cortex_a7/ac5/example_build/tx_initialize_low_level.s +++ b/ports/cortex_a7/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_context_restore.s b/ports/cortex_a7/ac5/src/tx_thread_context_restore.s index e08b300f9..6020c253e 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_context_restore.s +++ b/ports/cortex_a7/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_context_save.s b/ports/cortex_a7/ac5/src/tx_thread_context_save.s index be446f3db..3993d9f07 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_context_save.s +++ b/ports/cortex_a7/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_fiq_context_restore.s b/ports/cortex_a7/ac5/src/tx_thread_fiq_context_restore.s index a4df5c30d..44233091f 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_fiq_context_restore.s +++ b/ports/cortex_a7/ac5/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_fiq_context_save.s b/ports/cortex_a7/ac5/src/tx_thread_fiq_context_save.s index 74a2d89e7..eb969c1d7 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_fiq_context_save.s +++ b/ports/cortex_a7/ac5/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_fiq_nesting_end.s b/ports/cortex_a7/ac5/src/tx_thread_fiq_nesting_end.s index e443ef08f..9062160c0 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_fiq_nesting_end.s +++ b/ports/cortex_a7/ac5/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_fiq_nesting_start.s b/ports/cortex_a7/ac5/src/tx_thread_fiq_nesting_start.s index 4cc5e0709..a1456bd16 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_fiq_nesting_start.s +++ b/ports/cortex_a7/ac5/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_interrupt_control.s b/ports/cortex_a7/ac5/src/tx_thread_interrupt_control.s index 755e0c3b2..0d422e490 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_interrupt_control.s +++ b/ports/cortex_a7/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_interrupt_disable.s b/ports/cortex_a7/ac5/src/tx_thread_interrupt_disable.s index c617626a4..5653faf4b 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_a7/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_interrupt_restore.s b/ports/cortex_a7/ac5/src/tx_thread_interrupt_restore.s index 8953d67e2..e9f15cc6a 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_a7/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_irq_nesting_end.s b/ports/cortex_a7/ac5/src/tx_thread_irq_nesting_end.s index 0315cfe7a..f458cb211 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_a7/ac5/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_irq_nesting_start.s b/ports/cortex_a7/ac5/src/tx_thread_irq_nesting_start.s index 33c6abedf..2f1814f8b 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_a7/ac5/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_schedule.s b/ports/cortex_a7/ac5/src/tx_thread_schedule.s index b713b482e..0f10a5375 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_schedule.s +++ b/ports/cortex_a7/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_stack_build.s b/ports/cortex_a7/ac5/src/tx_thread_stack_build.s index 56e2d66be..a868d826a 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_stack_build.s +++ b/ports/cortex_a7/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_system_return.s b/ports/cortex_a7/ac5/src/tx_thread_system_return.s index 3af996827..01e934359 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_system_return.s +++ b/ports/cortex_a7/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_thread_vectored_context_save.s b/ports/cortex_a7/ac5/src/tx_thread_vectored_context_save.s index a4937e337..1e9a2f82e 100644 --- a/ports/cortex_a7/ac5/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_a7/ac5/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/ac5/src/tx_timer_interrupt.s b/ports/cortex_a7/ac5/src/tx_timer_interrupt.s index f1007c37c..ce94e6e0f 100644 --- a/ports/cortex_a7/ac5/src/tx_timer_interrupt.s +++ b/ports/cortex_a7/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/example_build/tx_initialize_low_level.s b/ports/cortex_a7/iar/example_build/tx_initialize_low_level.s index e1f286eec..c30a14aaf 100644 --- a/ports/cortex_a7/iar/example_build/tx_initialize_low_level.s +++ b/ports/cortex_a7/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_context_restore.s b/ports/cortex_a7/iar/src/tx_thread_context_restore.s index f27d06072..0b3814a8a 100644 --- a/ports/cortex_a7/iar/src/tx_thread_context_restore.s +++ b/ports/cortex_a7/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_context_save.s b/ports/cortex_a7/iar/src/tx_thread_context_save.s index 7bf78318f..dfbe7b7b2 100644 --- a/ports/cortex_a7/iar/src/tx_thread_context_save.s +++ b/ports/cortex_a7/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_fiq_context_restore.s b/ports/cortex_a7/iar/src/tx_thread_fiq_context_restore.s index b1de906e0..af8f462b4 100644 --- a/ports/cortex_a7/iar/src/tx_thread_fiq_context_restore.s +++ b/ports/cortex_a7/iar/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_fiq_context_save.s b/ports/cortex_a7/iar/src/tx_thread_fiq_context_save.s index a65857054..e43fdf76b 100644 --- a/ports/cortex_a7/iar/src/tx_thread_fiq_context_save.s +++ b/ports/cortex_a7/iar/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_fiq_nesting_end.s b/ports/cortex_a7/iar/src/tx_thread_fiq_nesting_end.s index 884654c07..155a79b6f 100644 --- a/ports/cortex_a7/iar/src/tx_thread_fiq_nesting_end.s +++ b/ports/cortex_a7/iar/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_fiq_nesting_start.s b/ports/cortex_a7/iar/src/tx_thread_fiq_nesting_start.s index 035622117..8b82e8eb7 100644 --- a/ports/cortex_a7/iar/src/tx_thread_fiq_nesting_start.s +++ b/ports/cortex_a7/iar/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_interrupt_control.s b/ports/cortex_a7/iar/src/tx_thread_interrupt_control.s index 7220eddc8..e4618a599 100644 --- a/ports/cortex_a7/iar/src/tx_thread_interrupt_control.s +++ b/ports/cortex_a7/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_interrupt_disable.s b/ports/cortex_a7/iar/src/tx_thread_interrupt_disable.s index 2a920f9d7..43c7952d0 100644 --- a/ports/cortex_a7/iar/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_a7/iar/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_interrupt_restore.s b/ports/cortex_a7/iar/src/tx_thread_interrupt_restore.s index ab2d77cb3..1893ce179 100644 --- a/ports/cortex_a7/iar/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_a7/iar/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_irq_nesting_end.s b/ports/cortex_a7/iar/src/tx_thread_irq_nesting_end.s index 96f778679..5de63f0d2 100644 --- a/ports/cortex_a7/iar/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_a7/iar/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_irq_nesting_start.s b/ports/cortex_a7/iar/src/tx_thread_irq_nesting_start.s index dc6100d36..bf465f81e 100644 --- a/ports/cortex_a7/iar/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_a7/iar/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_schedule.s b/ports/cortex_a7/iar/src/tx_thread_schedule.s index 87d204958..985da38e2 100644 --- a/ports/cortex_a7/iar/src/tx_thread_schedule.s +++ b/ports/cortex_a7/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_stack_build.s b/ports/cortex_a7/iar/src/tx_thread_stack_build.s index 4c02c3568..fc4e58705 100644 --- a/ports/cortex_a7/iar/src/tx_thread_stack_build.s +++ b/ports/cortex_a7/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_system_return.s b/ports/cortex_a7/iar/src/tx_thread_system_return.s index 7c127ed3b..c35bc5f61 100644 --- a/ports/cortex_a7/iar/src/tx_thread_system_return.s +++ b/ports/cortex_a7/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_thread_vectored_context_save.s b/ports/cortex_a7/iar/src/tx_thread_vectored_context_save.s index bbf6d6861..da8794f77 100644 --- a/ports/cortex_a7/iar/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_a7/iar/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a7/iar/src/tx_timer_interrupt.s b/ports/cortex_a7/iar/src/tx_timer_interrupt.s index 546b5fcf6..da4b2f3f2 100644 --- a/ports/cortex_a7/iar/src/tx_timer_interrupt.s +++ b/ports/cortex_a7/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/example_build/tx_initialize_low_level.s b/ports/cortex_a8/ac5/example_build/tx_initialize_low_level.s index 4eda9014c..ddf3e8bb6 100644 --- a/ports/cortex_a8/ac5/example_build/tx_initialize_low_level.s +++ b/ports/cortex_a8/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_context_restore.s b/ports/cortex_a8/ac5/src/tx_thread_context_restore.s index 884457af2..d2cbdc19d 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_context_restore.s +++ b/ports/cortex_a8/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_context_save.s b/ports/cortex_a8/ac5/src/tx_thread_context_save.s index 21ecf6163..6c1d90c88 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_context_save.s +++ b/ports/cortex_a8/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_fiq_context_restore.s b/ports/cortex_a8/ac5/src/tx_thread_fiq_context_restore.s index 15c640a09..9fb183398 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_fiq_context_restore.s +++ b/ports/cortex_a8/ac5/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_fiq_context_save.s b/ports/cortex_a8/ac5/src/tx_thread_fiq_context_save.s index dc72007fc..7ba4eee39 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_fiq_context_save.s +++ b/ports/cortex_a8/ac5/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_fiq_nesting_end.s b/ports/cortex_a8/ac5/src/tx_thread_fiq_nesting_end.s index b6a7965a1..0089d6bdc 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_fiq_nesting_end.s +++ b/ports/cortex_a8/ac5/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_fiq_nesting_start.s b/ports/cortex_a8/ac5/src/tx_thread_fiq_nesting_start.s index 43d2612c3..34b3d0a92 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_fiq_nesting_start.s +++ b/ports/cortex_a8/ac5/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_interrupt_control.s b/ports/cortex_a8/ac5/src/tx_thread_interrupt_control.s index 50e530981..8339da103 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_interrupt_control.s +++ b/ports/cortex_a8/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_interrupt_disable.s b/ports/cortex_a8/ac5/src/tx_thread_interrupt_disable.s index 974260096..72586e253 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_a8/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_interrupt_restore.s b/ports/cortex_a8/ac5/src/tx_thread_interrupt_restore.s index 7414975af..630a5dc97 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_a8/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_irq_nesting_end.s b/ports/cortex_a8/ac5/src/tx_thread_irq_nesting_end.s index ccb045fed..c3ff143ff 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_a8/ac5/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_irq_nesting_start.s b/ports/cortex_a8/ac5/src/tx_thread_irq_nesting_start.s index e5d175a18..67f483782 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_a8/ac5/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_schedule.s b/ports/cortex_a8/ac5/src/tx_thread_schedule.s index 77c6ce2b3..f59821925 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_schedule.s +++ b/ports/cortex_a8/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_stack_build.s b/ports/cortex_a8/ac5/src/tx_thread_stack_build.s index 76b4f9f51..18f160956 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_stack_build.s +++ b/ports/cortex_a8/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_system_return.s b/ports/cortex_a8/ac5/src/tx_thread_system_return.s index 5dada602c..621559449 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_system_return.s +++ b/ports/cortex_a8/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_thread_vectored_context_save.s b/ports/cortex_a8/ac5/src/tx_thread_vectored_context_save.s index db3582234..e7d10bfbd 100644 --- a/ports/cortex_a8/ac5/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_a8/ac5/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/ac5/src/tx_timer_interrupt.s b/ports/cortex_a8/ac5/src/tx_timer_interrupt.s index abed4903d..41b21a339 100644 --- a/ports/cortex_a8/ac5/src/tx_timer_interrupt.s +++ b/ports/cortex_a8/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/example_build/tx_initialize_low_level.s b/ports/cortex_a8/iar/example_build/tx_initialize_low_level.s index 272dba6b7..f6ed88d74 100644 --- a/ports/cortex_a8/iar/example_build/tx_initialize_low_level.s +++ b/ports/cortex_a8/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_context_restore.s b/ports/cortex_a8/iar/src/tx_thread_context_restore.s index 50c40de98..b189af01c 100644 --- a/ports/cortex_a8/iar/src/tx_thread_context_restore.s +++ b/ports/cortex_a8/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_context_save.s b/ports/cortex_a8/iar/src/tx_thread_context_save.s index 78434283b..cf9c22eb0 100644 --- a/ports/cortex_a8/iar/src/tx_thread_context_save.s +++ b/ports/cortex_a8/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_fiq_context_restore.s b/ports/cortex_a8/iar/src/tx_thread_fiq_context_restore.s index c5595353b..723d0ba57 100644 --- a/ports/cortex_a8/iar/src/tx_thread_fiq_context_restore.s +++ b/ports/cortex_a8/iar/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_fiq_context_save.s b/ports/cortex_a8/iar/src/tx_thread_fiq_context_save.s index 0ba193d01..a9fa3890d 100644 --- a/ports/cortex_a8/iar/src/tx_thread_fiq_context_save.s +++ b/ports/cortex_a8/iar/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_fiq_nesting_end.s b/ports/cortex_a8/iar/src/tx_thread_fiq_nesting_end.s index 1ac7fa81d..ea0855c5e 100644 --- a/ports/cortex_a8/iar/src/tx_thread_fiq_nesting_end.s +++ b/ports/cortex_a8/iar/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_fiq_nesting_start.s b/ports/cortex_a8/iar/src/tx_thread_fiq_nesting_start.s index f91c4ba9a..76fe6bb54 100644 --- a/ports/cortex_a8/iar/src/tx_thread_fiq_nesting_start.s +++ b/ports/cortex_a8/iar/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_interrupt_control.s b/ports/cortex_a8/iar/src/tx_thread_interrupt_control.s index 02501d903..c1a42e430 100644 --- a/ports/cortex_a8/iar/src/tx_thread_interrupt_control.s +++ b/ports/cortex_a8/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_interrupt_disable.s b/ports/cortex_a8/iar/src/tx_thread_interrupt_disable.s index 3aa063393..15f9c4253 100644 --- a/ports/cortex_a8/iar/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_a8/iar/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_interrupt_restore.s b/ports/cortex_a8/iar/src/tx_thread_interrupt_restore.s index 7fcb3f2e9..90fc68e95 100644 --- a/ports/cortex_a8/iar/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_a8/iar/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_irq_nesting_end.s b/ports/cortex_a8/iar/src/tx_thread_irq_nesting_end.s index e01f20b9a..b0c927b29 100644 --- a/ports/cortex_a8/iar/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_a8/iar/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_irq_nesting_start.s b/ports/cortex_a8/iar/src/tx_thread_irq_nesting_start.s index d6bf39ad6..0b9e4a773 100644 --- a/ports/cortex_a8/iar/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_a8/iar/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_schedule.s b/ports/cortex_a8/iar/src/tx_thread_schedule.s index 767a4f01d..0688152e2 100644 --- a/ports/cortex_a8/iar/src/tx_thread_schedule.s +++ b/ports/cortex_a8/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_stack_build.s b/ports/cortex_a8/iar/src/tx_thread_stack_build.s index 4931a209a..962f78131 100644 --- a/ports/cortex_a8/iar/src/tx_thread_stack_build.s +++ b/ports/cortex_a8/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_system_return.s b/ports/cortex_a8/iar/src/tx_thread_system_return.s index f2d3bdabc..13e04f6ca 100644 --- a/ports/cortex_a8/iar/src/tx_thread_system_return.s +++ b/ports/cortex_a8/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_thread_vectored_context_save.s b/ports/cortex_a8/iar/src/tx_thread_vectored_context_save.s index ab412993d..2e1ac10cc 100644 --- a/ports/cortex_a8/iar/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_a8/iar/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a8/iar/src/tx_timer_interrupt.s b/ports/cortex_a8/iar/src/tx_timer_interrupt.s index ccd000f02..49d4219bb 100644 --- a/ports/cortex_a8/iar/src/tx_timer_interrupt.s +++ b/ports/cortex_a8/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/example_build/tx_initialize_low_level.s b/ports/cortex_a9/ac5/example_build/tx_initialize_low_level.s index 9931e66f0..a15994e1e 100644 --- a/ports/cortex_a9/ac5/example_build/tx_initialize_low_level.s +++ b/ports/cortex_a9/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_context_restore.s b/ports/cortex_a9/ac5/src/tx_thread_context_restore.s index c25c281a3..49add8f8c 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_context_restore.s +++ b/ports/cortex_a9/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_context_save.s b/ports/cortex_a9/ac5/src/tx_thread_context_save.s index c77b89e73..2ccb6ba90 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_context_save.s +++ b/ports/cortex_a9/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_fiq_context_restore.s b/ports/cortex_a9/ac5/src/tx_thread_fiq_context_restore.s index d25377771..3069b0de3 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_fiq_context_restore.s +++ b/ports/cortex_a9/ac5/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_fiq_context_save.s b/ports/cortex_a9/ac5/src/tx_thread_fiq_context_save.s index 4b1021789..7faeb3c87 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_fiq_context_save.s +++ b/ports/cortex_a9/ac5/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_fiq_nesting_end.s b/ports/cortex_a9/ac5/src/tx_thread_fiq_nesting_end.s index bf2b52c07..43ae1483d 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_fiq_nesting_end.s +++ b/ports/cortex_a9/ac5/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_fiq_nesting_start.s b/ports/cortex_a9/ac5/src/tx_thread_fiq_nesting_start.s index 27a06a249..876f19a5d 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_fiq_nesting_start.s +++ b/ports/cortex_a9/ac5/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_interrupt_control.s b/ports/cortex_a9/ac5/src/tx_thread_interrupt_control.s index 63d8c2380..eb141f70f 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_interrupt_control.s +++ b/ports/cortex_a9/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_interrupt_disable.s b/ports/cortex_a9/ac5/src/tx_thread_interrupt_disable.s index 92f67f5ad..f3014acef 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_a9/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_interrupt_restore.s b/ports/cortex_a9/ac5/src/tx_thread_interrupt_restore.s index d3bbd17da..b00872b38 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_a9/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_irq_nesting_end.s b/ports/cortex_a9/ac5/src/tx_thread_irq_nesting_end.s index dd41ea406..4ef900fa6 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_a9/ac5/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_irq_nesting_start.s b/ports/cortex_a9/ac5/src/tx_thread_irq_nesting_start.s index 6f58dc7d9..1f9dfc8dc 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_a9/ac5/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_schedule.s b/ports/cortex_a9/ac5/src/tx_thread_schedule.s index dde0517ac..664bc10e2 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_schedule.s +++ b/ports/cortex_a9/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_stack_build.s b/ports/cortex_a9/ac5/src/tx_thread_stack_build.s index 21c7b7f4a..f10d9769d 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_stack_build.s +++ b/ports/cortex_a9/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_system_return.s b/ports/cortex_a9/ac5/src/tx_thread_system_return.s index 80ded617f..bc6f3087a 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_system_return.s +++ b/ports/cortex_a9/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_thread_vectored_context_save.s b/ports/cortex_a9/ac5/src/tx_thread_vectored_context_save.s index 0c890b5d8..e2a5a8c4e 100644 --- a/ports/cortex_a9/ac5/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_a9/ac5/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/ac5/src/tx_timer_interrupt.s b/ports/cortex_a9/ac5/src/tx_timer_interrupt.s index 0201c0c85..05e9fddad 100644 --- a/ports/cortex_a9/ac5/src/tx_timer_interrupt.s +++ b/ports/cortex_a9/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/example_build/tx_initialize_low_level.s b/ports/cortex_a9/iar/example_build/tx_initialize_low_level.s index 2c41ad6db..5820192d2 100644 --- a/ports/cortex_a9/iar/example_build/tx_initialize_low_level.s +++ b/ports/cortex_a9/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_context_restore.s b/ports/cortex_a9/iar/src/tx_thread_context_restore.s index 24baa2a4b..e063a2b10 100644 --- a/ports/cortex_a9/iar/src/tx_thread_context_restore.s +++ b/ports/cortex_a9/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_context_save.s b/ports/cortex_a9/iar/src/tx_thread_context_save.s index d3dd786ca..75045787e 100644 --- a/ports/cortex_a9/iar/src/tx_thread_context_save.s +++ b/ports/cortex_a9/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_fiq_context_restore.s b/ports/cortex_a9/iar/src/tx_thread_fiq_context_restore.s index b3c05c84e..999febaed 100644 --- a/ports/cortex_a9/iar/src/tx_thread_fiq_context_restore.s +++ b/ports/cortex_a9/iar/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_fiq_context_save.s b/ports/cortex_a9/iar/src/tx_thread_fiq_context_save.s index 07a59c286..7f974a726 100644 --- a/ports/cortex_a9/iar/src/tx_thread_fiq_context_save.s +++ b/ports/cortex_a9/iar/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_fiq_nesting_end.s b/ports/cortex_a9/iar/src/tx_thread_fiq_nesting_end.s index 24d71e7ae..27221a2b8 100644 --- a/ports/cortex_a9/iar/src/tx_thread_fiq_nesting_end.s +++ b/ports/cortex_a9/iar/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_fiq_nesting_start.s b/ports/cortex_a9/iar/src/tx_thread_fiq_nesting_start.s index 1d2455851..af3d7786e 100644 --- a/ports/cortex_a9/iar/src/tx_thread_fiq_nesting_start.s +++ b/ports/cortex_a9/iar/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_interrupt_control.s b/ports/cortex_a9/iar/src/tx_thread_interrupt_control.s index a8ed33d1d..75d7279be 100644 --- a/ports/cortex_a9/iar/src/tx_thread_interrupt_control.s +++ b/ports/cortex_a9/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_interrupt_disable.s b/ports/cortex_a9/iar/src/tx_thread_interrupt_disable.s index ad7d4e649..ce8e51cf2 100644 --- a/ports/cortex_a9/iar/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_a9/iar/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_interrupt_restore.s b/ports/cortex_a9/iar/src/tx_thread_interrupt_restore.s index 0990dd01e..bad3cf79b 100644 --- a/ports/cortex_a9/iar/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_a9/iar/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_irq_nesting_end.s b/ports/cortex_a9/iar/src/tx_thread_irq_nesting_end.s index b5b45be56..a3e6d8195 100644 --- a/ports/cortex_a9/iar/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_a9/iar/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_irq_nesting_start.s b/ports/cortex_a9/iar/src/tx_thread_irq_nesting_start.s index 141bdd36d..ed787d248 100644 --- a/ports/cortex_a9/iar/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_a9/iar/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_schedule.s b/ports/cortex_a9/iar/src/tx_thread_schedule.s index 6b3fce373..8f221f165 100644 --- a/ports/cortex_a9/iar/src/tx_thread_schedule.s +++ b/ports/cortex_a9/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_stack_build.s b/ports/cortex_a9/iar/src/tx_thread_stack_build.s index 07a396c57..8b153c140 100644 --- a/ports/cortex_a9/iar/src/tx_thread_stack_build.s +++ b/ports/cortex_a9/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_system_return.s b/ports/cortex_a9/iar/src/tx_thread_system_return.s index f3c7d3b38..d8d1b096d 100644 --- a/ports/cortex_a9/iar/src/tx_thread_system_return.s +++ b/ports/cortex_a9/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_thread_vectored_context_save.s b/ports/cortex_a9/iar/src/tx_thread_vectored_context_save.s index 6b7904670..76d9b155e 100644 --- a/ports/cortex_a9/iar/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_a9/iar/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_a9/iar/src/tx_timer_interrupt.s b/ports/cortex_a9/iar/src/tx_timer_interrupt.s index a90138aaf..86c6960e3 100644 --- a/ports/cortex_a9/iar/src/tx_timer_interrupt.s +++ b/ports/cortex_a9/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/ac5/example_build/tx_initialize_low_level.s b/ports/cortex_m0/ac5/example_build/tx_initialize_low_level.s index 834d5ac59..f1a83341a 100644 --- a/ports/cortex_m0/ac5/example_build/tx_initialize_low_level.s +++ b/ports/cortex_m0/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/ac5/src/tx_thread_context_restore.s b/ports/cortex_m0/ac5/src/tx_thread_context_restore.s index fefc2e4b5..673ba8c68 100644 --- a/ports/cortex_m0/ac5/src/tx_thread_context_restore.s +++ b/ports/cortex_m0/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/ac5/src/tx_thread_context_save.s b/ports/cortex_m0/ac5/src/tx_thread_context_save.s index 39f494c66..df7d1721d 100644 --- a/ports/cortex_m0/ac5/src/tx_thread_context_save.s +++ b/ports/cortex_m0/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/ac5/src/tx_thread_interrupt_control.s b/ports/cortex_m0/ac5/src/tx_thread_interrupt_control.s index e605de0c6..a8504791c 100644 --- a/ports/cortex_m0/ac5/src/tx_thread_interrupt_control.s +++ b/ports/cortex_m0/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/ac5/src/tx_thread_interrupt_disable.s b/ports/cortex_m0/ac5/src/tx_thread_interrupt_disable.s index aca71d4cc..aac316ea8 100644 --- a/ports/cortex_m0/ac5/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_m0/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/ac5/src/tx_thread_interrupt_restore.s b/ports/cortex_m0/ac5/src/tx_thread_interrupt_restore.s index 3cc233bbd..b94b9e7bd 100644 --- a/ports/cortex_m0/ac5/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_m0/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/ac5/src/tx_thread_schedule.s b/ports/cortex_m0/ac5/src/tx_thread_schedule.s index dddac18a7..06f03ccaa 100644 --- a/ports/cortex_m0/ac5/src/tx_thread_schedule.s +++ b/ports/cortex_m0/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/ac5/src/tx_thread_stack_build.s b/ports/cortex_m0/ac5/src/tx_thread_stack_build.s index add152322..8324238ab 100644 --- a/ports/cortex_m0/ac5/src/tx_thread_stack_build.s +++ b/ports/cortex_m0/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/ac5/src/tx_thread_system_return.s b/ports/cortex_m0/ac5/src/tx_thread_system_return.s index 2ee69351b..d37623fce 100644 --- a/ports/cortex_m0/ac5/src/tx_thread_system_return.s +++ b/ports/cortex_m0/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/ac5/src/tx_timer_interrupt.s b/ports/cortex_m0/ac5/src/tx_timer_interrupt.s index d5989ec4c..e6ebbc76c 100644 --- a/ports/cortex_m0/ac5/src/tx_timer_interrupt.s +++ b/ports/cortex_m0/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/ac6/example_build/sample_threadx/tx_initialize_low_level.S b/ports/cortex_m0/ac6/example_build/sample_threadx/tx_initialize_low_level.S index cf8aa1657..5786976df 100644 --- a/ports/cortex_m0/ac6/example_build/sample_threadx/tx_initialize_low_level.S +++ b/ports/cortex_m0/ac6/example_build/sample_threadx/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/ac6/src/tx_thread_context_restore.S b/ports/cortex_m0/ac6/src/tx_thread_context_restore.S index e4bce3328..a2aedaf06 100644 --- a/ports/cortex_m0/ac6/src/tx_thread_context_restore.S +++ b/ports/cortex_m0/ac6/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/ac6/src/tx_thread_context_save.S b/ports/cortex_m0/ac6/src/tx_thread_context_save.S index 65242599b..0a00a628b 100644 --- a/ports/cortex_m0/ac6/src/tx_thread_context_save.S +++ b/ports/cortex_m0/ac6/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/ac6/src/tx_thread_interrupt_control.S b/ports/cortex_m0/ac6/src/tx_thread_interrupt_control.S index 7eca1a3d5..766b740e2 100644 --- a/ports/cortex_m0/ac6/src/tx_thread_interrupt_control.S +++ b/ports/cortex_m0/ac6/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @/**************************************************************************/ diff --git a/ports/cortex_m0/ac6/src/tx_thread_interrupt_disable.S b/ports/cortex_m0/ac6/src/tx_thread_interrupt_disable.S index f98058251..7aa32ba83 100644 --- a/ports/cortex_m0/ac6/src/tx_thread_interrupt_disable.S +++ b/ports/cortex_m0/ac6/src/tx_thread_interrupt_disable.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @/**************************************************************************/ diff --git a/ports/cortex_m0/ac6/src/tx_thread_interrupt_restore.S b/ports/cortex_m0/ac6/src/tx_thread_interrupt_restore.S index 5b316308e..5e61de270 100644 --- a/ports/cortex_m0/ac6/src/tx_thread_interrupt_restore.S +++ b/ports/cortex_m0/ac6/src/tx_thread_interrupt_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @/**************************************************************************/ diff --git a/ports/cortex_m0/ac6/src/tx_thread_schedule.S b/ports/cortex_m0/ac6/src/tx_thread_schedule.S index 5cd94fe8b..0bb819045 100644 --- a/ports/cortex_m0/ac6/src/tx_thread_schedule.S +++ b/ports/cortex_m0/ac6/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/ac6/src/tx_thread_stack_build.S b/ports/cortex_m0/ac6/src/tx_thread_stack_build.S index 0f986d1c3..6a7575300 100644 --- a/ports/cortex_m0/ac6/src/tx_thread_stack_build.S +++ b/ports/cortex_m0/ac6/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/ac6/src/tx_thread_system_return.S b/ports/cortex_m0/ac6/src/tx_thread_system_return.S index d8400272a..009b72107 100644 --- a/ports/cortex_m0/ac6/src/tx_thread_system_return.S +++ b/ports/cortex_m0/ac6/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/ac6/src/tx_timer_interrupt.S b/ports/cortex_m0/ac6/src/tx_timer_interrupt.S index 49269a1d3..f45ebfde6 100644 --- a/ports/cortex_m0/ac6/src/tx_timer_interrupt.S +++ b/ports/cortex_m0/ac6/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/gnu/example_build/tx_initialize_low_level.S b/ports/cortex_m0/gnu/example_build/tx_initialize_low_level.S index dcdce89ab..fe7600773 100644 --- a/ports/cortex_m0/gnu/example_build/tx_initialize_low_level.S +++ b/ports/cortex_m0/gnu/example_build/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/gnu/src/tx_thread_context_restore.S b/ports/cortex_m0/gnu/src/tx_thread_context_restore.S index de6b567eb..8222f9dea 100644 --- a/ports/cortex_m0/gnu/src/tx_thread_context_restore.S +++ b/ports/cortex_m0/gnu/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/gnu/src/tx_thread_context_save.S b/ports/cortex_m0/gnu/src/tx_thread_context_save.S index 3f6d6d7d0..c7c6a1423 100644 --- a/ports/cortex_m0/gnu/src/tx_thread_context_save.S +++ b/ports/cortex_m0/gnu/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/gnu/src/tx_thread_interrupt_control.S b/ports/cortex_m0/gnu/src/tx_thread_interrupt_control.S index aef65a7b5..3fc8cc231 100644 --- a/ports/cortex_m0/gnu/src/tx_thread_interrupt_control.S +++ b/ports/cortex_m0/gnu/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @/**************************************************************************/ diff --git a/ports/cortex_m0/gnu/src/tx_thread_interrupt_disable.S b/ports/cortex_m0/gnu/src/tx_thread_interrupt_disable.S index 0fa8f3e3b..fd3a0ae85 100644 --- a/ports/cortex_m0/gnu/src/tx_thread_interrupt_disable.S +++ b/ports/cortex_m0/gnu/src/tx_thread_interrupt_disable.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @/**************************************************************************/ diff --git a/ports/cortex_m0/gnu/src/tx_thread_interrupt_restore.S b/ports/cortex_m0/gnu/src/tx_thread_interrupt_restore.S index 52d1aec86..41c5dd210 100644 --- a/ports/cortex_m0/gnu/src/tx_thread_interrupt_restore.S +++ b/ports/cortex_m0/gnu/src/tx_thread_interrupt_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @/**************************************************************************/ diff --git a/ports/cortex_m0/gnu/src/tx_thread_schedule.S b/ports/cortex_m0/gnu/src/tx_thread_schedule.S index 0761f2324..46d9f8ba4 100644 --- a/ports/cortex_m0/gnu/src/tx_thread_schedule.S +++ b/ports/cortex_m0/gnu/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/gnu/src/tx_thread_stack_build.S b/ports/cortex_m0/gnu/src/tx_thread_stack_build.S index 817018354..fee960e37 100644 --- a/ports/cortex_m0/gnu/src/tx_thread_stack_build.S +++ b/ports/cortex_m0/gnu/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/gnu/src/tx_thread_system_return.S b/ports/cortex_m0/gnu/src/tx_thread_system_return.S index a81a95e85..cef9159fe 100644 --- a/ports/cortex_m0/gnu/src/tx_thread_system_return.S +++ b/ports/cortex_m0/gnu/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/gnu/src/tx_timer_interrupt.S b/ports/cortex_m0/gnu/src/tx_timer_interrupt.S index 3bb3c84e4..3b64e055b 100644 --- a/ports/cortex_m0/gnu/src/tx_timer_interrupt.S +++ b/ports/cortex_m0/gnu/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m0/iar/example_build/tx_initialize_low_level.s b/ports/cortex_m0/iar/example_build/tx_initialize_low_level.s index d98aa2db1..19469eae1 100644 --- a/ports/cortex_m0/iar/example_build/tx_initialize_low_level.s +++ b/ports/cortex_m0/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/iar/src/tx_thread_context_restore.s b/ports/cortex_m0/iar/src/tx_thread_context_restore.s index e1725ae60..b2fb81627 100644 --- a/ports/cortex_m0/iar/src/tx_thread_context_restore.s +++ b/ports/cortex_m0/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/iar/src/tx_thread_context_save.s b/ports/cortex_m0/iar/src/tx_thread_context_save.s index 394a507ce..9463b229c 100644 --- a/ports/cortex_m0/iar/src/tx_thread_context_save.s +++ b/ports/cortex_m0/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/iar/src/tx_thread_interrupt_control.s b/ports/cortex_m0/iar/src/tx_thread_interrupt_control.s index e00134e52..01fbb1948 100644 --- a/ports/cortex_m0/iar/src/tx_thread_interrupt_control.s +++ b/ports/cortex_m0/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/iar/src/tx_thread_interrupt_disable.s b/ports/cortex_m0/iar/src/tx_thread_interrupt_disable.s index 03233cde6..f64aff1fb 100644 --- a/ports/cortex_m0/iar/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_m0/iar/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/iar/src/tx_thread_interrupt_restore.s b/ports/cortex_m0/iar/src/tx_thread_interrupt_restore.s index 3c495b407..b08efc47a 100644 --- a/ports/cortex_m0/iar/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_m0/iar/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/iar/src/tx_thread_schedule.s b/ports/cortex_m0/iar/src/tx_thread_schedule.s index 1f93ce069..b5f05400f 100644 --- a/ports/cortex_m0/iar/src/tx_thread_schedule.s +++ b/ports/cortex_m0/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/iar/src/tx_thread_stack_build.s b/ports/cortex_m0/iar/src/tx_thread_stack_build.s index 050e46df9..508ccc6dd 100644 --- a/ports/cortex_m0/iar/src/tx_thread_stack_build.s +++ b/ports/cortex_m0/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/iar/src/tx_thread_system_return.s b/ports/cortex_m0/iar/src/tx_thread_system_return.s index 244e14f3f..8a8787834 100644 --- a/ports/cortex_m0/iar/src/tx_thread_system_return.s +++ b/ports/cortex_m0/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/iar/src/tx_timer_interrupt.s b/ports/cortex_m0/iar/src/tx_timer_interrupt.s index 3913ef3ab..8e163a891 100644 --- a/ports/cortex_m0/iar/src/tx_timer_interrupt.s +++ b/ports/cortex_m0/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/keil/example_build/tx_initialize_low_level.s b/ports/cortex_m0/keil/example_build/tx_initialize_low_level.s index 834d5ac59..f1a83341a 100644 --- a/ports/cortex_m0/keil/example_build/tx_initialize_low_level.s +++ b/ports/cortex_m0/keil/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/keil/src/tx_thread_context_restore.s b/ports/cortex_m0/keil/src/tx_thread_context_restore.s index 545bdd365..15e742698 100644 --- a/ports/cortex_m0/keil/src/tx_thread_context_restore.s +++ b/ports/cortex_m0/keil/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/keil/src/tx_thread_context_save.s b/ports/cortex_m0/keil/src/tx_thread_context_save.s index 6b989f4e2..3245b5126 100644 --- a/ports/cortex_m0/keil/src/tx_thread_context_save.s +++ b/ports/cortex_m0/keil/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/keil/src/tx_thread_interrupt_control.s b/ports/cortex_m0/keil/src/tx_thread_interrupt_control.s index e605de0c6..a8504791c 100644 --- a/ports/cortex_m0/keil/src/tx_thread_interrupt_control.s +++ b/ports/cortex_m0/keil/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/keil/src/tx_thread_interrupt_disable.s b/ports/cortex_m0/keil/src/tx_thread_interrupt_disable.s index aca71d4cc..aac316ea8 100644 --- a/ports/cortex_m0/keil/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_m0/keil/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/keil/src/tx_thread_interrupt_restore.s b/ports/cortex_m0/keil/src/tx_thread_interrupt_restore.s index 3cc233bbd..b94b9e7bd 100644 --- a/ports/cortex_m0/keil/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_m0/keil/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/keil/src/tx_thread_schedule.s b/ports/cortex_m0/keil/src/tx_thread_schedule.s index 6607a514b..f9fa81847 100644 --- a/ports/cortex_m0/keil/src/tx_thread_schedule.s +++ b/ports/cortex_m0/keil/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/keil/src/tx_thread_stack_build.s b/ports/cortex_m0/keil/src/tx_thread_stack_build.s index add152322..8324238ab 100644 --- a/ports/cortex_m0/keil/src/tx_thread_stack_build.s +++ b/ports/cortex_m0/keil/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/keil/src/tx_thread_system_return.s b/ports/cortex_m0/keil/src/tx_thread_system_return.s index 2ee69351b..d37623fce 100644 --- a/ports/cortex_m0/keil/src/tx_thread_system_return.s +++ b/ports/cortex_m0/keil/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m0/keil/src/tx_timer_interrupt.s b/ports/cortex_m0/keil/src/tx_timer_interrupt.s index d5989ec4c..e6ebbc76c 100644 --- a/ports/cortex_m0/keil/src/tx_timer_interrupt.s +++ b/ports/cortex_m0/keil/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/ac5/example_build/tx_initialize_low_level.s b/ports/cortex_m3/ac5/example_build/tx_initialize_low_level.s index b932579f3..696ea4ef0 100644 --- a/ports/cortex_m3/ac5/example_build/tx_initialize_low_level.s +++ b/ports/cortex_m3/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/ac6/example_build/sample_threadx/tx_initialize_low_level.S b/ports/cortex_m3/ac6/example_build/sample_threadx/tx_initialize_low_level.S index 21da05277..bd52395a9 100644 --- a/ports/cortex_m3/ac6/example_build/sample_threadx/tx_initialize_low_level.S +++ b/ports/cortex_m3/ac6/example_build/sample_threadx/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m3/ghs/src/tx_thread_context_restore.arm b/ports/cortex_m3/ghs/src/tx_thread_context_restore.arm index 042deefbf..d89fcfd60 100644 --- a/ports/cortex_m3/ghs/src/tx_thread_context_restore.arm +++ b/ports/cortex_m3/ghs/src/tx_thread_context_restore.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/ghs/src/tx_thread_context_save.arm b/ports/cortex_m3/ghs/src/tx_thread_context_save.arm index f24f538a4..13cd6d9ec 100644 --- a/ports/cortex_m3/ghs/src/tx_thread_context_save.arm +++ b/ports/cortex_m3/ghs/src/tx_thread_context_save.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/ghs/src/tx_thread_interrupt_control.arm b/ports/cortex_m3/ghs/src/tx_thread_interrupt_control.arm index 93a7ec9e0..fa8e83a68 100644 --- a/ports/cortex_m3/ghs/src/tx_thread_interrupt_control.arm +++ b/ports/cortex_m3/ghs/src/tx_thread_interrupt_control.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/ghs/src/tx_thread_interrupt_disable.arm b/ports/cortex_m3/ghs/src/tx_thread_interrupt_disable.arm index 4ab003a9b..26dcfec29 100644 --- a/ports/cortex_m3/ghs/src/tx_thread_interrupt_disable.arm +++ b/ports/cortex_m3/ghs/src/tx_thread_interrupt_disable.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/ghs/src/tx_thread_interrupt_restore.arm b/ports/cortex_m3/ghs/src/tx_thread_interrupt_restore.arm index 8ab44f90a..b850d47b7 100644 --- a/ports/cortex_m3/ghs/src/tx_thread_interrupt_restore.arm +++ b/ports/cortex_m3/ghs/src/tx_thread_interrupt_restore.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/ghs/src/tx_thread_schedule.arm b/ports/cortex_m3/ghs/src/tx_thread_schedule.arm index 41e4e7350..86ef0b206 100644 --- a/ports/cortex_m3/ghs/src/tx_thread_schedule.arm +++ b/ports/cortex_m3/ghs/src/tx_thread_schedule.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/ghs/src/tx_thread_stack_build.arm b/ports/cortex_m3/ghs/src/tx_thread_stack_build.arm index f484867c3..30a47d88c 100644 --- a/ports/cortex_m3/ghs/src/tx_thread_stack_build.arm +++ b/ports/cortex_m3/ghs/src/tx_thread_stack_build.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/ghs/src/tx_thread_system_return.arm b/ports/cortex_m3/ghs/src/tx_thread_system_return.arm index 99bae5d3d..a1cfe3377 100644 --- a/ports/cortex_m3/ghs/src/tx_thread_system_return.arm +++ b/ports/cortex_m3/ghs/src/tx_thread_system_return.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/ghs/src/tx_timer_interrupt.arm b/ports/cortex_m3/ghs/src/tx_timer_interrupt.arm index f05af7d53..16d0c0319 100644 --- a/ports/cortex_m3/ghs/src/tx_timer_interrupt.arm +++ b/ports/cortex_m3/ghs/src/tx_timer_interrupt.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/iar/example_build/tx_initialize_low_level.s b/ports/cortex_m3/iar/example_build/tx_initialize_low_level.s index 97c1c065c..4a62fd946 100644 --- a/ports/cortex_m3/iar/example_build/tx_initialize_low_level.s +++ b/ports/cortex_m3/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/keil/example_build/tx_initialize_low_level.s b/ports/cortex_m3/keil/example_build/tx_initialize_low_level.s index 196816387..4ecf4ab23 100644 --- a/ports/cortex_m3/keil/example_build/tx_initialize_low_level.s +++ b/ports/cortex_m3/keil/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/keil/src/tx_thread_context_restore.s b/ports/cortex_m3/keil/src/tx_thread_context_restore.s index 09d05378f..c7cd720df 100644 --- a/ports/cortex_m3/keil/src/tx_thread_context_restore.s +++ b/ports/cortex_m3/keil/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/keil/src/tx_thread_context_save.s b/ports/cortex_m3/keil/src/tx_thread_context_save.s index 2ebd38387..e6fe47cbb 100644 --- a/ports/cortex_m3/keil/src/tx_thread_context_save.s +++ b/ports/cortex_m3/keil/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/keil/src/tx_thread_interrupt_control.s b/ports/cortex_m3/keil/src/tx_thread_interrupt_control.s index 543633dfd..2d7fa49c6 100644 --- a/ports/cortex_m3/keil/src/tx_thread_interrupt_control.s +++ b/ports/cortex_m3/keil/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/keil/src/tx_thread_interrupt_disable.s b/ports/cortex_m3/keil/src/tx_thread_interrupt_disable.s index cd9afd1f5..a63737abf 100644 --- a/ports/cortex_m3/keil/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_m3/keil/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/keil/src/tx_thread_interrupt_restore.s b/ports/cortex_m3/keil/src/tx_thread_interrupt_restore.s index 1d57b7cf7..29ff36ec7 100644 --- a/ports/cortex_m3/keil/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_m3/keil/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/keil/src/tx_thread_schedule.s b/ports/cortex_m3/keil/src/tx_thread_schedule.s index 0b2120911..afaa3082b 100644 --- a/ports/cortex_m3/keil/src/tx_thread_schedule.s +++ b/ports/cortex_m3/keil/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/keil/src/tx_thread_stack_build.s b/ports/cortex_m3/keil/src/tx_thread_stack_build.s index 56d926261..cf5cf6a32 100644 --- a/ports/cortex_m3/keil/src/tx_thread_stack_build.s +++ b/ports/cortex_m3/keil/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/keil/src/tx_thread_system_return.s b/ports/cortex_m3/keil/src/tx_thread_system_return.s index 38ffcfb0b..80bb5259f 100644 --- a/ports/cortex_m3/keil/src/tx_thread_system_return.s +++ b/ports/cortex_m3/keil/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m3/keil/src/tx_timer_interrupt.s b/ports/cortex_m3/keil/src/tx_timer_interrupt.s index d8e340ed3..2ad0ac89c 100644 --- a/ports/cortex_m3/keil/src/tx_timer_interrupt.s +++ b/ports/cortex_m3/keil/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/ac6/example_build/sample_threadx/tx_initialize_low_level.S b/ports/cortex_m4/ac6/example_build/sample_threadx/tx_initialize_low_level.S index be4c3b6c2..c60db6003 100644 --- a/ports/cortex_m4/ac6/example_build/sample_threadx/tx_initialize_low_level.S +++ b/ports/cortex_m4/ac6/example_build/sample_threadx/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m4/ghs/src/tx_thread_context_restore.arm b/ports/cortex_m4/ghs/src/tx_thread_context_restore.arm index 154b99120..4a15e661e 100644 --- a/ports/cortex_m4/ghs/src/tx_thread_context_restore.arm +++ b/ports/cortex_m4/ghs/src/tx_thread_context_restore.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/ghs/src/tx_thread_context_save.arm b/ports/cortex_m4/ghs/src/tx_thread_context_save.arm index cf7d3cec7..4ee07714b 100644 --- a/ports/cortex_m4/ghs/src/tx_thread_context_save.arm +++ b/ports/cortex_m4/ghs/src/tx_thread_context_save.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/ghs/src/tx_thread_interrupt_control.arm b/ports/cortex_m4/ghs/src/tx_thread_interrupt_control.arm index 2616fbd4c..62d2391fb 100644 --- a/ports/cortex_m4/ghs/src/tx_thread_interrupt_control.arm +++ b/ports/cortex_m4/ghs/src/tx_thread_interrupt_control.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/ghs/src/tx_thread_interrupt_disable.arm b/ports/cortex_m4/ghs/src/tx_thread_interrupt_disable.arm index 49058de3a..57292d507 100644 --- a/ports/cortex_m4/ghs/src/tx_thread_interrupt_disable.arm +++ b/ports/cortex_m4/ghs/src/tx_thread_interrupt_disable.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/ghs/src/tx_thread_interrupt_restore.arm b/ports/cortex_m4/ghs/src/tx_thread_interrupt_restore.arm index 7fc4a2360..8b38ea80c 100644 --- a/ports/cortex_m4/ghs/src/tx_thread_interrupt_restore.arm +++ b/ports/cortex_m4/ghs/src/tx_thread_interrupt_restore.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/ghs/src/tx_thread_schedule.arm b/ports/cortex_m4/ghs/src/tx_thread_schedule.arm index 2f94f12b9..efc8f6677 100644 --- a/ports/cortex_m4/ghs/src/tx_thread_schedule.arm +++ b/ports/cortex_m4/ghs/src/tx_thread_schedule.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/ghs/src/tx_thread_stack_build.arm b/ports/cortex_m4/ghs/src/tx_thread_stack_build.arm index 425bae023..39bdec1fa 100644 --- a/ports/cortex_m4/ghs/src/tx_thread_stack_build.arm +++ b/ports/cortex_m4/ghs/src/tx_thread_stack_build.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/ghs/src/tx_thread_system_return.arm b/ports/cortex_m4/ghs/src/tx_thread_system_return.arm index 4b62762a2..e579fb4dc 100644 --- a/ports/cortex_m4/ghs/src/tx_thread_system_return.arm +++ b/ports/cortex_m4/ghs/src/tx_thread_system_return.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/ghs/src/tx_timer_interrupt.arm b/ports/cortex_m4/ghs/src/tx_timer_interrupt.arm index 86dcbe2f3..8b67b4d77 100644 --- a/ports/cortex_m4/ghs/src/tx_timer_interrupt.arm +++ b/ports/cortex_m4/ghs/src/tx_timer_interrupt.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/gnu/example_build/tx_initialize_low_level.S b/ports/cortex_m4/gnu/example_build/tx_initialize_low_level.S index 24cc903dd..d7e11c06b 100644 --- a/ports/cortex_m4/gnu/example_build/tx_initialize_low_level.S +++ b/ports/cortex_m4/gnu/example_build/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m4/iar/example_build/tx_initialize_low_level.s b/ports/cortex_m4/iar/example_build/tx_initialize_low_level.s index 1705e068e..d3e6d9af5 100644 --- a/ports/cortex_m4/iar/example_build/tx_initialize_low_level.s +++ b/ports/cortex_m4/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/keil/example_build/tx_initialize_low_level.s b/ports/cortex_m4/keil/example_build/tx_initialize_low_level.s index 16bcaa9c6..e2aec8013 100644 --- a/ports/cortex_m4/keil/example_build/tx_initialize_low_level.s +++ b/ports/cortex_m4/keil/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/keil/src/tx_thread_context_restore.s b/ports/cortex_m4/keil/src/tx_thread_context_restore.s index d7837b037..dddaca7b6 100644 --- a/ports/cortex_m4/keil/src/tx_thread_context_restore.s +++ b/ports/cortex_m4/keil/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/keil/src/tx_thread_context_save.s b/ports/cortex_m4/keil/src/tx_thread_context_save.s index 55dcf08d8..207ab4b17 100644 --- a/ports/cortex_m4/keil/src/tx_thread_context_save.s +++ b/ports/cortex_m4/keil/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/keil/src/tx_thread_interrupt_control.s b/ports/cortex_m4/keil/src/tx_thread_interrupt_control.s index e1cf3ff8d..35367af77 100644 --- a/ports/cortex_m4/keil/src/tx_thread_interrupt_control.s +++ b/ports/cortex_m4/keil/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/keil/src/tx_thread_interrupt_disable.s b/ports/cortex_m4/keil/src/tx_thread_interrupt_disable.s index 6801014a7..825eaf124 100644 --- a/ports/cortex_m4/keil/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_m4/keil/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/keil/src/tx_thread_interrupt_restore.s b/ports/cortex_m4/keil/src/tx_thread_interrupt_restore.s index fd0d6196e..4cc243699 100644 --- a/ports/cortex_m4/keil/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_m4/keil/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/keil/src/tx_thread_schedule.s b/ports/cortex_m4/keil/src/tx_thread_schedule.s index b0a58d8b7..d97cf1365 100644 --- a/ports/cortex_m4/keil/src/tx_thread_schedule.s +++ b/ports/cortex_m4/keil/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/keil/src/tx_thread_stack_build.s b/ports/cortex_m4/keil/src/tx_thread_stack_build.s index aa04b898e..f73651ce3 100644 --- a/ports/cortex_m4/keil/src/tx_thread_stack_build.s +++ b/ports/cortex_m4/keil/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/keil/src/tx_thread_system_return.s b/ports/cortex_m4/keil/src/tx_thread_system_return.s index 43d0bd080..5ee774d9d 100644 --- a/ports/cortex_m4/keil/src/tx_thread_system_return.s +++ b/ports/cortex_m4/keil/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m4/keil/src/tx_timer_interrupt.s b/ports/cortex_m4/keil/src/tx_timer_interrupt.s index fd8fd9b52..240db972f 100644 --- a/ports/cortex_m4/keil/src/tx_timer_interrupt.s +++ b/ports/cortex_m4/keil/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m7/ac5/example_build/tx_initialize_low_level.s b/ports/cortex_m7/ac5/example_build/tx_initialize_low_level.s index b3bcc62af..bd6aa1507 100644 --- a/ports/cortex_m7/ac5/example_build/tx_initialize_low_level.s +++ b/ports/cortex_m7/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m7/ac6/example_build/sample_threadx/tx_initialize_low_level.S b/ports/cortex_m7/ac6/example_build/sample_threadx/tx_initialize_low_level.S index a82bbf445..ae298a342 100644 --- a/ports/cortex_m7/ac6/example_build/sample_threadx/tx_initialize_low_level.S +++ b/ports/cortex_m7/ac6/example_build/sample_threadx/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_m7/ghs/src/tx_thread_context_restore.arm b/ports/cortex_m7/ghs/src/tx_thread_context_restore.arm index f4a31acb5..556e49409 100644 --- a/ports/cortex_m7/ghs/src/tx_thread_context_restore.arm +++ b/ports/cortex_m7/ghs/src/tx_thread_context_restore.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m7/ghs/src/tx_thread_context_save.arm b/ports/cortex_m7/ghs/src/tx_thread_context_save.arm index 33d024a97..edf1ab034 100644 --- a/ports/cortex_m7/ghs/src/tx_thread_context_save.arm +++ b/ports/cortex_m7/ghs/src/tx_thread_context_save.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m7/ghs/src/tx_thread_interrupt_control.arm b/ports/cortex_m7/ghs/src/tx_thread_interrupt_control.arm index b5eed1e9e..3d514ab46 100644 --- a/ports/cortex_m7/ghs/src/tx_thread_interrupt_control.arm +++ b/ports/cortex_m7/ghs/src/tx_thread_interrupt_control.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m7/ghs/src/tx_thread_interrupt_disable.arm b/ports/cortex_m7/ghs/src/tx_thread_interrupt_disable.arm index ad34dcc53..1d014f8a9 100644 --- a/ports/cortex_m7/ghs/src/tx_thread_interrupt_disable.arm +++ b/ports/cortex_m7/ghs/src/tx_thread_interrupt_disable.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m7/ghs/src/tx_thread_interrupt_restore.arm b/ports/cortex_m7/ghs/src/tx_thread_interrupt_restore.arm index b23c3a1aa..55a5289a5 100644 --- a/ports/cortex_m7/ghs/src/tx_thread_interrupt_restore.arm +++ b/ports/cortex_m7/ghs/src/tx_thread_interrupt_restore.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m7/ghs/src/tx_thread_schedule.arm b/ports/cortex_m7/ghs/src/tx_thread_schedule.arm index bbe68efad..3b8aa4054 100644 --- a/ports/cortex_m7/ghs/src/tx_thread_schedule.arm +++ b/ports/cortex_m7/ghs/src/tx_thread_schedule.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m7/ghs/src/tx_thread_stack_build.arm b/ports/cortex_m7/ghs/src/tx_thread_stack_build.arm index bce401bbd..e2f0182e3 100644 --- a/ports/cortex_m7/ghs/src/tx_thread_stack_build.arm +++ b/ports/cortex_m7/ghs/src/tx_thread_stack_build.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m7/ghs/src/tx_thread_system_return.arm b/ports/cortex_m7/ghs/src/tx_thread_system_return.arm index c7cc19754..da4ae3cb1 100644 --- a/ports/cortex_m7/ghs/src/tx_thread_system_return.arm +++ b/ports/cortex_m7/ghs/src/tx_thread_system_return.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m7/ghs/src/tx_timer_interrupt.arm b/ports/cortex_m7/ghs/src/tx_timer_interrupt.arm index 619655516..6a9531fdd 100644 --- a/ports/cortex_m7/ghs/src/tx_timer_interrupt.arm +++ b/ports/cortex_m7/ghs/src/tx_timer_interrupt.arm @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_m7/iar/example_build/tx_initialize_low_level.s b/ports/cortex_m7/iar/example_build/tx_initialize_low_level.s index 896f7c508..b725ef997 100644 --- a/ports/cortex_m7/iar/example_build/tx_initialize_low_level.s +++ b/ports/cortex_m7/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/example_build/tx_initialize_low_level.s b/ports/cortex_r4/ac5/example_build/tx_initialize_low_level.s index 594b37745..c36819eb6 100644 --- a/ports/cortex_r4/ac5/example_build/tx_initialize_low_level.s +++ b/ports/cortex_r4/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_context_restore.s b/ports/cortex_r4/ac5/src/tx_thread_context_restore.s index d5019869b..3a4eef8c2 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_context_restore.s +++ b/ports/cortex_r4/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_context_save.s b/ports/cortex_r4/ac5/src/tx_thread_context_save.s index ed8c9a71d..c03187e48 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_context_save.s +++ b/ports/cortex_r4/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_fiq_context_restore.s b/ports/cortex_r4/ac5/src/tx_thread_fiq_context_restore.s index 2d68ea902..e2a712a75 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_fiq_context_restore.s +++ b/ports/cortex_r4/ac5/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_fiq_context_save.s b/ports/cortex_r4/ac5/src/tx_thread_fiq_context_save.s index 94a39a7d8..9026e56d4 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_fiq_context_save.s +++ b/ports/cortex_r4/ac5/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_fiq_nesting_end.s b/ports/cortex_r4/ac5/src/tx_thread_fiq_nesting_end.s index 330f6b02c..a26bab460 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_fiq_nesting_end.s +++ b/ports/cortex_r4/ac5/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_fiq_nesting_start.s b/ports/cortex_r4/ac5/src/tx_thread_fiq_nesting_start.s index d2f280539..d714b4b3a 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_fiq_nesting_start.s +++ b/ports/cortex_r4/ac5/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_interrupt_control.s b/ports/cortex_r4/ac5/src/tx_thread_interrupt_control.s index 4ab29f55b..e69cb941e 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_interrupt_control.s +++ b/ports/cortex_r4/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_interrupt_disable.s b/ports/cortex_r4/ac5/src/tx_thread_interrupt_disable.s index b73db8ea8..239cb49e1 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_r4/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_interrupt_restore.s b/ports/cortex_r4/ac5/src/tx_thread_interrupt_restore.s index 730bcc54d..bbf8ccd76 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_r4/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_irq_nesting_end.s b/ports/cortex_r4/ac5/src/tx_thread_irq_nesting_end.s index 542257713..2c718a747 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_r4/ac5/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_irq_nesting_start.s b/ports/cortex_r4/ac5/src/tx_thread_irq_nesting_start.s index 969d17543..2bd74a99e 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_r4/ac5/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_schedule.s b/ports/cortex_r4/ac5/src/tx_thread_schedule.s index 29e322482..64af5589f 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_schedule.s +++ b/ports/cortex_r4/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_stack_build.s b/ports/cortex_r4/ac5/src/tx_thread_stack_build.s index 0038aa8ad..2f21d30cc 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_stack_build.s +++ b/ports/cortex_r4/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_system_return.s b/ports/cortex_r4/ac5/src/tx_thread_system_return.s index f006db859..f6128d56a 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_system_return.s +++ b/ports/cortex_r4/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_thread_vectored_context_save.s b/ports/cortex_r4/ac5/src/tx_thread_vectored_context_save.s index 89fb4fed3..aec5717d7 100644 --- a/ports/cortex_r4/ac5/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_r4/ac5/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/ac5/src/tx_timer_interrupt.s b/ports/cortex_r4/ac5/src/tx_timer_interrupt.s index c57649cb2..a5d96fda6 100644 --- a/ports/cortex_r4/ac5/src/tx_timer_interrupt.s +++ b/ports/cortex_r4/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/example_build/reset.S b/ports/cortex_r4/gnu/example_build/reset.S index fb0694e5d..a11c826a3 100644 --- a/ports/cortex_r4/gnu/example_build/reset.S +++ b/ports/cortex_r4/gnu/example_build/reset.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/example_build/tx_initialize_low_level.S b/ports/cortex_r4/gnu/example_build/tx_initialize_low_level.S index f2b0ec85d..82304d36a 100644 --- a/ports/cortex_r4/gnu/example_build/tx_initialize_low_level.S +++ b/ports/cortex_r4/gnu/example_build/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_context_restore.S b/ports/cortex_r4/gnu/src/tx_thread_context_restore.S index c750ac78d..b56b9d83f 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_context_restore.S +++ b/ports/cortex_r4/gnu/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_context_save.S b/ports/cortex_r4/gnu/src/tx_thread_context_save.S index 85f5b30ba..1dfb9ecd7 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_context_save.S +++ b/ports/cortex_r4/gnu/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_fiq_context_restore.S b/ports/cortex_r4/gnu/src/tx_thread_fiq_context_restore.S index 5f0eb3304..6e0212c93 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_fiq_context_restore.S +++ b/ports/cortex_r4/gnu/src/tx_thread_fiq_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_fiq_context_save.S b/ports/cortex_r4/gnu/src/tx_thread_fiq_context_save.S index ac85b69ee..330bb9d55 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_fiq_context_save.S +++ b/ports/cortex_r4/gnu/src/tx_thread_fiq_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_fiq_nesting_end.S b/ports/cortex_r4/gnu/src/tx_thread_fiq_nesting_end.S index 91212ca97..245752a57 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_fiq_nesting_end.S +++ b/ports/cortex_r4/gnu/src/tx_thread_fiq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_fiq_nesting_start.S b/ports/cortex_r4/gnu/src/tx_thread_fiq_nesting_start.S index 1ffd08adb..636007cbe 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_fiq_nesting_start.S +++ b/ports/cortex_r4/gnu/src/tx_thread_fiq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_interrupt_control.S b/ports/cortex_r4/gnu/src/tx_thread_interrupt_control.S index 807182c6f..b78773a03 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_interrupt_control.S +++ b/ports/cortex_r4/gnu/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_interrupt_disable.S b/ports/cortex_r4/gnu/src/tx_thread_interrupt_disable.S index a62da37a5..7e376a51b 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_interrupt_disable.S +++ b/ports/cortex_r4/gnu/src/tx_thread_interrupt_disable.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_interrupt_restore.S b/ports/cortex_r4/gnu/src/tx_thread_interrupt_restore.S index 7d28615c3..209cb6581 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_interrupt_restore.S +++ b/ports/cortex_r4/gnu/src/tx_thread_interrupt_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_irq_nesting_end.S b/ports/cortex_r4/gnu/src/tx_thread_irq_nesting_end.S index 7dc448c95..84caee5b2 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_irq_nesting_end.S +++ b/ports/cortex_r4/gnu/src/tx_thread_irq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_irq_nesting_start.S b/ports/cortex_r4/gnu/src/tx_thread_irq_nesting_start.S index c2511eb0f..9a2b1cc3c 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_irq_nesting_start.S +++ b/ports/cortex_r4/gnu/src/tx_thread_irq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_schedule.S b/ports/cortex_r4/gnu/src/tx_thread_schedule.S index 54bfa3f80..36a3ed61f 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_schedule.S +++ b/ports/cortex_r4/gnu/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_stack_build.S b/ports/cortex_r4/gnu/src/tx_thread_stack_build.S index 8c9470524..678e7a9bb 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_stack_build.S +++ b/ports/cortex_r4/gnu/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_system_return.S b/ports/cortex_r4/gnu/src/tx_thread_system_return.S index 7e80c67b2..eee00ce6f 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_system_return.S +++ b/ports/cortex_r4/gnu/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_thread_vectored_context_save.S b/ports/cortex_r4/gnu/src/tx_thread_vectored_context_save.S index a16c0234e..a303ef544 100644 --- a/ports/cortex_r4/gnu/src/tx_thread_vectored_context_save.S +++ b/ports/cortex_r4/gnu/src/tx_thread_vectored_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/gnu/src/tx_timer_interrupt.S b/ports/cortex_r4/gnu/src/tx_timer_interrupt.S index ad93c0021..0b6c83817 100644 --- a/ports/cortex_r4/gnu/src/tx_timer_interrupt.S +++ b/ports/cortex_r4/gnu/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r4/iar/example_build/tx_initialize_low_level.s b/ports/cortex_r4/iar/example_build/tx_initialize_low_level.s index 4a5e69a32..1b743b096 100644 --- a/ports/cortex_r4/iar/example_build/tx_initialize_low_level.s +++ b/ports/cortex_r4/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_thread_context_restore.s b/ports/cortex_r4/iar/src/tx_thread_context_restore.s index c9534ed38..1b51ccdc2 100644 --- a/ports/cortex_r4/iar/src/tx_thread_context_restore.s +++ b/ports/cortex_r4/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_thread_context_save.s b/ports/cortex_r4/iar/src/tx_thread_context_save.s index 632e844d8..9c01112d7 100644 --- a/ports/cortex_r4/iar/src/tx_thread_context_save.s +++ b/ports/cortex_r4/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_thread_interrupt_control.s b/ports/cortex_r4/iar/src/tx_thread_interrupt_control.s index b29355bdd..44561789b 100644 --- a/ports/cortex_r4/iar/src/tx_thread_interrupt_control.s +++ b/ports/cortex_r4/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_thread_interrupt_disable.s b/ports/cortex_r4/iar/src/tx_thread_interrupt_disable.s index 4fee0d39c..cc071a5b4 100644 --- a/ports/cortex_r4/iar/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_r4/iar/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_thread_interrupt_restore.s b/ports/cortex_r4/iar/src/tx_thread_interrupt_restore.s index cddce991d..a2bc55067 100644 --- a/ports/cortex_r4/iar/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_r4/iar/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_thread_irq_nesting_end.s b/ports/cortex_r4/iar/src/tx_thread_irq_nesting_end.s index b6cee4535..42b1deae7 100644 --- a/ports/cortex_r4/iar/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_r4/iar/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_thread_irq_nesting_start.s b/ports/cortex_r4/iar/src/tx_thread_irq_nesting_start.s index 2e4c21587..83fbbd17e 100644 --- a/ports/cortex_r4/iar/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_r4/iar/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_thread_schedule.s b/ports/cortex_r4/iar/src/tx_thread_schedule.s index 77c8e5fe4..42be14905 100644 --- a/ports/cortex_r4/iar/src/tx_thread_schedule.s +++ b/ports/cortex_r4/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_thread_stack_build.s b/ports/cortex_r4/iar/src/tx_thread_stack_build.s index 9559bd3e7..bbb868488 100644 --- a/ports/cortex_r4/iar/src/tx_thread_stack_build.s +++ b/ports/cortex_r4/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_thread_system_return.s b/ports/cortex_r4/iar/src/tx_thread_system_return.s index 78ad12b86..a8c755fab 100644 --- a/ports/cortex_r4/iar/src/tx_thread_system_return.s +++ b/ports/cortex_r4/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_thread_vectored_context_save.s b/ports/cortex_r4/iar/src/tx_thread_vectored_context_save.s index 47a39a179..aa24d6c35 100644 --- a/ports/cortex_r4/iar/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_r4/iar/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r4/iar/src/tx_timer_interrupt.s b/ports/cortex_r4/iar/src/tx_timer_interrupt.s index f186a123d..896c5525f 100644 --- a/ports/cortex_r4/iar/src/tx_timer_interrupt.s +++ b/ports/cortex_r4/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/example_build/tx_initialize_low_level.s b/ports/cortex_r5/ac5/example_build/tx_initialize_low_level.s index 99e607b51..0ae740094 100644 --- a/ports/cortex_r5/ac5/example_build/tx_initialize_low_level.s +++ b/ports/cortex_r5/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_context_restore.s b/ports/cortex_r5/ac5/src/tx_thread_context_restore.s index 805a40138..15fbb1e92 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_context_restore.s +++ b/ports/cortex_r5/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_context_save.s b/ports/cortex_r5/ac5/src/tx_thread_context_save.s index 6e000500c..9d1b2d147 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_context_save.s +++ b/ports/cortex_r5/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_fiq_context_restore.s b/ports/cortex_r5/ac5/src/tx_thread_fiq_context_restore.s index c395968a7..65a4be5ab 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_fiq_context_restore.s +++ b/ports/cortex_r5/ac5/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_fiq_context_save.s b/ports/cortex_r5/ac5/src/tx_thread_fiq_context_save.s index fbfbef20f..bc99650a9 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_fiq_context_save.s +++ b/ports/cortex_r5/ac5/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_fiq_nesting_end.s b/ports/cortex_r5/ac5/src/tx_thread_fiq_nesting_end.s index 3edb566c4..89e58b508 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_fiq_nesting_end.s +++ b/ports/cortex_r5/ac5/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_fiq_nesting_start.s b/ports/cortex_r5/ac5/src/tx_thread_fiq_nesting_start.s index 4bc440d50..224966a70 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_fiq_nesting_start.s +++ b/ports/cortex_r5/ac5/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_interrupt_control.s b/ports/cortex_r5/ac5/src/tx_thread_interrupt_control.s index 35e543483..2a3698d7b 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_interrupt_control.s +++ b/ports/cortex_r5/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_interrupt_disable.s b/ports/cortex_r5/ac5/src/tx_thread_interrupt_disable.s index 9611259c9..7af79f591 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_r5/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_interrupt_restore.s b/ports/cortex_r5/ac5/src/tx_thread_interrupt_restore.s index 062d1fff6..61ebae01e 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_r5/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_irq_nesting_end.s b/ports/cortex_r5/ac5/src/tx_thread_irq_nesting_end.s index 8adf6b36c..5b85a17fd 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_r5/ac5/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_irq_nesting_start.s b/ports/cortex_r5/ac5/src/tx_thread_irq_nesting_start.s index 324c32a8b..f46318ae7 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_r5/ac5/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_schedule.s b/ports/cortex_r5/ac5/src/tx_thread_schedule.s index 968faccdb..0144fb47a 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_schedule.s +++ b/ports/cortex_r5/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_stack_build.s b/ports/cortex_r5/ac5/src/tx_thread_stack_build.s index b8d2331c9..af6a36575 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_stack_build.s +++ b/ports/cortex_r5/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_system_return.s b/ports/cortex_r5/ac5/src/tx_thread_system_return.s index a84f926f3..69ed81f1d 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_system_return.s +++ b/ports/cortex_r5/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_thread_vectored_context_save.s b/ports/cortex_r5/ac5/src/tx_thread_vectored_context_save.s index 8cf88e991..c1dad6a9e 100644 --- a/ports/cortex_r5/ac5/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_r5/ac5/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac5/src/tx_timer_interrupt.s b/ports/cortex_r5/ac5/src/tx_timer_interrupt.s index 9f2f21b6f..f2408e306 100644 --- a/ports/cortex_r5/ac5/src/tx_timer_interrupt.s +++ b/ports/cortex_r5/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/example_build/sample_threadx/tx_initialize_low_level.S b/ports/cortex_r5/ac6/example_build/sample_threadx/tx_initialize_low_level.S index 3ba6a8bb5..1f80ff968 100644 --- a/ports/cortex_r5/ac6/example_build/sample_threadx/tx_initialize_low_level.S +++ b/ports/cortex_r5/ac6/example_build/sample_threadx/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_context_restore.S b/ports/cortex_r5/ac6/src/tx_thread_context_restore.S index 5178a6bb8..198d4ad1d 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_context_restore.S +++ b/ports/cortex_r5/ac6/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_context_save.S b/ports/cortex_r5/ac6/src/tx_thread_context_save.S index 3ff69fc2e..26440a927 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_context_save.S +++ b/ports/cortex_r5/ac6/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_fiq_context_restore.S b/ports/cortex_r5/ac6/src/tx_thread_fiq_context_restore.S index 809963ab5..8a46e22c3 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_fiq_context_restore.S +++ b/ports/cortex_r5/ac6/src/tx_thread_fiq_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_fiq_context_save.S b/ports/cortex_r5/ac6/src/tx_thread_fiq_context_save.S index 5f926ef64..a898aa078 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_fiq_context_save.S +++ b/ports/cortex_r5/ac6/src/tx_thread_fiq_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_fiq_nesting_end.S b/ports/cortex_r5/ac6/src/tx_thread_fiq_nesting_end.S index 99486aa0c..d9d3d30ba 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_fiq_nesting_end.S +++ b/ports/cortex_r5/ac6/src/tx_thread_fiq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_fiq_nesting_start.S b/ports/cortex_r5/ac6/src/tx_thread_fiq_nesting_start.S index 8ce3ea776..c3045e8ce 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_fiq_nesting_start.S +++ b/ports/cortex_r5/ac6/src/tx_thread_fiq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_interrupt_control.S b/ports/cortex_r5/ac6/src/tx_thread_interrupt_control.S index 3cad72d08..e73e4d7cc 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_interrupt_control.S +++ b/ports/cortex_r5/ac6/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_interrupt_disable.S b/ports/cortex_r5/ac6/src/tx_thread_interrupt_disable.S index 64f93b80f..688d243d9 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_interrupt_disable.S +++ b/ports/cortex_r5/ac6/src/tx_thread_interrupt_disable.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_interrupt_restore.S b/ports/cortex_r5/ac6/src/tx_thread_interrupt_restore.S index 1042b50dd..7872802bd 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_interrupt_restore.S +++ b/ports/cortex_r5/ac6/src/tx_thread_interrupt_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_irq_nesting_end.S b/ports/cortex_r5/ac6/src/tx_thread_irq_nesting_end.S index 14fc48282..5d58b2a58 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_irq_nesting_end.S +++ b/ports/cortex_r5/ac6/src/tx_thread_irq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_irq_nesting_start.S b/ports/cortex_r5/ac6/src/tx_thread_irq_nesting_start.S index 33e898946..33aa6f37c 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_irq_nesting_start.S +++ b/ports/cortex_r5/ac6/src/tx_thread_irq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_schedule.S b/ports/cortex_r5/ac6/src/tx_thread_schedule.S index 9e1f38199..b895b1438 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_schedule.S +++ b/ports/cortex_r5/ac6/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_stack_build.S b/ports/cortex_r5/ac6/src/tx_thread_stack_build.S index c947dfad4..2b2de3dd0 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_stack_build.S +++ b/ports/cortex_r5/ac6/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_system_return.S b/ports/cortex_r5/ac6/src/tx_thread_system_return.S index 93b3f3d37..3ca9650e3 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_system_return.S +++ b/ports/cortex_r5/ac6/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_thread_vectored_context_save.S b/ports/cortex_r5/ac6/src/tx_thread_vectored_context_save.S index 66871c436..aa5bc2f34 100644 --- a/ports/cortex_r5/ac6/src/tx_thread_vectored_context_save.S +++ b/ports/cortex_r5/ac6/src/tx_thread_vectored_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/ac6/src/tx_timer_interrupt.S b/ports/cortex_r5/ac6/src/tx_timer_interrupt.S index d1527375a..0261bddcf 100644 --- a/ports/cortex_r5/ac6/src/tx_timer_interrupt.S +++ b/ports/cortex_r5/ac6/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/example_build/reset.S b/ports/cortex_r5/gnu/example_build/reset.S index fb0694e5d..a11c826a3 100644 --- a/ports/cortex_r5/gnu/example_build/reset.S +++ b/ports/cortex_r5/gnu/example_build/reset.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/example_build/tx_initialize_low_level.S b/ports/cortex_r5/gnu/example_build/tx_initialize_low_level.S index ccbedb034..a34712777 100644 --- a/ports/cortex_r5/gnu/example_build/tx_initialize_low_level.S +++ b/ports/cortex_r5/gnu/example_build/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_context_restore.S b/ports/cortex_r5/gnu/src/tx_thread_context_restore.S index ee37e31d1..4f3721cba 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_context_restore.S +++ b/ports/cortex_r5/gnu/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_context_save.S b/ports/cortex_r5/gnu/src/tx_thread_context_save.S index 9c3156e43..8806203d4 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_context_save.S +++ b/ports/cortex_r5/gnu/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_fiq_context_restore.S b/ports/cortex_r5/gnu/src/tx_thread_fiq_context_restore.S index 717b69486..5d1c2cc89 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_fiq_context_restore.S +++ b/ports/cortex_r5/gnu/src/tx_thread_fiq_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_fiq_context_save.S b/ports/cortex_r5/gnu/src/tx_thread_fiq_context_save.S index 4370350b6..6c94dc91c 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_fiq_context_save.S +++ b/ports/cortex_r5/gnu/src/tx_thread_fiq_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_fiq_nesting_end.S b/ports/cortex_r5/gnu/src/tx_thread_fiq_nesting_end.S index bdf30e04c..752d6e63a 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_fiq_nesting_end.S +++ b/ports/cortex_r5/gnu/src/tx_thread_fiq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_fiq_nesting_start.S b/ports/cortex_r5/gnu/src/tx_thread_fiq_nesting_start.S index c22d915e7..f013cc3a8 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_fiq_nesting_start.S +++ b/ports/cortex_r5/gnu/src/tx_thread_fiq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_interrupt_control.S b/ports/cortex_r5/gnu/src/tx_thread_interrupt_control.S index bf7b588a0..7ef4c98df 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_interrupt_control.S +++ b/ports/cortex_r5/gnu/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_interrupt_disable.S b/ports/cortex_r5/gnu/src/tx_thread_interrupt_disable.S index 88b9432dd..00b10b7d8 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_interrupt_disable.S +++ b/ports/cortex_r5/gnu/src/tx_thread_interrupt_disable.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_interrupt_restore.S b/ports/cortex_r5/gnu/src/tx_thread_interrupt_restore.S index 2fb25df43..8e510f15a 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_interrupt_restore.S +++ b/ports/cortex_r5/gnu/src/tx_thread_interrupt_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_irq_nesting_end.S b/ports/cortex_r5/gnu/src/tx_thread_irq_nesting_end.S index 036e36d1b..61edbd158 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_irq_nesting_end.S +++ b/ports/cortex_r5/gnu/src/tx_thread_irq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_irq_nesting_start.S b/ports/cortex_r5/gnu/src/tx_thread_irq_nesting_start.S index c176fbaee..b547290cf 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_irq_nesting_start.S +++ b/ports/cortex_r5/gnu/src/tx_thread_irq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_schedule.S b/ports/cortex_r5/gnu/src/tx_thread_schedule.S index 11cf89557..011af4804 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_schedule.S +++ b/ports/cortex_r5/gnu/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_stack_build.S b/ports/cortex_r5/gnu/src/tx_thread_stack_build.S index 999365e0b..0bcc63ed9 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_stack_build.S +++ b/ports/cortex_r5/gnu/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_system_return.S b/ports/cortex_r5/gnu/src/tx_thread_system_return.S index a76db6513..77cf89d55 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_system_return.S +++ b/ports/cortex_r5/gnu/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_thread_vectored_context_save.S b/ports/cortex_r5/gnu/src/tx_thread_vectored_context_save.S index 9e6246adc..96e58d4fe 100644 --- a/ports/cortex_r5/gnu/src/tx_thread_vectored_context_save.S +++ b/ports/cortex_r5/gnu/src/tx_thread_vectored_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/gnu/src/tx_timer_interrupt.S b/ports/cortex_r5/gnu/src/tx_timer_interrupt.S index 7e95c1dfd..b5d2553af 100644 --- a/ports/cortex_r5/gnu/src/tx_timer_interrupt.S +++ b/ports/cortex_r5/gnu/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports/cortex_r5/iar/example_build/tx_initialize_low_level.s b/ports/cortex_r5/iar/example_build/tx_initialize_low_level.s index d181b9115..745a9d19c 100644 --- a/ports/cortex_r5/iar/example_build/tx_initialize_low_level.s +++ b/ports/cortex_r5/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_thread_context_restore.s b/ports/cortex_r5/iar/src/tx_thread_context_restore.s index 5b7e13a33..62f098ebc 100644 --- a/ports/cortex_r5/iar/src/tx_thread_context_restore.s +++ b/ports/cortex_r5/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_thread_context_save.s b/ports/cortex_r5/iar/src/tx_thread_context_save.s index bf8b76a53..ce3a27d7a 100644 --- a/ports/cortex_r5/iar/src/tx_thread_context_save.s +++ b/ports/cortex_r5/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_thread_interrupt_control.s b/ports/cortex_r5/iar/src/tx_thread_interrupt_control.s index b034ac7ce..6a7768c91 100644 --- a/ports/cortex_r5/iar/src/tx_thread_interrupt_control.s +++ b/ports/cortex_r5/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_thread_interrupt_disable.s b/ports/cortex_r5/iar/src/tx_thread_interrupt_disable.s index 55e5953ed..687a56e6f 100644 --- a/ports/cortex_r5/iar/src/tx_thread_interrupt_disable.s +++ b/ports/cortex_r5/iar/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_thread_interrupt_restore.s b/ports/cortex_r5/iar/src/tx_thread_interrupt_restore.s index 0b9729ecc..3a60ca6da 100644 --- a/ports/cortex_r5/iar/src/tx_thread_interrupt_restore.s +++ b/ports/cortex_r5/iar/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_thread_irq_nesting_end.s b/ports/cortex_r5/iar/src/tx_thread_irq_nesting_end.s index 5f0cafea6..f2153ae6f 100644 --- a/ports/cortex_r5/iar/src/tx_thread_irq_nesting_end.s +++ b/ports/cortex_r5/iar/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_thread_irq_nesting_start.s b/ports/cortex_r5/iar/src/tx_thread_irq_nesting_start.s index 945412b7b..e81f900ab 100644 --- a/ports/cortex_r5/iar/src/tx_thread_irq_nesting_start.s +++ b/ports/cortex_r5/iar/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_thread_schedule.s b/ports/cortex_r5/iar/src/tx_thread_schedule.s index 1c0468f1e..fc88ce8fe 100644 --- a/ports/cortex_r5/iar/src/tx_thread_schedule.s +++ b/ports/cortex_r5/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_thread_stack_build.s b/ports/cortex_r5/iar/src/tx_thread_stack_build.s index 61fe002be..3b9dbc49b 100644 --- a/ports/cortex_r5/iar/src/tx_thread_stack_build.s +++ b/ports/cortex_r5/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_thread_system_return.s b/ports/cortex_r5/iar/src/tx_thread_system_return.s index a7d0059ab..58e5d0728 100644 --- a/ports/cortex_r5/iar/src/tx_thread_system_return.s +++ b/ports/cortex_r5/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_thread_vectored_context_save.s b/ports/cortex_r5/iar/src/tx_thread_vectored_context_save.s index 962a03990..4029bbb41 100644 --- a/ports/cortex_r5/iar/src/tx_thread_vectored_context_save.s +++ b/ports/cortex_r5/iar/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/cortex_r5/iar/src/tx_timer_interrupt.s b/ports/cortex_r5/iar/src/tx_timer_interrupt.s index 3111b3e87..85274fa21 100644 --- a/ports/cortex_r5/iar/src/tx_timer_interrupt.s +++ b/ports/cortex_r5/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/ccrx/src/tx_initialize_low_level.src b/ports/rxv1/ccrx/src/tx_initialize_low_level.src index d4697a0a6..a460a4f03 100644 --- a/ports/rxv1/ccrx/src/tx_initialize_low_level.src +++ b/ports/rxv1/ccrx/src/tx_initialize_low_level.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/ccrx/src/tx_thread_context_restore.src b/ports/rxv1/ccrx/src/tx_thread_context_restore.src index 799171e4e..eaf1eed1c 100644 --- a/ports/rxv1/ccrx/src/tx_thread_context_restore.src +++ b/ports/rxv1/ccrx/src/tx_thread_context_restore.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/ccrx/src/tx_thread_context_save.src b/ports/rxv1/ccrx/src/tx_thread_context_save.src index 1272dbb30..c4f78b3cb 100644 --- a/ports/rxv1/ccrx/src/tx_thread_context_save.src +++ b/ports/rxv1/ccrx/src/tx_thread_context_save.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/ccrx/src/tx_thread_interrupt_control.src b/ports/rxv1/ccrx/src/tx_thread_interrupt_control.src index aad5823e9..9724dad34 100644 --- a/ports/rxv1/ccrx/src/tx_thread_interrupt_control.src +++ b/ports/rxv1/ccrx/src/tx_thread_interrupt_control.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/ccrx/src/tx_thread_schedule.src b/ports/rxv1/ccrx/src/tx_thread_schedule.src index ec173ce1a..1d19b5fa2 100644 --- a/ports/rxv1/ccrx/src/tx_thread_schedule.src +++ b/ports/rxv1/ccrx/src/tx_thread_schedule.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/ccrx/src/tx_thread_stack_build.src b/ports/rxv1/ccrx/src/tx_thread_stack_build.src index 50bdcb7a7..79df118bd 100644 --- a/ports/rxv1/ccrx/src/tx_thread_stack_build.src +++ b/ports/rxv1/ccrx/src/tx_thread_stack_build.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/ccrx/src/tx_thread_system_return.src b/ports/rxv1/ccrx/src/tx_thread_system_return.src index 6307413af..c13636399 100644 --- a/ports/rxv1/ccrx/src/tx_thread_system_return.src +++ b/ports/rxv1/ccrx/src/tx_thread_system_return.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/ccrx/src/tx_timer_interrupt.src b/ports/rxv1/ccrx/src/tx_timer_interrupt.src index 421e116b5..a386e50a5 100644 --- a/ports/rxv1/ccrx/src/tx_timer_interrupt.src +++ b/ports/rxv1/ccrx/src/tx_timer_interrupt.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/gnu/src/tx_initialize_low_level.S b/ports/rxv1/gnu/src/tx_initialize_low_level.S index 4f9ae837d..7fda9938a 100644 --- a/ports/rxv1/gnu/src/tx_initialize_low_level.S +++ b/ports/rxv1/gnu/src/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/gnu/src/tx_thread_context_restore.S b/ports/rxv1/gnu/src/tx_thread_context_restore.S index df5cbce1a..f4f54afc9 100644 --- a/ports/rxv1/gnu/src/tx_thread_context_restore.S +++ b/ports/rxv1/gnu/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/gnu/src/tx_thread_context_save.S b/ports/rxv1/gnu/src/tx_thread_context_save.S index 0f0e49067..6d74b81a6 100644 --- a/ports/rxv1/gnu/src/tx_thread_context_save.S +++ b/ports/rxv1/gnu/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/gnu/src/tx_thread_interrupt_control.S b/ports/rxv1/gnu/src/tx_thread_interrupt_control.S index 5fff1894f..73cd1f272 100644 --- a/ports/rxv1/gnu/src/tx_thread_interrupt_control.S +++ b/ports/rxv1/gnu/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/gnu/src/tx_thread_schedule.S b/ports/rxv1/gnu/src/tx_thread_schedule.S index 0a0706aa3..b3f168091 100644 --- a/ports/rxv1/gnu/src/tx_thread_schedule.S +++ b/ports/rxv1/gnu/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/gnu/src/tx_thread_stack_build.S b/ports/rxv1/gnu/src/tx_thread_stack_build.S index a65e744c6..278d58145 100644 --- a/ports/rxv1/gnu/src/tx_thread_stack_build.S +++ b/ports/rxv1/gnu/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/gnu/src/tx_thread_system_return.S b/ports/rxv1/gnu/src/tx_thread_system_return.S index 4436cefea..a9e3df99d 100644 --- a/ports/rxv1/gnu/src/tx_thread_system_return.S +++ b/ports/rxv1/gnu/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/gnu/src/tx_timer_interrupt.S b/ports/rxv1/gnu/src/tx_timer_interrupt.S index 72069ff99..29ed1a7a0 100644 --- a/ports/rxv1/gnu/src/tx_timer_interrupt.S +++ b/ports/rxv1/gnu/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/iar/src/tx_initialize_low_level.s b/ports/rxv1/iar/src/tx_initialize_low_level.s index 6e35af6aa..081f529c6 100644 --- a/ports/rxv1/iar/src/tx_initialize_low_level.s +++ b/ports/rxv1/iar/src/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/iar/src/tx_thread_context_restore.s b/ports/rxv1/iar/src/tx_thread_context_restore.s index 184a04085..4abefcc9d 100644 --- a/ports/rxv1/iar/src/tx_thread_context_restore.s +++ b/ports/rxv1/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/iar/src/tx_thread_context_save.s b/ports/rxv1/iar/src/tx_thread_context_save.s index 503e9cb65..b79ba6f40 100644 --- a/ports/rxv1/iar/src/tx_thread_context_save.s +++ b/ports/rxv1/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/iar/src/tx_thread_interrupt_control.s b/ports/rxv1/iar/src/tx_thread_interrupt_control.s index f582b0f33..3c510df7a 100644 --- a/ports/rxv1/iar/src/tx_thread_interrupt_control.s +++ b/ports/rxv1/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/iar/src/tx_thread_schedule.s b/ports/rxv1/iar/src/tx_thread_schedule.s index 3de330348..2602d46b4 100644 --- a/ports/rxv1/iar/src/tx_thread_schedule.s +++ b/ports/rxv1/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/iar/src/tx_thread_stack_build.s b/ports/rxv1/iar/src/tx_thread_stack_build.s index c0877659e..30809756f 100644 --- a/ports/rxv1/iar/src/tx_thread_stack_build.s +++ b/ports/rxv1/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/iar/src/tx_thread_system_return.s b/ports/rxv1/iar/src/tx_thread_system_return.s index 1b0ed54c2..b524fb7bb 100644 --- a/ports/rxv1/iar/src/tx_thread_system_return.s +++ b/ports/rxv1/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv1/iar/src/tx_timer_interrupt.s b/ports/rxv1/iar/src/tx_timer_interrupt.s index 0daf2be58..ea330250d 100644 --- a/ports/rxv1/iar/src/tx_timer_interrupt.s +++ b/ports/rxv1/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/ccrx/src/tx_initialize_low_level.src b/ports/rxv2/ccrx/src/tx_initialize_low_level.src index bfe253430..84e9eacfb 100644 --- a/ports/rxv2/ccrx/src/tx_initialize_low_level.src +++ b/ports/rxv2/ccrx/src/tx_initialize_low_level.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/ccrx/src/tx_thread_context_restore.src b/ports/rxv2/ccrx/src/tx_thread_context_restore.src index 6af992772..641f5ab3c 100644 --- a/ports/rxv2/ccrx/src/tx_thread_context_restore.src +++ b/ports/rxv2/ccrx/src/tx_thread_context_restore.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/ccrx/src/tx_thread_context_save.src b/ports/rxv2/ccrx/src/tx_thread_context_save.src index 05481662d..4f0fbeafa 100644 --- a/ports/rxv2/ccrx/src/tx_thread_context_save.src +++ b/ports/rxv2/ccrx/src/tx_thread_context_save.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/ccrx/src/tx_thread_interrupt_control.src b/ports/rxv2/ccrx/src/tx_thread_interrupt_control.src index 6e1ce1c4e..a8688a526 100644 --- a/ports/rxv2/ccrx/src/tx_thread_interrupt_control.src +++ b/ports/rxv2/ccrx/src/tx_thread_interrupt_control.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/ccrx/src/tx_thread_schedule.src b/ports/rxv2/ccrx/src/tx_thread_schedule.src index 1ff7ba408..e148a51b4 100644 --- a/ports/rxv2/ccrx/src/tx_thread_schedule.src +++ b/ports/rxv2/ccrx/src/tx_thread_schedule.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/ccrx/src/tx_thread_stack_build.src b/ports/rxv2/ccrx/src/tx_thread_stack_build.src index 44100be60..7e309c3d8 100644 --- a/ports/rxv2/ccrx/src/tx_thread_stack_build.src +++ b/ports/rxv2/ccrx/src/tx_thread_stack_build.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/ccrx/src/tx_thread_system_return.src b/ports/rxv2/ccrx/src/tx_thread_system_return.src index c32858bac..9e83585ca 100644 --- a/ports/rxv2/ccrx/src/tx_thread_system_return.src +++ b/ports/rxv2/ccrx/src/tx_thread_system_return.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/ccrx/src/tx_timer_interrupt.src b/ports/rxv2/ccrx/src/tx_timer_interrupt.src index 5491018b6..a1806c4af 100644 --- a/ports/rxv2/ccrx/src/tx_timer_interrupt.src +++ b/ports/rxv2/ccrx/src/tx_timer_interrupt.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/gnu/src/tx_initialize_low_level.S b/ports/rxv2/gnu/src/tx_initialize_low_level.S index 5bd0ba656..23454a757 100644 --- a/ports/rxv2/gnu/src/tx_initialize_low_level.S +++ b/ports/rxv2/gnu/src/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/gnu/src/tx_thread_context_restore.S b/ports/rxv2/gnu/src/tx_thread_context_restore.S index 54a6683ed..a34f9ccde 100644 --- a/ports/rxv2/gnu/src/tx_thread_context_restore.S +++ b/ports/rxv2/gnu/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/gnu/src/tx_thread_context_save.S b/ports/rxv2/gnu/src/tx_thread_context_save.S index d08e3abcc..9740b6afc 100644 --- a/ports/rxv2/gnu/src/tx_thread_context_save.S +++ b/ports/rxv2/gnu/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/gnu/src/tx_thread_interrupt_control.S b/ports/rxv2/gnu/src/tx_thread_interrupt_control.S index ac3a91182..69859e11b 100644 --- a/ports/rxv2/gnu/src/tx_thread_interrupt_control.S +++ b/ports/rxv2/gnu/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/gnu/src/tx_thread_schedule.S b/ports/rxv2/gnu/src/tx_thread_schedule.S index 3720e3043..c8a9abab4 100644 --- a/ports/rxv2/gnu/src/tx_thread_schedule.S +++ b/ports/rxv2/gnu/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/gnu/src/tx_thread_stack_build.S b/ports/rxv2/gnu/src/tx_thread_stack_build.S index 94619bc9e..57ddac62d 100644 --- a/ports/rxv2/gnu/src/tx_thread_stack_build.S +++ b/ports/rxv2/gnu/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/gnu/src/tx_thread_system_return.S b/ports/rxv2/gnu/src/tx_thread_system_return.S index 1bc034e7a..fc981a498 100644 --- a/ports/rxv2/gnu/src/tx_thread_system_return.S +++ b/ports/rxv2/gnu/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/gnu/src/tx_timer_interrupt.S b/ports/rxv2/gnu/src/tx_timer_interrupt.S index e0cd1b2d8..0af2e2caf 100644 --- a/ports/rxv2/gnu/src/tx_timer_interrupt.S +++ b/ports/rxv2/gnu/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/iar/src/tx_initialize_low_level.s b/ports/rxv2/iar/src/tx_initialize_low_level.s index a47c58767..eafcd6c07 100644 --- a/ports/rxv2/iar/src/tx_initialize_low_level.s +++ b/ports/rxv2/iar/src/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/iar/src/tx_thread_context_restore.s b/ports/rxv2/iar/src/tx_thread_context_restore.s index 9977585d4..c8a452ed7 100644 --- a/ports/rxv2/iar/src/tx_thread_context_restore.s +++ b/ports/rxv2/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/iar/src/tx_thread_context_save.s b/ports/rxv2/iar/src/tx_thread_context_save.s index 67305450d..28c0ea5f6 100644 --- a/ports/rxv2/iar/src/tx_thread_context_save.s +++ b/ports/rxv2/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/iar/src/tx_thread_interrupt_control.s b/ports/rxv2/iar/src/tx_thread_interrupt_control.s index 79178d0df..d4656214e 100644 --- a/ports/rxv2/iar/src/tx_thread_interrupt_control.s +++ b/ports/rxv2/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/iar/src/tx_thread_schedule.s b/ports/rxv2/iar/src/tx_thread_schedule.s index bce339341..5cf106c72 100644 --- a/ports/rxv2/iar/src/tx_thread_schedule.s +++ b/ports/rxv2/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/iar/src/tx_thread_stack_build.s b/ports/rxv2/iar/src/tx_thread_stack_build.s index d477debc5..1d6be57f0 100644 --- a/ports/rxv2/iar/src/tx_thread_stack_build.s +++ b/ports/rxv2/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/iar/src/tx_thread_system_return.s b/ports/rxv2/iar/src/tx_thread_system_return.s index 5e787223e..0e312291e 100644 --- a/ports/rxv2/iar/src/tx_thread_system_return.s +++ b/ports/rxv2/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv2/iar/src/tx_timer_interrupt.s b/ports/rxv2/iar/src/tx_timer_interrupt.s index 759d5b26d..9bc43b248 100644 --- a/ports/rxv2/iar/src/tx_timer_interrupt.s +++ b/ports/rxv2/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/ccrx/src/tx_initialize_low_level.src b/ports/rxv3/ccrx/src/tx_initialize_low_level.src index a186bef24..bec6521c2 100644 --- a/ports/rxv3/ccrx/src/tx_initialize_low_level.src +++ b/ports/rxv3/ccrx/src/tx_initialize_low_level.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/ccrx/src/tx_thread_context_restore.src b/ports/rxv3/ccrx/src/tx_thread_context_restore.src index 10e55642f..d64f15e1e 100644 --- a/ports/rxv3/ccrx/src/tx_thread_context_restore.src +++ b/ports/rxv3/ccrx/src/tx_thread_context_restore.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/ccrx/src/tx_thread_context_save.src b/ports/rxv3/ccrx/src/tx_thread_context_save.src index 04177aa3d..0e4dce940 100644 --- a/ports/rxv3/ccrx/src/tx_thread_context_save.src +++ b/ports/rxv3/ccrx/src/tx_thread_context_save.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/ccrx/src/tx_thread_interrupt_control.src b/ports/rxv3/ccrx/src/tx_thread_interrupt_control.src index 9541e96dd..e3d1d6408 100644 --- a/ports/rxv3/ccrx/src/tx_thread_interrupt_control.src +++ b/ports/rxv3/ccrx/src/tx_thread_interrupt_control.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/ccrx/src/tx_thread_schedule.src b/ports/rxv3/ccrx/src/tx_thread_schedule.src index c191eef81..abbd6cbff 100644 --- a/ports/rxv3/ccrx/src/tx_thread_schedule.src +++ b/ports/rxv3/ccrx/src/tx_thread_schedule.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/ccrx/src/tx_thread_stack_build.src b/ports/rxv3/ccrx/src/tx_thread_stack_build.src index 7aa3aab68..6738fef3a 100644 --- a/ports/rxv3/ccrx/src/tx_thread_stack_build.src +++ b/ports/rxv3/ccrx/src/tx_thread_stack_build.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/ccrx/src/tx_thread_system_return.src b/ports/rxv3/ccrx/src/tx_thread_system_return.src index f9cf83174..a3e41c9ad 100644 --- a/ports/rxv3/ccrx/src/tx_thread_system_return.src +++ b/ports/rxv3/ccrx/src/tx_thread_system_return.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/ccrx/src/tx_timer_interrupt.src b/ports/rxv3/ccrx/src/tx_timer_interrupt.src index 6148087d6..3d5d1a361 100644 --- a/ports/rxv3/ccrx/src/tx_timer_interrupt.src +++ b/ports/rxv3/ccrx/src/tx_timer_interrupt.src @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/gnu/src/tx_initialize_low_level.S b/ports/rxv3/gnu/src/tx_initialize_low_level.S index b09361572..e0f89d99d 100644 --- a/ports/rxv3/gnu/src/tx_initialize_low_level.S +++ b/ports/rxv3/gnu/src/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/gnu/src/tx_thread_context_restore.S b/ports/rxv3/gnu/src/tx_thread_context_restore.S index cae8cb697..2090fc48f 100644 --- a/ports/rxv3/gnu/src/tx_thread_context_restore.S +++ b/ports/rxv3/gnu/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/gnu/src/tx_thread_context_save.S b/ports/rxv3/gnu/src/tx_thread_context_save.S index 6c73b4bcb..eb4caee06 100644 --- a/ports/rxv3/gnu/src/tx_thread_context_save.S +++ b/ports/rxv3/gnu/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/gnu/src/tx_thread_interrupt_control.S b/ports/rxv3/gnu/src/tx_thread_interrupt_control.S index 5a0d2b880..1111dc97a 100644 --- a/ports/rxv3/gnu/src/tx_thread_interrupt_control.S +++ b/ports/rxv3/gnu/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/gnu/src/tx_thread_schedule.S b/ports/rxv3/gnu/src/tx_thread_schedule.S index 29d9a0744..f01b22bfe 100644 --- a/ports/rxv3/gnu/src/tx_thread_schedule.S +++ b/ports/rxv3/gnu/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/gnu/src/tx_thread_stack_build.S b/ports/rxv3/gnu/src/tx_thread_stack_build.S index e88dbfa17..a1398c517 100644 --- a/ports/rxv3/gnu/src/tx_thread_stack_build.S +++ b/ports/rxv3/gnu/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/gnu/src/tx_thread_system_return.S b/ports/rxv3/gnu/src/tx_thread_system_return.S index 935ca3930..ecd7b2050 100644 --- a/ports/rxv3/gnu/src/tx_thread_system_return.S +++ b/ports/rxv3/gnu/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/gnu/src/tx_timer_interrupt.S b/ports/rxv3/gnu/src/tx_timer_interrupt.S index 9f2e76bb4..5fd09f8f9 100644 --- a/ports/rxv3/gnu/src/tx_timer_interrupt.S +++ b/ports/rxv3/gnu/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/iar/src/tx_initialize_low_level.s b/ports/rxv3/iar/src/tx_initialize_low_level.s index dc44fa25c..5b0c04e57 100644 --- a/ports/rxv3/iar/src/tx_initialize_low_level.s +++ b/ports/rxv3/iar/src/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/iar/src/tx_thread_context_restore.s b/ports/rxv3/iar/src/tx_thread_context_restore.s index 0fc7da2d8..9306d159a 100644 --- a/ports/rxv3/iar/src/tx_thread_context_restore.s +++ b/ports/rxv3/iar/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/iar/src/tx_thread_context_save.s b/ports/rxv3/iar/src/tx_thread_context_save.s index 1cca54543..f61283471 100644 --- a/ports/rxv3/iar/src/tx_thread_context_save.s +++ b/ports/rxv3/iar/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/iar/src/tx_thread_interrupt_control.s b/ports/rxv3/iar/src/tx_thread_interrupt_control.s index fb6dcea55..9db56216d 100644 --- a/ports/rxv3/iar/src/tx_thread_interrupt_control.s +++ b/ports/rxv3/iar/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/iar/src/tx_thread_schedule.s b/ports/rxv3/iar/src/tx_thread_schedule.s index 9809142f6..37f82438a 100644 --- a/ports/rxv3/iar/src/tx_thread_schedule.s +++ b/ports/rxv3/iar/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/iar/src/tx_thread_stack_build.s b/ports/rxv3/iar/src/tx_thread_stack_build.s index 5a6082e40..a5872e637 100644 --- a/ports/rxv3/iar/src/tx_thread_stack_build.s +++ b/ports/rxv3/iar/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/iar/src/tx_thread_system_return.s b/ports/rxv3/iar/src/tx_thread_system_return.s index 6407b80ea..160d90c36 100644 --- a/ports/rxv3/iar/src/tx_thread_system_return.s +++ b/ports/rxv3/iar/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports/rxv3/iar/src/tx_timer_interrupt.s b/ports/rxv3/iar/src/tx_timer_interrupt.s index 39013623c..78f0cf98a 100644 --- a/ports/rxv3/iar/src/tx_timer_interrupt.s +++ b/ports/rxv3/iar/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/example_build/tx_initialize_low_level.s b/ports_module/cortex_a7/ac5/example_build/tx_initialize_low_level.s index e61c6a661..d9150dffd 100644 --- a/ports_module/cortex_a7/ac5/example_build/tx_initialize_low_level.s +++ b/ports_module/cortex_a7/ac5/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_lib/src/txm_module_initialize.s b/ports_module/cortex_a7/ac5/module_lib/src/txm_module_initialize.s index 6b527db33..cb838377f 100644 --- a/ports_module/cortex_a7/ac5/module_lib/src/txm_module_initialize.s +++ b/ports_module/cortex_a7/ac5/module_lib/src/txm_module_initialize.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_context_restore.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_context_restore.s index 72d811f1c..92a2311ab 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_context_restore.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_context_save.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_context_save.s index be446f3db..3993d9f07 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_context_save.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_context_restore.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_context_restore.s index a4df5c30d..44233091f 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_context_restore.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_context_save.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_context_save.s index 74a2d89e7..eb969c1d7 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_context_save.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_nesting_end.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_nesting_end.s index e443ef08f..9062160c0 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_nesting_end.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_nesting_start.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_nesting_start.s index 4cc5e0709..a1456bd16 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_nesting_start.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_control.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_control.s index 755e0c3b2..0d422e490 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_control.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_disable.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_disable.s index c617626a4..5653faf4b 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_disable.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_restore.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_restore.s index 8953d67e2..e9f15cc6a 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_restore.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_irq_nesting_end.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_irq_nesting_end.s index 0315cfe7a..f458cb211 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_irq_nesting_end.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_irq_nesting_start.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_irq_nesting_start.s index 33c6abedf..2f1814f8b 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_irq_nesting_start.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_schedule.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_schedule.s index f1a3b466e..be7a2ca74 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_schedule.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_stack_build.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_stack_build.s index 11000daeb..03e24ca76 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_stack_build.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_system_return.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_system_return.s index 3af996827..01e934359 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_system_return.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_vectored_context_save.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_vectored_context_save.s index a4937e337..1e9a2f82e 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_vectored_context_save.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/tx_timer_interrupt.s b/ports_module/cortex_a7/ac5/module_manager/src/tx_timer_interrupt.s index f1007c37c..ce94e6e0f 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/tx_timer_interrupt.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/txm_module_manager_thread_stack_build.s b/ports_module/cortex_a7/ac5/module_manager/src/txm_module_manager_thread_stack_build.s index 7b556409e..675b1db60 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/txm_module_manager_thread_stack_build.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/txm_module_manager_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/ac5/module_manager/src/txm_module_manager_user_mode_entry.s b/ports_module/cortex_a7/ac5/module_manager/src/txm_module_manager_user_mode_entry.s index fa445ca16..58da85b9a 100644 --- a/ports_module/cortex_a7/ac5/module_manager/src/txm_module_manager_user_mode_entry.s +++ b/ports_module/cortex_a7/ac5/module_manager/src/txm_module_manager_user_mode_entry.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/example_build/tx_initialize_low_level.s b/ports_module/cortex_a7/iar/example_build/tx_initialize_low_level.s index f99b3896f..28ca30300 100644 --- a/ports_module/cortex_a7/iar/example_build/tx_initialize_low_level.s +++ b/ports_module/cortex_a7/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s index 5355571f9..2d4a14288 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_save.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_save.s index 98c6c6e76..51d17e4d1 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_save.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_restore.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_restore.s index 6e5ccb7d1..77425a1ee 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_restore.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_save.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_save.s index 485b9d285..36330436f 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_save.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_end.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_end.s index 85a5ebf87..fe49fea39 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_end.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_start.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_start.s index beb6ee75d..75e6b0d79 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_start.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_fiq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_control.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_control.s index edd916e96..94c42a693 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_control.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_disable.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_disable.s index 8decf3ed4..1bbbe754f 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_disable.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_restore.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_restore.s index 671a433ca..65df8b7e5 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_restore.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_end.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_end.s index 223eb441e..cbee12f2a 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_end.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_start.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_start.s index eb9899e47..96a7fed4a 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_start.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_schedule.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_schedule.s index 6294a1f3f..4b92a25be 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_schedule.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_stack_build.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_stack_build.s index 1146f3f0f..fc692efc1 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_stack_build.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_system_return.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_system_return.s index f573ed634..6307c6936 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_system_return.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_vectored_context_save.s b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_vectored_context_save.s index 041be454a..a4c6b0414 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_thread_vectored_context_save.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/tx_timer_interrupt.s b/ports_module/cortex_a7/iar/module_manager/src/tx_timer_interrupt.s index dce042db3..fd2c46b9d 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/tx_timer_interrupt.s +++ b/ports_module/cortex_a7/iar/module_manager/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_thread_stack_build.s b/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_thread_stack_build.s index 92132b191..f0018aa04 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_thread_stack_build.s +++ b/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_user_mode_entry.s b/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_user_mode_entry.s index 2ac17ff44..c3eb43da9 100644 --- a/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_user_mode_entry.s +++ b/ports_module/cortex_a7/iar/module_manager/src/txm_module_manager_user_mode_entry.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_m0+/iar/example_build/tx_initialize_low_level.s b/ports_module/cortex_m0+/iar/example_build/tx_initialize_low_level.s index 3530a97a1..e26ea7f03 100644 --- a/ports_module/cortex_m0+/iar/example_build/tx_initialize_low_level.s +++ b/ports_module/cortex_m0+/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_m3/ac5/example_build/tx_initialize_low_level.S b/ports_module/cortex_m3/ac5/example_build/tx_initialize_low_level.S index 8454a318c..951a71d8d 100644 --- a/ports_module/cortex_m3/ac5/example_build/tx_initialize_low_level.S +++ b/ports_module/cortex_m3/ac5/example_build/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_m3/iar/example_build/tx_initialize_low_level.s b/ports_module/cortex_m3/iar/example_build/tx_initialize_low_level.s index 7c4cc508e..0491ca436 100644 --- a/ports_module/cortex_m3/iar/example_build/tx_initialize_low_level.s +++ b/ports_module/cortex_m3/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/ac6/module_lib/src/txm_module_initialize.S b/ports_module/cortex_r4/ac6/module_lib/src/txm_module_initialize.S index a786ec18d..051f6f663 100644 --- a/ports_module/cortex_r4/ac6/module_lib/src/txm_module_initialize.S +++ b/ports_module/cortex_r4/ac6/module_lib/src/txm_module_initialize.S @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/example_build/tx_initialize_low_level.s b/ports_module/cortex_r4/iar/example_build/tx_initialize_low_level.s index f011aefd0..b65b7a823 100644 --- a/ports_module/cortex_r4/iar/example_build/tx_initialize_low_level.s +++ b/ports_module/cortex_r4/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_context_restore.s b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_context_restore.s index ed56874fa..5234d9482 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_context_restore.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_context_save.s b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_context_save.s index 9051722d0..d8aa33a14 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_context_save.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_control.s b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_control.s index 960fc8a77..a6fbb0f8b 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_control.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_disable.s b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_disable.s index e07fce9f7..7f9a2b2cd 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_disable.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_restore.s b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_restore.s index 66fdf46c5..f862c87d8 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_restore.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_irq_nesting_end.s b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_irq_nesting_end.s index a98175a41..85c03c5f7 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_irq_nesting_end.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_irq_nesting_start.s b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_irq_nesting_start.s index ef07282f2..97bc7029c 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_irq_nesting_start.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_schedule.s b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_schedule.s index d1992ec6d..722704754 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_schedule.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_stack_build.s b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_stack_build.s index 3f021f4dd..502c35298 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_stack_build.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_system_return.s b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_system_return.s index 55b7942be..af808d42d 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_system_return.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_vectored_context_save.s b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_vectored_context_save.s index 369683841..d5f077b21 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_thread_vectored_context_save.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/tx_timer_interrupt.s b/ports_module/cortex_r4/iar/module_manager/src/tx_timer_interrupt.s index 85485c2e9..5d4efcd8e 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/tx_timer_interrupt.s +++ b/ports_module/cortex_r4/iar/module_manager/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/txm_module_manager_thread_stack_build.s b/ports_module/cortex_r4/iar/module_manager/src/txm_module_manager_thread_stack_build.s index 01a5aad3e..a2aa765a7 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/txm_module_manager_thread_stack_build.s +++ b/ports_module/cortex_r4/iar/module_manager/src/txm_module_manager_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/cortex_r4/iar/module_manager/src/txm_module_manager_user_mode_entry.s b/ports_module/cortex_r4/iar/module_manager/src/txm_module_manager_user_mode_entry.s index e5ff6278d..263a13cbe 100644 --- a/ports_module/cortex_r4/iar/module_manager/src/txm_module_manager_user_mode_entry.s +++ b/ports_module/cortex_r4/iar/module_manager/src/txm_module_manager_user_mode_entry.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/rxv2/iar/example_build/tx_initialize_low_level.s b/ports_module/rxv2/iar/example_build/tx_initialize_low_level.s index 507cb5480..391e9c5ca 100644 --- a/ports_module/rxv2/iar/example_build/tx_initialize_low_level.s +++ b/ports_module/rxv2/iar/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/rxv2/iar/module_manager/src/tx_thread_context_restore.s b/ports_module/rxv2/iar/module_manager/src/tx_thread_context_restore.s index 2795ea994..b9dc97da7 100644 --- a/ports_module/rxv2/iar/module_manager/src/tx_thread_context_restore.s +++ b/ports_module/rxv2/iar/module_manager/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/rxv2/iar/module_manager/src/tx_thread_context_save.s b/ports_module/rxv2/iar/module_manager/src/tx_thread_context_save.s index c154eb58c..0d461baa2 100644 --- a/ports_module/rxv2/iar/module_manager/src/tx_thread_context_save.s +++ b/ports_module/rxv2/iar/module_manager/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/rxv2/iar/module_manager/src/tx_thread_interrupt_control.s b/ports_module/rxv2/iar/module_manager/src/tx_thread_interrupt_control.s index b7199a21d..558b91533 100644 --- a/ports_module/rxv2/iar/module_manager/src/tx_thread_interrupt_control.s +++ b/ports_module/rxv2/iar/module_manager/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/rxv2/iar/module_manager/src/tx_thread_stack_build.s b/ports_module/rxv2/iar/module_manager/src/tx_thread_stack_build.s index edd750a3a..be33d4078 100644 --- a/ports_module/rxv2/iar/module_manager/src/tx_thread_stack_build.s +++ b/ports_module/rxv2/iar/module_manager/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/rxv2/iar/module_manager/src/tx_thread_system_return.s b/ports_module/rxv2/iar/module_manager/src/tx_thread_system_return.s index 666e458e6..714e1276f 100644 --- a/ports_module/rxv2/iar/module_manager/src/tx_thread_system_return.s +++ b/ports_module/rxv2/iar/module_manager/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_module/rxv2/iar/module_manager/src/tx_timer_interrupt.s b/ports_module/rxv2/iar/module_manager/src/tx_timer_interrupt.s index d7a2ffc4f..1b7365197 100644 --- a/ports_module/rxv2/iar/module_manager/src/tx_timer_interrupt.s +++ b/ports_module/rxv2/iar/module_manager/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/tx_initialize_low_level.s b/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/tx_initialize_low_level.s index d94115a16..60fa4f6fb 100644 --- a/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/tx_initialize_low_level.s +++ b/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_context_restore.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_context_restore.s index fa40e6311..4b50af87d 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_context_restore.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_context_save.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_context_save.s index 353da0a46..a54c44358 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_context_save.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_interrupt_control.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_interrupt_control.s index a38a42f82..9fe6e34fb 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_interrupt_control.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_schedule.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_schedule.s index b0a46171b..8575464ba 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_schedule.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_core_get.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_core_get.s index e61108d9c..748182272 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_core_get.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_core_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_core_preempt.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_core_preempt.s index fc62373e1..359685885 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_core_preempt.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_core_preempt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_current_state_get.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_current_state_get.s index f4f0e4b59..0d26cb49e 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_current_state_get.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_current_state_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_current_thread_get.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_current_thread_get.s index d493e6f63..cb981dd0c 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_current_thread_get.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_current_thread_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_initialize_wait.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_initialize_wait.s index 8aeb12042..5ec92e24c 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_initialize_wait.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_initialize_wait.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_low_level_initialize.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_low_level_initialize.s index d1c06269e..a6a0221cf 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_low_level_initialize.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_low_level_initialize.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_protect.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_protect.s index 3559b7659..2d9c1034e 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_protect.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_protect.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_time_get.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_time_get.s index 696cb8bad..0ff6f0c6a 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_time_get.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_time_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_unprotect.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_unprotect.s index ba03c61cf..7c5860d13 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_unprotect.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_smp_unprotect.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_stack_build.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_stack_build.s index 3b4656970..aca1d5c41 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_stack_build.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_thread_system_return.s b/ports_smp/arc_hs_smp/metaware/src/tx_thread_system_return.s index c9a81eb09..775c0db95 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_thread_system_return.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/arc_hs_smp/metaware/src/tx_timer_interrupt.s b/ports_smp/arc_hs_smp/metaware/src/tx_timer_interrupt.s index 86bc0c966..bf0130036 100644 --- a/ports_smp/arc_hs_smp/metaware/src/tx_timer_interrupt.s +++ b/ports_smp/arc_hs_smp/metaware/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/tx_initialize_low_level.s b/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/tx_initialize_low_level.s index ac48b4c49..1bf6a105c 100644 --- a/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/tx_initialize_low_level.s +++ b/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_context_restore.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_context_restore.s index 16d60b4a6..c36e57b5b 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_context_restore.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_context_save.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_context_save.s index fcfe690ac..1f397a0cd 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_context_save.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_control.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_control.s index bb9880266..2f11cb0d0 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_control.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_disable.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_disable.s index b50f5c096..74113a373 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_disable.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_restore.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_restore.s index ecf094ec2..feb33697b 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_restore.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_irq_nesting_end.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_irq_nesting_end.s index 755d3940d..3be434aa0 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_irq_nesting_end.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_irq_nesting_start.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_irq_nesting_start.s index cfff450ac..0b7b20396 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_irq_nesting_start.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_schedule.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_schedule.s index 323b0693e..9ec7844ef 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_schedule.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_core_get.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_core_get.s index 6eae5a0b2..fb833b885 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_core_get.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_core_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_core_preempt.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_core_preempt.s index 38aad3e55..e0dde7745 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_core_preempt.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_core_preempt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_current_state_get.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_current_state_get.s index caa3be817..34e33c1f4 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_current_state_get.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_current_state_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_current_thread_get.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_current_thread_get.s index 0745c1465..7f7d3bfdf 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_current_thread_get.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_current_thread_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_initialize_wait.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_initialize_wait.s index 87a362609..6077bc0b8 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_initialize_wait.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_initialize_wait.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_low_level_initialize.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_low_level_initialize.s index 334ff03cc..c74dede11 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_low_level_initialize.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_low_level_initialize.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_protect.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_protect.s index 516d47054..9743dc288 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_protect.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_protect.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h index 50b02ede2..192df07b3 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_time_get.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_time_get.s index e308131f6..4dec58896 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_time_get.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_time_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_unprotect.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_unprotect.s index c8794a7ab..96744bd3b 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_unprotect.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_smp_unprotect.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_stack_build.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_stack_build.s index 38924734f..826bdaddd 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_stack_build.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_system_return.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_system_return.s index 12b3c0b1a..253c7a150 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_system_return.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_vectored_context_save.s b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_vectored_context_save.s index 29dc62935..ffc26813e 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_thread_vectored_context_save.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/ac5/src/tx_timer_interrupt.s b/ports_smp/cortex_a5_smp/ac5/src/tx_timer_interrupt.s index 19b5b48c4..525d72578 100644 --- a/ports_smp/cortex_a5_smp/ac5/src/tx_timer_interrupt.s +++ b/ports_smp/cortex_a5_smp/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/example_build/tx_initialize_low_level.s b/ports_smp/cortex_a5_smp/gnu/example_build/tx_initialize_low_level.s index 770b96a13..1aa56daee 100644 --- a/ports_smp/cortex_a5_smp/gnu/example_build/tx_initialize_low_level.s +++ b/ports_smp/cortex_a5_smp/gnu/example_build/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_context_restore.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_context_restore.S index be2f96546..c652d6321 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_context_restore.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_context_save.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_context_save.S index f90077e36..df84cacfd 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_context_save.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_control.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_control.S index 11a03802c..22a89af54 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_control.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_disable.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_disable.S index 7d72402ae..166cb9edc 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_disable.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_disable.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_restore.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_restore.S index 9968bc947..022a1c6b8 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_restore.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_interrupt_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_irq_nesting_end.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_irq_nesting_end.S index eb5a3ad67..5408f0485 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_irq_nesting_end.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_irq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_irq_nesting_start.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_irq_nesting_start.S index 8adae9c24..a8c386f9c 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_irq_nesting_start.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_irq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_schedule.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_schedule.S index 09b57e961..26ab7c03a 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_schedule.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_core_get.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_core_get.S index c903d325e..20569ffc8 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_core_get.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_core_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_core_preempt.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_core_preempt.S index ddc1adb3d..9e7094114 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_core_preempt.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_core_preempt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_current_state_get.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_current_state_get.S index b16cf9cd1..193749c62 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_current_state_get.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_current_state_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_current_thread_get.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_current_thread_get.S index ccf0bc605..ddb466431 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_current_thread_get.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_current_thread_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_initialize_wait.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_initialize_wait.S index d09c43142..78ff9b9dc 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_initialize_wait.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_initialize_wait.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_low_level_initialize.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_low_level_initialize.S index db111f148..629fb07b3 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_low_level_initialize.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_low_level_initialize.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_protect.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_protect.S index 050e74685..cb4f7837c 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_protect.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_protect.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h index e5170ad4b..7ac4ad4e1 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_time_get.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_time_get.S index 1e3fff9db..7daa29329 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_time_get.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_time_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_unprotect.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_unprotect.S index 2994a729e..f10efb7e0 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_unprotect.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_smp_unprotect.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_stack_build.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_stack_build.S index 13cb6f56d..889788685 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_stack_build.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_system_return.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_system_return.S index 08e361672..f6dad9f42 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_system_return.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_vectored_context_save.S b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_vectored_context_save.S index 9393d967b..06fb49c10 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_thread_vectored_context_save.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_thread_vectored_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a5_smp/gnu/src/tx_timer_interrupt.S b/ports_smp/cortex_a5_smp/gnu/src/tx_timer_interrupt.S index 3d992db77..c72b96191 100644 --- a/ports_smp/cortex_a5_smp/gnu/src/tx_timer_interrupt.S +++ b/ports_smp/cortex_a5_smp/gnu/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/tx_initialize_low_level.s b/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/tx_initialize_low_level.s index bc958dcbd..21326e78b 100644 --- a/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/tx_initialize_low_level.s +++ b/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_context_restore.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_context_restore.s index f9a6fc533..1ba569eb8 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_context_restore.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_context_save.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_context_save.s index c3a3fa620..7a36f4af0 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_context_save.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_control.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_control.s index 66a11f330..2cfad3fe5 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_control.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_disable.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_disable.s index a21cef47c..3a22d6530 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_disable.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_restore.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_restore.s index 37e6b7c02..71ecfc9b0 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_restore.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_irq_nesting_end.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_irq_nesting_end.s index 935c157fd..2f0ff9aa0 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_irq_nesting_end.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_irq_nesting_start.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_irq_nesting_start.s index 0a83d9497..83b266931 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_irq_nesting_start.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_schedule.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_schedule.s index 1ce83fcf9..603ab13f2 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_schedule.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_core_get.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_core_get.s index dceee43f0..42f39e4ca 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_core_get.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_core_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_core_preempt.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_core_preempt.s index c080f5bdf..9a1f6e77b 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_core_preempt.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_core_preempt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_current_state_get.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_current_state_get.s index b4bfbacbb..3883087aa 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_current_state_get.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_current_state_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_current_thread_get.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_current_thread_get.s index 5e747df90..34e1e44ba 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_current_thread_get.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_current_thread_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_initialize_wait.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_initialize_wait.s index fe946aee6..973cb472c 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_initialize_wait.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_initialize_wait.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_low_level_initialize.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_low_level_initialize.s index c078e3a76..938301748 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_low_level_initialize.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_low_level_initialize.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_protect.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_protect.s index 8f5a781aa..2ed8aa458 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_protect.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_protect.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h index 7f6d2ce19..e06d6e4c4 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_time_get.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_time_get.s index ddc5c2bf4..2b504ce2b 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_time_get.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_time_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_unprotect.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_unprotect.s index 9073ff17d..ef5de38ba 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_unprotect.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_smp_unprotect.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_stack_build.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_stack_build.s index 705423520..b79f82c7e 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_stack_build.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_system_return.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_system_return.s index d55814e3e..f869fcbe0 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_system_return.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_vectored_context_save.s b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_vectored_context_save.s index 45660248b..f73ad98a3 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_thread_vectored_context_save.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/ac5/src/tx_timer_interrupt.s b/ports_smp/cortex_a7_smp/ac5/src/tx_timer_interrupt.s index d59a71e36..2192cb99b 100644 --- a/ports_smp/cortex_a7_smp/ac5/src/tx_timer_interrupt.s +++ b/ports_smp/cortex_a7_smp/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/example_build/tx_initialize_low_level.S b/ports_smp/cortex_a7_smp/gnu/example_build/tx_initialize_low_level.S index 823b8d26a..7612b876b 100644 --- a/ports_smp/cortex_a7_smp/gnu/example_build/tx_initialize_low_level.S +++ b/ports_smp/cortex_a7_smp/gnu/example_build/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_context_restore.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_context_restore.S index 21d61466f..a678d648b 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_context_restore.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_context_save.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_context_save.S index cce4f3a71..c34d4a6de 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_context_save.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_control.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_control.S index 77c80c93e..6823ead6a 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_control.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_disable.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_disable.S index 8ab1ef841..46a3ac684 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_disable.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_disable.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_restore.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_restore.S index 9aef13bd7..2c10b7773 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_restore.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_interrupt_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_irq_nesting_end.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_irq_nesting_end.S index 7892c942c..b0fda3ffa 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_irq_nesting_end.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_irq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_irq_nesting_start.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_irq_nesting_start.S index 2fb4df7ab..c275b69ce 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_irq_nesting_start.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_irq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_schedule.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_schedule.S index fcab89d78..3e9d8c8e3 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_schedule.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_core_get.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_core_get.S index 49cbd7ac7..a66cefeca 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_core_get.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_core_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_core_preempt.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_core_preempt.S index 4b6c4b4ff..c20c42011 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_core_preempt.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_core_preempt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_current_state_get.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_current_state_get.S index f5bbf07c8..2dcae8d42 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_current_state_get.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_current_state_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_current_thread_get.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_current_thread_get.S index 4c3a5f2e8..dc5ceb9e4 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_current_thread_get.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_current_thread_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_initialize_wait.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_initialize_wait.S index ee9bc1658..f15f16231 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_initialize_wait.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_initialize_wait.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_low_level_initialize.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_low_level_initialize.S index 64fe15d4a..652056f7b 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_low_level_initialize.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_low_level_initialize.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_protect.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_protect.S index 212f092e4..bf19e8125 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_protect.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_protect.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h index 0d34c345a..19f8a33a9 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_time_get.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_time_get.S index 4206590a4..f936b93ed 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_time_get.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_time_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_unprotect.s b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_unprotect.s index 888b9e235..d731b82f2 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_unprotect.s +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_smp_unprotect.s @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_stack_build.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_stack_build.S index b0737a895..11e860fd7 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_stack_build.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_system_return.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_system_return.S index cbfb429a0..a6f07a7b4 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_system_return.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_vectored_context_save.S b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_vectored_context_save.S index a0ef9910a..5e487f83d 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_thread_vectored_context_save.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_thread_vectored_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a7_smp/gnu/src/tx_timer_interrupt.S b/ports_smp/cortex_a7_smp/gnu/src/tx_timer_interrupt.S index 5d79580c2..4b072ae48 100644 --- a/ports_smp/cortex_a7_smp/gnu/src/tx_timer_interrupt.S +++ b/ports_smp/cortex_a7_smp/gnu/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_initialize_low_level.s b/ports_smp/cortex_a9_smp/ac5/src/tx_initialize_low_level.s index 83ab04776..cedbc1b37 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_initialize_low_level.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_initialize_low_level.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_context_restore.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_context_restore.s index 56f4a5648..54d7df4b0 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_context_restore.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_context_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_context_save.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_context_save.s index 75e2649da..9d1d0e9b0 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_context_save.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_control.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_control.s index c5bc53aec..6b1c707ef 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_control.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_control.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_disable.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_disable.s index 737679bf5..d6489ae94 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_disable.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_disable.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_restore.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_restore.s index a2ee241d6..0253399f3 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_restore.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_interrupt_restore.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_irq_nesting_end.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_irq_nesting_end.s index 5406f4e89..e42fc534f 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_irq_nesting_end.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_irq_nesting_end.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_irq_nesting_start.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_irq_nesting_start.s index 61640d534..3eff0a0a0 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_irq_nesting_start.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_irq_nesting_start.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_schedule.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_schedule.s index 099f5b0ee..94b69738b 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_schedule.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_schedule.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_core_get.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_core_get.s index c8406c7df..721d5ca3d 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_core_get.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_core_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_core_preempt.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_core_preempt.s index 67b47cb78..a79a172bf 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_core_preempt.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_core_preempt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_current_state_get.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_current_state_get.s index 62199b113..64d27e5bd 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_current_state_get.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_current_state_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_current_thread_get.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_current_thread_get.s index 63f3dcdc5..1af00b417 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_current_thread_get.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_current_thread_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_initialize_wait.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_initialize_wait.s index 608e9b75b..f34858251 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_initialize_wait.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_initialize_wait.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_low_level_initialize.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_low_level_initialize.s index c6724ca70..111174445 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_low_level_initialize.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_low_level_initialize.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_protect.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_protect.s index 987a37072..066d84b48 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_protect.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_protect.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h index 50b02ede2..192df07b3 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_protection_wait_list_macros.h @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_time_get.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_time_get.s index 9ae2f90d9..cb6154046 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_time_get.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_time_get.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_unprotect.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_unprotect.s index c23eb6c90..104154737 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_unprotect.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_smp_unprotect.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_stack_build.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_stack_build.s index 0c878ab50..b73949d8c 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_stack_build.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_stack_build.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_system_return.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_system_return.s index 2dea2a0ce..526c9deb6 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_system_return.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_system_return.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_vectored_context_save.s b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_vectored_context_save.s index abeba5e9f..986828a4d 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_thread_vectored_context_save.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_thread_vectored_context_save.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/ac5/src/tx_timer_interrupt.s b/ports_smp/cortex_a9_smp/ac5/src/tx_timer_interrupt.s index 909c546fa..8be10421f 100644 --- a/ports_smp/cortex_a9_smp/ac5/src/tx_timer_interrupt.s +++ b/ports_smp/cortex_a9_smp/ac5/src/tx_timer_interrupt.s @@ -1,13 +1,12 @@ -;/**************************************************************************/ -;/* */ -;/* Copyright (c) 2024 Microsoft Corporation. */ -;/* */ -;/* This software is licensed under the Microsoft Software License */ -;/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -;/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -;/* and in the root directory of this software. */ -;/* */ -;/**************************************************************************/ +;/*************************************************************************** +; * Copyright (c) 2024 Microsoft Corporation +; * +; * This program and the accompanying materials are made available under the +; * terms of the MIT License which is available at +; * https://opensource.org/licenses/MIT. +; * +; * SPDX-License-Identifier: MIT +; **************************************************************************/ ; ; ;/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/example_build/tx_initialize_low_level.S b/ports_smp/cortex_a9_smp/gnu/example_build/tx_initialize_low_level.S index c42c9881f..44bb0bc9b 100644 --- a/ports_smp/cortex_a9_smp/gnu/example_build/tx_initialize_low_level.S +++ b/ports_smp/cortex_a9_smp/gnu/example_build/tx_initialize_low_level.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_context_restore.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_context_restore.S index 453731751..31ad1ed44 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_context_restore.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_context_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_context_save.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_context_save.S index 25ba750e9..a07a3ca18 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_context_save.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_control.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_control.S index 0b94437f2..7df1ac505 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_control.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_control.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_disable.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_disable.S index a1175d252..f9356ffe8 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_disable.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_disable.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_restore.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_restore.S index f7ab044a9..9ab32d22f 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_restore.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_interrupt_restore.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_irq_nesting_end.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_irq_nesting_end.S index 711d8d3e3..41b6197b9 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_irq_nesting_end.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_irq_nesting_end.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_irq_nesting_start.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_irq_nesting_start.S index 1f146b5fd..040ec4927 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_irq_nesting_start.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_irq_nesting_start.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_schedule.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_schedule.S index a93aad13e..a41df1491 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_schedule.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_schedule.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_core_get.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_core_get.S index 241226382..92e158e5b 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_core_get.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_core_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_core_preempt.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_core_preempt.S index ba7e8aa11..427eb89f7 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_core_preempt.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_core_preempt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_current_state_get.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_current_state_get.S index 0ee7b45f3..4d4d2362d 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_current_state_get.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_current_state_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_current_thread_get.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_current_thread_get.S index 4820b6261..c1cb8230a 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_current_thread_get.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_current_thread_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_initialize_wait.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_initialize_wait.S index 4c6fd407a..2bf7e8243 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_initialize_wait.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_initialize_wait.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_low_level_initialize.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_low_level_initialize.S index 00ae9b792..2131b6482 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_low_level_initialize.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_low_level_initialize.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_protect.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_protect.S index 80561347c..f7e7b9d91 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_protect.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_protect.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h index e5170ad4b..7ac4ad4e1 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_protection_wait_list_macros.h @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_time_get.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_time_get.S index 0723c8121..9621bebd1 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_time_get.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_time_get.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_unprotect.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_unprotect.S index ff7c97d8a..890d34ffc 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_unprotect.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_smp_unprotect.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_stack_build.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_stack_build.S index e93d39d34..d7daacb3c 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_stack_build.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_stack_build.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_system_return.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_system_return.S index 3daa4d12b..cfba6eb11 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_system_return.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_system_return.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_vectored_context_save.S b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_vectored_context_save.S index 9f7651f91..3683c560e 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_thread_vectored_context_save.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_thread_vectored_context_save.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/ports_smp/cortex_a9_smp/gnu/src/tx_timer_interrupt.S b/ports_smp/cortex_a9_smp/gnu/src/tx_timer_interrupt.S index 964c7b360..291147b71 100644 --- a/ports_smp/cortex_a9_smp/gnu/src/tx_timer_interrupt.S +++ b/ports_smp/cortex_a9_smp/gnu/src/tx_timer_interrupt.S @@ -1,13 +1,12 @@ -@/**************************************************************************/ -@/* */ -@/* Copyright (c) 2024 Microsoft Corporation. */ -@/* */ -@/* This software is licensed under the Microsoft Software License */ -@/* Terms for Microsoft Azure RTOS. Full text of the license can be */ -@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ -@/* and in the root directory of this software. */ -@/* */ -@/**************************************************************************/ +@/*************************************************************************** +@ * Copyright (c) 2024 Microsoft Corporation +@ * +@ * This program and the accompanying materials are made available under the +@ * terms of the MIT License which is available at +@ * https://opensource.org/licenses/MIT. +@ * +@ * SPDX-License-Identifier: MIT +@ **************************************************************************/ @ @ @/**************************************************************************/ diff --git a/utility/rtos_compatibility_layers/FreeRTOS/revision_history.txt b/utility/rtos_compatibility_layers/FreeRTOS/revision_history.txt index 30e1120f3..1cbc90b6e 100644 --- a/utility/rtos_compatibility_layers/FreeRTOS/revision_history.txt +++ b/utility/rtos_compatibility_layers/FreeRTOS/revision_history.txt @@ -1,7 +1,11 @@ -Copyright (c) 2024 Microsoft Corporation. - -This software is licensed under the Microsoft Software License Terms for Microsoft Azure RTOS. Full text of the license can be found in the LICENSE file at https://aka.ms/AzureRTOS_EULA and in the root directory of this software. +Copyright (c) 2024 Microsoft Corporation + +This program and the accompanying materials are made available under the +terms of the MIT License which is available at +https://opensource.org/licenses/MIT. + +SPDX-License-Identifier: MIT FreeRTOS Adaptation Layer for ThreadX Revision History