Skip to content

Commit bf21cc0

Browse files
Updated license information
1 parent 2fea76d commit bf21cc0

31 files changed

+43
-45
lines changed

README.adoc

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ This library allows an Arduino Yun to connect to the Temboo service.
44

55
== License ==
66

7-
Copyright (c) Arduino LLC. All right reserved.
8-
9-
This library is free software; you can redistribute it and/or
10-
modify it under the terms of the GNU Lesser General Public
11-
License as published by the Free Software Foundation; either
12-
version 2.1 of the License, or (at your option) any later version.
13-
14-
This library is distributed in the hope that it will be useful,
15-
but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
Lesser General Public License for more details.
18-
19-
You should have received a copy of the GNU Lesser General Public
20-
License along with this library; if not, write to the Free Software
21-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
7+
Copyright 2015, Temboo Inc.
8+
9+
Licensed under the Apache License, Version 2.0 (the "License");
10+
you may not use this file except in compliance with the License.
11+
You may obtain a copy of the License at
12+
13+
http://www.apache.org/licenses/LICENSE-2.0
14+
15+
Unless required by applicable law or agreed to in writing,
16+
software distributed under the License is distributed on an
17+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
18+
either express or implied. See the License for the specific
19+
language governing permissions and limitations under the License.

src/Temboo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Temboo Arduino library
55
#
6-
# Copyright 2014, Temboo Inc.
6+
# Copyright 2015, Temboo Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

src/Temboo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Temboo Arduino library
55
#
6-
# Copyright 2014, Temboo Inc.
6+
# Copyright 2015, Temboo Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

src/utility/BaseFormatter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Temboo Arduino library
55
#
6-
# Copyright 2014, Temboo Inc.
6+
# Copyright 2015, Temboo Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

src/utility/BaseFormatter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Temboo Arduino library
55
#
6-
# Copyright 2014, Temboo Inc.
6+
# Copyright 2015, Temboo Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

src/utility/ChoreoInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Temboo Arduino library
55
#
6-
# Copyright 2014, Temboo Inc.
6+
# Copyright 2015, Temboo Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

src/utility/ChoreoInput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Temboo Arduino library
55
#
6-
# Copyright 2014, Temboo Inc.
6+
# Copyright 2015, Temboo Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

src/utility/ChoreoInputFormatter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Temboo Arduino library
55
#
6-
# Copyright 2014, Temboo Inc.
6+
# Copyright 2015, Temboo Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

src/utility/ChoreoInputFormatter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Temboo Arduino library
55
#
6-
# Copyright 2014, Temboo Inc.
6+
# Copyright 2015, Temboo Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

src/utility/ChoreoInputSet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Temboo Arduino library
55
#
6-
# Copyright 2014, Temboo Inc.
6+
# Copyright 2015, Temboo Inc.
77
#
88
# Licensed under the Apache License, Version 2.0 (the "License");
99
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)