Skip to content

Commit aa4e7b1

Browse files
committed
rtos: add SPDX identifiers
1 parent bac5ffe commit aa4e7b1

25 files changed

+50
-0
lines changed

rtos/ConditionVariable.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* Mbed Microcontroller Library
22
* Copyright (c) 2017-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: MIT
5+
*
46
* Permission is hereby granted, free of charge, to any person obtaining a copy
57
* of this software and associated documentation files (the "Software"), to deal
68
* in the Software without restriction, including without limitation the rights

rtos/EventFlags.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* mbed Microcontroller Library
22
* Copyright (c) 2006-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: MIT
5+
*
46
* Permission is hereby granted, free of charge, to any person obtaining a copy
57
* of this software and associated documentation files (the "Software"), to deal
68
* in the Software without restriction, including without limitation the rights

rtos/Kernel.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* mbed Microcontroller Library
22
* Copyright (c) 2017-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: MIT
5+
*
46
* Permission is hereby granted, free of charge, to any person obtaining a copy
57
* of this software and associated documentation files (the "Software"), to deal
68
* in the Software without restriction, including without limitation the rights

rtos/Mail.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* mbed Microcontroller Library
22
* Copyright (c) 2006-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: MIT
5+
*
46
* Permission is hereby granted, free of charge, to any person obtaining a copy
57
* of this software and associated documentation files (the "Software"), to deal
68
* in the Software without restriction, including without limitation the rights

rtos/MemoryPool.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* mbed Microcontroller Library
22
* Copyright (c) 2006-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: MIT
5+
*
46
* Permission is hereby granted, free of charge, to any person obtaining a copy
57
* of this software and associated documentation files (the "Software"), to deal
68
* in the Software without restriction, including without limitation the rights

rtos/Mutex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* mbed Microcontroller Library
22
* Copyright (c) 2006-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: MIT
5+
*
46
* Permission is hereby granted, free of charge, to any person obtaining a copy
57
* of this software and associated documentation files (the "Software"), to deal
68
* in the Software without restriction, including without limitation the rights

rtos/Queue.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* mbed Microcontroller Library
22
* Copyright (c) 2006-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: MIT
5+
*
46
* Permission is hereby granted, free of charge, to any person obtaining a copy
57
* of this software and associated documentation files (the "Software"), to deal
68
* in the Software without restriction, including without limitation the rights

rtos/RtosTimer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* mbed Microcontroller Library
22
* Copyright (c) 2006-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: MIT
5+
*
46
* Permission is hereby granted, free of charge, to any person obtaining a copy
57
* of this software and associated documentation files (the "Software"), to deal
68
* in the Software without restriction, including without limitation the rights

rtos/Semaphore.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* mbed Microcontroller Library
22
* Copyright (c) 2006-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: MIT
5+
*
46
* Permission is hereby granted, free of charge, to any person obtaining a copy
57
* of this software and associated documentation files (the "Software"), to deal
68
* in the Software without restriction, including without limitation the rights

rtos/ThisThread.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* mbed Microcontroller Library
22
* Copyright (c) 2006-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: MIT
5+
*
46
* Permission is hereby granted, free of charge, to any person obtaining a copy
57
* of this software and associated documentation files (the "Software"), to deal
68
* in the Software without restriction, including without limitation the rights

0 commit comments

Comments
 (0)