Skip to content

Commit cb3561a

Browse files
author
dzenbot
committed
Updates the license
1 parent 38c243e commit cb3561a

15 files changed

+182
-84
lines changed

LICENSE

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
Copyright 2014 Slack Technologies, Inc.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.

Source/Additions/UIScrollView+ChatKitAdditions.h

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// UIScrollView+ChatKitAdditions.h
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/19/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import <UIKit/UIKit.h>

Source/Additions/UIScrollView+ChatKitAdditions.m

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// UIScrollView+ChatKitAdditions.m
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/19/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import "UIScrollView+ChatKitAdditions.h"

Source/Additions/UITextView+ChatKitAdditions.h

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// UITextView+ChatKitAdditions.h
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/19/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import <UIKit/UIKit.h>

Source/Additions/UITextView+ChatKitAdditions.m

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// UITextView+ChatKitAdditions.m
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/19/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import "UITextView+ChatKitAdditions.h"

Source/Additions/UIView+ChatKitAdditions.h

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// UIView+ChatKitAdditions.h
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/20/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import <UIKit/UIKit.h>

Source/Additions/UIView+ChatKitAdditions.m

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// UIView+ChatKitAdditions.m
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/20/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import "UIView+ChatKitAdditions.h"

Source/Classes/SCKChatToolbar.h

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// SCKChatToolbar.h
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/16/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import <UIKit/UIKit.h>

Source/Classes/SCKChatToolbar.m

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// SCKChatToolbar.m
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/16/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import "SCKChatToolbar.h"

Source/Classes/SCKChatViewController.h

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// SCKChatViewController.h
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/15/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import <UIKit/UIKit.h>

Source/Classes/SCKChatViewController.m

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// SCKChatViewController.m
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/15/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import "SCKChatViewController.h"

Source/Classes/SCKTextView.h

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// SCKTextView.h
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/15/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import <UIKit/UIKit.h>

Source/Classes/SCKTextView.m

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// SCKTextView.h
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 8/15/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import "SCKTextView.h"

Source/Classes/SCKTypeIndicatorView.h

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// SCKTypeIndicatorView.h
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 5/13/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import <UIKit/UIKit.h>

Source/Classes/SCKTypeIndicatorView.m

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
//
2-
// SCKTypeIndicatorView.m
3-
// SlackChatKit
4-
// https://github.com/tinyspeck/slack-chat-kit
2+
// Copyright 2014 Slack Technologies, Inc.
53
//
6-
// Created by Ignacio Romero Zurbuchen on 5/13/14.
7-
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
8-
// Licence: MIT-Licence
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
915
//
1016

1117
#import "SCKTypeIndicatorView.h"

0 commit comments

Comments
 (0)