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 98f127a7..cf55e8db 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 9e509621..7e1bb8bb 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 155ffedd..57013da2 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 1c9a5f16..6cca4ec7 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 47c6a3a4..583adae1 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 6bbef133..9eaf86b5 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 be9d4654..b08e87da 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 bc24a361..003260a8 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 2e2f814e..56ef5840 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 9fa7d0a0..c4aa7114 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 33d8f9b6..089f13de 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 593559ac..d9a80463 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 2ac68347..79a786c5 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 bbe0285c..9fcc82e6 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 854eca74..9d3dacae 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 d8c29900..7b9d1114 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 808ef369..954ec371 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 cdcdbcdc..8ef5dc98 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 3f0047b7..aec09bb4 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 a1638243..59410fdc 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 0a5fa748..541ddb1e 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 d0fad3ef..e9dbf9e0 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 3e29f534..8c92eeb1 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 a1b9131e..af516975 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 1c550192..72bebd9d 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 a83b23e3..66b82422 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 805c4707..fd36e17f 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 e4250463..7d3bddae 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 161ae212..e2c50cfd 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 d181f439..ad7fb5d2 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 a538dca3..a8ee12ad 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 52693201..aea8bbf4 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 fe2d1257..17646482 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 0fb9f719..83821335 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 6250c817..82a1e0c4 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 71283a33..e9ae138a 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 1a2e0300..9d745e0a 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 fb0694e5..a11c826a 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 4cc6704c..f7c4617a 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 dfb136d3..6a270b66 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 fc066cd9..3fe539d2 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 f6afb7a2..3d3dd37a 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 acf31146..8dc69191 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 ede635f1..82362bbc 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 f6bdd3a2..5a6b6e1b 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 6f3dc61f..ecc9326d 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 e1653902..f51c2238 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 afb3e1c2..8506be1b 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 46d417a7..649bbbb0 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 002a67e1..ee949845 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 8f41ab3d..9350540c 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 34472837..7f156ee0 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 735d2c37..1c26a7a0 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 c7920248..23f82007 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 e8e1bb4a..137c5883 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 c5f5e9fa..7242cfe4 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 2e2ef09a..211b81dd 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 67209da9..c4d5b1b4 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 6691b816..31824589 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 1e81a99c..17062581 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 81acec95..0d71933a 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 0e4e7f81..7b2b36cb 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 3c663372..4cf6b917 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 61b86028..e1a61860 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 090ae19e..28856151 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 c6dd4253..7a7a3585 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 7f014bfe..b76d1ff6 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 d7f50ec6..761ec21c 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 61fbb2d3..4e32e1fa 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 1f71e151..c7042dfb 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 e2409000..e287b8a5 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 4d48d036..550bc007 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 14a76755..f2420967 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 843fea3b..ff4f3324 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 e491057a..6e7963bf 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 2217bedb..906b9bd1 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 cc837c0c..93be71d7 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 2d2795f4..ee8484ce 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 28fe5c89..e2e9435b 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 93a22c9b..b9a99e0c 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 a53b4288..01e85f7f 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 c33617ea..638d1d0d 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 c669807a..032d4dcc 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 0aff9799..3da96c71 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 ec38ea2f..23b678e2 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 af4a583e..2ca47eb6 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 f41a62d5..bf9f1735 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 428a8de2..ede3ec49 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 91bcd629..061c5806 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 fb0694e5..a11c826a 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 dcf90a73..1f2207ec 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 fde80688..61087c84 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 5e717657..f2ef9712 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 522d6f30..5ac52543 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 bc860a4f..121dee2a 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 047326e3..ded353be 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 509c4011..be12db77 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 bded00b9..2c72a853 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 b405a9e5..dbd7a6db 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 76ff4e3f..e30d3577 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 5dfe9e43..afbca2cf 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 11af6328..060a471c 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 a57052fb..50affb8c 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 5cfcd67f..675c1f4f 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 8d364e03..ba0ed9bb 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 e5498426..d123e054 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 3dc2f519..48bee7f7 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 bef3c55f..89024b8e 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 7647a367..ac57cd96 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 006125b0..db77a17b 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 4cd8a930..137714b6 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 6acf2e03..562d5132 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 e80da502..e3897977 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 0a1c5ae2..41867e49 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 0146e604..a6d540a7 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 daa4cee7..64c7508a 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 570ec9ec..deace508 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 9718fb97..ff38c1ca 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 0dab95cf..5e08187c 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 dcef554a..86a70a4f 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 94f252f0..c59c61f4 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 8281dc64..e8660d9b 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 9eccd2ac..1aa26ae1 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 cdd32c06..28bac145 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 0cef8062..686220c5 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 780ba352..14591f59 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 903f5392..593881ba 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 0268a5ce..795f720e 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 75192bb5..ff39fe91 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 13f2c0e3..2b40fec1 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 d068d4a3..dabfea41 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 45d91121..bf4c5caf 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 d6777830..60dd91b6 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 8e309601..6b32af58 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 a119bd7d..64584101 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 9027151f..09d94175 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 828f7823..bbbf8cf1 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 e4666b3f..b8828834 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 a15bd107..f8a73cbc 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 87b7356b..497d7421 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 f9145fee..ce9d08a7 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 4f3acf28..19c70c89 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 0f3a5bbc..70c949b3 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 72eb215d..f1662aba 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 b6d65e50..21151129 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 8fb826f8..c98087aa 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 1ba0904a..141a49bd 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 e32e14bc..3a1d2ba6 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 62ba3239..8d05bd80 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 adfd0123..9a37d02a 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 68ccca3a..af7e965c 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 8191ef18..35652d4f 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 955a8dee..20630974 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 2543d539..fd513c2c 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 6f36ca60..e45574f3 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 412b4e88..d5d9f51a 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 4fbc5eb2..b12d14da 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 16f7d7a4..c8056c39 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 686445bc..8a59297c 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 70f1d7ae..aa83ad27 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 4d3febb5..ae508e4a 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 c0e22c3e..c326590b 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 1393e711..4ff4083c 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 967a8ce7..b006a943 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 e56f898a..26925f8a 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 f77f2f49..53b988a0 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 5516ee99..052b590d 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 e46e9fb1..ca458fd3 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 8a40434e..c54bd762 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 6812175c..493a0965 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 330fe7ae..e040244c 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 915e6336..f1510e0d 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 5e9aa8c1..3b83f0e3 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 5d787290..68f9eba6 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 fcb20db1..d1d8437e 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 e85f4c56..b9a39960 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 0c7ec4b9..4b97a6c4 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 461d8b1d..a5a6f15f 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 71589b71..8c424974 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 a48b5337..7565b57a 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 092b036d..98039b47 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 6b862ff5..32af6cec 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 7e25f0a9..f928253d 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 6d4eb857..ddbfda9e 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 fa60da80..22770ae1 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 e08b300f..6020c253 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 be446f3d..3993d9f0 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 a4df5c30..44233091 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 74a2d89e..eb969c1d 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 e443ef08..9062160c 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 4cc5e070..a1456bd1 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 755e0c3b..0d422e49 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 c617626a..5653faf4 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 8953d67e..e9f15cc6 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 0315cfe7..f458cb21 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 33c6abed..2f1814f8 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 b713b482..0f10a537 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 56e2d66b..a868d826 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 3af99682..01e93435 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 a4937e33..1e9a2f82 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 f1007c37..ce94e6e0 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 e1f286ee..c30a14aa 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 f27d0607..0b3814a8 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 7bf78318..dfbe7b7b 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 b1de906e..af8f462b 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 a6585705..e43fdf76 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 884654c0..155a79b6 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 03562211..8b82e8eb 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 7220eddc..e4618a59 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 2a920f9d..43c7952d 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 ab2d77cb..1893ce17 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 96f77867..5de63f0d 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 dc6100d3..bf465f81 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 87d20495..985da38e 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 4c02c356..fc4e5870 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 7c127ed3..c35bc5f6 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 bbf6d686..da8794f7 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 546b5fcf..da4b2f3f 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 4eda9014..ddf3e8bb 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 884457af..d2cbdc19 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 21ecf616..6c1d90c8 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 15c640a0..9fb18339 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 dc72007f..7ba4eee3 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 b6a7965a..0089d6bd 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 43d2612c..34b3d0a9 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 50e53098..8339da10 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 97426009..72586e25 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 7414975a..630a5dc9 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 ccb045fe..c3ff143f 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 e5d175a1..67f48378 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 77c6ce2b..f5982192 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 76b4f9f5..18f16095 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 5dada602..62155944 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 db358223..e7d10bfb 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 abed4903..41b21a33 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 272dba6b..f6ed88d7 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 50c40de9..b189af01 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 78434283..cf9c22eb 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 c5595353..723d0ba5 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 0ba193d0..a9fa3890 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 1ac7fa81..ea0855c5 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 f91c4ba9..76fe6bb5 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 02501d90..c1a42e43 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 3aa06339..15f9c425 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 7fcb3f2e..90fc68e9 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 e01f20b9..b0c927b2 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 d6bf39ad..0b9e4a77 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 767a4f01..0688152e 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 4931a209..962f7813 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 f2d3bdab..13e04f6c 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 ab412993..2e1ac10c 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 ccd000f0..49d4219b 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 9931e66f..a15994e1 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 c25c281a..49add8f8 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 c77b89e7..2ccb6ba9 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 d2537777..3069b0de 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 4b102178..7faeb3c8 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 bf2b52c0..43ae1483 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 27a06a24..876f19a5 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 63d8c238..eb141f70 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 92f67f5a..f3014ace 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 d3bbd17d..b00872b3 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 dd41ea40..4ef900fa 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 6f58dc7d..1f9dfc8d 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 dde0517a..664bc10e 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 21c7b7f4..f10d9769 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 80ded617..bc6f3087 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 0c890b5d..e2a5a8c4 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 0201c0c8..05e9fdda 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 2c41ad6d..5820192d 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 24baa2a4..e063a2b1 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 d3dd786c..75045787 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 b3c05c84..999febae 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 07a59c28..7f974a72 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 24d71e7a..27221a2b 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 1d245585..af3d7786 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 a8ed33d1..75d7279b 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 ad7d4e64..ce8e51cf 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 0990dd01..bad3cf79 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 b5b45be5..a3e6d819 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 141bdd36..ed787d24 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 6b3fce37..8f221f16 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 07a396c5..8b153c14 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 f3c7d3b3..d8d1b096 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 6b790467..76d9b155 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 a90138aa..86c6960e 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 834d5ac5..f1a83341 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 fefc2e4b..673ba8c6 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 39f494c6..df7d1721 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 e605de0c..a8504791 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 aca71d4c..aac316ea 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 3cc233bb..b94b9e7b 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 dddac18a..06f03cca 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 add15232..8324238a 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 2ee69351..d37623fc 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 d5989ec4..e6ebbc76 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 cf8aa165..5786976d 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 e4bce332..a2aedaf0 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 65242599..0a00a628 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 7eca1a3d..766b740e 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 f9805825..7aa32ba8 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 5b316308..5e61de27 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 5cd94fe8..0bb81904 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 0f986d1c..6a757530 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 d8400272..009b7210 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 49269a1d..f45ebfde 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 dcdce89a..fe760077 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 de6b567e..8222f9de 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 3f6d6d7d..c7c6a142 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 aef65a7b..3fc8cc23 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 0fa8f3e3..fd3a0ae8 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 52d1aec8..41c5dd21 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 0761f232..46d9f8ba 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 81701835..fee960e3 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 a81a95e8..cef9159f 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 3bb3c84e..3b64e055 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 d98aa2db..19469eae 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 e1725ae6..b2fb8162 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 394a507c..9463b229 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 e00134e5..01fbb194 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 03233cde..f64aff1f 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 3c495b40..b08efc47 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 1f93ce06..b5f05400 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 050e46df..508ccc6d 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 244e14f3..8a878783 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 3913ef3a..8e163a89 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 834d5ac5..f1a83341 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 545bdd36..15e74269 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 6b989f4e..3245b512 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 e605de0c..a8504791 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 aca71d4c..aac316ea 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 3cc233bb..b94b9e7b 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 6607a514..f9fa8184 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 add15232..8324238a 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 2ee69351..d37623fc 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 d5989ec4..e6ebbc76 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 b932579f..696ea4ef 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 21da0527..bd52395a 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 042deefb..d89fcfd6 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 f24f538a..13cd6d9e 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 93a7ec9e..fa8e83a6 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 4ab003a9..26dcfec2 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 8ab44f90..b850d47b 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 41e4e735..86ef0b20 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 f484867c..30a47d88 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 99bae5d3..a1cfe337 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 f05af7d5..16d0c031 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 97c1c065..4a62fd94 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 19681638..4ecf4ab2 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 09d05378..c7cd720d 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 2ebd3838..e6fe47cb 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 543633df..2d7fa49c 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 cd9afd1f..a63737ab 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 1d57b7cf..29ff36ec 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 0b212091..afaa3082 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 56d92626..cf5cf6a3 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 38ffcfb0..80bb5259 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 d8e340ed..2ad0ac89 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 be4c3b6c..c60db600 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 154b9912..4a15e661 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 cf7d3cec..4ee07714 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 2616fbd4..62d2391f 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 49058de3..57292d50 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 7fc4a236..8b38ea80 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 2f94f12b..efc8f667 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 425bae02..39bdec1f 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 4b62762a..e579fb4d 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 86dcbe2f..8b67b4d7 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 24cc903d..d7e11c06 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 1705e068..d3e6d9af 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 16bcaa9c..e2aec801 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 d7837b03..dddaca7b 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 55dcf08d..207ab4b1 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 e1cf3ff8..35367af7 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 6801014a..825eaf12 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 fd0d6196..4cc24369 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 b0a58d8b..d97cf136 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 aa04b898..f73651ce 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 43d0bd08..5ee774d9 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 fd8fd9b5..240db972 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 b3bcc62a..bd6aa150 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 a82bbf44..ae298a34 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 f4a31acb..556e4940 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 33d024a9..edf1ab03 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 b5eed1e9..3d514ab4 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 ad34dcc5..1d014f8a 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 b23c3a1a..55a5289a 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 bbe68efa..3b8aa405 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 bce401bb..e2f0182e 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 c7cc1975..da4ae3cb 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 61965551..6a9531fd 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 896f7c50..b725ef99 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 594b3774..c36819eb 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 d5019869..3a4eef8c 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 ed8c9a71..c03187e4 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 2d68ea90..e2a712a7 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 94a39a7d..9026e56d 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 330f6b02..a26bab46 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 d2f28053..d714b4b3 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 4ab29f55..e69cb941 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 b73db8ea..239cb49e 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 730bcc54..bbf8ccd7 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 54225771..2c718a74 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 969d1754..2bd74a99 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 29e32248..64af5589 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 0038aa8a..2f21d30c 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 f006db85..f6128d56 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 89fb4fed..aec5717d 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 c57649cb..a5d96fda 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 fb0694e5..a11c826a 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 f2b0ec85..82304d36 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 c750ac78..b56b9d83 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 85f5b30b..1dfb9ecd 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 5f0eb330..6e0212c9 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 ac85b69e..330bb9d5 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 91212ca9..245752a5 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 1ffd08ad..636007cb 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 807182c6..b78773a0 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 a62da37a..7e376a51 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 7d28615c..209cb658 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 7dc448c9..84caee5b 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 c2511eb0..9a2b1cc3 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 54bfa3f8..36a3ed61 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 8c947052..678e7a9b 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 7e80c67b..eee00ce6 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 a16c0234..a303ef54 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 ad93c002..0b6c8381 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 4a5e69a3..1b743b09 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 c9534ed3..1b51ccdc 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 632e844d..9c01112d 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 b29355bd..44561789 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 4fee0d39..cc071a5b 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 cddce991..a2bc5506 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 b6cee453..42b1deae 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 2e4c2158..83fbbd17 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 77c8e5fe..42be1490 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 9559bd3e..bbb86848 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 78ad12b8..a8c755fa 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 47a39a17..aa24d6c3 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 f186a123..896c5525 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 99e607b5..0ae74009 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 805a4013..15fbb1e9 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 6e000500..9d1b2d14 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 c395968a..65a4be5a 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 fbfbef20..bc99650a 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 3edb566c..89e58b50 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 4bc440d5..224966a7 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 35e54348..2a3698d7 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 9611259c..7af79f59 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 062d1fff..61ebae01 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 8adf6b36..5b85a17f 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 324c32a8..f46318ae 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 968faccd..0144fb47 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 b8d2331c..af6a3657 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 a84f926f..69ed81f1 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 8cf88e99..c1dad6a9 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 9f2f21b6..f2408e30 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 3ba6a8bb..1f80ff96 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 5178a6bb..198d4ad1 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 3ff69fc2..26440a92 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 809963ab..8a46e22c 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 5f926ef6..a898aa07 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 99486aa0..d9d3d30b 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 8ce3ea77..c3045e8c 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 3cad72d0..e73e4d7c 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 64f93b80..688d243d 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 1042b50d..7872802b 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 14fc4828..5d58b2a5 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 33e89894..33aa6f37 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 9e1f3819..b895b143 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 c947dfad..2b2de3dd 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 93b3f3d3..3ca9650e 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 66871c43..aa5bc2f3 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 d1527375..0261bddc 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 fb0694e5..a11c826a 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 ccbedb03..a3471277 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 ee37e31d..4f3721cb 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 9c3156e4..8806203d 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 717b6948..5d1c2cc8 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 4370350b..6c94dc91 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 bdf30e04..752d6e63 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 c22d915e..f013cc3a 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 bf7b588a..7ef4c98d 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 88b9432d..00b10b7d 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 2fb25df4..8e510f15 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 036e36d1..61edbd15 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 c176fbae..b547290c 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 11cf8955..011af480 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 999365e0..0bcc63ed 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 a76db651..77cf89d5 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 9e6246ad..96e58d4f 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 7e95c1df..b5d2553a 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 d181b911..745a9d19 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 5b7e13a3..62f098eb 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 bf8b76a5..ce3a27d7 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 b034ac7c..6a7768c9 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 55e5953e..687a56e6 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 0b9729ec..3a60ca6d 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 5f0cafea..f2153ae6 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 945412b7..e81f900a 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 1c0468f1..fc88ce8f 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 61fe002b..3b9dbc49 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 a7d0059a..58e5d072 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 962a0399..4029bbb4 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 3111b3e8..85274fa2 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 d4697a0a..a460a4f0 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 799171e4..eaf1eed1 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 1272dbb3..c4f78b3c 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 aad5823e..9724dad3 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 ec173ce1..1d19b5fa 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 50bdcb7a..79df118b 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 6307413a..c1363639 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 421e116b..a386e50a 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 4f9ae837..7fda9938 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 df5cbce1..f4f54afc 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 0f0e4906..6d74b81a 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 5fff1894..73cd1f27 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 0a0706aa..b3f16809 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 a65e744c..278d5814 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 4436cefe..a9e3df99 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 72069ff9..29ed1a7a 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 6e35af6a..081f529c 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 184a0408..4abefcc9 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 503e9cb6..b79ba6f4 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 f582b0f3..3c510df7 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 3de33034..2602d46b 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 c0877659..30809756 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 1b0ed54c..b524fb7b 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 0daf2be5..ea330250 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 bfe25343..84e9eacf 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 6af99277..641f5ab3 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 05481662..4f0fbeaf 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 6e1ce1c4..a8688a52 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 1ff7ba40..e148a51b 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 44100be6..7e309c3d 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 c32858ba..9e83585c 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 5491018b..a1806c4a 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 5bd0ba65..23454a75 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 54a6683e..a34f9ccd 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 d08e3abc..9740b6af 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 ac3a9118..69859e11 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 3720e304..c8a9abab 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 94619bc9..57ddac62 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 1bc034e7..fc981a49 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 e0cd1b2d..0af2e2ca 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 a47c5876..eafcd6c0 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 9977585d..c8a452ed 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 67305450..28c0ea5f 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 79178d0d..d4656214 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 bce33934..5cf106c7 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 d477debc..1d6be57f 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 5e787223..0e312291 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 759d5b26..9bc43b24 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 a186bef2..bec6521c 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 10e55642..d64f15e1 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 04177aa3..0e4dce94 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 9541e96d..e3d1d640 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 c191eef8..abbd6cbf 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 7aa3aab6..6738fef3 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 f9cf8317..a3e41c9a 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 6148087d..3d5d1a36 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 b0936157..e0f89d99 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 cae8cb69..2090fc48 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 6c73b4bc..eb4caee0 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 5a0d2b88..1111dc97 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 29d9a074..f01b22bf 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 e88dbfa1..a1398c51 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 935ca393..ecd7b205 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 9f2e76bb..5fd09f8f 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 dc44fa25..5b0c04e5 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 0fc7da2d..9306d159 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 1cca5454..f6128347 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 fb6dcea5..9db56216 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 9809142f..37f82438 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 5a6082e4..a5872e63 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 6407b80e..160d90c3 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 39013623..78f0cf98 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 e61c6a66..d9150dff 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 6b527db3..cb838377 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 72d811f1..92a2311a 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 be446f3d..3993d9f0 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 a4df5c30..44233091 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 74a2d89e..eb969c1d 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 e443ef08..9062160c 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 4cc5e070..a1456bd1 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 755e0c3b..0d422e49 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 c617626a..5653faf4 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 8953d67e..e9f15cc6 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 0315cfe7..f458cb21 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 33c6abed..2f1814f8 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 f1a3b466..be7a2ca7 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 11000dae..03e24ca7 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 3af99682..01e93435 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 a4937e33..1e9a2f82 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 f1007c37..ce94e6e0 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 7b556409..675b1db6 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 fa445ca1..58da85b9 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 f99b3896..28ca3030 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 5355571f..2d4a1428 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 98c6c6e7..51d17e4d 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 6e5ccb7d..77425a1e 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 485b9d28..36330436 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 85a5ebf8..fe49fea3 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 beb6ee75..75e6b0d7 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 edd916e9..94c42a69 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 8decf3ed..1bbbe754 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 671a433c..65df8b7e 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 223eb441..cbee12f2 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 eb9899e4..96a7fed4 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 6294a1f3..4b92a25b 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 1146f3f0..fc692efc 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 f573ed63..6307c693 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 041be454..a4c6b041 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 dce042db..fd2c46b9 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 92132b19..f0018aa0 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 2ac17ff4..c3eb43da 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 3530a97a..e26ea7f0 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 8454a318..951a71d8 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 7c4cc508..0491ca43 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 a786ec18..051f6f66 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 f011aefd..b65b7a82 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 ed56874f..5234d948 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 9051722d..d8aa33a1 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 960fc8a7..a6fbb0f8 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 e07fce9f..7f9a2b2c 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 66fdf46c..f862c87d 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 a98175a4..85c03c5f 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 ef07282f..97bc7029 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 d1992ec6..72270475 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 3f021f4d..502c3529 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 55b7942b..af808d42 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 36968384..d5f077b2 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 85485c2e..5d4efcd8 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 01a5aad3..a2aa765a 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 e5ff6278..263a13cb 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 507cb548..391e9c5c 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 2795ea99..b9dc97da 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 c154eb58..0d461baa 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 b7199a21..558b9153 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 edd750a3..be33d407 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 666e458e..714e1276 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 d7a2ffc4..1b736519 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 d94115a1..60fa4f6f 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 fa40e631..4b50af87 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 353da0a4..a54c4435 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 a38a42f8..9fe6e34f 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 b0a46171..8575464b 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 e61108d9..74818227 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 fc62373e..35968588 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 f4f0e4b5..0d26cb49 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 d493e6f6..cb981dd0 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 8aeb1204..5ec92e24 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 d1c06269..a6a0221c 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 3559b765..2d9c1034 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 696cb8ba..0ff6f0c6 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 ba03c61c..7c5860d1 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 3b465697..aca1d5c4 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 c9a81eb0..775c0db9 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 86bc0c96..bf013003 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 ac48b4c4..1bf6a105 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 16d60b4a..c36e57b5 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 fcfe690a..1f397a0c 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 bb988026..2f11cb0d 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 b50f5c09..74113a37 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 ecf094ec..feb33697 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 755d3940..3be434aa 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 cfff450a..0b7b2039 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 323b0693..9ec7844e 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 6eae5a0b..fb833b88 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 38aad3e5..e0dde774 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 caa3be81..34e33c1f 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 0745c146..7f7d3bfd 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 87a36260..6077bc0b 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 334ff03c..c74dede1 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 516d4705..9743dc28 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 50b02ede..192df07b 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 e308131f..4dec5889 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 c8794a7a..96744bd3 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 38924734..826bdadd 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 12b3c0b1..253c7a15 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 29dc6293..ffc26813 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 19b5b48c..525d7257 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 770b96a1..1aa56dae 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 be2f9654..c652d632 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 f90077e3..df84cacf 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 11a03802..22a89af5 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 7d72402a..166cb9ed 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 9968bc94..022a1c6b 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 eb5a3ad6..5408f048 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 8adae9c2..a8c386f9 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 09b57e96..26ab7c03 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 c903d325..20569ffc 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 ddc1adb3..9e709411 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 b16cf9cd..193749c6 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 ccf0bc60..ddb46643 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 d09c4314..78ff9b9d 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 db111f14..629fb07b 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 050e7468..cb4f7837 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 e5170ad4..7ac4ad4e 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 1e3fff9d..7daa2932 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 2994a729..f10efb7e 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 13cb6f56..88978868 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 08e36167..f6dad9f4 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 9393d967..06fb49c1 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 3d992db7..c72b9619 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 bc958dcb..21326e78 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 f9a6fc53..1ba569eb 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 c3a3fa62..7a36f4af 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 66a11f33..2cfad3fe 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 a21cef47..3a22d653 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 37e6b7c0..71ecfc9b 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 935c157f..2f0ff9aa 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 0a83d949..83b26693 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 1ce83fcf..603ab13f 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 dceee43f..42f39e4c 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 c080f5bd..9a1f6e77 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 b4bfbacb..3883087a 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 5e747df9..34e1e44b 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 fe946aee..973cb472 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 c078e3a7..93830174 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 8f5a781a..2ed8aa45 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 7f6d2ce1..e06d6e4c 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 ddc5c2bf..2b504ce2 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 9073ff17..ef5de38b 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 70542352..b79f82c7 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 d55814e3..f869fcbe 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 45660248..f73ad98a 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 d59a71e3..2192cb99 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 823b8d26..7612b876 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 21d61466..a678d648 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 cce4f3a7..c34d4a6d 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 77c80c93..6823ead6 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 8ab1ef84..46a3ac68 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 9aef13bd..2c10b777 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 7892c942..b0fda3ff 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 2fb4df7a..c275b69c 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 fcab89d7..3e9d8c8e 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 49cbd7ac..a66cefec 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 4b6c4b4f..c20c4201 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 f5bbf07c..2dcae8d4 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 4c3a5f2e..dc5ceb9e 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 ee9bc165..f15f1623 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 64fe15d4..652056f7 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 212f092e..bf19e812 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 0d34c345..19f8a33a 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 4206590a..f936b93e 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 888b9e23..d731b82f 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 b0737a89..11e860fd 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 cbfb429a..a6f07a7b 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 a0ef9910..5e487f83 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 5d79580c..4b072ae4 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 83ab0477..cedbc1b3 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 56f4a564..54d7df4b 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 75e2649d..9d1d0e9b 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 c5bc53ae..6b1c707e 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 737679bf..d6489ae9 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 a2ee241d..0253399f 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 5406f4e8..e42fc534 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 61640d53..3eff0a0a 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 099f5b0e..94b69738 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 c8406c7d..721d5ca3 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 67b47cb7..a79a172b 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 62199b11..64d27e5b 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 63f3dcdc..1af00b41 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 608e9b75..f3485825 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 c6724ca7..11117444 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 987a3707..066d84b4 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 50b02ede..192df07b 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 9ae2f90d..cb615404 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 c23eb6c9..10415473 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 0c878ab5..b73949d8 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 2dea2a0c..526c9deb 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 abeba5e9..986828a4 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 909c546f..8be10421 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 c42c9881..44bb0bc9 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 45373175..31ad1ed4 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 25ba750e..a07a3ca1 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 0b94437f..7df1ac50 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 a1175d25..f9356ffe 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 f7ab044a..9ab32d22 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 711d8d3e..41b6197b 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 1f146b5f..040ec492 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 a93aad13..a41df149 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 24122638..92e158e5 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 ba7e8aa1..427eb89f 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 0ee7b45f..4d4d2362 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 4820b626..c1cb8230 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 4c6fd407..2bf7e824 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 00ae9b79..2131b648 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 80561347..f7e7b9d9 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 e5170ad4..7ac4ad4e 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 0723c812..9621bebd 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 ff7c97d8..890d34ff 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 e93d39d3..d7daacb3 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 3daa4d12..cfba6eb1 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 9f7651f9..3683c560 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 964c7b36..291147b7 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 30e1120f..1cbc90b6 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