Skip to content

Commit

Permalink
Update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Mar 8, 2023
1 parent c94c23a commit c8f6ec9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/copyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# vi:et lbr noet sw=2 ts=2 tw=79 wrap
# Copyright 2022 David Rabkin
# Copyright 2022-2023 David Rabkin
# The script uses local variables which are not POSIX but supported by most
# shells, see more:
# https://stackoverflow.com/questions/18597697/posix-compliant-way-to-scope-variables-to-a-function-in-a-shell-script
Expand Down
2 changes: 1 addition & 1 deletion app/essid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# vi:et lbr noet sw=2 ts=2 tw=79 wrap
# Copyright 2020-2022 David Rabkin
# Copyright 2020-2023 David Rabkin
# It watches Wi-Fi ESSID change and report.
# shellcheck disable=SC1091 # File not following.
. base.sh
Expand Down
2 changes: 1 addition & 1 deletion app/flactomp3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# vi:et lbr noet sw=2 ts=2 tw=79 wrap
# Copyright 2019-2022 David Rabkin
# Copyright 2019-2023 David Rabkin
# shellcheck disable=SC1091 # File not following.
. base.sh
[ "$#" -eq 1 ] || die Usage: flactomp3.sh FILENAME.flac.
Expand Down
2 changes: 1 addition & 1 deletion app/pingo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# vi:et lbr noet sw=2 ts=2 tw=79 wrap
# Copyright 2022 David Rabkin
# Copyright 2022-2023 David Rabkin
# Adds timestamps to the ping command output.
# shellcheck disable=SC1091 # Disables not following the file.
. base.sh
Expand Down
2 changes: 1 addition & 1 deletion app/scanner
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# vi:et lbr noet sw=2 ts=2 tw=79 wrap
# Copyright 2020-2022 David Rabkin
# Copyright 2020-2023 David Rabkin
# Detects if a device with a certain MAC address is in the local network.
# shellcheck disable=SC1091 # File not following.
. base.sh
Expand Down

0 comments on commit c8f6ec9

Please sign in to comment.