diff options
author | dg <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
commit | 8722740e7f163b275491a0b05c8640341b937558 (patch) | |
tree | b7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/cp/cp.c | |
parent | 111d145dc40797c8894e8aa7dc6632e33bce87bf (diff) | |
download | FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.zip FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.tar.gz |
Added $Id$
Diffstat (limited to 'bin/cp/cp.c')
-rw-r--r-- | bin/cp/cp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cp/cp.c b/bin/cp/cp.c index b58bb99..5a81a98 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -32,6 +32,8 @@ * 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. + * + * $Id$ */ #ifndef lint |