diff options
Diffstat (limited to 'HomebrewFormula/git-branch-list.rb')
-rw-r--r-- | HomebrewFormula/git-branch-list.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/HomebrewFormula/git-branch-list.rb b/HomebrewFormula/git-branch-list.rb index 23866c9..b1da043 100644 --- a/HomebrewFormula/git-branch-list.rb +++ b/HomebrewFormula/git-branch-list.rb @@ -1,3 +1,7 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. + class GitBranchList < Formula desc "Maintains a list of Git branches that can be checked out quickly" homepage "https://github.com/teddywing/git-branch-list" |