diff --git a/rtos/ConditionVariable.h b/rtos/ConditionVariable.h index f76b16dfcd..8030fab447 100644 --- a/rtos/ConditionVariable.h +++ b/rtos/ConditionVariable.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/EventFlags.h b/rtos/EventFlags.h index 6ab38272c9..bd1ec56e3b 100644 --- a/rtos/EventFlags.h +++ b/rtos/EventFlags.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/Kernel.h b/rtos/Kernel.h index 57a86f7eb1..e96cc197f4 100644 --- a/rtos/Kernel.h +++ b/rtos/Kernel.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/Mail.h b/rtos/Mail.h index 494aa59560..3e41841b30 100644 --- a/rtos/Mail.h +++ b/rtos/Mail.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/MemoryPool.h b/rtos/MemoryPool.h index 0f29b7c694..5f900002bf 100644 --- a/rtos/MemoryPool.h +++ b/rtos/MemoryPool.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/Mutex.h b/rtos/Mutex.h index 5a8761c6c2..7fa65fc075 100644 --- a/rtos/Mutex.h +++ b/rtos/Mutex.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/Queue.h b/rtos/Queue.h index 4f98b1c388..7bf367887b 100644 --- a/rtos/Queue.h +++ b/rtos/Queue.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/RtosTimer.h b/rtos/RtosTimer.h index 9b11a4183b..430b6d3d0f 100644 --- a/rtos/RtosTimer.h +++ b/rtos/RtosTimer.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/Semaphore.h b/rtos/Semaphore.h index 11246e5986..4d042af5fe 100644 --- a/rtos/Semaphore.h +++ b/rtos/Semaphore.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/ThisThread.h b/rtos/ThisThread.h index abda8026d7..ad1db5c1fa 100644 --- a/rtos/ThisThread.h +++ b/rtos/ThisThread.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/Thread.h b/rtos/Thread.h index a76705f0ad..c58dcfb782 100644 --- a/rtos/Thread.h +++ b/rtos/Thread.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/rtos.h b/rtos/rtos.h index 7987712a98..2f6c8135c9 100644 --- a/rtos/rtos.h +++ b/rtos/rtos.h @@ -2,6 +2,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/ConditionVariable.cpp b/rtos/source/ConditionVariable.cpp index 87810464ea..9ea5da1567 100644 --- a/rtos/source/ConditionVariable.cpp +++ b/rtos/source/ConditionVariable.cpp @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/EventFlags.cpp b/rtos/source/EventFlags.cpp index 7543fb647f..5e325018e9 100644 --- a/rtos/source/EventFlags.cpp +++ b/rtos/source/EventFlags.cpp @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/Kernel.cpp b/rtos/source/Kernel.cpp index c62a4b93aa..5a46184698 100644 --- a/rtos/source/Kernel.cpp +++ b/rtos/source/Kernel.cpp @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/Mutex.cpp b/rtos/source/Mutex.cpp index 57e69f7c9e..12e163a6d5 100644 --- a/rtos/source/Mutex.cpp +++ b/rtos/source/Mutex.cpp @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/RtosTimer.cpp b/rtos/source/RtosTimer.cpp index 4779f320ce..e18aeae5d0 100644 --- a/rtos/source/RtosTimer.cpp +++ b/rtos/source/RtosTimer.cpp @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/Semaphore.cpp b/rtos/source/Semaphore.cpp index bcedd99bdc..c42e729d5b 100644 --- a/rtos/source/Semaphore.cpp +++ b/rtos/source/Semaphore.cpp @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/TARGET_CORTEX/mbed_rtx_conf.h b/rtos/source/TARGET_CORTEX/mbed_rtx_conf.h index e7c6892580..caf16bb38d 100644 --- a/rtos/source/TARGET_CORTEX/mbed_rtx_conf.h +++ b/rtos/source/TARGET_CORTEX/mbed_rtx_conf.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/TARGET_CORTEX/mbed_rtx_idle.cpp b/rtos/source/TARGET_CORTEX/mbed_rtx_idle.cpp index e8bfb7128e..811196575c 100644 --- a/rtos/source/TARGET_CORTEX/mbed_rtx_idle.cpp +++ b/rtos/source/TARGET_CORTEX/mbed_rtx_idle.cpp @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/TARGET_CORTEX/mbed_rtx_storage.h b/rtos/source/TARGET_CORTEX/mbed_rtx_storage.h index 3fd01bcc50..eaa142d8bd 100644 --- a/rtos/source/TARGET_CORTEX/mbed_rtx_storage.h +++ b/rtos/source/TARGET_CORTEX/mbed_rtx_storage.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/ThisThread.cpp b/rtos/source/ThisThread.cpp index e02b4bbf0f..35b91112bf 100644 --- a/rtos/source/ThisThread.cpp +++ b/rtos/source/ThisThread.cpp @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/Thread.cpp b/rtos/source/Thread.cpp index f7a374d540..ac2571d93f 100644 --- a/rtos/source/Thread.cpp +++ b/rtos/source/Thread.cpp @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/rtos_handlers.h b/rtos/source/rtos_handlers.h index 15e1b7a372..5415e3315d 100644 --- a/rtos/source/rtos_handlers.h +++ b/rtos/source/rtos_handlers.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights diff --git a/rtos/source/rtos_idle.h b/rtos/source/rtos_idle.h index b0c2984b81..1148cf58a4 100644 --- a/rtos/source/rtos_idle.h +++ b/rtos/source/rtos_idle.h @@ -1,6 +1,8 @@ /* 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 * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights