Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #434 from slackhq/license-update
Browse files Browse the repository at this point in the history
Update license to MIT
  • Loading branch information
Ignacio Romero Zurbuchen committed Apr 13, 2016
2 parents 6e99e32 + cf6010f commit e0275c1
Show file tree
Hide file tree
Showing 40 changed files with 4,467 additions and 2,012 deletions.
2 changes: 1 addition & 1 deletion Examples/Messenger-Shared/MessageViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ - (MessageTableViewCell *)messageCellForRowAtIndexPath:(NSIndexPath *)indexPath
UILongPressGestureRecognizer *longPress = [[UILongPressGestureRecognizer alloc] initWithTarget:self action:@selector(didLongPressCell:)];
[cell addGestureRecognizer:longPress];
}

Message *message = self.messages[indexPath.row];

cell.titleLabel.text = message.username;
Expand Down
3,449 changes: 2,430 additions & 1,019 deletions Examples/Messenger.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Examples/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
LoremIpsum: 9029c55d36501b2ee0b05cc9ecda11d3a0479160
SlackTextViewController: 6b0d1030c53937226fc5358f217af2a34fc211cf
SlackTextViewController: 01dafb1bffa45ff4b03fceebb3eed524a8c02370

COCOAPODS: 0.38.2
COCOAPODS: 0.39.0

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Examples/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,451 changes: 1,791 additions & 660 deletions Examples/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 17 additions & 12 deletions Examples/Pods/Target Support Files/Pods/Pods-acknowledgements.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 84 additions & 0 deletions Examples/Pods/Target Support Files/Pods/Pods-frameworks.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Examples/Pods/Target Support Files/Pods/Pods-resources.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Examples/Uncrustify/Source
Submodule Source deleted from 5987f2
28 changes: 17 additions & 11 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
Copyright (c) Slack Technologies, Inc.

Copyright 2014-2016 Slack Technologies, 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:

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

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.
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.
2 changes: 1 addition & 1 deletion SlackTextViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.description = "Meant to be a replacement for UITableViewController & UICollectionViewController. This library is used in Slack's iOS app. It was built to fit our needs, but is flexible enough to be reused by others wanting to build great messaging apps for iOS."
s.homepage = "https://slack.com/"
s.screenshots = "https://github.com/slackhq/SlackTextViewController/raw/master/Screenshots/slacktextviewcontroller_demo.gif"
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Slack Technologies, Inc." => "ios-team@slack-corp.com" }
s.source = { :git => "https://github.com/slackhq/SlackTextViewController.git", :tag => "v#{s.version}" }

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
//
// Copyright 2014 Slack Technologies, Inc.
// SlackTextViewController
// https://github.com/slackhq/SlackTextViewController
//
// 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.
// Copyright 2014-2016 Slack Technologies, Inc.
// Licence: MIT-Licence
//

#import <UIKit/UIKit.h>
Expand Down
16 changes: 4 additions & 12 deletions Source/SLKInputAccessoryView.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
//
// Copyright 2014-2016 Slack Technologies, Inc.
// SlackTextViewController
// https://github.com/slackhq/SlackTextViewController
//
// 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.
// Copyright 2014-2016 Slack Technologies, Inc.
// Licence: MIT-Licence
//

#import <UIKit/UIKit.h>
Expand Down
16 changes: 4 additions & 12 deletions Source/SLKInputAccessoryView.m
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
//
// Copyright 2014-2016 Slack Technologies, Inc.
// SlackTextViewController
// https://github.com/slackhq/SlackTextViewController
//
// 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.
// Copyright 2014-2016 Slack Technologies, Inc.
// Licence: MIT-Licence
//

#import "SLKInputAccessoryView.h"
Expand Down
16 changes: 4 additions & 12 deletions Source/SLKTextInput+Implementation.m
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
//
// Copyright 2014-2016 Slack Technologies, Inc.
// SlackTextViewController
// https://github.com/slackhq/SlackTextViewController
//
// 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.
// Copyright 2014-2016 Slack Technologies, Inc.
// Licence: MIT-Licence
//

#import "SLKTextInput.h"
Expand Down
16 changes: 4 additions & 12 deletions Source/SLKTextInput.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
//
// Copyright 2014-2016 Slack Technologies, Inc.
// SlackTextViewController
// https://github.com/slackhq/SlackTextViewController
//
// 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.
// Copyright 2014-2016 Slack Technologies, Inc.
// Licence: MIT-Licence
//

#import <UIKit/UIKit.h>
Expand Down
Loading

0 comments on commit e0275c1

Please sign in to comment.