From: Christos Zoulas Date: Fri, 27 Oct 1995 23:12:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILE3_27~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43588a0616931b84d2956bcea959d2f58ecc8197;p=file *** empty log message *** --- diff --git a/LEGAL.NOTICE b/LEGAL.NOTICE index a8255b90..87c3176b 100644 --- a/LEGAL.NOTICE +++ b/LEGAL.NOTICE @@ -1,13 +1,10 @@ -Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992. -Written by Ian F. Darwin and others. -$Id: LEGAL.NOTICE,v 1.8 1993/03/17 11:35:30 ian Exp $ +Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995. +Software written by Ian F. Darwin and others; maintained by Christos Zoulas. +$Id: LEGAL.NOTICE,v 1.9 1995/10/27 23:14:20 christos Exp $ -This software is not subject to and may not be made subject to any -license of the American Telephone and Telegraph Company (AT&T Inc.), -UNIX System Laboratories (USL Inc.), Novell Inc., Sun Microsystems -Inc., Digital Equipment Inc., Lotus Development Inc., the Regents of -the University of California, The X Consortium or MIT, or The Free -Software Foundation. +This software (or derivative software) may not be made subject to any +license which denies anyone permission to alter it and redistribute it +freely. Derivative software must also still fall under this license. This software is not subject to any export provision of the United States Department of Commerce, and may be exported to any country or planet. @@ -26,12 +23,9 @@ to the following restrictions: 3. Altered versions must be plainly marked as such, and must not be misrepresented as being the original software. Since few users ever read sources, credits must appear in the documentation. + Derivative works must also be marked as such, and credits must appear + in the documentation. 4. This notice may not be removed or altered. -UNIX is a trademark of UNIX System Laboratories (which is probably a -subsidiary of Novell, Inc., by the time you read this). The name "UNIX" -may not be used by commercial undertakings without permission in -writing from USL. Just ask BSDI (Berkeley Software Design Inc.), a -commercial venture not officially connected with the University of -California at Berkeley. + diff --git a/src/Makefile b/src/Makefile index 12f276a8..624ab9ee 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile,v 1.48 1995/05/20 22:09:44 christos Exp $ +# @(#)$Id: Makefile,v 1.49 1995/10/27 23:12:33 christos Exp $ # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. @@ -21,7 +21,7 @@ # ever read sources, credits must appear in the documentation. # # 4. This notice may not be removed or altered. -VERSION = 3.18 +VERSION = 3.19 SHELL = /bin/sh #MAGIC = /etc/magic MAGIC = /usr/local/etc/magic