diff --git a/LICENSE b/LICENSE index 416e4fa..8be3f7c 100644 --- a/LICENSE +++ b/LICENSE @@ -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 @@ -21,4 +23,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/src/about.c b/src/about.c index 171b8e6..6c8f7ec 100644 --- a/src/about.c +++ b/src/about.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under BSD 2-Clause License + * Licensed under BSD 3-Clause License */ #include diff --git a/src/about.h b/src/about.h index 9c2ca81..3e84059 100644 --- a/src/about.h +++ b/src/about.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under BSD 2-Clause License + * Licensed under BSD 3-Clause License */ #ifndef ABOUT_H diff --git a/src/account.c b/src/account.c index 0bd257d..f946095 100644 --- a/src/account.c +++ b/src/account.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under BSD 2-Clause License + * Licensed under BSD 3-Clause License */ #include diff --git a/src/account.h b/src/account.h index bba48c5..868ae82 100644 --- a/src/account.h +++ b/src/account.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef ACCOUNT_H diff --git a/src/applications.c b/src/applications.c index f0a3aba..416a444 100644 --- a/src/applications.c +++ b/src/applications.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "applications.h" diff --git a/src/applications.h b/src/applications.h index f47506f..c265ddc 100644 --- a/src/applications.h +++ b/src/applications.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef APPLICATIONS_H diff --git a/src/attachments.c b/src/attachments.c index cf92eff..5235ea0 100644 --- a/src/attachments.c +++ b/src/attachments.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/attachments.h b/src/attachments.h index 5f554b8..e8c9e99 100644 --- a/src/attachments.h +++ b/src/attachments.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef ATTACHMENTS_H diff --git a/src/base_page.c b/src/base_page.c index 086b600..875f69d 100644 --- a/src/base_page.c +++ b/src/base_page.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ diff --git a/src/base_page.h b/src/base_page.h index 9b5ffec..94826c5 100644 --- a/src/base_page.h +++ b/src/base_page.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef BASE_PAGE_H diff --git a/src/cgi.h b/src/cgi.h index a363db9..a3b2893 100644 --- a/src/cgi.h +++ b/src/cgi.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ /* #ifndef IMPORT_CGI_H */ diff --git a/src/conversations.c b/src/conversations.c index d7431b8..ccba570 100644 --- a/src/conversations.c +++ b/src/conversations.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/conversations.h b/src/conversations.h index 1f2f4da..e618acd 100644 --- a/src/conversations.h +++ b/src/conversations.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef CONVERSATIONS_H diff --git a/src/cookie.c b/src/cookie.c index a76d1bc..670ad19 100644 --- a/src/cookie.c +++ b/src/cookie.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "cookie.h" diff --git a/src/cookie.h b/src/cookie.h index ac0d1b0..53c623b 100644 --- a/src/cookie.h +++ b/src/cookie.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef COOKIE_H diff --git a/src/easprintf.c b/src/easprintf.c index cd7c18a..bbb2082 100644 --- a/src/easprintf.c +++ b/src/easprintf.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/easprintf.h b/src/easprintf.h index 0bd2ecf..a5c4a3b 100644 --- a/src/easprintf.h +++ b/src/easprintf.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef EASPRINTF_H diff --git a/src/emoji.c b/src/emoji.c index cbccb7f..d9ecca4 100644 --- a/src/emoji.c +++ b/src/emoji.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "emoji.h" diff --git a/src/emoji.h b/src/emoji.h index e4b7db4..9b417ea 100644 --- a/src/emoji.h +++ b/src/emoji.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef EMOJI_H diff --git a/src/emoji_info.h b/src/emoji_info.h index 4d85b82..42cda5b 100644 --- a/src/emoji_info.h +++ b/src/emoji_info.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef EMOJI_INFO_H diff --git a/src/emoji_reaction.c b/src/emoji_reaction.c index 16acb6f..c880a98 100644 --- a/src/emoji_reaction.c +++ b/src/emoji_reaction.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "../config.h" diff --git a/src/emoji_reaction.h b/src/emoji_reaction.h index 8bf4462..e8614e8 100644 --- a/src/emoji_reaction.h +++ b/src/emoji_reaction.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef EMOJI_REACTION_H diff --git a/src/env.h b/src/env.h index e970a3b..a446eff 100644 --- a/src/env.h +++ b/src/env.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef ENV_H diff --git a/src/error.c b/src/error.c index cc48fdc..77d89d7 100644 --- a/src/error.c +++ b/src/error.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include #include "base_page.h" diff --git a/src/error.h b/src/error.h index 8837466..9770e69 100644 --- a/src/error.h +++ b/src/error.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef ERROR_H diff --git a/src/file-to-c/main.c b/src/file-to-c/main.c index cdfaeca..b812eaf 100644 --- a/src/file-to-c/main.c +++ b/src/file-to-c/main.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/global_cache.c b/src/global_cache.c index ea0c669..9d54309 100644 --- a/src/global_cache.c +++ b/src/global_cache.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #if 0 diff --git a/src/global_cache.h b/src/global_cache.h index d0dfbce..715ec9c 100644 --- a/src/global_cache.h +++ b/src/global_cache.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef GLOBAL_CACHE_H diff --git a/src/global_perl.c b/src/global_perl.c index 7c10fb1..2b42dd5 100644 --- a/src/global_perl.c +++ b/src/global_perl.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "global_perl.h" diff --git a/src/global_perl.h b/src/global_perl.h index 2e2a9fa..dc2fddd 100644 --- a/src/global_perl.h +++ b/src/global_perl.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef GLOBAL_PERL_H diff --git a/src/hashtag.c b/src/hashtag.c index d1933a6..2911660 100644 --- a/src/hashtag.c +++ b/src/hashtag.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "math.h" diff --git a/src/hashtag.h b/src/hashtag.h index b7fd400..dead618 100644 --- a/src/hashtag.h +++ b/src/hashtag.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef HASHTAG_H diff --git a/src/helpers.c b/src/helpers.c index 7db53cb..a2089de 100644 --- a/src/helpers.c +++ b/src/helpers.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "../config.h" diff --git a/src/helpers.h b/src/helpers.h index 9d2fe4e..0b37f87 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef HELPERS_H diff --git a/src/http.c b/src/http.c index 3fa39b5..7cc5e4c 100644 --- a/src/http.c +++ b/src/http.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "http.h" diff --git a/src/http.h b/src/http.h index 3689afa..a94e275 100644 --- a/src/http.h +++ b/src/http.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef HTTP_H diff --git a/src/index.c b/src/index.c index e557904..02d38c6 100644 --- a/src/index.c +++ b/src/index.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/index.h b/src/index.h index 1ff89af..706e21f 100644 --- a/src/index.h +++ b/src/index.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef INDEX_H diff --git a/src/key.c b/src/key.c index b5509a6..d6ad580 100644 --- a/src/key.c +++ b/src/key.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "global_perl.h" diff --git a/src/key.h b/src/key.h index 83dead6..2678c11 100644 --- a/src/key.h +++ b/src/key.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef KEY_H diff --git a/src/l10n.h b/src/l10n.h index 282be26..80f5d91 100644 --- a/src/l10n.h +++ b/src/l10n.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef TREEBIRD_L10N_H diff --git a/src/lists.c b/src/lists.c index 9003f2e..f364f05 100644 --- a/src/lists.c +++ b/src/lists.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/lists.h b/src/lists.h index b68d3a5..097c234 100644 --- a/src/lists.h +++ b/src/lists.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef LISTS_H diff --git a/src/local_config.c b/src/local_config.c index f604a59..21595cf 100644 --- a/src/local_config.c +++ b/src/local_config.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "global_perl.h" diff --git a/src/local_config.h b/src/local_config.h index 7aab7a7..07746bd 100644 --- a/src/local_config.h +++ b/src/local_config.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef LOCAL_CONFIG_H diff --git a/src/local_config_set.c b/src/local_config_set.c index 8a81443..b15d21a 100644 --- a/src/local_config_set.c +++ b/src/local_config_set.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/local_config_set.h b/src/local_config_set.h index 121bf55..ffeadd5 100644 --- a/src/local_config_set.h +++ b/src/local_config_set.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef LOCAL_CONFIG_SET_H diff --git a/src/login.c b/src/login.c index 3fafec0..d8f23a3 100644 --- a/src/login.c +++ b/src/login.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "login.h" diff --git a/src/login.h b/src/login.h index 8b892aa..14b05b4 100644 --- a/src/login.h +++ b/src/login.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef LOGIN_H diff --git a/src/main.c b/src/main.c index 22dffd4..044e4f1 100644 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "global_perl.h" diff --git a/src/math.h b/src/math.h index 9583e48..fd67876 100644 --- a/src/math.h +++ b/src/math.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef TREEBIRD_MATH_H diff --git a/src/memory.c b/src/memory.c index d35996b..f1c15e8 100644 --- a/src/memory.c +++ b/src/memory.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/memory.h b/src/memory.h index 6628aeb..d2c8ad0 100644 --- a/src/memory.h +++ b/src/memory.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ /* Everything seen here is info for the super curious, and does not really diff --git a/src/memory_page.c b/src/memory_page.c index 701ec90..7e71f3d 100644 --- a/src/memory_page.c +++ b/src/memory_page.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "memory_page.h" diff --git a/src/memory_page.h b/src/memory_page.h index 8130caa..2da449d 100644 --- a/src/memory_page.h +++ b/src/memory_page.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef MEMORY_PAGE_H diff --git a/src/mime.c b/src/mime.c index 9f15a5b..8550a27 100644 --- a/src/mime.c +++ b/src/mime.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/mime.h b/src/mime.h index 0069f13..312c940 100644 --- a/src/mime.h +++ b/src/mime.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef MIME_H diff --git a/src/notifications.c b/src/notifications.c index a1497c1..fa57aca 100644 --- a/src/notifications.c +++ b/src/notifications.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/notifications.h b/src/notifications.h index efdc093..89cbd26 100644 --- a/src/notifications.h +++ b/src/notifications.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef NOTIFICATIONS_H diff --git a/src/page_config.c b/src/page_config.c index 977bbf2..9581f0f 100644 --- a/src/page_config.c +++ b/src/page_config.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "page_config.h" diff --git a/src/page_config.h b/src/page_config.h index a9a8a94..189cb92 100644 --- a/src/page_config.h +++ b/src/page_config.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef PAGE_CONFIG_H diff --git a/src/path.c b/src/path.c index 63915a5..009cf8f 100644 --- a/src/path.c +++ b/src/path.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/path.h b/src/path.h index d04e2a0..3f53191 100644 --- a/src/path.h +++ b/src/path.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef PATH_H diff --git a/src/query.c b/src/query.c index e361747..c09c41e 100644 --- a/src/query.c +++ b/src/query.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "query.h" diff --git a/src/query.h b/src/query.h index aff3f39..e7102f3 100644 --- a/src/query.h +++ b/src/query.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef QUERY_H diff --git a/src/request.c b/src/request.c index ca07d71..db438ad 100644 --- a/src/request.c +++ b/src/request.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/request.h b/src/request.h index 44f65f7..97eeaed 100644 --- a/src/request.h +++ b/src/request.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef REQUEST_H diff --git a/src/scrobble.c b/src/scrobble.c index 6f4062f..6e55784 100644 --- a/src/scrobble.c +++ b/src/scrobble.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "scrobble.h" diff --git a/src/scrobble.h b/src/scrobble.h index 86bbd08..9f92ca4 100644 --- a/src/scrobble.h +++ b/src/scrobble.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef SCROBBLE_H diff --git a/src/search.c b/src/search.c index a7747d8..eb7d9a5 100644 --- a/src/search.c +++ b/src/search.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/search.h b/src/search.h index 7248abb..d5ce399 100644 --- a/src/search.h +++ b/src/search.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef SEARCH_H diff --git a/src/session.c b/src/session.c index a1f53a7..b2e3780 100644 --- a/src/session.c +++ b/src/session.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "account.h" diff --git a/src/session.h b/src/session.h index 0619a14..8ef0728 100644 --- a/src/session.h +++ b/src/session.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef SESSION_H diff --git a/src/status.c b/src/status.c index 98054a6..b2dcbba 100644 --- a/src/status.c +++ b/src/status.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/status.h b/src/status.h index 5fa8979..efb6923 100644 --- a/src/status.h +++ b/src/status.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef STATUS_H diff --git a/src/string.c b/src/string.c index 24debd0..823e7c2 100644 --- a/src/string.c +++ b/src/string.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #define _XOPEN_SOURCE diff --git a/src/string.h b/src/string.h index 8357bf1..3926c69 100644 --- a/src/string.h +++ b/src/string.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef TREE_STRING_H diff --git a/src/string_helpers.c b/src/string_helpers.c index 7efb28e..4734f1a 100644 --- a/src/string_helpers.c +++ b/src/string_helpers.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include diff --git a/src/string_helpers.h b/src/string_helpers.h index 59ec685..163a7c2 100644 --- a/src/string_helpers.h +++ b/src/string_helpers.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef STRING_HELPERS_H diff --git a/src/timeline.c b/src/timeline.c index 6824d77..7373a85 100644 --- a/src/timeline.c +++ b/src/timeline.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "global_perl.h" diff --git a/src/timeline.h b/src/timeline.h index 06cab6f..517df72 100644 --- a/src/timeline.h +++ b/src/timeline.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef TIMELINE_H diff --git a/src/types.c b/src/types.c index 54f45cc..83090e6 100644 --- a/src/types.c +++ b/src/types.c @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #include "types.h" diff --git a/src/types.h b/src/types.h index 7d22c47..df4e4e8 100644 --- a/src/types.h +++ b/src/types.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef TB_TYPES_H diff --git a/test/test.h b/test/test.h index 613f46f..e2dea1d 100644 --- a/test/test.h +++ b/test/test.h @@ -1,7 +1,7 @@ /* * Treebird - Lightweight frontend for Pleroma * - * Licensed under the BSD 2-Clause License + * Licensed under the BSD 3-Clause License */ #ifndef TEST_H