- Fix some duplicate commenting for struct Job, struct GNode and
authorMax Okumoto <okumoto@dragonflybsd.org>
Tue, 1 Feb 2005 22:05:36 +0000 (22:05 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Tue, 1 Feb 2005 22:05:36 +0000 (22:05 +0000)
commitedf6dd37300607150568eceadb34b0dccaf7b68b
tree845205a5ae40a6d3970b71439203949306fc4244
parentcf277b967b55a73f9393dbf52be83374e211a343
- Fix some duplicate commenting for struct Job, struct GNode and
  struct Shell by removing one version and inlining the comments
  into the structure declaration (the comments have been somewhat
  outdated).

- Remove the 3rd clause (from 4) of the BSD license because those
  files have only the UCB copyright

Taken-from: FreeBSD
38 files changed:
usr.bin/make/GNode.h
usr.bin/make/arch.c
usr.bin/make/arch.h
usr.bin/make/buf.h
usr.bin/make/compat.c
usr.bin/make/compat.h
usr.bin/make/cond.c
usr.bin/make/cond.h
usr.bin/make/config.h
usr.bin/make/dir.c
usr.bin/make/dir.h
usr.bin/make/for.c
usr.bin/make/for.h
usr.bin/make/globals.h
usr.bin/make/hash.c
usr.bin/make/hash.h
usr.bin/make/job.c
usr.bin/make/job.h
usr.bin/make/lst.c
usr.bin/make/lst.h
usr.bin/make/main.c
usr.bin/make/make.c
usr.bin/make/make.h
usr.bin/make/nonints.h
usr.bin/make/parse.c
usr.bin/make/parse.h
usr.bin/make/pathnames.h
usr.bin/make/sprite.h
usr.bin/make/str.h
usr.bin/make/suff.c
usr.bin/make/suff.h
usr.bin/make/targ.c
usr.bin/make/targ.h
usr.bin/make/util.c
usr.bin/make/util.h
usr.bin/make/var.c
usr.bin/make/var.h
usr.bin/make/var_modify.c