Skip to content

Commit 298a925

Browse files
committed
libraries:SPI: Update copyright information
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 1c78f3a commit 298a925

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libraries/SPI/SPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPI Master library for SIWI GSM Modules
2+
* SPI Master library for LOGICROM Platform
33
* Copyright (c) 2015 Arduino LLC
44
*
55
* This library is free software; you can redistribute it and/or

libraries/SPI/SPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPI Master library for SIWI GSM Modules
2+
* SPI Master library for LOGICROM Platform
33
* Copyright (c) 2015 Arduino LLC
44
*
55
* This library is free software; you can redistribute it and/or

libraries/SPI/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name=SPI
22
version=0.1.0
33
author=Ajay Bhargav
44
maintainer=Ajay Bhargav <[email protected]>
5-
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. Specific implementation for SIWI GSM Modules.
5+
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. Specific implementation for LOGICROM Platform
66
paragraph=
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/SPI

0 commit comments

Comments
 (0)