Skip to content

Commit bd65460

Browse files
committed
Update copyright and author information
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 4e4e1cb commit bd65460

File tree

22 files changed

+34
-34
lines changed

22 files changed

+34
-34
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 WAYBYTE Solutions
3+
Copyright (c) Waybyte Solutions
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# LogicROM Arduino
2-
Arduino framework for LOGICROM
1+
# Logicrom Arduino
2+
Arduino framework for Logicrom
33

44
# Installation
55

@@ -12,9 +12,9 @@ Arduino framework for LOGICROM
1212
## Install Board
1313
* Go To Arduino IDE Menu, **Tools** &#707; **Board** &#707; **Board Manager**
1414
* In search box enter: _logic_
15-
* Click Install for _LOGICROM Arduino Boards_
15+
* Click Install for _Logicrom Arduino Boards_
1616

17-
# LOGICROM Board Configuration
17+
# Logicrom Board Configuration
1818
Make sure _S20 GSM Board_ is selected from Board Manager after Installation.
1919

2020
## Build Type

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021 WAYBYTE Solutions. All right reserved.
1+
# Copyright (c) Waybyte Solutions. All right reserved.
22
# https://www.waybyte.in/
33
#
44

cores/logicrom/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
License along with this library; if not, write to the Free Software
1717
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818
19-
Copyright (c) 2021 WAYBYTE Solutions. All right reserved.
19+
Copyright (c) Waybyte Solutions. All right reserved.
2020
Modified-By: Ajay Bhargav <[email protected]>
2121
2222
*/

cores/logicrom/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
License along with this library; if not, write to the Free Software
1616
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717
18-
Copyright (c) 2021 WAYBYTE Solutions. All right reserved.
18+
Copyright (c) Waybyte Solutions. All right reserved.
1919
Modified-By: Ajay Bhargav <[email protected]>
2020
*/
2121

libraries/Net/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=Net
22
version=0.1.0
33
author=Ajay Bhargav
4-
maintainer=Ajay Bhargav <[email protected]>
4+
maintainer=Ajay Bhargav <[email protected]>
55
sentence=Network class for configuring and managing GSM network.
66
paragraph=
77
category=Communication

libraries/SPI/SPI.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPI Master library for LOGICROM Platform
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
@@ -16,7 +16,7 @@
1616
* License along with this library; if not, write to the Free Software
1717
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818
*
19-
* Modified by Ajay Bhargav <[email protected]>
19+
* Modified by Ajay Bhargav <[email protected]>
2020
*
2121
*/
2222

libraries/SPI/SPI.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPI Master library for LOGICROM Platform
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
@@ -16,7 +16,7 @@
1616
* License along with this library; if not, write to the Free Software
1717
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1818
*
19-
* Modified by Ajay Bhargav <[email protected]>
19+
* Modified by Ajay Bhargav <[email protected]>
2020
*
2121
*/
2222

libraries/SPI/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=SPI
22
version=0.1.0
33
author=Ajay Bhargav
4-
maintainer=Ajay Bhargav <[email protected]>
5-
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. Specific implementation for LOGICROM Platform
4+
maintainer=Ajay Bhargav <[email protected]>
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

libraries/Wire/Wire.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* License along with this library; if not, write to the Free Software
1818
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1919
*
20-
* Modified 2020 by Ajay Bhargav <[email protected]>
20+
* Modified 2020 by Ajay Bhargav <[email protected]>
2121
*/
2222
#include "Arduino.h"
2323
#include "Wire.h"

0 commit comments

Comments
 (0)