plan9port/src/cmd/awk
Dan Cross fa325e9b42 Trivial changes: whitespace and modes.
Remote whitespace at the ends of lines.
Remove blank lines from the ends of files.
Change modes on source files so that they
are not executable.

Signed-off-by: Dan Cross <cross@gajendra.net>
2020-01-10 14:54:30 +00:00
..
awk.h Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
awkgram.y
lex.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
lib.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
main.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
maketab.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
mkfile awk/mkfile: tabify 2008-12-06 16:20:03 -08:00
parse.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
proto.h Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
re.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
README all: update site from swtch.com to 9fans.github.io 2017-09-01 13:25:20 -04:00
run.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00
tran.c Trivial changes: whitespace and modes. 2020-01-10 14:54:30 +00:00

This 'awk' source is directly downloaded from the Plan 9 source

http://cm.bell-labs.com/sources/plan9/sys/src/cmd/awk/

as such, it's copyright is held by Lucent Technologies and distributed under the
Lucent Public License version 1.02 [http://www.opensource.org/licenses/lucent1.02.php].

Modifications were made by Jeff Sickel in order to build using Plan 9 from User
Space [https://9fans.github.io/plan9port/] to the following files:

    mkfile
    re.c