Add GPL-free patch. This is the extended version of Larry Wall's original
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 24 Sep 2004 18:44:28 +0000 (18:44 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 24 Sep 2004 18:44:28 +0000 (18:44 +0000)
commit48d201a5a8c1dab4aa7166b0812594c101fc43c3
tree77346f957390a89eca373fb3ed8b6e75bddf5ada
parent47a966ff2709866ac5d4130d88f86254b13c702b
Add GPL-free patch. This is the extended version of Larry Wall's original
patch.

Obtained-from: OpenBSD
Submitted-by: Sascha Wildner <saw@online.de>
14 files changed:
usr.bin/patch/Makefile [new file with mode: 0644]
usr.bin/patch/README [new file with mode: 0644]
usr.bin/patch/backupfile.c [new file with mode: 0644]
usr.bin/patch/backupfile.h [new file with mode: 0644]
usr.bin/patch/common.h [new file with mode: 0644]
usr.bin/patch/inp.c [new file with mode: 0644]
usr.bin/patch/inp.h [new file with mode: 0644]
usr.bin/patch/patch.1 [new file with mode: 0644]
usr.bin/patch/patch.c [new file with mode: 0644]
usr.bin/patch/pathnames.h [new file with mode: 0644]
usr.bin/patch/pch.c [new file with mode: 0644]
usr.bin/patch/pch.h [new file with mode: 0644]
usr.bin/patch/util.c [new file with mode: 0644]
usr.bin/patch/util.h [new file with mode: 0644]