From owner-cvs-all@FreeBSD.ORG Mon Oct 27 14:54:36 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DAEB16A4B3; Mon, 27 Oct 2003 14:54:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C17E843FA3; Mon, 27 Oct 2003 14:54:35 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9RMsZXJ027413; Mon, 27 Oct 2003 14:54:35 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9RMsZFN027412; Mon, 27 Oct 2003 14:54:35 -0800 (PST) (envelope-from marcel) Message-Id: <200310272254.h9RMsZFN027412@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 27 Oct 2003 14:54:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 sys_machdep.c src/sys/ia64/include sysarch.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 22:54:36 -0000 marcel 2003/10/27 14:54:35 PST FreeBSD src repository Modified files: sys/ia64/ia64 sys_machdep.c sys/ia64/include sysarch.h Log: The previous commit removed both clause 3 and clause 4 from the UCB license. Only clause 3 has been revoked. Restore the fourth clause as clause 3. Pointed out by: das@ Remove my name as a copyright holder since I don't use a BSD license compatible or comparable to the UCB license. I choose not to add a complete second license for my work for aesthetic reasons, nor to replace the UCB license on grounds of rewriting more than 90% of the source files. The rewrite can also be seen as an enhancement and since the files were practically empty, it's rather trivial to have changed 90% of the files. Revision Changes Path 1.8 +4 -3 src/sys/ia64/ia64/sys_machdep.c 1.3 +4 -3 src/sys/ia64/include/sysarch.h