diff --git a/LICENSE b/LICENSE index b6607a0..8e779e7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Bartosz Janda +Copyright (c) 2017 PGS Software Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ 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. +SOFTWARE. \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index b9d6ea8..0000000 --- a/LICENSE.txt +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2017 Bartosz Janda - -MIT License - -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: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -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. diff --git a/README.md b/README.md index 86e7797..28adeab 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ ios_logs.check The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). ## About -The project maintained by software development agency [PGS Software](https://www.pgs-soft.com/). -See our other [open-source projects](https://github.com/PGSSoft) or [contact us](https://www.pgs-soft.com/contact-us/) to develop your product. +The project maintained by software development agency [PGS Software](https://www.pgs-soft.com). +See our other [open-source projects](https://github.com/PGSSoft) or [contact us](https://www.pgs-soft.com/contact-us) to develop your product. ## Follow us diff --git a/danger-ios_logs.gemspec b/danger-ios_logs.gemspec index 3692737..bb5f5a3 100644 --- a/danger-ios_logs.gemspec +++ b/danger-ios_logs.gemspec @@ -8,9 +8,9 @@ Gem::Specification.new do |spec| spec.version = IosLogs::VERSION spec.authors = ['Bartosz Janda', 'Joanna Bednarz'] spec.email = ['bjanda@pgs-soft.com', 'jbednarz@pgs-soft.com'] - spec.description = 'A short description of danger-ios_logs.' - spec.summary = 'A longer description of danger-ios_logs.' - spec.homepage = 'https://github.com/Bartosz Janda/danger-ios_logs' + spec.description = 'Danger plugin to detect any NSLog/print entries left in the code' + spec.summary = 'Danger plugin to detect any NSLog/print entries left in the code' + spec.homepage = 'https://github.com/PGSSoft/danger-ios_logs' spec.license = 'MIT' spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)