plan9port/src/cmd/awk
2012-10-21 11:25:08 -04:00
..
awk.h awk: import from sources 2008-11-03 12:35:56 -06:00
awkgram.y awk: import from sources 2008-11-03 12:35:56 -06:00
lex.c awk: import from sources 2008-11-03 12:35:56 -06:00
lib.c awk: import from sources 2008-11-03 12:35:56 -06:00
main.c awk: import from sources 2008-11-03 12:35:56 -06:00
maketab.c awk: import from sources 2008-11-03 12:35:56 -06:00
mkfile awk/mkfile: tabify 2008-12-06 16:20:03 -08:00
parse.c awk: import from sources 2008-11-03 12:35:56 -06:00
proto.h cmd: getline now a dirty word (James Toy) 2009-05-31 15:34:40 -07:00
re.c awk: import from sources 2008-11-03 12:35:56 -06:00
README awk: import from sources 2008-11-03 12:35:56 -06:00
run.c fix clang warnings reported by Tuncer Ayaz 2012-10-21 11:25:08 -04:00
tran.c awk: import from sources 2008-11-03 12:35:56 -06: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 [http://swtch.com/plan9port/] to the following files:

    mkfile
    re.c