summaryrefslogtreecommitdiff
path: root/src/lj_bc.h
diff options
context:
space:
mode:
authorMike Pall <mike>2021-01-02 21:49:41 +0100
committerMike Pall <mike>2021-01-02 21:49:41 +0100
commitf47c864b0186fc92a2264e68e1151d0d2b24969e (patch)
tree091117a96d80a74147f695fcfe21f21bb9dbacaa /src/lj_bc.h
parentee855749a188d3d13bba9a0e58f430e138e641ae (diff)
downloadluajit2-f47c864b0186fc92a2264e68e1151d0d2b24969e.tar.gz
Bump copyright date.
Diffstat (limited to 'src/lj_bc.h')
-rw-r--r--src/lj_bc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_bc.h b/src/lj_bc.h
index 8fd7a2ed..b78c5147 100644
--- a/src/lj_bc.h
+++ b/src/lj_bc.h
@@ -1,6 +1,6 @@
/*
** Bytecode instruction format.
-** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LJ_BC_H