From 0b35fa0828b87af1a8c04974dbb5ba6d9727e61b Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 20 Mar 2019 06:15:43 +0100 Subject: [PATCH] Uodated copyright years. --- src/easy/easy.cpp | 2 +- src/easy/entities/account.cpp | 2 +- src/easy/entities/account.hpp | 2 +- src/easy/entities/application.cpp | 2 +- src/easy/entities/application.hpp | 2 +- src/easy/entities/attachment.cpp | 2 +- src/easy/entities/attachment.hpp | 2 +- src/easy/entities/card.cpp | 2 +- src/easy/entities/card.hpp | 2 +- src/easy/entities/context.cpp | 2 +- src/easy/entities/context.hpp | 2 +- src/easy/entities/emoji.cpp | 2 +- src/easy/entities/emoji.hpp | 2 +- src/easy/entities/instance.cpp | 2 +- src/easy/entities/instance.hpp | 2 +- src/easy/entities/list.cpp | 2 +- src/easy/entities/list.hpp | 2 +- src/easy/entities/mention.cpp | 2 +- src/easy/entities/mention.hpp | 2 +- src/easy/entities/notification.cpp | 2 +- src/easy/entities/notification.hpp | 2 +- src/easy/entities/pushsubscription.cpp | 2 +- src/easy/entities/pushsubscription.hpp | 2 +- src/easy/entities/relationship.cpp | 2 +- src/easy/entities/relationship.hpp | 2 +- src/easy/entities/report.cpp | 2 +- src/easy/entities/report.hpp | 2 +- src/easy/entities/results.cpp | 2 +- src/easy/entities/results.hpp | 2 +- src/easy/entities/status.cpp | 2 +- src/easy/entities/status.hpp | 2 +- src/easy/entities/tag.cpp | 2 +- src/easy/entities/tag.hpp | 2 +- src/easy/entity.cpp | 2 +- src/easy/simple_calls.cpp | 2 +- src/mastodon-cpp.cpp | 3 +-- 36 files changed, 36 insertions(+), 37 deletions(-) diff --git a/src/easy/easy.cpp b/src/easy/easy.cpp index 774beae..d4a5347 100644 --- a/src/easy/easy.cpp +++ b/src/easy/easy.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/account.cpp b/src/easy/entities/account.cpp index 3cff8d2..7a17829 100644 --- a/src/easy/entities/account.cpp +++ b/src/easy/entities/account.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/account.hpp b/src/easy/entities/account.hpp index 04265a5..d154e29 100644 --- a/src/easy/entities/account.hpp +++ b/src/easy/entities/account.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/application.cpp b/src/easy/entities/application.cpp index fc6757d..ceab0bc 100644 --- a/src/easy/entities/application.cpp +++ b/src/easy/entities/application.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/application.hpp b/src/easy/entities/application.hpp index 3f6e5ed..52cb7ad 100644 --- a/src/easy/entities/application.hpp +++ b/src/easy/entities/application.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/attachment.cpp b/src/easy/entities/attachment.cpp index a6fb072..f964028 100644 --- a/src/easy/entities/attachment.cpp +++ b/src/easy/entities/attachment.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/attachment.hpp b/src/easy/entities/attachment.hpp index 5e2fc85..ad8a7e1 100644 --- a/src/easy/entities/attachment.hpp +++ b/src/easy/entities/attachment.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/card.cpp b/src/easy/entities/card.cpp index 0602fdd..0677bd1 100644 --- a/src/easy/entities/card.cpp +++ b/src/easy/entities/card.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/card.hpp b/src/easy/entities/card.hpp index d4ee7c0..cdfa2a0 100644 --- a/src/easy/entities/card.hpp +++ b/src/easy/entities/card.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/context.cpp b/src/easy/entities/context.cpp index ebf855b..5ca7f8a 100644 --- a/src/easy/entities/context.cpp +++ b/src/easy/entities/context.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/context.hpp b/src/easy/entities/context.hpp index 6442fd4..19ff88c 100644 --- a/src/easy/entities/context.hpp +++ b/src/easy/entities/context.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/emoji.cpp b/src/easy/entities/emoji.cpp index 0a44afb..167c6e1 100644 --- a/src/easy/entities/emoji.cpp +++ b/src/easy/entities/emoji.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/emoji.hpp b/src/easy/entities/emoji.hpp index e1274d6..a20a5e5 100644 --- a/src/easy/entities/emoji.hpp +++ b/src/easy/entities/emoji.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/instance.cpp b/src/easy/entities/instance.cpp index fa12ba9..275a566 100644 --- a/src/easy/entities/instance.cpp +++ b/src/easy/entities/instance.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/instance.hpp b/src/easy/entities/instance.hpp index c8a4ec3..29c1deb 100644 --- a/src/easy/entities/instance.hpp +++ b/src/easy/entities/instance.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/list.cpp b/src/easy/entities/list.cpp index 38995a5..fa2251d 100644 --- a/src/easy/entities/list.cpp +++ b/src/easy/entities/list.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/list.hpp b/src/easy/entities/list.hpp index 9bbe7b4..f4e742b 100644 --- a/src/easy/entities/list.hpp +++ b/src/easy/entities/list.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/mention.cpp b/src/easy/entities/mention.cpp index b175b29..b44ab58 100644 --- a/src/easy/entities/mention.cpp +++ b/src/easy/entities/mention.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/mention.hpp b/src/easy/entities/mention.hpp index 7ba19a3..e649fe9 100644 --- a/src/easy/entities/mention.hpp +++ b/src/easy/entities/mention.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/notification.cpp b/src/easy/entities/notification.cpp index dba493e..210cdcd 100644 --- a/src/easy/entities/notification.cpp +++ b/src/easy/entities/notification.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/notification.hpp b/src/easy/entities/notification.hpp index 58cec71..bb8dad7 100644 --- a/src/easy/entities/notification.hpp +++ b/src/easy/entities/notification.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/pushsubscription.cpp b/src/easy/entities/pushsubscription.cpp index 1b36cbb..03d4af2 100644 --- a/src/easy/entities/pushsubscription.cpp +++ b/src/easy/entities/pushsubscription.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/pushsubscription.hpp b/src/easy/entities/pushsubscription.hpp index f9278db..475d4df 100644 --- a/src/easy/entities/pushsubscription.hpp +++ b/src/easy/entities/pushsubscription.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/relationship.cpp b/src/easy/entities/relationship.cpp index 11fc717..1a79562 100644 --- a/src/easy/entities/relationship.cpp +++ b/src/easy/entities/relationship.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/relationship.hpp b/src/easy/entities/relationship.hpp index 2a19fd2..e7f0803 100644 --- a/src/easy/entities/relationship.hpp +++ b/src/easy/entities/relationship.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/report.cpp b/src/easy/entities/report.cpp index 2a16107..80dbea3 100644 --- a/src/easy/entities/report.cpp +++ b/src/easy/entities/report.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/report.hpp b/src/easy/entities/report.hpp index bd98e04..5feac50 100644 --- a/src/easy/entities/report.hpp +++ b/src/easy/entities/report.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/results.cpp b/src/easy/entities/results.cpp index 4a21257..d060a0b 100644 --- a/src/easy/entities/results.cpp +++ b/src/easy/entities/results.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/results.hpp b/src/easy/entities/results.hpp index 12d977a..c42e423 100644 --- a/src/easy/entities/results.hpp +++ b/src/easy/entities/results.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/status.cpp b/src/easy/entities/status.cpp index 8ee6b42..0535f94 100644 --- a/src/easy/entities/status.cpp +++ b/src/easy/entities/status.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/status.hpp b/src/easy/entities/status.hpp index ebf4e73..ae34a74 100644 --- a/src/easy/entities/status.hpp +++ b/src/easy/entities/status.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/tag.cpp b/src/easy/entities/tag.cpp index 10472b2..d8066d2 100644 --- a/src/easy/entities/tag.cpp +++ b/src/easy/entities/tag.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entities/tag.hpp b/src/easy/entities/tag.hpp index fc591a8..2d38f5e 100644 --- a/src/easy/entities/tag.hpp +++ b/src/easy/entities/tag.hpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/entity.cpp b/src/easy/entity.cpp index ae2ca4a..9aca9f0 100644 --- a/src/easy/entity.cpp +++ b/src/easy/entity.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/easy/simple_calls.cpp b/src/easy/simple_calls.cpp index dfce346..e7a203b 100644 --- a/src/easy/simple_calls.cpp +++ b/src/easy/simple_calls.cpp @@ -1,5 +1,5 @@ /* This file is part of mastodon-cpp. - * Copyright © 2018 tastytea + * Copyright © 2018, 2019 tastytea * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mastodon-cpp.cpp b/src/mastodon-cpp.cpp index 38c77bb..f46d6fc 100644 --- a/src/mastodon-cpp.cpp +++ b/src/mastodon-cpp.cpp @@ -19,12 +19,11 @@ #include #include #include +#include #include "version.hpp" #include "debug.hpp" #include "mastodon-cpp.hpp" -#include - using namespace Mastodon; return_base::operator const bool() const {