Updated comment in headers.

This commit is contained in:
default 2023-07-28 11:34:18 +02:00
parent b22786bd55
commit 0f8c0cd694
29 changed files with 30 additions and 30 deletions

View file

@ -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:

View file

@ -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

View file

@ -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"

2
data.c
View file

@ -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"

View file

@ -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"

2
html.c
View file

@ -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"

2
http.c
View file

@ -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"

View file

@ -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"

4
main.c
View file

@ -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");

View file

@ -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

2
snac.c
View file

@ -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

2
snac.h
View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

2
xs.h
View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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