aboutsummaryrefslogtreecommitdiff
path: root/src/lib_string.c
diff options
context:
space:
mode:
authorMike Pall <mike>2026-01-09 17:25:02 +0100
committerMike Pall <mike>2026-01-09 17:25:02 +0100
commit2c110b7769bace93314f19977307054d44eb731e (patch)
tree22d74671ab98af5233abea3839c627940d075e70 /src/lib_string.c
parent7152e15489d2077cd299ee23e3d51a4c599ab14f (diff)
parent6e69e4731437d6876b96e843804a6ef0a671ed25 (diff)
downloadluajit-2c110b7769bace93314f19977307054d44eb731e.tar.gz
luajit-2c110b7769bace93314f19977307054d44eb731e.tar.bz2
luajit-2c110b7769bace93314f19977307054d44eb731e.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'src/lib_string.c')
-rw-r--r--src/lib_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_string.c b/src/lib_string.c
index a037c855..e107e25d 100644
--- a/src/lib_string.c
+++ b/src/lib_string.c
@@ -1,6 +1,6 @@
1/* 1/*
2** String library. 2** String library.
3** Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h 3** Copyright (C) 2005-2026 Mike Pall. See Copyright Notice in luajit.h
4** 4**
5** Major portions taken verbatim or adapted from the Lua interpreter. 5** Major portions taken verbatim or adapted from the Lua interpreter.
6** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h 6** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h