diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-04-10 13:47:45 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-04-10 13:47:45 -0300 |
commit | 05edfcff9b7eca52571b221e614b5cbf84e7d43d (patch) | |
tree | 37ca0e23753461795eb3ea6df873d725b94ba54e /lptypes.h | |
parent | afd7b912611d5777c12d55cb533beee760207949 (diff) | |
download | lpeg-05edfcff9b7eca52571b221e614b5cbf84e7d43d.tar.gz lpeg-05edfcff9b7eca52571b221e614b5cbf84e7d43d.tar.bz2 lpeg-05edfcff9b7eca52571b221e614b5cbf84e7d43d.zip |
Documentation
Removed '$Id' from all files + updated copyright year + other changes
in comments and documentation
Diffstat (limited to 'lptypes.h')
-rw-r--r-- | lptypes.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lptypes.h $ | ||
3 | ** LPeg - PEG pattern matching for Lua | 2 | ** LPeg - PEG pattern matching for Lua |
4 | ** Copyright 2007-2019, Lua.org & PUC-Rio (see 'lpeg.html' for license) | 3 | ** Copyright 2007-2023, Lua.org & PUC-Rio (see 'lpeg.html' for license) |
5 | ** written by Roberto Ierusalimschy | 4 | ** written by Roberto Ierusalimschy |
6 | */ | 5 | */ |
7 | 6 | ||