Explorar el Código

Bumped copyright year.

grunfink hace 7 meses
padre
commit
11af00194e
Se han modificado 39 ficheros con 42 adiciones y 40 borrados
  1. 1 1
      LICENSE
  2. 1 1
      activitypub.c
  3. 1 1
      data.c
  4. 1 1
      format.c
  5. 1 1
      html.c
  6. 1 1
      http.c
  7. 1 1
      httpd.c
  8. 2 2
      main.c
  9. 1 1
      mastoapi.c
  10. 1 1
      rss.c
  11. 1 1
      snac.c
  12. 1 1
      snac.h
  13. 1 1
      upgrade.c
  14. 1 1
      utils.c
  15. 1 1
      webfinger.c
  16. 1 1
      xs.h
  17. 1 1
      xs_curl.h
  18. 1 1
      xs_fcgi.h
  19. 1 1
      xs_glob.h
  20. 1 1
      xs_hex.h
  21. 1 1
      xs_html.h
  22. 1 1
      xs_http.h
  23. 1 1
      xs_httpd.h
  24. 1 1
      xs_io.h
  25. 3 1
      xs_json.h
  26. 1 1
      xs_match.h
  27. 1 1
      xs_mime.h
  28. 1 1
      xs_openssl.h
  29. 1 1
      xs_po.h
  30. 1 1
      xs_random.h
  31. 1 1
      xs_regex.h
  32. 1 1
      xs_set.h
  33. 1 1
      xs_socket.h
  34. 1 1
      xs_time.h
  35. 1 1
      xs_unicode.h
  36. 1 1
      xs_unix_socket.h
  37. 1 1
      xs_url.h
  38. 1 1
      xs_version.h
  39. 1 1
      xs_webmention.h

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 MIT License
 MIT License
 
 
-Copyright (c) 2022 - 2025 grunfink et al. (Fediverse: @grunfink@comam.es)
+Copyright (c) 2022 - 2026 grunfink et al. (Fediverse: @grunfink@comam.es)
 
 
 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 the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 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 the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
 

+ 1 - 1
activitypub.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #include "xs.h"
 #include "xs.h"
 #include "xs_json.h"
 #include "xs_json.h"

+ 1 - 1
data.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #include "xs.h"
 #include "xs.h"
 #include "xs_hex.h"
 #include "xs_hex.h"

+ 1 - 1
format.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #include "xs.h"
 #include "xs.h"
 #include "xs_regex.h"
 #include "xs_regex.h"

+ 1 - 1
html.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #include "xs.h"
 #include "xs.h"
 #include "xs_io.h"
 #include "xs_io.h"

+ 1 - 1
http.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #include "xs.h"
 #include "xs.h"
 #include "xs_io.h"
 #include "xs_io.h"

+ 1 - 1
httpd.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #include "xs.h"
 #include "xs.h"
 #include "xs_io.h"
 #include "xs_io.h"

+ 2 - 2
main.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #include "xs.h"
 #include "xs.h"
 #include "xs_io.h"
 #include "xs_io.h"
@@ -18,7 +18,7 @@
 int usage(const char *cmd)
 int usage(const char *cmd)
 {
 {
     printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n");
     printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n");
-    printf("Copyright (c) 2022 - 2025 grunfink et al. / MIT license\n");
+    printf("Copyright (c) 2022 - 2026 grunfink et al. / MIT license\n");
     printf("\n");
     printf("\n");
 
 
     if (cmd == NULL) {
     if (cmd == NULL) {

+ 1 - 1
mastoapi.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef NO_MASTODON_API
 #ifndef NO_MASTODON_API
 
 

+ 1 - 1
rss.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2025 grunfink et al. / MIT license */
+/* copyright (c) 2025 - 2026 grunfink et al. / MIT license */
 
 
 #include "xs.h"
 #include "xs.h"
 #include "xs_html.h"
 #include "xs_html.h"

+ 1 - 1
snac.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #define XS_IMPLEMENTATION
 #define XS_IMPLEMENTATION
 
 

+ 1 - 1
snac.h

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #define VERSION "2.86-dev"
 #define VERSION "2.86-dev"
 
 

+ 1 - 1
upgrade.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #include "xs.h"
 #include "xs.h"
 #include "xs_io.h"
 #include "xs_io.h"

+ 1 - 1
utils.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #include "xs.h"
 #include "xs.h"
 #include "xs_io.h"
 #include "xs_io.h"

+ 1 - 1
webfinger.c

@@ -1,5 +1,5 @@
 /* snac - A simple, minimalistic ActivityPub instance */
 /* snac - A simple, minimalistic ActivityPub instance */
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #include "xs.h"
 #include "xs.h"
 #include "xs_json.h"
 #include "xs_json.h"

+ 1 - 1
xs.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_H
 #ifndef _XS_H
 
 

+ 1 - 1
xs_curl.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_CURL_H
 #ifndef _XS_CURL_H
 
 

+ 1 - 1
xs_fcgi.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 /*
 /*
     This is an intentionally-dead-simple FastCGI implementation;
     This is an intentionally-dead-simple FastCGI implementation;

+ 1 - 1
xs_glob.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_GLOB_H
 #ifndef _XS_GLOB_H
 
 

+ 1 - 1
xs_hex.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_HEX_H
 #ifndef _XS_HEX_H
 
 

+ 1 - 1
xs_html.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_HTML_H
 #ifndef _XS_HTML_H
 
 

+ 1 - 1
xs_http.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_HTTP_H
 #ifndef _XS_HTTP_H
 
 

+ 1 - 1
xs_httpd.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_HTTPD_H
 #ifndef _XS_HTTPD_H
 
 

+ 1 - 1
xs_io.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_IO_H
 #ifndef _XS_IO_H
 
 

+ 3 - 1
xs_json.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_JSON_H
 #ifndef _XS_JSON_H
 
 
@@ -28,6 +28,8 @@ int xs_json_load_object(FILE *f, int maxdepth, xs_dict **d);
 
 
 /** IMPLEMENTATION **/
 /** IMPLEMENTATION **/
 
 
+#include "xs_unicode.h"
+
 /** JSON dumps **/
 /** JSON dumps **/
 
 
 static void _xs_json_dump_str(const char *data, FILE *f)
 static void _xs_json_dump_str(const char *data, FILE *f)

+ 1 - 1
xs_match.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_MATCH_H
 #ifndef _XS_MATCH_H
 
 

+ 1 - 1
xs_mime.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_MIME_H
 #ifndef _XS_MIME_H
 
 

+ 1 - 1
xs_openssl.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_OPENSSL_H
 #ifndef _XS_OPENSSL_H
 
 

+ 1 - 1
xs_po.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2025 grunfink et al. / MIT license */
+/* copyright (c) 2025 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_PO_H
 #ifndef _XS_PO_H
 
 

+ 1 - 1
xs_random.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_RANDOM_H
 #ifndef _XS_RANDOM_H
 
 

+ 1 - 1
xs_regex.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_REGEX_H
 #ifndef _XS_REGEX_H
 
 

+ 1 - 1
xs_set.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_SET_H
 #ifndef _XS_SET_H
 
 

+ 1 - 1
xs_socket.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_SOCKET_H
 #ifndef _XS_SOCKET_H
 
 

+ 1 - 1
xs_time.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_TIME_H
 #ifndef _XS_TIME_H
 
 

+ 1 - 1
xs_unicode.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_UNICODE_H
 #ifndef _XS_UNICODE_H
 
 

+ 1 - 1
xs_unix_socket.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_UNIX_SOCKET_H
 #ifndef _XS_UNIX_SOCKET_H
 
 

+ 1 - 1
xs_url.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
+/* copyright (c) 2022 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_URL_H
 #ifndef _XS_URL_H
 
 

+ 1 - 1
xs_version.h

@@ -1 +1 @@
-/* 0a8b987d7bb945fe7844411727d03ac73f417455 2025-10-14T05:21:05+02:00 */
+/* ad74258be9b1585840a5366cdb4b6ef707c0e95a 2026-01-01T16:58:39+01:00 */

+ 1 - 1
xs_webmention.h

@@ -1,4 +1,4 @@
-/* copyright (c) 2025 grunfink et al. / MIT license */
+/* copyright (c) 2025 - 2026 grunfink et al. / MIT license */
 
 
 #ifndef _XS_WEBMENTION_H
 #ifndef _XS_WEBMENTION_H