copyright update - lchat - A line oriented chat front end for ii. | |
git clone git://git.suckless.org/lchat | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 1971dd4cb092a1d603d41bc35cb5b6425394d194 | |
parent e821ed80afb2e4c922c000dbe59043064096516b | |
Author: Jan Klemkow <[email protected]> | |
Date: Sun, 9 Oct 2022 23:44:18 +0200 | |
copyright update | |
Diffstat: | |
M lchat.c | 3 ++- | |
M slackline.c | 3 ++- | |
2 files changed, 4 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/lchat.c b/lchat.c | |
@@ -1,5 +1,6 @@ | |
/* | |
- * Copyright (c) 2015-2017 Jan Klemkow <[email protected]> | |
+ * Copyright (c) 2015-2022 Jan Klemkow <[email protected]> | |
+ * Copyright (c) 2022 Tom Schwindl <[email protected]> | |
* | |
* Permission to use, copy, modify, and distribute this software for any | |
* purpose with or without fee is hereby granted, provided that the above | |
diff --git a/slackline.c b/slackline.c | |
@@ -1,5 +1,6 @@ | |
/* | |
- * Copyright (c) 2015-2016 Jan Klemkow <[email protected]> | |
+ * Copyright (c) 2015-2022 Jan Klemkow <[email protected]> | |
+ * Copyright (c) 2022 Tom Schwindl <[email protected]> | |
* | |
* Permission to use, copy, modify, and distribute this software for any | |
* purpose with or without fee is hereby granted, provided that the above |