diff --git a/Example/Leanplum-SDK/LPAppDelegate.h b/Example/Leanplum-SDK/LPAppDelegate.h index 32b34e0c..3b3d4402 100644 --- a/Example/Leanplum-SDK/LPAppDelegate.h +++ b/Example/Leanplum-SDK/LPAppDelegate.h @@ -3,8 +3,24 @@ // Leanplum-SDK // // Created by Ben Marten on 08/29/2016. -// Copyright (c) 2016 Ben Marten. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 UIKit; #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 100000 diff --git a/Example/Leanplum-SDK/LPAppDelegate.m b/Example/Leanplum-SDK/LPAppDelegate.m index 2cdf0ed4..d6e9bef1 100644 --- a/Example/Leanplum-SDK/LPAppDelegate.m +++ b/Example/Leanplum-SDK/LPAppDelegate.m @@ -3,8 +3,24 @@ // Leanplum-SDK // // Created by Ben Marten on 08/29/2016. -// Copyright (c) 2016 Ben Marten. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPAppDelegate.h" #if LP_NOT_TV & __IPHONE_OS_VERSION_MIN_REQUIRED >= 100000 diff --git a/Example/Leanplum-SDK/LPViewController.h b/Example/Leanplum-SDK/LPViewController.h index 2280fb93..321ace36 100644 --- a/Example/Leanplum-SDK/LPViewController.h +++ b/Example/Leanplum-SDK/LPViewController.h @@ -3,8 +3,24 @@ // Leanplum-SDK // // Created by Ben Marten on 08/29/2016. -// Copyright (c) 2016 Ben Marten. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 UIKit; diff --git a/Example/Leanplum-SDK/LPViewController.m b/Example/Leanplum-SDK/LPViewController.m index 75491803..da40f0a2 100644 --- a/Example/Leanplum-SDK/LPViewController.m +++ b/Example/Leanplum-SDK/LPViewController.m @@ -3,8 +3,24 @@ // Leanplum-SDK // // Created by Ben Marten on 08/29/2016. -// Copyright (c) 2016 Ben Marten. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPViewController.h" diff --git a/Example/Leanplum-SDK/main.m b/Example/Leanplum-SDK/main.m index 02ee1ddb..5ffa34ef 100644 --- a/Example/Leanplum-SDK/main.m +++ b/Example/Leanplum-SDK/main.m @@ -3,8 +3,24 @@ // Leanplum-SDK // // Created by Ben Marten on 08/29/2016. -// Copyright (c) 2016 Ben Marten. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 UIKit; #import "LPAppDelegate.h" diff --git a/Leanplum-SDK/Classes/Constants.h b/Leanplum-SDK/Classes/Constants.h index 6ab970e9..f447966d 100644 --- a/Leanplum-SDK/Classes/Constants.h +++ b/Leanplum-SDK/Classes/Constants.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 5/2/12. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 diff --git a/Leanplum-SDK/Classes/Constants.m b/Leanplum-SDK/Classes/Constants.m index 9dbabeff..a34d10ac 100644 --- a/Leanplum-SDK/Classes/Constants.m +++ b/Leanplum-SDK/Classes/Constants.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 5/2/12. -// Copyright (c) 2013 Leanplum. All rights reserved. +// Copyright (c) 2013 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "Constants.h" #import "LeanplumRequest.h" diff --git a/Leanplum-SDK/Classes/FileMD5Hash.c b/Leanplum-SDK/Classes/FileMD5Hash.c index df06e5af..a1616075 100644 --- a/Leanplum-SDK/Classes/FileMD5Hash.c +++ b/Leanplum-SDK/Classes/FileMD5Hash.c @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 5/29/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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. #include "FileMD5Hash.h" @@ -96,4 +112,4 @@ CFStringRef Leanplum_FileMD5HashCreateWithPath(CFStringRef filePath, CFRelease(fileURL); } return result; -} \ No newline at end of file +} diff --git a/Leanplum-SDK/Classes/FileMD5Hash.h b/Leanplum-SDK/Classes/FileMD5Hash.h index e47de30e..a7e4c7b4 100644 --- a/Leanplum-SDK/Classes/FileMD5Hash.h +++ b/Leanplum-SDK/Classes/FileMD5Hash.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 5/29/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 Leanplum_FileMD5Hash_h #define Leanplum_FileMD5Hash_h diff --git a/Leanplum-SDK/Classes/LPAES.h b/Leanplum-SDK/Classes/LPAES.h index 9856368a..c0807b22 100644 --- a/Leanplum-SDK/Classes/LPAES.h +++ b/Leanplum-SDK/Classes/LPAES.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 4/25/17. -// Copyright (c) 2017 Leanplum. All rights reserved. +// Copyright (c) 2017 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 diff --git a/Leanplum-SDK/Classes/LPAES.m b/Leanplum-SDK/Classes/LPAES.m index 5550dd58..834edc7e 100644 --- a/Leanplum-SDK/Classes/LPAES.m +++ b/Leanplum-SDK/Classes/LPAES.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 4/25/17. -// Copyright (c) 2017 Leanplum. All rights reserved. +// Copyright (c) 2017 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPAES.h" #import "Constants.h" diff --git a/Leanplum-SDK/Classes/LPActionManager.h b/Leanplum-SDK/Classes/LPActionManager.h index ed18cebf..d3e7ca05 100644 --- a/Leanplum-SDK/Classes/LPActionManager.h +++ b/Leanplum-SDK/Classes/LPActionManager.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 9/12/13. -// Copyright (c) 2013 Leanplum. All rights reserved. +// Copyright (c) 2013 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "Leanplum.h" diff --git a/Leanplum-SDK/Classes/LPActionManager.m b/Leanplum-SDK/Classes/LPActionManager.m index 318f5f58..6eabc43b 100644 --- a/Leanplum-SDK/Classes/LPActionManager.m +++ b/Leanplum-SDK/Classes/LPActionManager.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 9/12/13. -// Copyright (c) 2013 Leanplum. All rights reserved. +// Copyright (c) 2013 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPActionManager.h" diff --git a/Leanplum-SDK/Classes/LPAppIconManager.h b/Leanplum-SDK/Classes/LPAppIconManager.h index 01938a41..f29de84b 100644 --- a/Leanplum-SDK/Classes/LPAppIconManager.h +++ b/Leanplum-SDK/Classes/LPAppIconManager.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 2/23/17. -// Copyright (c) 2017 Leanplum. All rights reserved. +// Copyright (c) 2017 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 diff --git a/Leanplum-SDK/Classes/LPAppIconManager.m b/Leanplum-SDK/Classes/LPAppIconManager.m index 5b9f826e..7b113ada 100644 --- a/Leanplum-SDK/Classes/LPAppIconManager.m +++ b/Leanplum-SDK/Classes/LPAppIconManager.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 2/23/17. -// Copyright (c) 2017 Leanplum. All rights reserved. +// Copyright (c) 2017 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPAppIconManager.h" #import "LeanplumRequest.h" diff --git a/Leanplum-SDK/Classes/LPFileManager.h b/Leanplum-SDK/Classes/LPFileManager.h index 926aeeb7..f5be08b8 100644 --- a/Leanplum-SDK/Classes/LPFileManager.h +++ b/Leanplum-SDK/Classes/LPFileManager.h @@ -1,10 +1,26 @@ // // LPFileManager.h -// LeanplumTest +// Leanplum // // Created by Andrew First on 1/9/13. +// Copyright (c) 2013 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "Leanplum.h" #import diff --git a/Leanplum-SDK/Classes/LPFileManager.m b/Leanplum-SDK/Classes/LPFileManager.m index c7e07e06..35190237 100644 --- a/Leanplum-SDK/Classes/LPFileManager.m +++ b/Leanplum-SDK/Classes/LPFileManager.m @@ -1,10 +1,26 @@ // // LPFileManager.m -// LeanplumTest +// Leanplum // // Created by Andrew First on 1/9/13. +// Copyright (c) 2013 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "Constants.h" #import "JRSwizzle.h" diff --git a/Leanplum-SDK/Classes/LPInbox.h b/Leanplum-SDK/Classes/LPInbox.h index 6b11e435..d46f5401 100644 --- a/Leanplum-SDK/Classes/LPInbox.h +++ b/Leanplum-SDK/Classes/LPInbox.h @@ -3,9 +3,24 @@ // Leanplum // // Created by Aleksandar Gyorev on 05/08/15. -// Copyright (c) 2015 Leanplum. All rights reserved. +// Copyright (c) 2015 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 diff --git a/Leanplum-SDK/Classes/LPInbox.m b/Leanplum-SDK/Classes/LPInbox.m index cf62e402..11ac1bbd 100644 --- a/Leanplum-SDK/Classes/LPInbox.m +++ b/Leanplum-SDK/Classes/LPInbox.m @@ -3,9 +3,24 @@ // Leanplum // // Created by Aleksandar Gyorev on 05/08/15. -// Copyright (c) 2015 Leanplum. All rights reserved. +// Copyright (c) 2015 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPInbox.h" #import "Constants.h" diff --git a/Leanplum-SDK/Classes/LPJSON.h b/Leanplum-SDK/Classes/LPJSON.h index db2c7095..855d2e58 100644 --- a/Leanplum-SDK/Classes/LPJSON.h +++ b/Leanplum-SDK/Classes/LPJSON.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 2/1/17. -// Copyright (c) 2017 Leanplum. All rights reserved. +// Copyright (c) 2017 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 diff --git a/Leanplum-SDK/Classes/LPJSON.m b/Leanplum-SDK/Classes/LPJSON.m index e0fc6259..ec2beff2 100644 --- a/Leanplum-SDK/Classes/LPJSON.m +++ b/Leanplum-SDK/Classes/LPJSON.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 2/1/17. -// Copyright (c) 2017 Leanplum. All rights reserved. +// Copyright (c) 2017 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPJSON.h" #import "LeanplumInternal.h" diff --git a/Leanplum-SDK/Classes/LPKeychainWrapper.h b/Leanplum-SDK/Classes/LPKeychainWrapper.h index 4a26a36d..f215df74 100644 --- a/Leanplum-SDK/Classes/LPKeychainWrapper.h +++ b/Leanplum-SDK/Classes/LPKeychainWrapper.h @@ -1,4 +1,26 @@ -//File: KeychainWrapper.h +// +// LPKeychainWrapper.h +// Leanplum +// +// Copyright (c) 2017 Leanplum, Inc. All rights reserved. +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 @interface LPKeychainWrapper : NSObject {} @@ -11,4 +33,4 @@ + (NSData *)cipherString:(NSString *)data withKey:(NSString*)cipherKey; + (NSString *)decipherString:(NSData *)data withKey:(NSString*)cipherKey; -@end \ No newline at end of file +@end diff --git a/Leanplum-SDK/Classes/LPKeychainWrapper.m b/Leanplum-SDK/Classes/LPKeychainWrapper.m index c228847b..11fffd54 100644 --- a/Leanplum-SDK/Classes/LPKeychainWrapper.m +++ b/Leanplum-SDK/Classes/LPKeychainWrapper.m @@ -1,4 +1,26 @@ -//File: KeychainWrapper.m +// +// LPKeychainWrapper.m +// Leanplum +// +// Copyright (c) 2017 Leanplum, Inc. All rights reserved. +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPKeychainWrapper.h" #import #include diff --git a/Leanplum-SDK/Classes/LPMessageTemplates.m b/Leanplum-SDK/Classes/LPMessageTemplates.m index 44c2e540..3f558ded 100644 --- a/Leanplum-SDK/Classes/LPMessageTemplates.m +++ b/Leanplum-SDK/Classes/LPMessageTemplates.m @@ -5,26 +5,26 @@ // Created by Andrew First on 9/12/13. // Copyright 2013 Leanplum, Inc. // -// 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: +// 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: // -// 1. The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. -// 2. This software and its derivatives may only be used in conjunction with the -// Leanplum SDK within apps that have a valid subscription to the Leanplum platform, -// at http://www.leanplum.com +// 1. The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// 2. This software and its derivatives may only be used in conjunction with the +// Leanplum SDK within apps that have a valid subscription to the Leanplum platform, +// at http://www.leanplum.com // -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -// THE SOFTWARE. +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +// THE SOFTWARE. #import "LPMessageTemplates.h" #import diff --git a/Leanplum-SDK/Classes/LPNetworkEngine.h b/Leanplum-SDK/Classes/LPNetworkEngine.h index 47e633ff..41e195b5 100644 --- a/Leanplum-SDK/Classes/LPNetworkEngine.h +++ b/Leanplum-SDK/Classes/LPNetworkEngine.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 11/14/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPNetworkProtocol.h" #import "Leanplum_Reachability.h" diff --git a/Leanplum-SDK/Classes/LPNetworkEngine.m b/Leanplum-SDK/Classes/LPNetworkEngine.m index 41a3b41e..607f2adf 100644 --- a/Leanplum-SDK/Classes/LPNetworkEngine.m +++ b/Leanplum-SDK/Classes/LPNetworkEngine.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 11/14/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPNetworkEngine.h" #import "LPNetworkOperation.h" diff --git a/Leanplum-SDK/Classes/LPNetworkFactory.h b/Leanplum-SDK/Classes/LPNetworkFactory.h index 4b574548..e1d1f29e 100644 --- a/Leanplum-SDK/Classes/LPNetworkFactory.h +++ b/Leanplum-SDK/Classes/LPNetworkFactory.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 11/14/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 #import "LPNetworkProtocol.h" diff --git a/Leanplum-SDK/Classes/LPNetworkFactory.m b/Leanplum-SDK/Classes/LPNetworkFactory.m index 6df97824..30d03401 100644 --- a/Leanplum-SDK/Classes/LPNetworkFactory.m +++ b/Leanplum-SDK/Classes/LPNetworkFactory.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 11/14/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPNetworkFactory.h" #import "LPNetworkEngine.h" diff --git a/Leanplum-SDK/Classes/LPNetworkOperation.h b/Leanplum-SDK/Classes/LPNetworkOperation.h index 4398aa6d..6957e798 100644 --- a/Leanplum-SDK/Classes/LPNetworkOperation.h +++ b/Leanplum-SDK/Classes/LPNetworkOperation.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 11/14/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPNetworkProtocol.h" diff --git a/Leanplum-SDK/Classes/LPNetworkOperation.m b/Leanplum-SDK/Classes/LPNetworkOperation.m index d66fe9e1..dbf21231 100644 --- a/Leanplum-SDK/Classes/LPNetworkOperation.m +++ b/Leanplum-SDK/Classes/LPNetworkOperation.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 11/14/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPNetworkOperation.h" #import "LPNetworkEngine.h" diff --git a/Leanplum-SDK/Classes/LPNetworkProtocol.h b/Leanplum-SDK/Classes/LPNetworkProtocol.h index 9cc3e8e9..09644f9b 100644 --- a/Leanplum-SDK/Classes/LPNetworkProtocol.h +++ b/Leanplum-SDK/Classes/LPNetworkProtocol.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Alexis Oyama on 11/14/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 #import "Leanplum_Reachability.h" diff --git a/Leanplum-SDK/Classes/LPRegisterDevice.h b/Leanplum-SDK/Classes/LPRegisterDevice.h index ce85034b..89d16741 100644 --- a/Leanplum-SDK/Classes/LPRegisterDevice.h +++ b/Leanplum-SDK/Classes/LPRegisterDevice.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 5/13/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 diff --git a/Leanplum-SDK/Classes/LPRegisterDevice.m b/Leanplum-SDK/Classes/LPRegisterDevice.m index 9f5c29b3..e993742c 100644 --- a/Leanplum-SDK/Classes/LPRegisterDevice.m +++ b/Leanplum-SDK/Classes/LPRegisterDevice.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 5/13/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPRegisterDevice.h" #import "LeanplumRequest.h" diff --git a/Leanplum-SDK/Classes/LPRequestStorage.h b/Leanplum-SDK/Classes/LPRequestStorage.h index f0b8cf20..7ad93e95 100644 --- a/Leanplum-SDK/Classes/LPRequestStorage.h +++ b/Leanplum-SDK/Classes/LPRequestStorage.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 10/23/14. +// Copyright (c) 2014 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 diff --git a/Leanplum-SDK/Classes/LPRequestStorage.m b/Leanplum-SDK/Classes/LPRequestStorage.m index 9efd67ea..2a8c796c 100644 --- a/Leanplum-SDK/Classes/LPRequestStorage.m +++ b/Leanplum-SDK/Classes/LPRequestStorage.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 10/23/14. +// Copyright (c) 2014 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPRequestStorage.h" #import "Constants.h" diff --git a/Leanplum-SDK/Classes/LPRevenueManager.h b/Leanplum-SDK/Classes/LPRevenueManager.h index dc9ba902..bc6aeabe 100644 --- a/Leanplum-SDK/Classes/LPRevenueManager.h +++ b/Leanplum-SDK/Classes/LPRevenueManager.h @@ -3,8 +3,24 @@ // Leanplum iOS SDK // // Created by Atanas Dobrev on 9/9/14 -// Copyright (c) 2014 Leanplum. All rights reserved. +// Copyright (c) 2014 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 #import diff --git a/Leanplum-SDK/Classes/LPRevenueManager.m b/Leanplum-SDK/Classes/LPRevenueManager.m index eab1fa13..53d67fbc 100644 --- a/Leanplum-SDK/Classes/LPRevenueManager.m +++ b/Leanplum-SDK/Classes/LPRevenueManager.m @@ -3,8 +3,24 @@ // Leanplum iOS SDK // // Created by Atanas Dobrev on 9/9/14 -// Copyright (c) 2014 Leanplum. All rights reserved. +// Copyright (c) 2014 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPRevenueManager.h" #import "JRSwizzle.h" diff --git a/Leanplum-SDK/Classes/LPUIAlert.h b/Leanplum-SDK/Classes/LPUIAlert.h index 03ea2309..804b474e 100644 --- a/Leanplum-SDK/Classes/LPUIAlert.h +++ b/Leanplum-SDK/Classes/LPUIAlert.h @@ -4,8 +4,24 @@ // // Created by Ryan Maxwell on 29/08/13. // Copyright (c) 2013 Ryan Maxwell. All rights reserved. -// Copyright (c) 2015 Leanplum, Inc. All rights reserved. +// Copyright (c) 2013 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "Constants.h" #import diff --git a/Leanplum-SDK/Classes/LPUIAlert.m b/Leanplum-SDK/Classes/LPUIAlert.m index 4045e7aa..ab8aaff7 100644 --- a/Leanplum-SDK/Classes/LPUIAlert.m +++ b/Leanplum-SDK/Classes/LPUIAlert.m @@ -4,8 +4,24 @@ // // Created by Ryan Maxwell on 29/08/13. // Copyright (c) 2013 Ryan Maxwell. All rights reserved. -// Copyright (c) 2015 Leanplum, Inc. All rights reserved. +// Copyright (c) 2013 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPUIAlert.h" #import "Constants.h" diff --git a/Leanplum-SDK/Classes/LPUIEditorWrapper.h b/Leanplum-SDK/Classes/LPUIEditorWrapper.h index a7d9a1b6..02b712c7 100644 --- a/Leanplum-SDK/Classes/LPUIEditorWrapper.h +++ b/Leanplum-SDK/Classes/LPUIEditorWrapper.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Milos Jakovljevic on 3/27/17. -// Copyright (c) 2017 Leanplum. All rights reserved. +// Copyright (c) 2017 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 diff --git a/Leanplum-SDK/Classes/LPUIEditorWrapper.m b/Leanplum-SDK/Classes/LPUIEditorWrapper.m index c117959c..af3afb41 100644 --- a/Leanplum-SDK/Classes/LPUIEditorWrapper.m +++ b/Leanplum-SDK/Classes/LPUIEditorWrapper.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Milos Jakovljevic on 3/27/17. -// Copyright (c) 2017 Leanplum. All rights reserved. +// Copyright (c) 2017 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LPUIEditorWrapper.h" diff --git a/Leanplum-SDK/Classes/LPVarCache.h b/Leanplum-SDK/Classes/LPVarCache.h index 58283db1..4c2976d9 100644 --- a/Leanplum-SDK/Classes/LPVarCache.h +++ b/Leanplum-SDK/Classes/LPVarCache.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 5/2/12. -// Copyright (c) 2012 Leanplum. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 diff --git a/Leanplum-SDK/Classes/LPVarCache.m b/Leanplum-SDK/Classes/LPVarCache.m index 0321f068..e9fedfbd 100644 --- a/Leanplum-SDK/Classes/LPVarCache.m +++ b/Leanplum-SDK/Classes/LPVarCache.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 5/2/12. -// Copyright (c) 2012 Leanplum. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "Constants.h" #import "LPFileManager.h" diff --git a/Leanplum-SDK/Classes/Leanplum.h b/Leanplum-SDK/Classes/Leanplum.h index 03273a8d..8064b436 100644 --- a/Leanplum-SDK/Classes/Leanplum.h +++ b/Leanplum-SDK/Classes/Leanplum.h @@ -2,8 +2,24 @@ // Leanplum.h // Leanplum iOS SDK Version 2.0.0-SNAPSHOT // -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 #import diff --git a/Leanplum-SDK/Classes/Leanplum.m b/Leanplum-SDK/Classes/Leanplum.m index 32560137..d506ebc7 100644 --- a/Leanplum-SDK/Classes/Leanplum.m +++ b/Leanplum-SDK/Classes/Leanplum.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 4/30/12. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LeanplumInternal.h" #import "LeanplumRequest.h" diff --git a/Leanplum-SDK/Classes/LeanplumInternal.h b/Leanplum-SDK/Classes/LeanplumInternal.h index 5d048a8a..aafdb9b8 100644 --- a/Leanplum-SDK/Classes/LeanplumInternal.h +++ b/Leanplum-SDK/Classes/LeanplumInternal.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 4/30/15. +// Copyright (c) 2015 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "Leanplum.h" #import "Constants.h" diff --git a/Leanplum-SDK/Classes/LeanplumRequest.h b/Leanplum-SDK/Classes/LeanplumRequest.h index a38f2a37..c6c89007 100644 --- a/Leanplum-SDK/Classes/LeanplumRequest.h +++ b/Leanplum-SDK/Classes/LeanplumRequest.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 4/30/12. -// Copyright (c) 2012 Leanplum. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 #import "Leanplum.h" diff --git a/Leanplum-SDK/Classes/LeanplumRequest.m b/Leanplum-SDK/Classes/LeanplumRequest.m index 4f03dc50..98dd7ec1 100644 --- a/Leanplum-SDK/Classes/LeanplumRequest.m +++ b/Leanplum-SDK/Classes/LeanplumRequest.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 4/30/12. -// Copyright (c) 2012 Leanplum. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "Leanplum.h" #import "LeanplumInternal.h" diff --git a/Leanplum-SDK/Classes/LeanplumSocket.h b/Leanplum-SDK/Classes/LeanplumSocket.h index a662b8c1..17aa9b1e 100644 --- a/Leanplum-SDK/Classes/LeanplumSocket.h +++ b/Leanplum-SDK/Classes/LeanplumSocket.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 5/5/12. -// Copyright (c) 2012 Leanplum. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 #import "Leanplum_SocketIO.h" diff --git a/Leanplum-SDK/Classes/LeanplumSocket.m b/Leanplum-SDK/Classes/LeanplumSocket.m index 1cee99e2..1be66f44 100644 --- a/Leanplum-SDK/Classes/LeanplumSocket.m +++ b/Leanplum-SDK/Classes/LeanplumSocket.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Andrew First on 5/5/12. -// Copyright (c) 2012 Leanplum. All rights reserved. +// Copyright (c) 2012 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "LeanplumSocket.h" #import "LeanplumInternal.h" diff --git a/Leanplum-SDK/Classes/Utils.h b/Leanplum-SDK/Classes/Utils.h index 16f6027a..d557a1f8 100644 --- a/Leanplum-SDK/Classes/Utils.h +++ b/Leanplum-SDK/Classes/Utils.h @@ -3,8 +3,24 @@ // Leanplum // // Created by Ben Marten on 6/6/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 diff --git a/Leanplum-SDK/Classes/Utils.m b/Leanplum-SDK/Classes/Utils.m index 325a565d..fc431dad 100644 --- a/Leanplum-SDK/Classes/Utils.m +++ b/Leanplum-SDK/Classes/Utils.m @@ -3,8 +3,24 @@ // Leanplum // // Created by Ben Marten on 6/6/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you 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 "Utils.h" #import diff --git a/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKEngineWrapper.h b/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKEngineWrapper.h index 6aa2da1c..6d382428 100644 --- a/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKEngineWrapper.h +++ b/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKEngineWrapper.h @@ -3,7 +3,7 @@ // Leanplum // // Created by Alexis Oyama on 11/14/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // #if __IPHONE_OS_VERSION_MIN_REQUIRED < 70000 diff --git a/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKEngineWrapper.m b/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKEngineWrapper.m index bc091820..2b24be64 100644 --- a/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKEngineWrapper.m +++ b/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKEngineWrapper.m @@ -3,7 +3,7 @@ // Leanplum // // Created by Alexis Oyama on 11/14/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // #if __IPHONE_OS_VERSION_MIN_REQUIRED < 70000 diff --git a/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKOperationWrapper.h b/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKOperationWrapper.h index 4c23f426..7c8fc9d1 100644 --- a/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKOperationWrapper.h +++ b/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKOperationWrapper.h @@ -3,7 +3,7 @@ // Leanplum // // Created by Alexis Oyama on 11/14/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // #if __IPHONE_OS_VERSION_MIN_REQUIRED < 70000 diff --git a/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKOperationWrapper.m b/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKOperationWrapper.m index 40fbe925..4e11bb8b 100644 --- a/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKOperationWrapper.m +++ b/Leanplum-SDK/Classes/Vendor/MKNetworkKit/Leanplum_MKNKOperationWrapper.m @@ -3,7 +3,7 @@ // Leanplum // // Created by Alexis Oyama on 11/14/16. -// Copyright (c) 2016 Leanplum. All rights reserved. +// Copyright (c) 2016 Leanplum, Inc. All rights reserved. // #if __IPHONE_OS_VERSION_MIN_REQUIRED < 70000