Commit 933d705602cb47d213432af5ad935307202f4a41

Thomas de Grivel 2024-05-14T20:53:35

license

diff --git a/README.md b/README.md
index 0784c4f..acd049c 100644
--- a/README.md
+++ b/README.md
@@ -491,7 +491,7 @@ Script interpreter. Works the same as ic3 but is not interactive.
 
 ```
 /* c3
- * Copyright 2022,2023 kmx.io <contact@kmx.io>
+ * Copyright 2022,2023,2024 kmx.io <contact@kmx.io>
  *
  * Permission is hereby granted to use this software granted the above
  * copyright notice and this permission paragraph are included in all
diff --git a/libc3/license.c b/libc3/license.c
index bca9f5a..f95df6e 100644
--- a/libc3/license.c
+++ b/libc3/license.c
@@ -1,5 +1,5 @@
 /* c3
- * Copyright 2022-2024 kmx.io <contact@kmx.io>
+ * Copyright 2022,2023,2024 kmx.io <contact@kmx.io>
  *
  * Permission is hereby granted to use this software granted the above
  * copyright notice and this permission paragraph are included in all
@@ -13,7 +13,7 @@
 #include "c3_main.h"
 
 const char *g_c3_license = "c3\n"
- "Copyright 2022-2024 kmx.io <contact@kmx.io>\n"
+ "Copyright 2022,2023,2024 kmx.io <contact@kmx.io>\n"
  "\n"
  "Permission is hereby granted to use this software granted the above\n"
  "copyright notice and this permission paragraph are included in all\n"