commit e413932d58bda64d7e9e34ca1e455d13bad17a3e
Author: Tom Schwindl <[email protected]>
AuthorDate: Sat Jan 14 18:35:52 2023 +0100
Commit: Jan Klemkow <[email protected]>
CommitDate: Tue Jan 24 17:00:30 2023 +0100
update copyright
diff --git a/lchat.c b/lchat.c
index 4a59760..0df653d 100644
--- a/lchat.c
+++ b/lchat.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2015-2022 Jan Klemkow <[email protected]>
- * Copyright (c) 2022 Tom Schwindl <[email protected]>
+ * Copyright (c) 2015-2023 Jan Klemkow <[email protected]>
+ * Copyright (c) 2022-2023 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
index a56c030..8668534 100644
--- a/slackline.c
+++ b/slackline.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2015-2022 Jan Klemkow <[email protected]>
- * Copyright (c) 2022 Tom Schwindl <[email protected]>
+ * Copyright (c) 2015-2023 Jan Klemkow <[email protected]>
+ * Copyright (c) 2022-2023 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_emacs.c b/slackline_emacs.c
index 352b226..fc95d82 100644
--- a/slackline_emacs.c
+++ b/slackline_emacs.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2022-2023 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
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
#include <stdio.h>
#include <ctype.h>
#include <stddef.h>
diff --git a/util.c b/util.c
index 0516577..14e9d53 100644
--- a/util.c
+++ b/util.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 Jan Klemkow <[email protected]>
+ * Copyright (c) 2018-2023 Jan Klemkow <[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