Skip to content

Commit 335a061

Browse files
authored
mimxrt/psram: Change to normal MIT license.
1 parent df5b315 commit 335a061

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

ports/mimxrt/psram.c

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The MIT License (MIT)
55
*
66
* Copyright (c) 2019 Paul Stoffregen
7-
* 2025 Dryw Wade
7+
* 2026 Dryw Wade
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal
@@ -13,13 +13,8 @@
1313
* copies of the Software, and to permit persons to whom the Software is
1414
* furnished to do so, subject to the following conditions:
1515
*
16-
* 1. The above copyright notice and this permission notice shall be
17-
* included in all copies or substantial portions of the Software.
18-
*
19-
* 2. If the Software is incorporated into a build system that allows
20-
* selection among a list of target devices, then similar target
21-
* devices manufactured by PJRC.COM must be included in the list of
22-
* target devices and selectable in the same manner.
16+
* The above copyright notice and this permission notice shall be included in
17+
* all copies or substantial portions of the Software.
2318
*
2419
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2520
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

ports/mimxrt/psram.h

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The MIT License (MIT)
55
*
66
* Copyright (c) 2019 Paul Stoffregen
7-
* 2025 Dryw Wade
7+
* 2026 Dryw Wade
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal
@@ -13,13 +13,8 @@
1313
* copies of the Software, and to permit persons to whom the Software is
1414
* furnished to do so, subject to the following conditions:
1515
*
16-
* 1. The above copyright notice and this permission notice shall be
17-
* included in all copies or substantial portions of the Software.
18-
*
19-
* 2. If the Software is incorporated into a build system that allows
20-
* selection among a list of target devices, then similar target
21-
* devices manufactured by PJRC.COM must be included in the list of
22-
* target devices and selectable in the same manner.
16+
* The above copyright notice and this permission notice shall be included in
17+
* all copies or substantial portions of the Software.
2318
*
2419
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2520
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

0 commit comments

Comments
 (0)