diff utils/gengeneric.c @ 38:fd42f9b1b95e

docs: update copyright for 2025, update the README with more info I slightly edited vec.h however to use calloc directly rather than malloc + memset.
author Paper <paper@tflc.us>
date Sat, 26 Apr 2025 02:54:44 -0400
parents 4b5a557aa64f
children f9ca85d2f14c
line wrap: on
line diff
--- a/utils/gengeneric.c	Sat Apr 26 01:04:35 2025 -0400
+++ b/utils/gengeneric.c	Sat Apr 26 02:54:44 2025 -0400
@@ -1,7 +1,7 @@
 /**
- * vec - a tiny SIMD vector library in plain C99
+ * vec - a tiny SIMD vector library in C99
  * 
- * Copyright (c) 2024 Paper
+ * Copyright (c) 2024-2025 Paper
  * 
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -37,9 +37,9 @@
  * and then unpacking it all? */
 static const char *header =
 	"/**\n"
-	" * vec - a tiny SIMD vector library in plain C99\n"
+	" * vec - a tiny SIMD vector library in C99\n"
 	" * \n"
-	" * Copyright (c) 2024 Paper\n"
+	" * Copyright (c) 2024-2025 Paper\n"
 	" * \n"
 	" * Permission is hereby granted, free of charge, to any person obtaining a copy\n"
 	" * of this software and associated documentation files (the \"Software\"), to deal\n"