diff options
author | Aaron Ball <nullspoon@oper.io> | 2017-03-04 11:33:16 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2017-03-04 11:33:16 -0700 |
commit | 423a3afb6e137d5d3b60408d14c30bcccb9f25bb (patch) | |
tree | b3a34185c523664b74c0732ee73c98687b15000f | |
parent | 6341c06f3455da17b306c03a04f6c94e1690ed33 (diff) | |
download | andbackup-423a3afb6e137d5d3b60408d14c30bcccb9f25bb.tar.gz andbackup-423a3afb6e137d5d3b60408d14c30bcccb9f25bb.tar.xz |
Updated copyright to 2017
Also a minor text fix in the usage function notes.
-rwxr-xr-x | andbackup.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/andbackup.sh b/andbackup.sh index b16f970..40ab224 100755 --- a/andbackup.sh +++ b/andbackup.sh @@ -1,7 +1,8 @@ #!/system/bin/sh # # Andbackup performs Android backups and restores. -# Copyright (C) 2016 Aaron Ball <nullspoon@oper.io> +# +# Copyright (C) 2017 Aaron Ball <nullspoon@oper.io> # # 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 @@ -22,7 +23,7 @@ backups=/sdcard/andbackup usage() { - # NOTE: The maximum width of this text should be 68 chars. This + # NOTE: The maximum width of this text should be 65 chars. This # will ensure it displays properly on most devices without # strange wrapping. # If using vim to reflow, execute ':set tw=65' |