From b8ffd8781de212419f55a6bb7d113a05123ac1b9 Mon Sep 17 00:00:00 2001 From: nekobit Date: Mon, 14 Nov 2022 14:24:02 +0000 Subject: [PATCH] Fix license FossilOrigin-Name: 47ba745f49a7ff7c5c5d221e6c942604d27c176fbcfb37c3658822fd4fbf1ffa --- src/config/config_db.cpp | 15 +-------------- src/config/config_db.h | 15 +-------------- src/config/config_frontend.cpp | 15 +-------------- src/config/config_frontend.h | 15 +-------------- src/config/config_http.cpp | 15 +-------------- src/config/config_http.h | 15 +-------------- src/config/config_instance.cpp | 15 +-------------- src/config/config_instance.h | 15 +-------------- src/config/config_loader.cpp | 15 +-------------- src/config/config_loader.h | 15 +-------------- src/control.cpp | 15 +-------------- src/control.h | 15 +-------------- src/crypt/rsa.cpp | 15 +-------------- src/crypt/rsa.h | 15 +-------------- src/database/database.h | 15 +-------------- src/database/database_config.cpp | 15 +-------------- src/database/sqlite/sqlite.cpp | 15 +-------------- src/database/sqlite/sqlite.h | 15 +-------------- src/frontends/fcgi/fcgi.cpp | 15 +-------------- src/frontends/fcgi/fcgi.h | 15 +-------------- src/frontends/types.h | 15 +-------------- src/http/error_response.cpp | 15 +-------------- src/http/error_response.h | 15 +-------------- src/http/httpserver.cpp | 15 +-------------- src/http/httpserver.h | 15 +-------------- src/http/microhttpd_server.cpp | 15 +-------------- src/http/microhttpd_server.h | 15 +-------------- src/http/mime.cpp | 15 +-------------- src/http/mime.h | 15 +-------------- src/http/request.cpp | 15 +-------------- src/http/request.h | 15 +-------------- src/http/request_sender.cpp | 15 +-------------- src/http/request_sender.h | 15 +-------------- src/http/response.cpp | 15 +-------------- src/http/response.h | 15 +-------------- src/http/responsecode.h | 15 +-------------- src/instance/instance.cpp | 15 +-------------- src/instance/instance.h | 15 +-------------- src/jsonhelper.cpp | 15 +-------------- src/jsonhelper.h | 15 +-------------- src/logger.cpp | 15 +-------------- src/logger.h | 15 +-------------- src/main.cpp | 15 +-------------- src/protocol/activitypub/activitypub.cpp | 15 +-------------- src/protocol/activitypub/activitypub.h | 15 +-------------- src/protocol/activitypub/types/object.cpp | 15 +-------------- src/protocol/activitypub/types/object.h | 15 +-------------- src/protocol/host-meta/hostmeta.cpp | 15 +-------------- src/protocol/host-meta/hostmeta.h | 15 +-------------- src/protocol/masto-api/apps.cpp | 15 +-------------- src/protocol/masto-api/apps.h | 15 +-------------- src/protocol/masto-api/mastoapi.cpp | 15 +-------------- src/protocol/masto-api/mastoapi.h | 15 +-------------- src/protocol/oauth/oauth.h | 15 +-------------- src/protocol/webfinger/webfinger.cpp | 15 +-------------- src/protocol/webfinger/webfinger.h | 15 +-------------- src/random.cpp | 15 +-------------- src/random.h | 15 +-------------- src/route_args.h | 15 +-------------- src/stringhelper.h | 15 +-------------- src/stringvariant.h | 15 +-------------- src/thread_pool.cpp | 15 +-------------- src/thread_pool.h | 15 +-------------- src/types/app.cpp | 15 +-------------- src/types/app.h | 15 +-------------- src/types/user.cpp | 15 +-------------- src/types/user.h | 15 +-------------- 67 files changed, 67 insertions(+), 938 deletions(-) diff --git a/src/config/config_db.cpp b/src/config/config_db.cpp index 6d42531..cd891b9 100644 --- a/src/config/config_db.cpp +++ b/src/config/config_db.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "config/config_db.h" diff --git a/src/config/config_db.h b/src/config/config_db.h index 1ed9084..058a0f4 100644 --- a/src/config/config_db.h +++ b/src/config/config_db.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/config/config_frontend.cpp b/src/config/config_frontend.cpp index 4ded19c..e426f10 100644 --- a/src/config/config_frontend.cpp +++ b/src/config/config_frontend.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "config_frontend.h" diff --git a/src/config/config_frontend.h b/src/config/config_frontend.h index badf73c..0e187f7 100644 --- a/src/config/config_frontend.h +++ b/src/config/config_frontend.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/config/config_http.cpp b/src/config/config_http.cpp index 7fcc46f..f1293b2 100644 --- a/src/config/config_http.cpp +++ b/src/config/config_http.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "config_http.h" diff --git a/src/config/config_http.h b/src/config/config_http.h index 9f208a1..ff42a78 100644 --- a/src/config/config_http.h +++ b/src/config/config_http.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/config/config_instance.cpp b/src/config/config_instance.cpp index 3296ffe..ea527c8 100644 --- a/src/config/config_instance.cpp +++ b/src/config/config_instance.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "config_instance.h" diff --git a/src/config/config_instance.h b/src/config/config_instance.h index 6ee224f..820e8d0 100644 --- a/src/config/config_instance.h +++ b/src/config/config_instance.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/config/config_loader.cpp b/src/config/config_loader.cpp index c6940e1..7b5e900 100644 --- a/src/config/config_loader.cpp +++ b/src/config/config_loader.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "config_loader.h" diff --git a/src/config/config_loader.h b/src/config/config_loader.h index 5b3242c..8c88dc1 100644 --- a/src/config/config_loader.h +++ b/src/config/config_loader.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/control.cpp b/src/control.cpp index 5c53510..ffbc71b 100644 --- a/src/control.cpp +++ b/src/control.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/control.h b/src/control.h index 3441ff0..cf12c7d 100644 --- a/src/control.h +++ b/src/control.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/crypt/rsa.cpp b/src/crypt/rsa.cpp index 1aa639a..4285940 100644 --- a/src/crypt/rsa.cpp +++ b/src/crypt/rsa.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "rsa.h" diff --git a/src/crypt/rsa.h b/src/crypt/rsa.h index 0e9b62e..43f966a 100644 --- a/src/crypt/rsa.h +++ b/src/crypt/rsa.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/database/database.h b/src/database/database.h index fa22168..4cdb0d8 100644 --- a/src/database/database.h +++ b/src/database/database.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/database/database_config.cpp b/src/database/database_config.cpp index 061e661..5b68759 100644 --- a/src/database/database_config.cpp +++ b/src/database/database_config.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/database/sqlite/sqlite.cpp b/src/database/sqlite/sqlite.cpp index 73eb381..ea4a7ca 100644 --- a/src/database/sqlite/sqlite.cpp +++ b/src/database/sqlite/sqlite.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/database/sqlite/sqlite.h b/src/database/sqlite/sqlite.h index f9cf046..6ad2953 100644 --- a/src/database/sqlite/sqlite.h +++ b/src/database/sqlite/sqlite.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/frontends/fcgi/fcgi.cpp b/src/frontends/fcgi/fcgi.cpp index 8d49a8b..7944f0f 100644 --- a/src/frontends/fcgi/fcgi.cpp +++ b/src/frontends/fcgi/fcgi.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/frontends/fcgi/fcgi.h b/src/frontends/fcgi/fcgi.h index 532ca65..4c39d4e 100644 --- a/src/frontends/fcgi/fcgi.h +++ b/src/frontends/fcgi/fcgi.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/frontends/types.h b/src/frontends/types.h index 1dfd9fe..06a4472 100644 --- a/src/frontends/types.h +++ b/src/frontends/types.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/http/error_response.cpp b/src/http/error_response.cpp index d77b011..347b133 100644 --- a/src/http/error_response.cpp +++ b/src/http/error_response.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "error_response.h" diff --git a/src/http/error_response.h b/src/http/error_response.h index 7dd70ef..f95f174 100644 --- a/src/http/error_response.h +++ b/src/http/error_response.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/http/httpserver.cpp b/src/http/httpserver.cpp index 968e098..158f9b2 100644 --- a/src/http/httpserver.cpp +++ b/src/http/httpserver.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "httpserver.h" diff --git a/src/http/httpserver.h b/src/http/httpserver.h index 5d2e3aa..b1e7913 100644 --- a/src/http/httpserver.h +++ b/src/http/httpserver.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/http/microhttpd_server.cpp b/src/http/microhttpd_server.cpp index 0f9d743..fb054d5 100644 --- a/src/http/microhttpd_server.cpp +++ b/src/http/microhttpd_server.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/http/microhttpd_server.h b/src/http/microhttpd_server.h index 0263d0a..8b7e67c 100644 --- a/src/http/microhttpd_server.h +++ b/src/http/microhttpd_server.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/http/mime.cpp b/src/http/mime.cpp index b67f388..e0ce1dc 100644 --- a/src/http/mime.cpp +++ b/src/http/mime.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "http/mime.h" diff --git a/src/http/mime.h b/src/http/mime.h index 6f565a3..19764b3 100644 --- a/src/http/mime.h +++ b/src/http/mime.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/http/request.cpp b/src/http/request.cpp index 615f757..c067d87 100644 --- a/src/http/request.cpp +++ b/src/http/request.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/http/request.h b/src/http/request.h index 42b8a9f..38ae9fe 100644 --- a/src/http/request.h +++ b/src/http/request.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/http/request_sender.cpp b/src/http/request_sender.cpp index a645ba5..117d3e1 100644 --- a/src/http/request_sender.cpp +++ b/src/http/request_sender.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "request_sender.h" diff --git a/src/http/request_sender.h b/src/http/request_sender.h index df154a8..a28db4e 100644 --- a/src/http/request_sender.h +++ b/src/http/request_sender.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/http/response.cpp b/src/http/response.cpp index 94d6b1b..47d83f7 100644 --- a/src/http/response.cpp +++ b/src/http/response.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/http/response.h b/src/http/response.h index fe21430..7db7fcb 100644 --- a/src/http/response.h +++ b/src/http/response.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/http/responsecode.h b/src/http/responsecode.h index c0526b9..2fdfa20 100644 --- a/src/http/responsecode.h +++ b/src/http/responsecode.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/instance/instance.cpp b/src/instance/instance.cpp index 871a9ff..8776be7 100644 --- a/src/instance/instance.cpp +++ b/src/instance/instance.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "instance.h" diff --git a/src/instance/instance.h b/src/instance/instance.h index 88c5f5f..8174898 100644 --- a/src/instance/instance.h +++ b/src/instance/instance.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/jsonhelper.cpp b/src/jsonhelper.cpp index d61ab77..828aaa8 100644 --- a/src/jsonhelper.cpp +++ b/src/jsonhelper.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "jsonhelper.h" diff --git a/src/jsonhelper.h b/src/jsonhelper.h index 4a56903..2180ad7 100644 --- a/src/jsonhelper.h +++ b/src/jsonhelper.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/logger.cpp b/src/logger.cpp index 4d26d9c..df4615d 100644 --- a/src/logger.cpp +++ b/src/logger.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/logger.h b/src/logger.h index 4bd7dd0..e870314 100644 --- a/src/logger.h +++ b/src/logger.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ // Just your generic, average logger diff --git a/src/main.cpp b/src/main.cpp index a931ed1..f5d7214 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/protocol/activitypub/activitypub.cpp b/src/protocol/activitypub/activitypub.cpp index b6892a9..067a775 100644 --- a/src/protocol/activitypub/activitypub.cpp +++ b/src/protocol/activitypub/activitypub.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "instance/instance.h" diff --git a/src/protocol/activitypub/activitypub.h b/src/protocol/activitypub/activitypub.h index 52719bd..73e24e9 100644 --- a/src/protocol/activitypub/activitypub.h +++ b/src/protocol/activitypub/activitypub.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/protocol/activitypub/types/object.cpp b/src/protocol/activitypub/types/object.cpp index 70ecb86..763a8f8 100644 --- a/src/protocol/activitypub/types/object.cpp +++ b/src/protocol/activitypub/types/object.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ diff --git a/src/protocol/activitypub/types/object.h b/src/protocol/activitypub/types/object.h index 6117b71..b2165e8 100644 --- a/src/protocol/activitypub/types/object.h +++ b/src/protocol/activitypub/types/object.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ /// ActivityStream "object" type diff --git a/src/protocol/host-meta/hostmeta.cpp b/src/protocol/host-meta/hostmeta.cpp index 4849aee..fbb77c0 100644 --- a/src/protocol/host-meta/hostmeta.cpp +++ b/src/protocol/host-meta/hostmeta.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ diff --git a/src/protocol/host-meta/hostmeta.h b/src/protocol/host-meta/hostmeta.h index e279f8b..b7a352d 100644 --- a/src/protocol/host-meta/hostmeta.h +++ b/src/protocol/host-meta/hostmeta.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/protocol/masto-api/apps.cpp b/src/protocol/masto-api/apps.cpp index 9423479..151b6fa 100644 --- a/src/protocol/masto-api/apps.cpp +++ b/src/protocol/masto-api/apps.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "apps.h" diff --git a/src/protocol/masto-api/apps.h b/src/protocol/masto-api/apps.h index ef9b0aa..c302ca9 100644 --- a/src/protocol/masto-api/apps.h +++ b/src/protocol/masto-api/apps.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/protocol/masto-api/mastoapi.cpp b/src/protocol/masto-api/mastoapi.cpp index 36553e2..6ba0659 100644 --- a/src/protocol/masto-api/mastoapi.cpp +++ b/src/protocol/masto-api/mastoapi.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ diff --git a/src/protocol/masto-api/mastoapi.h b/src/protocol/masto-api/mastoapi.h index 4297828..fe0db45 100644 --- a/src/protocol/masto-api/mastoapi.h +++ b/src/protocol/masto-api/mastoapi.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/protocol/oauth/oauth.h b/src/protocol/oauth/oauth.h index 848d30b..36570a8 100644 --- a/src/protocol/oauth/oauth.h +++ b/src/protocol/oauth/oauth.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/protocol/webfinger/webfinger.cpp b/src/protocol/webfinger/webfinger.cpp index a1d4c04..364b78b 100644 --- a/src/protocol/webfinger/webfinger.cpp +++ b/src/protocol/webfinger/webfinger.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "instance/instance.h" diff --git a/src/protocol/webfinger/webfinger.h b/src/protocol/webfinger/webfinger.h index 206c80c..8495d05 100644 --- a/src/protocol/webfinger/webfinger.h +++ b/src/protocol/webfinger/webfinger.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/random.cpp b/src/random.cpp index 63a5ce5..16bdab8 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/random.h b/src/random.h index bce8bfd..892291c 100644 --- a/src/random.h +++ b/src/random.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/route_args.h b/src/route_args.h index 0bb56a0..17ea0c3 100644 --- a/src/route_args.h +++ b/src/route_args.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/stringhelper.h b/src/stringhelper.h index f05845e..be36fa2 100644 --- a/src/stringhelper.h +++ b/src/stringhelper.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/stringvariant.h b/src/stringvariant.h index 511f2db..2dcdfaa 100644 --- a/src/stringvariant.h +++ b/src/stringvariant.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/thread_pool.cpp b/src/thread_pool.cpp index a2e4bab..4ead9dc 100644 --- a/src/thread_pool.cpp +++ b/src/thread_pool.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/thread_pool.h b/src/thread_pool.h index 6dee2f5..8740374 100644 --- a/src/thread_pool.h +++ b/src/thread_pool.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/types/app.cpp b/src/types/app.cpp index 996af51..bbeb67f 100644 --- a/src/types/app.cpp +++ b/src/types/app.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include "app.h" diff --git a/src/types/app.h b/src/types/app.h index 79cce86..5259c92 100644 --- a/src/types/app.h +++ b/src/types/app.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once diff --git a/src/types/user.cpp b/src/types/user.cpp index 87fdad5..eca8625 100644 --- a/src/types/user.cpp +++ b/src/types/user.cpp @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #include diff --git a/src/types/user.h b/src/types/user.h index 12baac9..9247976 100644 --- a/src/types/user.h +++ b/src/types/user.h @@ -1,19 +1,6 @@ /* * Wormhole - Federated social network - * Copyright (C) 2022 Nekobit - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero 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 Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Licensed under BSD 2-Clause. See LICENSE */ #pragma once