From 664da61c079f762d835ea6f875cdf3da96982bab Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 23 Jun 2023 14:56:42 -0300 Subject: Copyright notice in module 're' --- re.html | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) (limited to 're.html') diff --git a/re.html b/re.html index 114d968..ddad801 100644 --- a/re.html +++ b/re.html @@ -100,7 +100,7 @@ equivalent to p / defs[name] p => name match-time capture equivalent to lpeg.Cmt(p, defs[name]) p ~> name fold capture -equivalent to lpeg.Cf(p, defs[name]) +(deprecated) p >> name accumulator capture equivalent to (p % defs[name]) @@ -458,37 +458,9 @@ print(re.match(p, p)) -- a self description must match itself

License

-Copyright © 2008-2023 Lua.org, PUC-Rio. -

-

-Permission is hereby granted, free of charge, -to any person obtaining a copy of this software and -associated documentation files (the "Software"), -to deal in the Software without restriction, -including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, -and to permit persons to whom the Software is -furnished to do so, -subject to the following conditions: -

- -

-The above copyright notice and this permission notice -shall be included in all copies or substantial portions of the Software. -

+This module is part of the LPeg package and shares +its license. -

-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -

-- cgit v1.2.3-55-g6feb