diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2007-01-09 08:12:17 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2007-01-09 08:12:17 +0000 |
| commit | dbd5adf0d985c2ca2f278e8b18e597a7abc3df56 (patch) | |
| tree | 8c67e22d746d3e6341fc99be4584f7db6f90f78a /usr.bin/tar/tree.c | |
| parent | 63165a380d254eba7618afe0e043b9a35ae9a249 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tar/tree.c')
| -rw-r--r-- | usr.bin/tar/tree.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/tar/tree.c b/usr.bin/tar/tree.c index 6ecb5deaede0..84a1e2d995c1 100644 --- a/usr.bin/tar/tree.c +++ b/usr.bin/tar/tree.c @@ -1,13 +1,12 @@ /*- - * Copyright (c) 2003-2004 Tim Kientzle + * Copyright (c) 2003-2007 Tim Kientzle * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer - * in this position and unchanged. + * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. |
