From owner-cvs-src@FreeBSD.ORG Tue Apr 6 13:07:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4032716A4CE; Tue, 6 Apr 2004 13:07:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 363A143D1F; Tue, 6 Apr 2004 13:07:48 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i36K6sGe055771; Tue, 6 Apr 2004 13:06:54 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i36K6sRS055770; Tue, 6 Apr 2004 13:06:54 -0700 (PDT) (envelope-from markm) Message-Id: <200404062006.i36K6sRS055770@repoman.freebsd.org> From: Mark Murray Date: Tue, 6 Apr 2004 13:06:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/cat cat.1 cat.c src/bin/chflags chflags.1 chflags.c src/bin/chmod chmod.1 chmod.c src/bin/cp cp.1 cp.c extern.h utils.c src/bin/csh host.defs src/bin/csh/USD.doc csh.1 csh.2 csh.3 csh.4 csh.a csh.g tabs src/bin/date date.1 date.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 20:07:48 -0000 markm 2004/04/06 13:06:54 PDT FreeBSD src repository Modified files: bin/cat cat.1 cat.c bin/chflags chflags.1 chflags.c bin/chmod chmod.1 chmod.c bin/cp cp.1 cp.c extern.h utils.c bin/csh host.defs bin/csh/USD.doc csh.1 csh.2 csh.3 csh.4 csh.a csh.g tabs bin/date date.1 date.c extern.h netdate.c bin/dd args.c conv.c conv_tab.c dd.1 dd.c dd.h extern.h misc.c position.c bin/df df.1 df.c bin/domainname domainname.1 domainname.c bin/echo echo.1 echo.c bin/ed cbc.c bin/hostname hostname.1 hostname.c bin/kill kill.1 kill.c bin/ln ln.1 ln.c symlink.7 bin/ls cmp.c extern.h ls.1 ls.c ls.h print.c util.c bin/mkdir mkdir.1 mkdir.c bin/mv mv.1 mv.c bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cache.h cpio.c cpio.h extern.h file_subs.c ftree.c ftree.h gen_subs.c options.c options.h pat_rep.c pat_rep.h pax.1 pax.c pax.h sel_subs.c sel_subs.h tables.c tables.h tar.c tar.h tty_subs.c bin/ps extern.h fmt.c keyword.c nlist.c print.c ps.1 ps.c ps.h bin/pwd pwd.1 pwd.c bin/rcp extern.h rcp.1 util.c bin/realpath realpath.1 realpath.c bin/rm rm.1 rm.c bin/rmdir rmdir.1 rmdir.c bin/sh alias.c alias.h arith.h arith.y arith_lex.l builtins.def cd.c cd.h error.c error.h eval.c eval.h exec.c exec.h expand.c expand.h histedit.c init.h input.c input.h jobs.c jobs.h mail.c mail.h main.c main.h memalloc.c memalloc.h miscbltin.c mkbuiltins mkinit.c mknodes.c mksyntax.c mktokens myhistedit.h mystring.c mystring.h nodes.c.pat nodetypes options.c options.h output.c output.h parser.c parser.h redir.c redir.h sh.1 shell.h show.c show.h trap.c trap.h var.c var.h bin/sh/bltin bltin.h echo.1 echo.c bin/sh/funcs cmv dirs kill login newgrp popd pushd suspend bin/sleep sleep.1 sleep.c bin/stty cchar.c extern.h gfmt.c key.c modes.c print.c stty.1 stty.c stty.h util.c bin/sync sync.8 sync.c bin/test test.1 Log: Remove clause 3 from the UCB licenses. OK'ed by: imp, core Revision Changes Path 1.22 +0 -4 src/bin/cat/cat.1 1.30 +0 -4 src/bin/cat/cat.c 1.18 +0 -4 src/bin/chflags/chflags.1 1.20 +0 -4 src/bin/chflags/chflags.c 1.36 +0 -4 src/bin/chmod/chmod.1 1.32 +0 -4 src/bin/chmod/chmod.c 1.28 +0 -4 src/bin/cp/cp.1 1.50 +0 -4 src/bin/cp/cp.c 1.19 +0 -4 src/bin/cp/extern.h 1.43 +0 -4 src/bin/cp/utils.c 1.12 +0 -4 src/bin/csh/USD.doc/csh.1 1.9 +1 -5 src/bin/csh/USD.doc/csh.2 1.8 +1 -5 src/bin/csh/USD.doc/csh.3 1.6 +0 -4 src/bin/csh/USD.doc/csh.4 1.7 +1 -5 src/bin/csh/USD.doc/csh.a 1.8 +0 -4 src/bin/csh/USD.doc/csh.g 1.6 +0 -4 src/bin/csh/USD.doc/tabs 1.3 +0 -4 src/bin/csh/host.defs 1.62 +0 -4 src/bin/date/date.1 1.46 +0 -4 src/bin/date/date.c 1.7 +0 -4 src/bin/date/extern.h 1.18 +0 -4 src/bin/date/netdate.c 1.38 +0 -4 src/bin/dd/args.c 1.19 +0 -4 src/bin/dd/conv.c 1.12 +0 -4 src/bin/dd/conv_tab.c 1.23 +0 -4 src/bin/dd/dd.1 1.42 +0 -4 src/bin/dd/dd.c 1.21 +0 -4 src/bin/dd/dd.h 1.14 +0 -4 src/bin/dd/extern.h 1.27 +0 -4 src/bin/dd/misc.c 1.23 +0 -4 src/bin/dd/position.c 1.31 +0 -4 src/bin/df/df.1 1.57 +0 -4 src/bin/df/df.c 1.16 +0 -4 src/bin/domainname/domainname.1 1.18 +0 -4 src/bin/domainname/domainname.c 1.16 +0 -4 src/bin/echo/echo.1 1.17 +0 -4 src/bin/echo/echo.c 1.20 +0 -4 src/bin/ed/cbc.c 1.15 +0 -4 src/bin/hostname/hostname.1 1.16 +0 -4 src/bin/hostname/hostname.c 1.17 +0 -4 src/bin/kill/kill.1 1.19 +0 -4 src/bin/kill/kill.c 1.26 +0 -4 src/bin/ln/ln.1 1.31 +0 -4 src/bin/ln/ln.c 1.26 +0 -4 src/bin/ln/symlink.7 1.13 +0 -4 src/bin/ls/cmp.c 1.22 +0 -4 src/bin/ls/extern.h 1.79 +0 -4 src/bin/ls/ls.1 1.76 +0 -4 src/bin/ls/ls.c 1.20 +0 -4 src/bin/ls/ls.h 1.70 +0 -4 src/bin/ls/print.c 1.33 +0 -4 src/bin/ls/util.c 1.18 +0 -4 src/bin/mkdir/mkdir.1 1.28 +0 -4 src/bin/mkdir/mkdir.c 1.26 +0 -4 src/bin/mv/mv.1 1.43 +0 -4 src/bin/mv/mv.c 1.24 +0 -4 src/bin/pax/ar_io.c 1.23 +0 -4 src/bin/pax/ar_subs.c 1.23 +0 -4 src/bin/pax/buf_subs.c 1.21 +0 -4 src/bin/pax/cache.c 1.9 +0 -4 src/bin/pax/cache.h 1.23 +0 -4 src/bin/pax/cpio.c 1.7 +0 -4 src/bin/pax/cpio.h 1.15 +0 -4 src/bin/pax/extern.h 1.21 +0 -4 src/bin/pax/file_subs.c 1.23 +0 -4 src/bin/pax/ftree.c 1.7 +1 -5 src/bin/pax/ftree.h 1.23 +0 -4 src/bin/pax/gen_subs.c 1.31 +0 -4 src/bin/pax/options.c 1.6 +0 -4 src/bin/pax/options.h 1.25 +0 -4 src/bin/pax/pat_rep.c 1.6 +0 -4 src/bin/pax/pat_rep.h 1.30 +0 -4 src/bin/pax/pax.1 1.28 +0 -4 src/bin/pax/pax.c 1.18 +0 -4 src/bin/pax/pax.h 1.19 +0 -4 src/bin/pax/sel_subs.c 1.6 +0 -4 src/bin/pax/sel_subs.h 1.22 +0 -4 src/bin/pax/tables.c 1.10 +0 -4 src/bin/pax/tables.h 1.23 +0 -4 src/bin/pax/tar.c 1.7 +0 -4 src/bin/pax/tar.h 1.20 +0 -4 src/bin/pax/tty_subs.c 1.32 +0 -4 src/bin/ps/extern.h 1.30 +0 -4 src/bin/ps/fmt.c 1.66 +0 -4 src/bin/ps/keyword.c 1.21 +0 -4 src/bin/ps/nlist.c 1.85 +0 -4 src/bin/ps/print.c 1.75 +0 -4 src/bin/ps/ps.1 1.88 +0 -4 src/bin/ps/ps.c 1.17 +0 -4 src/bin/ps/ps.h 1.23 +0 -4 src/bin/pwd/pwd.1 1.23 +0 -4 src/bin/pwd/pwd.c 1.9 +0 -4 src/bin/rcp/extern.h 1.16 +0 -4 src/bin/rcp/rcp.1 1.17 +0 -4 src/bin/rcp/util.c 1.8 +0 -4 src/bin/realpath/realpath.1 1.6 +0 -4 src/bin/realpath/realpath.c 1.28 +0 -4 src/bin/rm/rm.1 1.47 +0 -4 src/bin/rm/rm.c 1.11 +0 -4 src/bin/rmdir/rmdir.1 1.16 +0 -4 src/bin/rmdir/rmdir.c 1.18 +0 -4 src/bin/sh/alias.c 1.8 +0 -4 src/bin/sh/alias.h 1.9 +0 -4 src/bin/sh/arith.h 1.18 +0 -4 src/bin/sh/arith.y 1.22 +0 -4 src/bin/sh/arith_lex.l 1.13 +0 -4 src/bin/sh/bltin/bltin.h 1.12 +0 -4 src/bin/sh/bltin/echo.1 1.14 +0 -4 src/bin/sh/bltin/echo.c 1.14 +0 -4 src/bin/sh/builtins.def 1.34 +0 -4 src/bin/sh/cd.c 1.7 +0 -4 src/bin/sh/cd.h 1.25 +0 -4 src/bin/sh/error.c 1.17 +0 -4 src/bin/sh/error.h 1.42 +0 -4 src/bin/sh/eval.c 1.10 +0 -4 src/bin/sh/eval.h 1.24 +0 -4 src/bin/sh/exec.c 1.12 +0 -4 src/bin/sh/exec.h 1.46 +0 -4 src/bin/sh/expand.c 1.12 +0 -4 src/bin/sh/expand.h 1.7 +0 -4 src/bin/sh/funcs/cmv 1.7 +0 -4 src/bin/sh/funcs/dirs 1.7 +0 -4 src/bin/sh/funcs/kill 1.7 +0 -4 src/bin/sh/funcs/login 1.7 +0 -4 src/bin/sh/funcs/newgrp 1.7 +0 -4 src/bin/sh/funcs/popd 1.7 +0 -4 src/bin/sh/funcs/pushd 1.7 +0 -4 src/bin/sh/funcs/suspend 1.26 +0 -4 src/bin/sh/histedit.c 1.8 +0 -4 src/bin/sh/init.h 1.22 +0 -4 src/bin/sh/input.c 1.9 +0 -4 src/bin/sh/input.h 1.67 +0 -4 src/bin/sh/jobs.c 1.18 +0 -4 src/bin/sh/jobs.h 1.13 +0 -4 src/bin/sh/mail.c 1.8 +0 -4 src/bin/sh/mail.h 1.26 +0 -4 src/bin/sh/main.c 1.8 +0 -4 src/bin/sh/main.h 1.26 +0 -4 src/bin/sh/memalloc.c 1.9 +0 -4 src/bin/sh/memalloc.h 1.30 +0 -4 src/bin/sh/miscbltin.c 1.13 +0 -4 src/bin/sh/mkbuiltins 1.17 +0 -4 src/bin/sh/mkinit.c 1.17 +0 -4 src/bin/sh/mknodes.c 1.23 +0 -4 src/bin/sh/mksyntax.c 1.9 +0 -4 src/bin/sh/mktokens 1.10 +0 -4 src/bin/sh/myhistedit.h 1.13 +0 -4 src/bin/sh/mystring.c 1.8 +0 -4 src/bin/sh/mystring.h 1.15 +0 -4 src/bin/sh/nodes.c.pat 1.9 +0 -4 src/bin/sh/nodetypes 1.21 +0 -4 src/bin/sh/options.c 1.13 +0 -4 src/bin/sh/options.h 1.19 +0 -4 src/bin/sh/output.c 1.13 +0 -4 src/bin/sh/output.h 1.51 +0 -4 src/bin/sh/parser.c 1.10 +0 -4 src/bin/sh/parser.h 1.26 +0 -4 src/bin/sh/redir.c 1.10 +0 -4 src/bin/sh/redir.h 1.89 +0 -4 src/bin/sh/sh.1 1.17 +0 -4 src/bin/sh/shell.h 1.21 +0 -4 src/bin/sh/show.c 1.11 +0 -4 src/bin/sh/show.h 1.29 +0 -4 src/bin/sh/trap.c 1.12 +0 -4 src/bin/sh/trap.h 1.26 +0 -4 src/bin/sh/var.c 1.12 +0 -4 src/bin/sh/var.h 1.20 +0 -4 src/bin/sleep/sleep.1 1.18 +0 -4 src/bin/sleep/sleep.c 1.14 +0 -4 src/bin/stty/cchar.c 1.10 +0 -4 src/bin/stty/extern.h 1.20 +0 -4 src/bin/stty/gfmt.c 1.18 +0 -4 src/bin/stty/key.c 1.13 +0 -4 src/bin/stty/modes.c 1.19 +0 -4 src/bin/stty/print.c 1.28 +0 -4 src/bin/stty/stty.1 1.22 +0 -4 src/bin/stty/stty.c 1.9 +1 -5 src/bin/stty/stty.h 1.11 +0 -4 src/bin/stty/util.c 1.15 +0 -4 src/bin/sync/sync.8 1.15 +0 -4 src/bin/sync/sync.c 1.18 +0 -4 src/bin/test/test.1