Skip to content

Commit

Permalink
removed LICENSE file and moved to inline text block
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed May 28, 2014
1 parent ca0d13f commit b1dbe1a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
5 changes: 0 additions & 5 deletions LICENSE

This file was deleted.

21 changes: 20 additions & 1 deletion Realm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,31 @@ Pod::Spec.new do |s|
DESC
s.homepage = "http://realm.io"
s.source = { :http => "http://static.realm.io/downloads/ios/realm-ios-#{s.version}.zip" }
s.license = { :type => "Copyright", :file => "LICENSE"}
s.author = "Realm"
s.platform = :ios, "6.0"
s.library = "stdc++.6"
s.documentation_url = "http://realm.io/"
s.public_header_files = "Realm.framework/Headers/*.h"
s.vendored_frameworks = "Realm.framework"
s.requires_arc = true
s.license = {
:type => "Copyright",
:text => <<-LICENSE
TIGHTDB CONFIDENTIAL
__________________
[2011] - [2014] TightDB Inc
All Rights Reserved.
NOTICE: All information contained herein is, and remains
the property of TightDB Incorporated and its suppliers,
if any. The intellectual and technical concepts contained
herein are proprietary to TightDB Incorporated
and its suppliers and may be covered by U.S. and Foreign Patents,
patents in process, and are protected by trade secret or copyright law.
Dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from TightDB Incorporated.
LICENSE
}
end

0 comments on commit b1dbe1a

Please sign in to comment.