diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-06-20 11:38:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-06-20 11:38:00 +0000 |
commit | 7b7e898c2ba0736cc7ea628eca74e7630eab5038 (patch) | |
tree | d5cc645d703b87d53b7d859e9c9ae5113030adcb | |
parent | cba5e8978cf659b3216c47d38f9917403b4df1c4 (diff) |
byacc: import version 20240109vendor/byacc/20240109
-rw-r--r-- | LICENSE | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000000..c21f9f78a6db --- /dev/null +++ b/LICENSE @@ -0,0 +1,10 @@ + Berkeley Yacc is distributed with no warranty whatever. The author +and any other contributors take no responsibility for the consequences of +its use. + + Berkeley Yacc is in the public domain. The data structures and algorithms +used in Berkeley Yacc are all either taken from documents available to the +general public or are inventions of the author. Anyone may freely distribute +source or binary forms of Berkeley Yacc whether unchanged or modified. +Distributers may charge whatever fees they can obtain for Berkeley Yacc. +Programs generated by Berkeley Yacc may be distributed freely. |