From 2b622f0c585d89851244b1a0bb2c160350d68ff1 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Mon, 15 Feb 2021 00:12:27 +0100 Subject: [PATCH] legal: give credit to Luke Smith for recent additions --- .local/bin/remaps | 2 +- .local/bin/setbg | 3 +-- .local/bin/statusbar/sb-battery | 2 +- .local/bin/statusbar/sb-internet | 2 +- .local/bin/statusbar/sb-mailbox | 2 +- .local/bin/statusbar/sb-mpdup | 2 +- .local/bin/statusbar/sb-music | 2 +- .local/bin/statusbar/sb-volume | 2 +- 8 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.local/bin/remaps b/.local/bin/remaps index 97d539e..1190779 100755 --- a/.local/bin/remaps +++ b/.local/bin/remaps @@ -1,7 +1,7 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (adapted from Luke Smith - lukesmith.xyz) +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @file : remaps # @license : MIT # @created : Wednesday Jan 13, 2021 00:41:18 CET diff --git a/.local/bin/setbg b/.local/bin/setbg index 9046e43..041e641 100755 --- a/.local/bin/setbg +++ b/.local/bin/setbg @@ -1,11 +1,10 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @file : setbg # @license : MIT # @created : Wednesday May 20, 2020 18:23:50 CEST -# # @description : set the wallpaper # @dependencies : `xwallpaper` ###################################################################### diff --git a/.local/bin/statusbar/sb-battery b/.local/bin/statusbar/sb-battery index 68a5e0d..1f31f39 100755 --- a/.local/bin/statusbar/sb-battery +++ b/.local/bin/statusbar/sb-battery @@ -1,7 +1,7 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (swytch@$HOSTNAME) +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @file : sb-battery # @license : MIT # @created : Saturday Feb 13, 2021 17:19:04 CET diff --git a/.local/bin/statusbar/sb-internet b/.local/bin/statusbar/sb-internet index 112d0e3..33363a7 100755 --- a/.local/bin/statusbar/sb-internet +++ b/.local/bin/statusbar/sb-internet @@ -1,7 +1,7 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (swytch@$HOSTNAME) +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @file : sb-internet # @license : MIT # @created : Saturday Feb 13, 2021 17:35:49 CET diff --git a/.local/bin/statusbar/sb-mailbox b/.local/bin/statusbar/sb-mailbox index a29fcd3..6bdca7b 100755 --- a/.local/bin/statusbar/sb-mailbox +++ b/.local/bin/statusbar/sb-mailbox @@ -1,7 +1,7 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (swytch@$HOSTNAME) +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @file : sb-mailbox # @license : MIT # @created : Saturday Feb 13, 2021 18:15:13 CET diff --git a/.local/bin/statusbar/sb-mpdup b/.local/bin/statusbar/sb-mpdup index f0ad1d5..8ceac79 100755 --- a/.local/bin/statusbar/sb-mpdup +++ b/.local/bin/statusbar/sb-mpdup @@ -1,7 +1,7 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (swytch@$HOSTNAME) +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @file : sb-mpdup # @license : MIT # @created : Saturday Feb 13, 2021 18:04:04 CET diff --git a/.local/bin/statusbar/sb-music b/.local/bin/statusbar/sb-music index 70be3a6..3e16434 100755 --- a/.local/bin/statusbar/sb-music +++ b/.local/bin/statusbar/sb-music @@ -1,7 +1,7 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (swytch@$HOSTNAME) +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @file : sb-music # @license : MIT # @created : Saturday Feb 13, 2021 18:05:21 CET diff --git a/.local/bin/statusbar/sb-volume b/.local/bin/statusbar/sb-volume index 791e627..b8ec861 100755 --- a/.local/bin/statusbar/sb-volume +++ b/.local/bin/statusbar/sb-volume @@ -1,7 +1,7 @@ #!/usr/bin/env sh ###################################################################### -# @author : swytch (swytch@$HOSTNAME) +# @author : swytch (adapted from Luke Smith - lukesmith.xyz) # @file : sb-volume # @license : MIT # @created : Saturday Feb 13, 2021 17:51:16 CET