diff --git a/IrohaCommunication.podspec b/IrohaCommunication.podspec old mode 100755 new mode 100644 index b8b001aa9..a5316c88c --- a/IrohaCommunication.podspec +++ b/IrohaCommunication.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.summary = 'Helper classes to use for communication with Iroha blockchain.' s.homepage = 'https://github.com/hyperledger/iroha-ios' - s.license = { :type => 'MIT', :file => 'LICENSE' } + s.license = { :type => 'Apache-2.0', :file => 'LICENSE' } s.author = { 'Russel' => 'emkil.russel@gmail.com' } s.source = { :git => 'https://github.com/hyperledger/iroha-ios.git', :tag => s.version.to_s } diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 index bf1de21f5..a906566c3 --- a/LICENSE +++ b/LICENSE @@ -3,4 +3,4 @@ Copyright 2018 Soramitsu Co., 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. \ No newline at end of file +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. diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/SECURITY.md b/SECURITY.md index 91509aa05..732558120 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,4 +9,3 @@ There are two ways to report a security bug. The easiest is to email a descripti The other way is to file a confidential security bug in our [JIRA bug tracking system](https://jira.hyperledger.org). Be sure to set the “Security Level” to “Security issue”. The process by which the Hyperledger Security Team handles security bugs is documented further in our [Defect Response page](https://wiki.hyperledger.org/display/HYP/Defect+Response) on our [wiki](https://wiki.hyperledger.org). -