Skip to content

Commit

Permalink
Update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Nov 28, 2016
1 parent cbded78 commit 968817c
Show file tree
Hide file tree
Showing 18 changed files with 191 additions and 50 deletions.
26 changes: 10 additions & 16 deletions LICENSE
@@ -1,19 +1,13 @@
Copyright (c) 2016 Kwok-kuen Cheung <cheungpat@oursky.com>
Copyright 2016 Oursky Ltd.

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:
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

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
http://www.apache.org/licenses/LICENSE-2.0

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.
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.
15 changes: 13 additions & 2 deletions SKYKitChat/Classes/Records/SKYChatRecord.h
@@ -1,9 +1,20 @@
//
// SKYChatRecord.h
// Pods
// SKYKit
//
// Created by Andrew Chung on 6/7/16.
// Copyright 2016 Oursky Ltd.
//
// 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 <SKYKit/SKYKit.h>
Expand Down
15 changes: 13 additions & 2 deletions SKYKitChat/Classes/Records/SKYChatRecord.m
@@ -1,9 +1,20 @@
//
// SKYChatRecord.m
// Pods
// SKYKit
//
// Created by Andrew Chung on 6/7/16.
// Copyright 2016 Oursky Ltd.
//
// 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 "SKYChatRecord.h"
Expand Down
17 changes: 14 additions & 3 deletions SKYKitChat/Classes/Records/SKYConversation.h
@@ -1,9 +1,20 @@
//
// Conversation.h
// Pods
// SKYConversation.h
// SKYKit
//
// Created by Andrew Chung on 6/1/16.
// Copyright 2016 Oursky Ltd.
//
// 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 <SKYKit/SKYKit.h>
Expand Down
17 changes: 14 additions & 3 deletions SKYKitChat/Classes/Records/SKYConversation.m
@@ -1,9 +1,20 @@
//
// Conversation.m
// Pods
// SKYConversation.m
// SKYKit
//
// Created by Andrew Chung on 6/1/16.
// Copyright 2016 Oursky Ltd.
//
// 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 "SKYConversation.h"
Expand Down
17 changes: 14 additions & 3 deletions SKYKitChat/Classes/Records/SKYMessage.h
@@ -1,9 +1,20 @@
//
// Message.h
// Pods
// SKYMessage.h
// SKYKit
//
// Created by Andrew Chung on 6/2/16.
// Copyright 2016 Oursky Ltd.
//
// 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 <SKYKit/SKYKit.h>
Expand Down
17 changes: 14 additions & 3 deletions SKYKitChat/Classes/Records/SKYMessage.m
@@ -1,9 +1,20 @@
//
// Message.m
// Pods
// SKYMessage.m
// SKYKit
//
// Created by Andrew Chung on 6/2/16.
// Copyright 2016 Oursky Ltd.
//
// 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 "SKYMessage.h"
Expand Down
15 changes: 13 additions & 2 deletions SKYKitChat/Classes/Records/SKYUserChannel.h
@@ -1,9 +1,20 @@
//
// SKYUserChannel.h
// Pods
// SKYKit
//
// Created by Andrew Chung on 6/2/16.
// Copyright 2016 Oursky Ltd.
//
// 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 "SKYChatRecord.h"
Expand Down
15 changes: 13 additions & 2 deletions SKYKitChat/Classes/Records/SKYUserChannel.m
@@ -1,9 +1,20 @@
//
// SKYUserChannel.m
// Pods
// SKYKit
//
// Created by Andrew Chung on 6/2/16.
// Copyright 2016 Oursky Ltd.
//
// 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 "SKYUserChannel.h"
Expand Down
15 changes: 13 additions & 2 deletions SKYKitChat/Classes/Records/SKYUserConversation.h
@@ -1,9 +1,20 @@
//
// SKYUserConversation.h
// Pods
// SKYKit
//
// Created by Andrew Chung on 7/26/16.
// Copyright 2016 Oursky Ltd.
//
// 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 <SKYKit/SKYKit.h>
Expand Down
15 changes: 13 additions & 2 deletions SKYKitChat/Classes/Records/SKYUserConversation.m
@@ -1,9 +1,20 @@
//
// SKYUserConversation.m
// Pods
// SKYKit
//
// Created by Andrew Chung on 7/26/16.
// Copyright 2016 Oursky Ltd.
//
// 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 "SKYUserConversation.h"
Expand Down
3 changes: 2 additions & 1 deletion SKYKitChat/Classes/SKYChatExtension.h
@@ -1,5 +1,5 @@
//
// SKYContainer+Chat.h
// SKYChatExtension.h
// SKYKit
//
// Copyright 2016 Oursky Ltd.
Expand All @@ -15,6 +15,7 @@
// 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 <SKYKit/SKYKit.h>

Expand Down
5 changes: 3 additions & 2 deletions SKYKitChat/Classes/SKYChatExtension.m
@@ -1,8 +1,8 @@
//
// SKYContainer+Chat.m
// SKYChatExtension.m
// SKYKit
//
// Copyright 2015 Oursky Ltd.
// Copyright 2016 Oursky Ltd.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -15,6 +15,7 @@
// 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 "SKYChatExtension.h"

Expand Down
15 changes: 13 additions & 2 deletions SKYKitChat/Classes/SKYChatReceipt.h
@@ -1,9 +1,20 @@
//
// SKYChatReceipt.h
// Pods
// SKYKit
//
// Created by atwork on 26/11/2016.
// Copyright 2016 Oursky Ltd.
//
// 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 SKYKitChat/Classes/SKYChatReceipt.m
@@ -1,9 +1,20 @@
//
// SKYChatReceipt.m
// Pods
// SKYKit
//
// Created by atwork on 26/11/2016.
// Copyright 2016 Oursky Ltd.
//
// 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 "SKYChatReceipt.h"
Expand Down
1 change: 1 addition & 0 deletions SKYKitChat/Classes/SKYContainer+Chat.h
Expand Up @@ -15,6 +15,7 @@
// 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 <SKYKit/SKYKit.h>

Expand Down
3 changes: 2 additions & 1 deletion SKYKitChat/Classes/SKYContainer+Chat.m
Expand Up @@ -2,7 +2,7 @@
// SKYContainer+Chat.m
// SKYKit
//
// Copyright 2015 Oursky Ltd.
// Copyright 2016 Oursky Ltd.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -15,6 +15,7 @@
// 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 "SKYContainer+Chat.h"

Expand Down
15 changes: 13 additions & 2 deletions SKYKitChat/Classes/SKYKitChat.h
@@ -1,9 +1,20 @@
//
// SKYKitChat.h
// Pods
// SKYKit
//
// Created by atwork on 25/11/2016.
// Copyright 2016 Oursky Ltd.
//
// 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 "SKYChatExtension.h"
Expand Down

0 comments on commit 968817c

Please sign in to comment.