Skip to content

Commit 8bce84d

Browse files
Add SPDX identifier
1 parent d6784c3 commit 8bce84d

File tree

18 files changed

+36
-0
lines changed

18 files changed

+36
-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

0 commit comments

Comments
 (0)