]> Dogcows Code - chaz/tar/blobdiff - src/arith.h
tar: adjust to paxutils change: paxexit.c -> paxexit-status.c
[chaz/tar] / src / arith.h
index 2bc5ced92b02b352f7054506194d195f863dbf24..a2abfe826c1e1f37b3a4c6b310753f004a7fa004 100644 (file)
@@ -1,9 +1,9 @@
 /* Long integers, for GNU tar.
 /* Long integers, for GNU tar.
-   Copyright 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2007 Free Software Foundation, Inc.
 
    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
 
    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,
    any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -22,6 +22,6 @@
    blocked in 1 kB boundaries.  We'll need arbitrary precision
    arithmetic anyway once we get into the 2**64 range, so there's no
    point doing anything fancy before then.  */
    blocked in 1 kB boundaries.  We'll need arbitrary precision
    arithmetic anyway once we get into the 2**64 range, so there's no
    point doing anything fancy before then.  */
-   
+
 #define TARLONG_FORMAT "%.0f"
 typedef double tarlong;
 #define TARLONG_FORMAT "%.0f"
 typedef double tarlong;
This page took 0.023033 seconds and 4 git commands to generate.