File tree Expand file tree Collapse file tree 15 files changed +182
-84
lines changed Expand file tree Collapse file tree 15 files changed +182
-84
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
//
2
- // UIScrollView+ChatKitAdditions.h
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import < UIKit/UIKit.h>
Original file line number Diff line number Diff line change 1
1
//
2
- // UIScrollView+ChatKitAdditions.m
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import " UIScrollView+ChatKitAdditions.h"
Original file line number Diff line number Diff line change 1
1
//
2
- // UITextView+ChatKitAdditions.h
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import < UIKit/UIKit.h>
Original file line number Diff line number Diff line change 1
1
//
2
- // UITextView+ChatKitAdditions.m
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import " UITextView+ChatKitAdditions.h"
Original file line number Diff line number Diff line change 1
1
//
2
- // UIView+ChatKitAdditions.h
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import < UIKit/UIKit.h>
Original file line number Diff line number Diff line change 1
1
//
2
- // UIView+ChatKitAdditions.m
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import " UIView+ChatKitAdditions.h"
Original file line number Diff line number Diff line change 1
1
//
2
- // SCKChatToolbar.h
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import < UIKit/UIKit.h>
Original file line number Diff line number Diff line change 1
1
//
2
- // SCKChatToolbar.m
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import " SCKChatToolbar.h"
Original file line number Diff line number Diff line change 1
1
//
2
- // SCKChatViewController.h
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import < UIKit/UIKit.h>
Original file line number Diff line number Diff line change 1
1
//
2
- // SCKChatViewController.m
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import " SCKChatViewController.h"
Original file line number Diff line number Diff line change 1
1
//
2
- // SCKTextView.h
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import < UIKit/UIKit.h>
Original file line number Diff line number Diff line change 1
1
//
2
- // SCKTextView.h
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import " SCKTextView.h"
Original file line number Diff line number Diff line change 1
1
//
2
- // SCKTypeIndicatorView.h
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import < UIKit/UIKit.h>
Original file line number Diff line number Diff line change 1
1
//
2
- // SCKTypeIndicatorView.m
3
- // SlackChatKit
4
- // https://github.com/tinyspeck/slack-chat-kit
2
+ // Copyright 2014 Slack Technologies, Inc.
5
3
//
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.
9
15
//
10
16
11
17
#import " SCKTypeIndicatorView.h"
You can’t perform that action at this time.
0 commit comments