From 591c270770be2ecc6644af8a503ebebb41160fcc Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 4 Mar 2019 17:25:04 +0000 Subject: [PATCH] Added license file. --- re2c/LICENSE | 13 +++++++++++++ re2c/README | 18 ------------------ 2 files changed, 13 insertions(+), 18 deletions(-) create mode 100644 re2c/LICENSE diff --git a/re2c/LICENSE b/re2c/LICENSE new file mode 100644 index 00000000..320c5394 --- /dev/null +++ b/re2c/LICENSE @@ -0,0 +1,13 @@ +re2c is distributed with no warranty whatever. The code is certain to contain +errors. Neither authors nor contributors take any responsibility for the +consequences of its use. + +re2c is in the public domain. Data structures and algorithms used in re2c +are all either taken from documents available to the general public or are +inventions of the authors. Programs generated by re2c may be distributed freely. +re2c itself may be distributed freely, in source or binary, unchanged or +modified. Distributors may charge whatever fees they can obtain for re2c. + +If you do make use of re2c, or incorporate it into a larger project an +acknowledgement somewhere (documentation, research report, etc.) would be +appreciated. diff --git a/re2c/README b/re2c/README index 21e4f71a..aa440a29 100644 --- a/re2c/README +++ b/re2c/README @@ -129,21 +129,3 @@ Currently maintained by: Marcus Boerger Hartmut Kaiser -------------------------------------------------------------------------------- - - -LICENSE --------------------------------------------------------------------------------- -re2c is distributed with no warranty whatever. The code is certain to contain -errors. Neither the author nor any contributor takes responsibility for any -consequences of its use. - -re2c is in the public domain. The data structures and algorithms used in re2c -are all either taken from documents available to the general public or are -inventions of the authors. Programs generated by re2c may be distributed freely. -re2c itself may be distributed freely, in source or binary, unchanged or -modified. Distributors may charge whatever fees they can obtain for re2c. - -If you do make use of re2c, or incorporate it into a larger project an -acknowledgement somewhere (documentation, research report, etc.) would be -appreciated. --------------------------------------------------------------------------------- -- 2.40.0