Skip to content

Commit 3d8d5ce

Browse files
committed
Updated pson library to improve message decoding. Updated copyright year.
1 parent 307ebf8 commit 3d8d5ce

24 files changed

+173
-145
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please, refer to the following page for a full documentation of the Arduino Clie
2626

2727
The class is licensed under the [MIT License](http://opensource.org/licenses/MIT):
2828

29-
Copyright © 2016 [THINK BIG LABS SL](http://thinger.io)
29+
Copyright © 2017 [THINK BIG LABS SL](http://thinger.io)
3030

3131
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3232

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=thinger.io
2-
version=2.5.6
2+
version=2.5.7
33
author=Alvaro Luis Bustamante <[email protected]>
44
maintainer=Thinger.io <[email protected]>
55
sentence=Arduino library for the Thinger.io Internet of Things Platform.

src/ThingerCC3000.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2016 THINK BIG LABS SL
3+
// Copyright (c) 2017 THINK BIG LABS SL
44
// Author: [email protected] (Alvaro Luis Bustamante)
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/ThingerClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2016 THINK BIG LABS SL
3+
// Copyright (c) 2017 THINK BIG LABS SL
44
// Author: [email protected] (Alvaro Luis Bustamante)
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/ThingerENC28J60.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2016 THINK BIG LABS SL
3+
// Copyright (c) 2017 THINK BIG LABS SL
44
// Author: [email protected] (Alvaro Luis Bustamante)
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/ThingerESP8266.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2016 THINK BIG LABS SL
3+
// Copyright (c) 2017 THINK BIG LABS SL
44
// Author: [email protected] (Alvaro Luis Bustamante)
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/ThingerESP8266AT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2016 THINK BIG LABS SL
3+
// Copyright (c) 2017 THINK BIG LABS SL
44
// Author: [email protected] (Alvaro Luis Bustamante)
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/ThingerEthernet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2016 THINK BIG LABS SL
3+
// Copyright (c) 2017 THINK BIG LABS SL
44
// Author: [email protected] (Alvaro Luis Bustamante)
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/ThingerGSM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2016 THINK BIG LABS SL
3+
// Copyright (c) 2017 THINK BIG LABS SL
44
// Author: [email protected] (Alvaro Luis Bustamante)
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

src/ThingerLinkItOneGPRS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// The MIT License (MIT)
22
//
3-
// Copyright (c) 2016 THINK BIG LABS SL
3+
// Copyright (c) 2017 THINK BIG LABS SL
44
// Author: [email protected] (Alvaro Luis Bustamante)
55
//
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)