diff --git a/Archive/snapshot.sh b/Archive/snapshot.sh index b30b0e69..1193bafe 100755 --- a/Archive/snapshot.sh +++ b/Archive/snapshot.sh @@ -17,11 +17,21 @@ # - a way to maintain a set number of snapshots... # +usage(){ + echo "Usage:" + # XXX + echo " $(basename "$0")" +} +printHelp(){ + usage + # XXX +} + # handle args... for arg in "$@" ; do case $arg in -h|--help) - # XXX + printHelp exit ;; esac diff --git a/Viewer/LICENSE b/Viewer/LICENSE index 44b014fb..0052b995 100644 --- a/Viewer/LICENSE +++ b/Viewer/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2021, Alex A. Naanou +Copyright (c) 2009-2025, Alex A. Naanou All rights reserved. Redistribution and use in source and binary forms, with or without