summaryrefslogtreecommitdiff
path: root/src/lj_udata.h
diff options
context:
space:
mode:
authorMike Pall <mike>2022-01-15 19:30:54 +0100
committerMike Pall <mike>2022-01-15 19:30:54 +0100
commitc4dfb625bad8937d72074852a977738ec3eb1ab7 (patch)
tree6b4bcf33c83428bd074272adf363d792558286f5 /src/lj_udata.h
parente56048753634c32ea6eeedf74cef6f9cfea5f4ed (diff)
downloadluajit2-c4dfb625bad8937d72074852a977738ec3eb1ab7.tar.gz
Bump copyright date.
Diffstat (limited to 'src/lj_udata.h')
-rw-r--r--src/lj_udata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_udata.h b/src/lj_udata.h
index 1873b694..acd136a7 100644
--- a/src/lj_udata.h
+++ b/src/lj_udata.h
@@ -1,6 +1,6 @@
/*
** Userdata handling.
-** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LJ_UDATA_H