From 0fa111b1f6418de2248ee7705fb7d783be7d001e Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 3 Mar 2026 14:55:14 +0100 Subject: Update copyright dates --- src/lanes.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lanes.lua') 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 @@ =============================================================================== Copyright (C) 2007-10 Asko Kauppi -Copyright (C) 2010-24 Benoit Germain +Copyright (C) 2010-26 Benoit Germain Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -875,10 +875,10 @@ local configure = function(settings_) -- lanes.ABOUT = { - author= "Asko Kauppi , Benoit Germain ", - description= "Running multiple Lua states in parallel", - license= "MIT/X11", - copyright= "Copyright (c) 2007-10, Asko Kauppi; (c) 2011-23, Benoit Germain", + author = "Asko Kauppi , Benoit Germain ", + description = "Running multiple Lua states in parallel", + license = "MIT/X11", + copyright = "Copyright (c) 2007-10, Asko Kauppi; (c) 2011-26, Benoit Germain", version = assert(core.version) } -- cgit v1.2.3-55-g6feb