diff options
Diffstat (limited to 'usr.bin/tar')
| -rw-r--r-- | usr.bin/tar/COPYING | 2 | ||||
| -rw-r--r-- | usr.bin/tar/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/tar/bsdtar.1 | 2 | ||||
| -rw-r--r-- | usr.bin/tar/bsdtar.c | 2 | ||||
| -rw-r--r-- | usr.bin/tar/bsdtar.h | 2 | ||||
| -rw-r--r-- | usr.bin/tar/bsdtar_platform.h | 2 | ||||
| -rw-r--r-- | usr.bin/tar/getdate.y | 2 | ||||
| -rw-r--r-- | usr.bin/tar/matching.c | 2 | ||||
| -rw-r--r-- | usr.bin/tar/read.c | 2 | ||||
| -rw-r--r-- | usr.bin/tar/tree.c | 2 | ||||
| -rw-r--r-- | usr.bin/tar/tree.h | 2 | ||||
| -rw-r--r-- | usr.bin/tar/util.c | 2 | ||||
| -rw-r--r-- | usr.bin/tar/write.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/tar/COPYING b/usr.bin/tar/COPYING index c7024826841e..555a2818b258 100644 --- a/usr.bin/tar/COPYING +++ b/usr.bin/tar/COPYING @@ -25,4 +25,4 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -$FreeBSD$ +$FreeBSD: src/usr.bin/tar/COPYING,v 1.1 2004/08/07 03:24:48 kientzle Exp $ diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 77ace02fa4d0..3913fe3aa18b 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tar/Makefile,v 1.24.2.1 2006/07/30 06:32:14 kientzle Exp $ PROG= bsdtar VERSION= 1.2.53 diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index fb26d0a4e46f..20788b9f6c09 100644 --- a/usr.bin/tar/bsdtar.1 +++ b/usr.bin/tar/bsdtar.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tar/bsdtar.1,v 1.29.2.2 2006/07/30 06:32:14 kientzle Exp $ .\" .Dd April 13, 2004 .Dt BSDTAR 1 diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c index 07a923b41fca..0085d83efe22 100644 --- a/usr.bin/tar/bsdtar.c +++ b/usr.bin/tar/bsdtar.c @@ -25,7 +25,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/bsdtar.c,v 1.63.2.3 2006/07/30 06:32:14 kientzle Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/tar/bsdtar.h b/usr.bin/tar/bsdtar.h index 0da306cd0df1..a783d0e6295a 100644 --- a/usr.bin/tar/bsdtar.h +++ b/usr.bin/tar/bsdtar.h @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tar/bsdtar.h,v 1.23.2.1 2006/07/30 06:32:14 kientzle Exp $ */ #include "bsdtar_platform.h" diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h index f8b3d2cfd140..2a19158529e9 100644 --- a/usr.bin/tar/bsdtar_platform.h +++ b/usr.bin/tar/bsdtar_platform.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tar/bsdtar_platform.h,v 1.15.2.2 2006/07/30 06:32:14 kientzle Exp $ */ /* diff --git a/usr.bin/tar/getdate.y b/usr.bin/tar/getdate.y index c18e2d33885a..10c99dd2285f 100644 --- a/usr.bin/tar/getdate.y +++ b/usr.bin/tar/getdate.y @@ -25,7 +25,7 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/getdate.y,v 1.4.2.2 2006/11/10 16:09:13 kientzle Exp $"); #endif #include <ctype.h> diff --git a/usr.bin/tar/matching.c b/usr.bin/tar/matching.c index 0aaff9265536..1f2cb893270d 100644 --- a/usr.bin/tar/matching.c +++ b/usr.bin/tar/matching.c @@ -25,7 +25,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/matching.c,v 1.9 2005/03/14 00:30:35 kientzle Exp $"); #include <errno.h> #include <stdlib.h> diff --git a/usr.bin/tar/read.c b/usr.bin/tar/read.c index 56a87f8ab36d..5b4ecfc96a3e 100644 --- a/usr.bin/tar/read.c +++ b/usr.bin/tar/read.c @@ -25,7 +25,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/read.c,v 1.23.2.2 2006/08/15 03:53:50 kientzle Exp $"); #ifdef MAJOR_IN_MKDEV #include <sys/mkdev.h> diff --git a/usr.bin/tar/tree.c b/usr.bin/tar/tree.c index 6ecb5deaede0..ce25609f4426 100644 --- a/usr.bin/tar/tree.c +++ b/usr.bin/tar/tree.c @@ -44,7 +44,7 @@ * regular dir or via fchdir(2) for a symlink). */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/tree.c,v 1.2.2.1 2006/07/30 06:32:14 kientzle Exp $"); #include <sys/stat.h> #include <dirent.h> diff --git a/usr.bin/tar/tree.h b/usr.bin/tar/tree.h index 06eab8ea08f1..06b15fe540a4 100644 --- a/usr.bin/tar/tree.h +++ b/usr.bin/tar/tree.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tar/tree.h,v 1.2 2005/05/08 06:25:15 kientzle Exp $ */ /*- diff --git a/usr.bin/tar/util.c b/usr.bin/tar/util.c index 2b7e9a7ffcfb..dad529132dbd 100644 --- a/usr.bin/tar/util.c +++ b/usr.bin/tar/util.c @@ -25,7 +25,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/util.c,v 1.13.2.1 2006/07/30 06:32:14 kientzle Exp $"); #include <sys/stat.h> #include <sys/types.h> /* Linux doesn't define mode_t, etc. in sys/stat.h. */ diff --git a/usr.bin/tar/write.c b/usr.bin/tar/write.c index 26e59f3be0d2..360a4805bf12 100644 --- a/usr.bin/tar/write.c +++ b/usr.bin/tar/write.c @@ -25,7 +25,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/write.c,v 1.41.2.2 2006/08/15 03:54:41 kientzle Exp $"); #include <sys/stat.h> #include <sys/types.h> |
