diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-25 22:47:23 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-11-25 22:47:23 -0500 |
commit | f8c57d68aa4f888f15fcb16485a5a29b3f413b1f (patch) | |
tree | 7942b632bc4a4695695f83f50c7380d3329457d3 /src/lib/libremessages | |
parent | 2bc5974f206bb7aeddf468773f110cf46fb763ac (diff) |
normalize copyright statements a bit
Diffstat (limited to 'src/lib/libremessages')
-rwxr-xr-x | src/lib/libremessages | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libremessages b/src/lib/libremessages index 429a997..93e6b86 100755 --- a/src/lib/libremessages +++ b/src/lib/libremessages @@ -145,6 +145,8 @@ term_title() { # ${handler} SIGNAL_NAME MESSAGE_FMT [MESSAGE_PARAMS...] # # where MESSAGE_* are printf-like stuff. +# +# This function is based on code from pacman:makepkg setup_traps() { [[ $# -le 1 ]] || panic if [[ $# == 1 ]]; then |