Add clause

FossilOrigin-Name: 4e8cdf2538b5a6eaf91c61e3b0ae57621d0934f376351c5d3b7b320927eb27d8
This commit is contained in:
nekobit 2022-11-14 15:36:07 +00:00
parent 1bb9dafe39
commit c0ddc1bf5e
56 changed files with 59 additions and 57 deletions

View file

@ -1,5 +1,3 @@
BSD 2-Clause License
Copyright (c) 2022, Nekobit
Redistribution and use in source and binary forms, with or without
@ -12,6 +10,10 @@ modification, are permitted provided that the following conditions are met:
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_ACCOUNT

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_ANNOUNCEMENT_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_APPLICATION

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_ATTACHMENT

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_CHATS_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_CODES_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_EMOJI

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_ERROR_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_FETCH_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_HISTORY

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_HOOKS_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_INSTANCE_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_JSON_HELPER_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_LIST_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_MENTION

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_NODEINFO_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_NOTIF_TYPES

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_NOTIFICATION

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_QUERY_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_RELATIONSHIP_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_REQUEST_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_SCROBBLES_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_SEARCH_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_STATUS

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_TAG

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_TIMELINE_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_TYPES_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_URI_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#ifndef MASTODONT_VISIBILITY_TYPES_H

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <stdio.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <mastodont_query.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <stdlib.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <stdlib.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <mastodont_instance.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#define _XOPEN_SOURCE

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <stdlib.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <stdlib.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <stdlib.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <stdio.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <stdlib.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <features.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <string.h>

View file

@ -1,5 +1,5 @@
/*
* Licensed under BSD 2-Clause License
* Licensed under BSD 3-Clause License
*/
#include <mastodont_uri.h>