summaryrefslogtreecommitdiff
path: root/src/host/buildvm_peobj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/buildvm_peobj.c')
-rw-r--r--src/host/buildvm_peobj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/buildvm_peobj.c b/src/host/buildvm_peobj.c
index e390d31d..97c0698e 100644
--- a/src/host/buildvm_peobj.c
+++ b/src/host/buildvm_peobj.c
@@ -1,6 +1,6 @@
/*
** LuaJIT VM builder: PE object emitter.
-** Copyright (C) 2005-2021 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
**
** Only used for building on Windows, since we cannot assume the presence
** of a suitable assembler. The host and target byte order must match.