diff options
Diffstat (limited to 'HomebrewFormula')
-rw-r--r-- | HomebrewFormula/dome-key.rb | 4 | ||||
-rw-r--r-- | HomebrewFormula/git-branch-list.rb | 4 | ||||
-rw-r--r-- | HomebrewFormula/harvester.rb | 4 | ||||
-rw-r--r-- | HomebrewFormula/passextract.rb | 4 | ||||
-rw-r--r-- | HomebrewFormula/qcd.rb | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/HomebrewFormula/dome-key.rb b/HomebrewFormula/dome-key.rb index 42e3e7c..04368f7 100644 --- a/HomebrewFormula/dome-key.rb +++ b/HomebrewFormula/dome-key.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 DomeKey < Formula desc "Control your computer with a pair of headphones" homepage "https://domekey.teddywing.com" 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" diff --git a/HomebrewFormula/harvester.rb b/HomebrewFormula/harvester.rb index c5213dd..446bf88 100644 --- a/HomebrewFormula/harvester.rb +++ b/HomebrewFormula/harvester.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 Harvester < Formula desc "A program that wraps 'hcl' to interact with Harvest with a Timetasker-like interface" homepage "https://github.com/teddywing/harvester" diff --git a/HomebrewFormula/passextract.rb b/HomebrewFormula/passextract.rb index 11a537b..6c8e3d4 100644 --- a/HomebrewFormula/passextract.rb +++ b/HomebrewFormula/passextract.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 Passextract < Formula desc "An interface to easily copy login information from Pass" homepage "https://github.com/teddywing/Passextract" diff --git a/HomebrewFormula/qcd.rb b/HomebrewFormula/qcd.rb index cacf575..e2316c6 100644 --- a/HomebrewFormula/qcd.rb +++ b/HomebrewFormula/qcd.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 Qcd < Formula desc "Define shortcuts to directories for quick `cd`s" homepage "https://github.com/teddywing/qcd" |