Skip to content

Commit 77359a7

Browse files
Add SPDX identifier
1 parent d6784c3 commit 77359a7

File tree

17 files changed

+34
-0
lines changed

17 files changed

+34
-0
lines changed

storage/blockdevice/include/blockdevice/BufferedBlockDevice.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) 2018 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

storage/blockdevice/include/blockdevice/ChainingBlockDevice.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 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

storage/blockdevice/include/blockdevice/FlashSimBlockDevice.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) 2018 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

storage/blockdevice/include/blockdevice/HeapBlockDevice.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 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

storage/blockdevice/include/blockdevice/MBRBlockDevice.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 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

storage/blockdevice/include/blockdevice/ObservingBlockDevice.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-2017 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

storage/blockdevice/include/blockdevice/ProfilingBlockDevice.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 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

storage/blockdevice/include/blockdevice/ReadOnlyBlockDevice.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-2017 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

storage/blockdevice/include/blockdevice/SlicingBlockDevice.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 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

storage/blockdevice/source/ObservingBlockDevice.cpp

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-2017 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

storage/blockdevice/source/ReadOnlyBlockDevice.cpp

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-2017 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

storage/blockdevice/tests/TESTS/blockdevice/general_block_device/main.cpp

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) 2018 ARM Limited
33
*
4+
* SPDX-License-Identifier: MIT
5+
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.
68
* You may obtain a copy of the License at

storage/filesystem/fat/include/fat/FATFileSystem.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-2012 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

storage/filesystem/fat/source/FATFileSystem.cpp

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

storage/filesystem/littlefs/tests/TESTS/COMMON/atomic_usage.cpp

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-2017 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

storage/filesystem/littlefs/tests/TESTS/COMMON/atomic_usage.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 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

storage/filesystem/littlefsv2/tests/TESTS/COMMON/atomic_usage.cpp

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-2017 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)