Skip to content

Commit

Permalink
Change license to Apache 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idokleinman committed May 20, 2015
1 parent 0622292 commit 6fe6da1
Show file tree
Hide file tree
Showing 8 changed files with 285 additions and 183 deletions.
366 changes: 201 additions & 165 deletions LICENSE

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions Pod/Classes/SDK/SparkAccessToken.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
//
// SparkAccessToken.h
// teacup-ios-app
// Particle iOS Cloud SDK
//
// Created by Ido Kleinman on 1/5/15.
// Copyright (c) 2015 spark. All rights reserved.
// Created by Ido Kleinman
// Copyright 2015 Particle
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#import <Foundation/Foundation.h>

Expand Down
18 changes: 14 additions & 4 deletions Pod/Classes/SDK/SparkCloud.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
//
// SparkCloud.h
// mobile-sdk-ios
// Particle iOS Cloud SDK
//
// Created by Ido Kleinman on 11/7/14.
// Copyright (c) 2014-2015 Spark. All rights reserved.
// Created by Ido Kleinman
// Copyright 2015 Particle
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#import <Foundation/Foundation.h>
//#import <AFNetworking/AFNetworking.h>
#import "SparkDevice.h"

extern NSString *const kSparkAPIBaseURL;
Expand Down
17 changes: 14 additions & 3 deletions Pod/Classes/SDK/SparkDevice.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
//
// SparkDevice.h
// mobile-sdk-ios
// Particle iOS Cloud SDK
//
// Created by Ido Kleinman on 11/7/14.
// Copyright (c) 2014-2015 Spark. All rights reserved.
// Created by Ido Kleinman
// Copyright 2015 Particle
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#import <Foundation/Foundation.h>
//#import <AFNetworking/AFNetworking.h>
Expand Down
17 changes: 14 additions & 3 deletions Pod/Classes/SDK/SparkUser.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
//
// SparkUser.h
// teacup-ios-app
// Particle iOS Cloud SDK
//
// Created by Ido Kleinman on 1/9/15.
// Copyright (c) 2015 spark. All rights reserved.
// Created by Ido Kleinman
// Copyright 2015 Particle
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#import <Foundation/Foundation.h>

Expand Down
15 changes: 13 additions & 2 deletions Pod/Classes/Spark-SDK-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
//
// Spark-SDK-Bridging-Header.h
// Pods
// Particle iOS Cloud SDK
//
// Created by Ido on 4/13/15.
// Created by Ido Kleinman
// Copyright 2015 Particle
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef Pods_Spark_SDK_Bridging_Header_h
#define Pods_Spark_SDK_Bridging_Header_h
Expand Down
16 changes: 14 additions & 2 deletions Pod/Classes/Spark-SDK.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
//
// Spark-SDK.h
// Pods
// Particle iOS Cloud SDK
//
// Created by Ido on 3/2/15.
// Created by Ido Kleinman
// Copyright 2015 Particle
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#import <Foundation/Foundation.h>

#ifndef Pods_Spark_SDK_h
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,4 @@ We also have an example app [here](https://github.com/spark/spark-setup-ios-exam

## License

Particle iOS Cloud SDK is available under the LGPL v3 license. See the LICENSE file for more info.
Particle iOS Cloud SDK is available under the Apache License 2.0. See the LICENSE file for more info.

0 comments on commit 6fe6da1

Please sign in to comment.