aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.lua')
-rw-r--r--src/lanes.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lanes.lua b/src/lanes.lua
index 43ebfd5..98b1bf6 100644
--- a/src/lanes.lua
+++ b/src/lanes.lua
@@ -12,7 +12,7 @@
12=============================================================================== 12===============================================================================
13 13
14Copyright (C) 2007-10 Asko Kauppi <akauppi@gmail.com> 14Copyright (C) 2007-10 Asko Kauppi <akauppi@gmail.com>
15Copyright (C) 2010-24 Benoit Germain <bnt.germain@gmail.com> 15Copyright (C) 2010-26 Benoit Germain <bnt.germain@gmail.com>
16 16
17Permission is hereby granted, free of charge, to any person obtaining a copy 17Permission is hereby granted, free of charge, to any person obtaining a copy
18of this software and associated documentation files (the "Software"), to deal 18of this software and associated documentation files (the "Software"), to deal
@@ -875,10 +875,10 @@ local configure = function(settings_)
875 -- 875 --
876 lanes.ABOUT = 876 lanes.ABOUT =
877 { 877 {
878 author= "Asko Kauppi <akauppi@gmail.com>, Benoit Germain <bnt.germain@gmail.com>", 878 author = "Asko Kauppi <akauppi@gmail.com>, Benoit Germain <bnt.germain@gmail.com>",
879 description= "Running multiple Lua states in parallel", 879 description = "Running multiple Lua states in parallel",
880 license= "MIT/X11", 880 license = "MIT/X11",
881 copyright= "Copyright (c) 2007-10, Asko Kauppi; (c) 2011-23, Benoit Germain", 881 copyright = "Copyright (c) 2007-10, Asko Kauppi; (c) 2011-26, Benoit Germain",
882 version = assert(core.version) 882 version = assert(core.version)
883 } 883 }
884 884