diff --git a/rtos/ConditionVariable.h b/rtos/ConditionVariable.h index 8030fab..9f433f5 100644 --- a/rtos/ConditionVariable.h +++ b/rtos/ConditionVariable.h @@ -1,6 +1,5 @@ /* Mbed Microcontroller Library * Copyright (c) 2017-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/EventFlags.h b/rtos/EventFlags.h index bd1ec56..2e8a81f 100644 --- a/rtos/EventFlags.h +++ b/rtos/EventFlags.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/Kernel.h b/rtos/Kernel.h index e96cc19..e6e7a61 100644 --- a/rtos/Kernel.h +++ b/rtos/Kernel.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2017-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/Mail.h b/rtos/Mail.h index 3e41841..a4a584a 100644 --- a/rtos/Mail.h +++ b/rtos/Mail.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/MemoryPool.h b/rtos/MemoryPool.h index 5f90000..3c4d856 100644 --- a/rtos/MemoryPool.h +++ b/rtos/MemoryPool.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/Mutex.h b/rtos/Mutex.h index 7fa65fc..74ae3c8 100644 --- a/rtos/Mutex.h +++ b/rtos/Mutex.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/Queue.h b/rtos/Queue.h index 7bf3678..e5f172a 100644 --- a/rtos/Queue.h +++ b/rtos/Queue.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/RtosTimer.h b/rtos/RtosTimer.h index 430b6d3..e4c6dd9 100644 --- a/rtos/RtosTimer.h +++ b/rtos/RtosTimer.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/Semaphore.h b/rtos/Semaphore.h index 4d042af..f5fbc69 100644 --- a/rtos/Semaphore.h +++ b/rtos/Semaphore.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/ThisThread.h b/rtos/ThisThread.h index ad1db5c..bda5fe4 100644 --- a/rtos/ThisThread.h +++ b/rtos/ThisThread.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/Thread.h b/rtos/Thread.h index c58dcfb..10aa617 100644 --- a/rtos/Thread.h +++ b/rtos/Thread.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/rtos.h b/rtos/rtos.h index 2f6c813..9a850ab 100644 --- a/rtos/rtos.h +++ b/rtos/rtos.h @@ -1,7 +1,6 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2012 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/ConditionVariable.cpp b/rtos/source/ConditionVariable.cpp index 9ea5da1..36cf9b0 100644 --- a/rtos/source/ConditionVariable.cpp +++ b/rtos/source/ConditionVariable.cpp @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2017-2017 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/EventFlags.cpp b/rtos/source/EventFlags.cpp index 5e32501..ea3b5cc 100644 --- a/rtos/source/EventFlags.cpp +++ b/rtos/source/EventFlags.cpp @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2017 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/Kernel.cpp b/rtos/source/Kernel.cpp index 5a46184..3102016 100644 --- a/rtos/source/Kernel.cpp +++ b/rtos/source/Kernel.cpp @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2017 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/Mutex.cpp b/rtos/source/Mutex.cpp index 12e163a..4b2e045 100644 --- a/rtos/source/Mutex.cpp +++ b/rtos/source/Mutex.cpp @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2012 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/RtosTimer.cpp b/rtos/source/RtosTimer.cpp index e18aeae..4fd9021 100644 --- a/rtos/source/RtosTimer.cpp +++ b/rtos/source/RtosTimer.cpp @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2012 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/Semaphore.cpp b/rtos/source/Semaphore.cpp index c42e729..6501613 100644 --- a/rtos/source/Semaphore.cpp +++ b/rtos/source/Semaphore.cpp @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2012 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/TARGET_CORTEX/mbed_rtx_conf.h b/rtos/source/TARGET_CORTEX/mbed_rtx_conf.h index caf16bb..6a9de37 100644 --- a/rtos/source/TARGET_CORTEX/mbed_rtx_conf.h +++ b/rtos/source/TARGET_CORTEX/mbed_rtx_conf.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2012 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/TARGET_CORTEX/mbed_rtx_idle.cpp b/rtos/source/TARGET_CORTEX/mbed_rtx_idle.cpp index 8111965..e891558 100644 --- a/rtos/source/TARGET_CORTEX/mbed_rtx_idle.cpp +++ b/rtos/source/TARGET_CORTEX/mbed_rtx_idle.cpp @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/TARGET_CORTEX/mbed_rtx_storage.h b/rtos/source/TARGET_CORTEX/mbed_rtx_storage.h index eaa142d..8f4374e 100644 --- a/rtos/source/TARGET_CORTEX/mbed_rtx_storage.h +++ b/rtos/source/TARGET_CORTEX/mbed_rtx_storage.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2017 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/ThisThread.cpp b/rtos/source/ThisThread.cpp index 35b9111..d4d754c 100644 --- a/rtos/source/ThisThread.cpp +++ b/rtos/source/ThisThread.cpp @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2012 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/Thread.cpp b/rtos/source/Thread.cpp index ac2571d..cfd1b20 100644 --- a/rtos/source/Thread.cpp +++ b/rtos/source/Thread.cpp @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2012 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/rtos_handlers.h b/rtos/source/rtos_handlers.h index 5415e33..c87b6b7 100644 --- a/rtos/source/rtos_handlers.h +++ b/rtos/source/rtos_handlers.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2012 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/rtos/source/rtos_idle.h b/rtos/source/rtos_idle.h index 1148cf5..254353f 100644 --- a/rtos/source/rtos_idle.h +++ b/rtos/source/rtos_idle.h @@ -1,6 +1,5 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2012 ARM Limited - * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy