X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2Ftar-snapshot-edit;h=a54902fb194b69aeb040bea8e675a0d26fc154f3;hb=a1a15e3202fa50cd0ee6b8b854c9f238c45fba2e;hp=81b4b2b8eed792e10aa3ce7b9e708b1575753fc4;hpb=01cf5c53151cb0c4166dbc061551b79c173d13f5;p=chaz%2Ftar diff --git a/scripts/tar-snapshot-edit b/scripts/tar-snapshot-edit index 81b4b2b..a54902f 100755 --- a/scripts/tar-snapshot-edit +++ b/scripts/tar-snapshot-edit @@ -4,7 +4,7 @@ # # 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 -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, @@ -211,7 +211,7 @@ sub write_incr_db ($$) { sub write_incr_db_0 ($$) { my $info = shift; my $file = shift; - + my $timestamp_sec = $info->[1]; print $file "$timestamp_sec\n"; @@ -226,7 +226,7 @@ sub write_incr_db_0 ($$) { sub write_incr_db_1 ($$) { my $info = shift; my $file = shift; - + print $file "GNU tar-1.15-1\n"; my $timestamp_sec = $info->[1]; @@ -246,7 +246,7 @@ sub write_incr_db_1 ($$) { sub write_incr_db_2 ($$) { my $info = shift; my $file = shift; - + print $file "GNU tar-1.16-2\n"; my $timestamp_sec = $info->[1];