Skip to content

Commit f1887e8

Browse files
committed
drivers: fix SDPX identifiers
1 parent aa4e7b1 commit f1887e8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drivers/FlashIAP.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

drivers/source/FlashIAP.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-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)