From 1bb9dafe394917987306a3a407bcc0ea55981abb Mon Sep 17 00:00:00 2001 From: nekobit Date: Mon, 14 Nov 2022 14:18:05 +0000 Subject: [PATCH] Remove bloat FossilOrigin-Name: f1def5fc963f9b5be6fdc11b12615815662405568b3ff991317983ad1a747523 --- LICENSE | 179 +++------------------------ include/mastodont.h | 13 +- include/mastodont_account.h | 13 +- include/mastodont_announcement.h | 13 +- include/mastodont_application.h | 13 +- include/mastodont_attachment.h | 13 +- include/mastodont_chats.h | 13 +- include/mastodont_codes.h | 13 +- include/mastodont_emoji.h | 13 +- include/mastodont_error.h | 13 +- include/mastodont_fetch.h | 13 +- include/mastodont_history.h | 13 +- include/mastodont_hooks.h | 13 +- include/mastodont_instance.h | 13 +- include/mastodont_json_helper.h | 13 +- include/mastodont_list.h | 13 +- include/mastodont_mention.h | 13 +- include/mastodont_nodeinfo.h | 13 +- include/mastodont_notif_types.h | 13 +- include/mastodont_notification.h | 13 +- include/mastodont_pleroma.h | 13 +- include/mastodont_query.h | 13 +- include/mastodont_relationship.h | 13 +- include/mastodont_request.h | 13 +- include/mastodont_scrobbles.h | 13 +- include/mastodont_search.h | 13 +- include/mastodont_status.h | 13 +- include/mastodont_tag.h | 13 +- include/mastodont_timeline.h | 13 +- include/mastodont_types.h | 13 +- include/mastodont_uri.h | 13 +- include/mastodont_visibility_types.h | 13 +- src/account.c | 13 +- src/application.c | 13 +- src/attachment.c | 13 +- src/chats.c | 13 +- src/emoji.c | 13 +- src/error.c | 13 +- src/fetch.c | 13 +- src/history.c | 13 +- src/hooks.c | 13 +- src/instance.c | 13 +- src/json_helper.c | 13 +- src/list.c | 13 +- src/nodeinfo.c | 13 +- src/notification.c | 13 +- src/pleroma.c | 13 +- src/query.c | 13 +- src/relationship.c | 13 +- src/request.c | 13 +- src/scrobbles.c | 13 +- src/search.c | 13 +- src/status.c | 13 +- src/tag.c | 13 +- src/timeline.c | 13 +- src/uri.c | 13 +- 56 files changed, 74 insertions(+), 820 deletions(-) diff --git a/LICENSE b/LICENSE index 0a04128..a45eab2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,165 +1,24 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 +BSD 2-Clause License - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. +Copyright (c) 2022, Nekobit +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - 0. Additional Definitions. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. +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 +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +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. diff --git a/include/mastodont.h b/include/mastodont.h index 0836694..c017d10 100644 --- a/include/mastodont.h +++ b/include/mastodont.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_H diff --git a/include/mastodont_account.h b/include/mastodont_account.h index 5fc920c..635c5ba 100644 --- a/include/mastodont_account.h +++ b/include/mastodont_account.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_ACCOUNT diff --git a/include/mastodont_announcement.h b/include/mastodont_announcement.h index 34f5499..0dd782e 100644 --- a/include/mastodont_announcement.h +++ b/include/mastodont_announcement.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_ANNOUNCEMENT_H diff --git a/include/mastodont_application.h b/include/mastodont_application.h index 63b9256..5a82ea7 100644 --- a/include/mastodont_application.h +++ b/include/mastodont_application.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_APPLICATION diff --git a/include/mastodont_attachment.h b/include/mastodont_attachment.h index c2189ef..81f424d 100644 --- a/include/mastodont_attachment.h +++ b/include/mastodont_attachment.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_ATTACHMENT diff --git a/include/mastodont_chats.h b/include/mastodont_chats.h index 0997d74..3d7a240 100644 --- a/include/mastodont_chats.h +++ b/include/mastodont_chats.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_CHATS_H diff --git a/include/mastodont_codes.h b/include/mastodont_codes.h index 51f6869..a792b02 100644 --- a/include/mastodont_codes.h +++ b/include/mastodont_codes.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_CODES_H diff --git a/include/mastodont_emoji.h b/include/mastodont_emoji.h index 0904861..fe3ffef 100644 --- a/include/mastodont_emoji.h +++ b/include/mastodont_emoji.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_EMOJI diff --git a/include/mastodont_error.h b/include/mastodont_error.h index 0172398..4cbb353 100644 --- a/include/mastodont_error.h +++ b/include/mastodont_error.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_ERROR_H diff --git a/include/mastodont_fetch.h b/include/mastodont_fetch.h index a546407..7afef8b 100644 --- a/include/mastodont_fetch.h +++ b/include/mastodont_fetch.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_FETCH_H diff --git a/include/mastodont_history.h b/include/mastodont_history.h index b3faa99..27c8a11 100644 --- a/include/mastodont_history.h +++ b/include/mastodont_history.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_HISTORY diff --git a/include/mastodont_hooks.h b/include/mastodont_hooks.h index b8838f0..ed13624 100644 --- a/include/mastodont_hooks.h +++ b/include/mastodont_hooks.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_HOOKS_H diff --git a/include/mastodont_instance.h b/include/mastodont_instance.h index e35d442..f4363f5 100644 --- a/include/mastodont_instance.h +++ b/include/mastodont_instance.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_INSTANCE_H diff --git a/include/mastodont_json_helper.h b/include/mastodont_json_helper.h index f9eb099..56372b1 100644 --- a/include/mastodont_json_helper.h +++ b/include/mastodont_json_helper.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_JSON_HELPER_H diff --git a/include/mastodont_list.h b/include/mastodont_list.h index 5b280e9..5b00014 100644 --- a/include/mastodont_list.h +++ b/include/mastodont_list.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_LIST_H diff --git a/include/mastodont_mention.h b/include/mastodont_mention.h index b68c18b..2ce0dfa 100644 --- a/include/mastodont_mention.h +++ b/include/mastodont_mention.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_MENTION diff --git a/include/mastodont_nodeinfo.h b/include/mastodont_nodeinfo.h index 9850c35..453f9bf 100644 --- a/include/mastodont_nodeinfo.h +++ b/include/mastodont_nodeinfo.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_NODEINFO_H diff --git a/include/mastodont_notif_types.h b/include/mastodont_notif_types.h index d96b72a..c098b8d 100644 --- a/include/mastodont_notif_types.h +++ b/include/mastodont_notif_types.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_NOTIF_TYPES diff --git a/include/mastodont_notification.h b/include/mastodont_notification.h index b595148..2a43160 100644 --- a/include/mastodont_notification.h +++ b/include/mastodont_notification.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_NOTIFICATION diff --git a/include/mastodont_pleroma.h b/include/mastodont_pleroma.h index 01a8a51..e9082b2 100644 --- a/include/mastodont_pleroma.h +++ b/include/mastodont_pleroma.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ diff --git a/include/mastodont_query.h b/include/mastodont_query.h index b482b8d..6f35b8a 100644 --- a/include/mastodont_query.h +++ b/include/mastodont_query.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_QUERY_H diff --git a/include/mastodont_relationship.h b/include/mastodont_relationship.h index 244e343..4d9aa8f 100644 --- a/include/mastodont_relationship.h +++ b/include/mastodont_relationship.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_RELATIONSHIP_H diff --git a/include/mastodont_request.h b/include/mastodont_request.h index ee6139e..28ff19f 100644 --- a/include/mastodont_request.h +++ b/include/mastodont_request.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_REQUEST_H diff --git a/include/mastodont_scrobbles.h b/include/mastodont_scrobbles.h index 5325829..f6bb4f7 100644 --- a/include/mastodont_scrobbles.h +++ b/include/mastodont_scrobbles.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_SCROBBLES_H diff --git a/include/mastodont_search.h b/include/mastodont_search.h index deaa59e..c10092b 100644 --- a/include/mastodont_search.h +++ b/include/mastodont_search.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_SEARCH_H diff --git a/include/mastodont_status.h b/include/mastodont_status.h index 4f21985..863e0e3 100644 --- a/include/mastodont_status.h +++ b/include/mastodont_status.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_STATUS diff --git a/include/mastodont_tag.h b/include/mastodont_tag.h index 7621a06..954be27 100644 --- a/include/mastodont_tag.h +++ b/include/mastodont_tag.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_TAG diff --git a/include/mastodont_timeline.h b/include/mastodont_timeline.h index 54c98c9..d58795e 100644 --- a/include/mastodont_timeline.h +++ b/include/mastodont_timeline.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_TIMELINE_H diff --git a/include/mastodont_types.h b/include/mastodont_types.h index 8933037..4cbd6f0 100644 --- a/include/mastodont_types.h +++ b/include/mastodont_types.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_TYPES_H diff --git a/include/mastodont_uri.h b/include/mastodont_uri.h index 1ad3b9c..a74a2bb 100644 --- a/include/mastodont_uri.h +++ b/include/mastodont_uri.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_URI_H diff --git a/include/mastodont_visibility_types.h b/include/mastodont_visibility_types.h index a1db374..53fa09c 100644 --- a/include/mastodont_visibility_types.h +++ b/include/mastodont_visibility_types.h @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #ifndef MASTODONT_VISIBILITY_TYPES_H diff --git a/src/account.c b/src/account.c index deb81e0..6b91848 100644 --- a/src/account.c +++ b/src/account.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/application.c b/src/application.c index ce98643..0524edb 100644 --- a/src/application.c +++ b/src/application.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/attachment.c b/src/attachment.c index 3f1bfc1..6cb5990 100644 --- a/src/attachment.c +++ b/src/attachment.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/chats.c b/src/chats.c index 5fd9316..2dec754 100644 --- a/src/chats.c +++ b/src/chats.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/emoji.c b/src/emoji.c index ee1a1ef..e61f184 100644 --- a/src/emoji.c +++ b/src/emoji.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/error.c b/src/error.c index 65d029a..1ab496a 100644 --- a/src/error.c +++ b/src/error.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/fetch.c b/src/fetch.c index 61de5e2..6e7398f 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/history.c b/src/history.c index 4cecf55..3461d7f 100644 --- a/src/history.c +++ b/src/history.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/hooks.c b/src/hooks.c index 6c0f399..c4d4b47 100644 --- a/src/hooks.c +++ b/src/hooks.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/instance.c b/src/instance.c index a5c4132..d7349be 100644 --- a/src/instance.c +++ b/src/instance.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/json_helper.c b/src/json_helper.c index 45da051..05c59ff 100644 --- a/src/json_helper.c +++ b/src/json_helper.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #define _XOPEN_SOURCE diff --git a/src/list.c b/src/list.c index f3624b9..1370a6e 100644 --- a/src/list.c +++ b/src/list.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/nodeinfo.c b/src/nodeinfo.c index 237dc95..bea804e 100644 --- a/src/nodeinfo.c +++ b/src/nodeinfo.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/notification.c b/src/notification.c index 8d9ed53..6a7a461 100644 --- a/src/notification.c +++ b/src/notification.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/pleroma.c b/src/pleroma.c index cf30393..d517777 100644 --- a/src/pleroma.c +++ b/src/pleroma.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/query.c b/src/query.c index 1c87687..e31499f 100644 --- a/src/query.c +++ b/src/query.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/relationship.c b/src/relationship.c index 91d3a12..f20f419 100644 --- a/src/relationship.c +++ b/src/relationship.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/request.c b/src/request.c index 8fef4c5..89e7fd3 100644 --- a/src/request.c +++ b/src/request.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/scrobbles.c b/src/scrobbles.c index 6c4c129..7224e45 100644 --- a/src/scrobbles.c +++ b/src/scrobbles.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/search.c b/src/search.c index 49354b0..ba44c5e 100644 --- a/src/search.c +++ b/src/search.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/status.c b/src/status.c index e86e298..d23514c 100644 --- a/src/status.c +++ b/src/status.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/tag.c b/src/tag.c index 82a7664..1bcf7dc 100644 --- a/src/tag.c +++ b/src/tag.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/timeline.c b/src/timeline.c index 9c2591b..320de27 100644 --- a/src/timeline.c +++ b/src/timeline.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include diff --git a/src/uri.c b/src/uri.c index 176639a..a6338a9 100644 --- a/src/uri.c +++ b/src/uri.c @@ -1,16 +1,5 @@ /* - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) any - * later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more - * details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause License */ #include