diff options
Diffstat (limited to 'bin/fmt-metadata')
-rwxr-xr-x | bin/fmt-metadata | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/fmt-metadata b/bin/fmt-metadata index c92419b..ec82451 100755 --- a/bin/fmt-metadata +++ b/bin/fmt-metadata @@ -1,4 +1,11 @@ #!/usr/bin/env ruby +# Copyright (c) 2017 Luke Shumaker <lukeshu@lukeshu.com> +# +# This work is free. You can redistribute it and/or modify it under +# the terms of the Do What The Fuck You Want To Public License, +# Version 2, as published by Sam Hocevar. See the COPYING file for +# more details. + require 'time' snapshot = ARGV.first.to_i |