aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-01-01 05:01:24 +0100
committerkdx <kikoodx@paranoici.org>2023-01-01 05:01:44 +0100
commit04c3f105faa6c7109f38f617890fedf8235a3e12 (patch)
treedcf430c7dcd304dd6bfc4e9a6c3bd777d00878f1
parentc292e3d6468b345bbf4e8fbe78e118ee88d07127 (diff)
downloadlzr-04c3f105faa6c7109f38f617890fedf8235a3e12.tar.gz
update license year
-rw-r--r--LICENSE2
-rw-r--r--lzr.c2
-rw-r--r--lzr.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 74d2950..d14a6ad 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2022 kdx
+Copyright (c) 2022, 2023 kdx
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/lzr.c b/lzr.c
index 15c079b..701b80c 100644
--- a/lzr.c
+++ b/lzr.c
@@ -865,7 +865,7 @@ void LZR_MousePosition(int *x, int *y)
}
/*
-** Copyright (c) 2022 kdx
+** Copyright (c) 2022, 2023 kdx
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and associated documentation files (the "Software"), to
diff --git a/lzr.h b/lzr.h
index 6b3845a..7bd749e 100644
--- a/lzr.h
+++ b/lzr.h
@@ -95,7 +95,7 @@ void LZR_MousePosition(int *x, int *y);
#endif
/*
-** Copyright (c) 2022 kdx
+** Copyright (c) 2022, 2023 kdx
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and associated documentation files (the "Software"), to