diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | activitypub.c | 2 | ||||
-rw-r--r-- | data.c | 2 | ||||
-rw-r--r-- | format.c | 2 | ||||
-rw-r--r-- | html.c | 2 | ||||
-rw-r--r-- | http.c | 2 | ||||
-rw-r--r-- | httpd.c | 2 | ||||
-rw-r--r-- | main.c | 4 | ||||
-rw-r--r-- | mastoapi.c | 2 | ||||
-rw-r--r-- | snac.c | 2 | ||||
-rw-r--r-- | snac.h | 2 | ||||
-rw-r--r-- | upgrade.c | 2 | ||||
-rw-r--r-- | utils.c | 2 | ||||
-rw-r--r-- | webfinger.c | 2 | ||||
-rw-r--r-- | xs.h | 2 | ||||
-rw-r--r-- | xs_curl.h | 2 | ||||
-rw-r--r-- | xs_glob.h | 2 | ||||
-rw-r--r-- | xs_httpd.h | 2 | ||||
-rw-r--r-- | xs_io.h | 2 | ||||
-rw-r--r-- | xs_json.h | 2 | ||||
-rw-r--r-- | xs_mime.h | 2 | ||||
-rw-r--r-- | xs_openssl.h | 2 | ||||
-rw-r--r-- | xs_random.h | 2 | ||||
-rw-r--r-- | xs_regex.h | 2 | ||||
-rw-r--r-- | xs_set.h | 2 | ||||
-rw-r--r-- | xs_socket.h | 2 | ||||
-rw-r--r-- | xs_time.h | 2 | ||||
-rw-r--r-- | xs_unicode.h | 2 |
29 files changed, 30 insertions, 30 deletions
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 - 2023 grunfink (Fediverse: @grunfink@comam.es) +Copyright (c) 2022 - 2023 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: @@ -83,6 +83,6 @@ See the LICENSE file for details. ## Author -grunfink [@grunfink@comam.es](https://comam.es/snac/grunfink) +grunfink [@grunfink@comam.es](https://comam.es/snac/grunfink) with the help of others. Buy grunfink a coffee: https://ko-fi.com/grunfink diff --git a/activitypub.c b/activitypub.c index 36fc096..26a8347 100644 --- a/activitypub.c +++ b/activitypub.c @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #include "xs.h" #include "xs_json.h" @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #include "xs.h" #include "xs_io.h" @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #include "xs.h" #include "xs_regex.h" @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #include "xs.h" #include "xs_io.h" @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #include "xs.h" #include "xs_io.h" @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #include "xs.h" #include "xs_io.h" @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #include "xs.h" #include "xs_io.h" @@ -12,7 +12,7 @@ int usage(void) { printf("snac " VERSION " - A simple, minimalistic ActivityPub instance\n"); - printf("Copyright (c) 2022 - 2023 grunfink / MIT license\n"); + printf("Copyright (c) 2022 - 2023 grunfink et al. / MIT license\n"); printf("\n"); printf("Commands:\n"); printf("\n"); @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef NO_MASTODON_API @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #define XS_IMPLEMENTATION @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #define VERSION "2.38" @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #include "xs.h" #include "xs_io.h" @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #include "xs.h" #include "xs_io.h" diff --git a/webfinger.c b/webfinger.c index a167cd0..9c1ac49 100644 --- a/webfinger.c +++ b/webfinger.c @@ -1,5 +1,5 @@ /* snac - A simple, minimalistic ActivityPub instance */ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #include "xs.h" #include "xs_json.h" @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_H @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_CURL_H @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_GLOB_H @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_HTTPD_H @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_IO_H @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_JSON_H @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_MIME diff --git a/xs_openssl.h b/xs_openssl.h index d1a52f0..3aec3fe 100644 --- a/xs_openssl.h +++ b/xs_openssl.h @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_OPENSSL_H diff --git a/xs_random.h b/xs_random.h index 3566827..26b74fa 100644 --- a/xs_random.h +++ b/xs_random.h @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_RANDOM_H @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_REGEX_H @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_SET_H diff --git a/xs_socket.h b/xs_socket.h index 870a7ec..42a2d25 100644 --- a/xs_socket.h +++ b/xs_socket.h @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_SOCKET_H @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_TIME_H diff --git a/xs_unicode.h b/xs_unicode.h index 2f081ad..d45b52e 100644 --- a/xs_unicode.h +++ b/xs_unicode.h @@ -1,4 +1,4 @@ -/* copyright (c) 2022 - 2023 grunfink / MIT license */ +/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ #ifndef _XS_UNICODE_H |