From 205bc3257d4b9eb0d5cf0326c95bd8404611768c Mon Sep 17 00:00:00 2001 From: James Cuzella Date: Sat, 17 Aug 2024 05:57:38 -0600 Subject: [PATCH] =?UTF-8?q?Add=20GPLv3=20license=20boilerplate=20&=20updat?= =?UTF-8?q?e=20=C2=A9=20=F0=9F=84=AF=20years?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Casks/bpm.rb | 21 +++++++++++++++++++++ Casks/ndi-tools.rb | 21 +++++++++++++++++++++ Casks/soundid-reference.rb | 2 +- 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/Casks/bpm.rb b/Casks/bpm.rb index 10a39dc..edaace4 100644 --- a/Casks/bpm.rb +++ b/Casks/bpm.rb @@ -1,3 +1,24 @@ +# +# Cask:: bpm +# Recipe:: default +# Authors:: James Cuzella +# +# Copyright:: © 🄯 2022-2024, James Cuzella +# License:: GPLv3.0 +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + cask "bpm" do version "1.6,4bbef8bb49039e3b154109265710a2f150b8180b" sha256 "3cba546138c48b4c33d18a3f3bcc6d8b179b1ad676ea0431227cbefdddb9f1d9" diff --git a/Casks/ndi-tools.rb b/Casks/ndi-tools.rb index 97190fe..241d88b 100644 --- a/Casks/ndi-tools.rb +++ b/Casks/ndi-tools.rb @@ -1,3 +1,24 @@ +# +# Cask:: ndi-tools +# Recipe:: default +# Authors:: James Cuzella +# +# Copyright:: © 🄯 2022-2024, James Cuzella +# License:: GPLv3.0 +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + cask "ndi-tools" do version :latest sha256 :no_check diff --git a/Casks/soundid-reference.rb b/Casks/soundid-reference.rb index 3ffd2e7..3d8d94a 100644 --- a/Casks/soundid-reference.rb +++ b/Casks/soundid-reference.rb @@ -3,7 +3,7 @@ # Recipe:: default # Authors:: James Cuzella # -# Copyright:: © 🄯 2022, James Cuzella +# Copyright:: © 🄯 2022-2024, James Cuzella # License:: GPLv3.0 # # This program is free software: you can redistribute it and/or modify