diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2026-03-03 14:55:14 +0100 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2026-03-03 14:55:14 +0100 |
| commit | 0fa111b1f6418de2248ee7705fb7d783be7d001e (patch) | |
| tree | 73528374601a095a1846ef3970234fcb1b0903ff /src/lanes.lua | |
| parent | a52a2184b0c9f5330aa8f16684878c9026706ba6 (diff) | |
| download | lanes-0fa111b1f6418de2248ee7705fb7d783be7d001e.tar.gz lanes-0fa111b1f6418de2248ee7705fb7d783be7d001e.tar.bz2 lanes-0fa111b1f6418de2248ee7705fb7d783be7d001e.zip | |
Update copyright dates
Diffstat (limited to 'src/lanes.lua')
| -rw-r--r-- | src/lanes.lua | 10 |
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 | ||
| 14 | Copyright (C) 2007-10 Asko Kauppi <akauppi@gmail.com> | 14 | Copyright (C) 2007-10 Asko Kauppi <akauppi@gmail.com> |
| 15 | Copyright (C) 2010-24 Benoit Germain <bnt.germain@gmail.com> | 15 | Copyright (C) 2010-26 Benoit Germain <bnt.germain@gmail.com> |
| 16 | 16 | ||
| 17 | Permission is hereby granted, free of charge, to any person obtaining a copy | 17 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 18 | of this software and associated documentation files (the "Software"), to deal | 18 | of 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 | ||
