Skip to content

Commit 634d246

Browse files
committed
relicense nrf SPI.c to MIT
1 parent 0afb899 commit 634d246

File tree

1 file changed

+18
-15
lines changed
  • ports/nrf/common-hal/busio

1 file changed

+18
-15
lines changed

ports/nrf/common-hal/busio/SPI.c

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
/*
2-
* SPI Master library for nRF5x.
2+
* This file is part of the MicroPython project, http://micropython.org/
3+
*
4+
* The MIT License (MIT)
35
*
46
* Copyright (c) 2019 Dan Halbert for Adafruit Industries
57
* Copyright (c) 2018 Artur Pacholec
6-
* Copyright (c) 2017 hathach
7-
* Copyright (c) 2016 Sandeep Mistry All right reserved.
8-
* Copyright (c) 2015 Arduino LLC
98
*
10-
* This library is free software; you can redistribute it and/or
11-
* modify it under the terms of the GNU Lesser General Public
12-
* License as published by the Free Software Foundation; either
13-
* version 2.1 of the License, or (at your option) any later version.
9+
* Permission is hereby granted, free of charge, to any person obtaining a copy
10+
* of this software and associated documentation files (the "Software"), to deal
11+
* in the Software without restriction, including without limitation the rights
12+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13+
* copies of the Software, and to permit persons to whom the Software is
14+
* furnished to do so, subject to the following conditions:
1415
*
15-
* This library is distributed in the hope that it will be useful,
16-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18-
* Lesser General Public License for more details.
16+
* The above copyright notice and this permission notice shall be included in
17+
* all copies or substantial portions of the Software.
1918
*
20-
* You should have received a copy of the GNU Lesser General Public
21-
* License along with this library; if not, write to the Free Software
22-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25+
* THE SOFTWARE.
2326
*/
2427

2528
#include <string.h>

0 commit comments

Comments
 (0)