Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request fastlane#1856 from fastlane/remove-license
Browse files Browse the repository at this point in the history
Update LICENSE for all repos
  • Loading branch information
Andrea Falcone committed Mar 7, 2016
2 parents 14350f1 + 27929fd commit fb88197
Show file tree
Hide file tree
Showing 36 changed files with 21 additions and 386 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion cert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cert
============

[![Twitter: @FastlaneTools](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/fastlanetools)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/cert/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/cert.svg?style=flat)](http://rubygems.org/gems/cert)

###### Automatically create and maintain iOS code signing certificates.
Expand Down
2 changes: 1 addition & 1 deletion countdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ countdown
============

[![Twitter: @KauseFx](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/FastlaneTools)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/countdown/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)

###### Get started with fastlane development the fast way

Expand Down
21 changes: 0 additions & 21 deletions credentials_manager/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions deliver/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion deliver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deliver
============

[![Twitter: @KauseFx](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/FastlaneTools)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/deliver/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/deliver.svg?style=flat)](http://rubygems.org/gems/deliver)
[![Build Status](https://circleci.com/gh/fastlane/fastlane/tree/master.svg?style=shield&circle-token=b5b757bac12d544854dd1b414ca9106ce1602766)](https://circleci.com/gh/fastlane/fastlane)

Expand Down
21 changes: 0 additions & 21 deletions fastlane/LICENSE

This file was deleted.

8 changes: 4 additions & 4 deletions fastlane/spec/actions_specs/git_commit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@

it "generates the correct git command with an array of paths" do
result = Fastlane::FastFile.new.parse("lane :test do
git_commit(path: ['./fastlane/README.md', './fastlane/LICENSE'], message: 'message')
git_commit(path: ['./fastlane/README.md', './LICENSE'], message: 'message')
end").runner.execute(:test)

expect(result).to eq("git commit -m 'message' ./fastlane/README.md ./fastlane/LICENSE")
expect(result).to eq("git commit -m 'message' ./fastlane/README.md ./LICENSE")
end

it "generates the correct git command with shell-escaped-paths" do
result = Fastlane::FastFile.new.parse("lane :test do
git_commit(path: ['./fastlane/README.md', './fastlane/LICENSE', './fastlane/spec/fixtures/git_commit/A FILE WITH SPACE'], message: 'message')
git_commit(path: ['./fastlane/README.md', './LICENSE', './fastlane/spec/fixtures/git_commit/A FILE WITH SPACE'], message: 'message')
end").runner.execute(:test)

expect(result).to eq("git commit -m 'message' ./fastlane/README.md ./fastlane/LICENSE " + "./fastlane/spec/fixtures/git_commit/A FILE WITH SPACE".shellescape)
expect(result).to eq("git commit -m 'message' ./fastlane/README.md ./LICENSE " + "./fastlane/spec/fixtures/git_commit/A FILE WITH SPACE".shellescape)
end
end
end
Expand Down
21 changes: 0 additions & 21 deletions fastlane_core/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion fastlane_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FastlaneCore
============

[![Twitter: @FastlaneTools](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/FastlaneTools)
[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane_core/blob/master/LICENSE)
[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/fastlane_core.svg?style=flat)](http://rubygems.org/gems/fastlane_core)
[![Build Status](https://circleci.com/gh/fastlane/fastlane/tree/master.svg?style=shield&circle-token=b5b757bac12d544854dd1b414ca9106ce1602766)](https://circleci.com/gh/fastlane/fastlane)

Expand Down
24 changes: 0 additions & 24 deletions frameit/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion frameit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ frameit
============

[![Twitter: @KauseFx](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/FastlaneTools)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/frameit/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/frameit.svg?style=flat)](http://rubygems.org/gems/frameit)
[![Build Status](https://circleci.com/gh/fastlane/fastlane/tree/master.svg?style=shield&circle-token=b5b757bac12d544854dd1b414ca9106ce1602766)](https://circleci.com/gh/fastlane/fastlane)

Expand Down
21 changes: 0 additions & 21 deletions gym/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion gym/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gym
============

[![Twitter: @KauseFx](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/FastlaneTools)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/gym/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/gym.svg?style=flat)](http://rubygems.org/gems/gym)
[![Build Status](https://circleci.com/gh/fastlane/fastlane/tree/master.svg?style=shield&circle-token=b5b757bac12d544854dd1b414ca9106ce1602766)](https://circleci.com/gh/fastlane/fastlane)

Expand Down
21 changes: 0 additions & 21 deletions match/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion match/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ match
============

[![Twitter: @FastlaneTools](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/FastlaneTools)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/match/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/match.svg?style=flat)](http://rubygems.org/gems/match)
[![Build Status](https://circleci.com/gh/fastlane/fastlane/tree/master.svg?style=shield&circle-token=b5b757bac12d544854dd1b414ca9106ce1602766)](https://circleci.com/gh/fastlane/fastlane)

Expand Down
21 changes: 0 additions & 21 deletions pem/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion pem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pem
============

[![Twitter: @FastlaneTools](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/FastlaneTools)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/pem/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/pem.svg?style=flat)](http://rubygems.org/gems/pem)

###### Automatically generate and renew your push notification profiles
Expand Down
21 changes: 0 additions & 21 deletions pilot/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion pilot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Pilot
============
[![Twitter: @FastlaneTools](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/FastlaneTools)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/pilot/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/pilot.svg?style=flat)](http://rubygems.org/gems/pilot)


Expand Down
21 changes: 0 additions & 21 deletions produce/LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion produce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ produce
============

[![Twitter: @FastlaneTools](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/FastlaneTools)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/produce/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)
[![Gem](https://img.shields.io/gem/v/produce.svg?style=flat)](http://rubygems.org/gems/produce)

###### Create new iOS apps on iTunes Connect and Dev Portal using your command line
Expand Down
21 changes: 0 additions & 21 deletions scan/LICENSE

This file was deleted.

Loading

0 comments on commit fb88197

Please sign in to comment.