]> Dogcows Code - chaz/tar/blobdiff - scripts/tar-snapshot-edit
Update copyright years.
[chaz/tar] / scripts / tar-snapshot-edit
index 56c24a1a3008e7bee25927da179220f0c90b5749..6d9457da1e1b3858e20803aedeb18263cd0c6cfd 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 # Display and edit the 'dev' field in tar's snapshots
-# Copyright 2007, 2011, 2013 Free Software Foundation, Inc.
+# Copyright 2007, 2011, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU tar.
 
@@ -260,7 +260,9 @@ sub show_device_counts ($) {
 # in the incremen.c source file, where the TYPE_MIN and TYPE_MAX
 # pre-processor expressions are used to determine the range that can be
 # expressed by the C data type used for each field; the values in the
-# array defined below should match those calculations.
+# array defined below should match those calculations.  (For tar v1.27
+# and later, the valid ranges for a particular tar binary can easily
+# be determined using the "tar --show-snapshot-field-ranges" command.)
  
 sub choose_architecture ($) {
     my $opt_a = shift;
This page took 0.018756 seconds and 4 git commands to generate.