aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2026-03-03 14:55:14 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2026-03-03 14:55:14 +0100
commit0fa111b1f6418de2248ee7705fb7d783be7d001e (patch)
tree73528374601a095a1846ef3970234fcb1b0903ff /src/keeper.cpp
parenta52a2184b0c9f5330aa8f16684878c9026706ba6 (diff)
downloadlanes-0fa111b1f6418de2248ee7705fb7d783be7d001e.tar.gz
lanes-0fa111b1f6418de2248ee7705fb7d783be7d001e.tar.bz2
lanes-0fa111b1f6418de2248ee7705fb7d783be7d001e.zip
Update copyright dates
Diffstat (limited to 'src/keeper.cpp')
-rw-r--r--src/keeper.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/keeper.cpp b/src/keeper.cpp
index 4af0d86..179109a 100644
--- a/src/keeper.cpp
+++ b/src/keeper.cpp
@@ -11,10 +11,9 @@
11 -- 11 --
12 -- C implementation replacement of the original keeper.lua 12 -- C implementation replacement of the original keeper.lua
13 -- 13 --
14 --[[
15 =============================================================================== 14 ===============================================================================
16 15
17 Copyright (C) 2011-2024 Benoit Germain <bnt.germain@gmail.com> 16 Copyright (C) 2011-2026 Benoit Germain <bnt.germain@gmail.com>
18 17
19 Permission is hereby granted, free of charge, to any person obtaining a copy 18 Permission is hereby granted, free of charge, to any person obtaining a copy
20 of this software and associated documentation files (the "Software"), to deal 19 of this software and associated documentation files (the "Software"), to deal
@@ -35,7 +34,6 @@
35 THE SOFTWARE. 34 THE SOFTWARE.
36 35
37 =============================================================================== 36 ===============================================================================
38 ]]--
39 */ 37 */
40#include "_pch.hpp" 38#include "_pch.hpp"
41#include "keeper.hpp" 39#include "keeper.hpp"