diff --git a/.gitignore b/.gitignore index 42fa14c..fb715d7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ doc/syncres/* lib*.so lib*.a matrix-send +.scripts diff --git a/doc/examples/commands.cpp b/doc/examples/commands.cpp index f59c30c..e298704 100644 --- a/doc/examples/commands.cpp +++ b/doc/examples/commands.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/doc/examples/join.cpp b/doc/examples/join.cpp index b6f79ff..7655a6c 100644 --- a/doc/examples/join.cpp +++ b/doc/examples/join.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/common.hpp b/include/common.hpp index 9e42139..4013b60 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/libav/frame.hpp b/include/libav/frame.hpp index 4873998..dcfda86 100644 --- a/include/libav/frame.hpp +++ b/include/libav/frame.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/libav/libav.hpp b/include/libav/libav.hpp index bb6c7e9..f1a68ed 100644 --- a/include/libav/libav.hpp +++ b/include/libav/libav.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/libav/packet.hpp b/include/libav/packet.hpp index 03937e0..8c8c7eb 100644 --- a/include/libav/packet.hpp +++ b/include/libav/packet.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/auth.hpp b/include/matrix/auth.hpp index 563c145..5bc46f5 100644 --- a/include/matrix/auth.hpp +++ b/include/matrix/auth.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/client.hpp b/include/matrix/client.hpp index 4ad2f9a..bded2a6 100644 --- a/include/matrix/client.hpp +++ b/include/matrix/client.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/client_url_list.hpp b/include/matrix/client_url_list.hpp index 7535355..505875c 100644 --- a/include/matrix/client_url_list.hpp +++ b/include/matrix/client_url_list.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/connection.hpp b/include/matrix/connection.hpp index ae829c4..abf3d37 100644 --- a/include/matrix/connection.hpp +++ b/include/matrix/connection.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/events.hpp b/include/matrix/events.hpp index 8d518f9..d9a33e9 100644 --- a/include/matrix/events.hpp +++ b/include/matrix/events.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/fat_strings.hpp b/include/matrix/fat_strings.hpp index 4742be3..ab59967 100644 --- a/include/matrix/fat_strings.hpp +++ b/include/matrix/fat_strings.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/image_thumbnail_maker.hpp b/include/matrix/image_thumbnail_maker.hpp index 96bb3f5..c23f46b 100644 --- a/include/matrix/image_thumbnail_maker.hpp +++ b/include/matrix/image_thumbnail_maker.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/iterable.hpp b/include/matrix/iterable.hpp index f9bc76c..b8c83d9 100644 --- a/include/matrix/iterable.hpp +++ b/include/matrix/iterable.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/matrix.hpp b/include/matrix/matrix.hpp index 1ebcdca..31e5923 100644 --- a/include/matrix/matrix.hpp +++ b/include/matrix/matrix.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/room_url_list.hpp b/include/matrix/room_url_list.hpp index 3c41812..0d2339c 100644 --- a/include/matrix/room_url_list.hpp +++ b/include/matrix/room_url_list.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/roomcxn.hpp b/include/matrix/roomcxn.hpp index 7b1eab3..42e6211 100644 --- a/include/matrix/roomcxn.hpp +++ b/include/matrix/roomcxn.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/session.hpp b/include/matrix/session.hpp index d80a158..39d39bd 100644 --- a/include/matrix/session.hpp +++ b/include/matrix/session.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/session_info.hpp b/include/matrix/session_info.hpp index bec2078..3b13302 100644 --- a/include/matrix/session_info.hpp +++ b/include/matrix/session_info.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/sync_response.hpp b/include/matrix/sync_response.hpp index e4292cd..4e6613f 100644 --- a/include/matrix/sync_response.hpp +++ b/include/matrix/sync_response.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/syncer.hpp b/include/matrix/syncer.hpp index e7ba6e5..75bcab2 100644 --- a/include/matrix/syncer.hpp +++ b/include/matrix/syncer.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/upload_info.hpp b/include/matrix/upload_info.hpp index fd1afec..d930852 100644 --- a/include/matrix/upload_info.hpp +++ b/include/matrix/upload_info.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/matrix/video_thumbnail_maker.hpp b/include/matrix/video_thumbnail_maker.hpp index 45faa7d..d5efb3a 100644 --- a/include/matrix/video_thumbnail_maker.hpp +++ b/include/matrix/video_thumbnail_maker.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/raii/curl_llist.hpp b/include/raii/curl_llist.hpp index 98a4a04..db1b127 100644 --- a/include/raii/curl_llist.hpp +++ b/include/raii/curl_llist.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/raii/curl_string.hpp b/include/raii/curl_string.hpp index 3cf6fa9..7fd8b04 100644 --- a/include/raii/curl_string.hpp +++ b/include/raii/curl_string.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/raii/curler.hpp b/include/raii/curler.hpp index d6c1a40..81ba504 100644 --- a/include/raii/curler.hpp +++ b/include/raii/curler.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/raii/filerd.hpp b/include/raii/filerd.hpp index 728e304..bb65d0d 100644 --- a/include/raii/filerd.hpp +++ b/include/raii/filerd.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/raii/rjp_iterator.hpp b/include/raii/rjp_iterator.hpp index ed49eb9..4e4ae36 100644 --- a/include/raii/rjp_iterator.hpp +++ b/include/raii/rjp_iterator.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/raii/rjp_ptr.hpp b/include/raii/rjp_ptr.hpp index ab34698..f453041 100644 --- a/include/raii/rjp_ptr.hpp +++ b/include/raii/rjp_ptr.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/raii/rjp_string.hpp b/include/raii/rjp_string.hpp index 7d71af6..9ae7612 100644 --- a/include/raii/rjp_string.hpp +++ b/include/raii/rjp_string.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/raii/static_string.hpp b/include/raii/static_string.hpp index 837ad46..b5a5a59 100644 --- a/include/raii/static_string.hpp +++ b/include/raii/static_string.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/raii/string.hpp b/include/raii/string.hpp index cb05bd5..e0fa53a 100644 --- a/include/raii/string.hpp +++ b/include/raii/string.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/raii/string_base.hpp b/include/raii/string_base.hpp index 1dc56a5..a129d4a 100644 --- a/include/raii/string_base.hpp +++ b/include/raii/string_base.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/include/raii/util.hpp b/include/raii/util.hpp index 3516f2d..c1113a0 100644 --- a/include/raii/util.hpp +++ b/include/raii/util.hpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/matrix/client.cpp b/src/matrix/client.cpp index 7b52237..48cecf6 100644 --- a/src/matrix/client.cpp +++ b/src/matrix/client.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/matrix/client_url_list.cpp b/src/matrix/client_url_list.cpp index 9693b70..4315740 100644 --- a/src/matrix/client_url_list.cpp +++ b/src/matrix/client_url_list.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/matrix/connection.cpp b/src/matrix/connection.cpp index a4bf087..b5195aa 100644 --- a/src/matrix/connection.cpp +++ b/src/matrix/connection.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/matrix/events.cpp b/src/matrix/events.cpp index 505aa41..ed63910 100644 --- a/src/matrix/events.cpp +++ b/src/matrix/events.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/matrix/fat_strings.cpp b/src/matrix/fat_strings.cpp index 8acfd34..76d3151 100644 --- a/src/matrix/fat_strings.cpp +++ b/src/matrix/fat_strings.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/matrix/iterable.cpp b/src/matrix/iterable.cpp index a62d642..666dc54 100644 --- a/src/matrix/iterable.cpp +++ b/src/matrix/iterable.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/matrix/room_url_list.cpp b/src/matrix/room_url_list.cpp index 06a688d..28760d6 100644 --- a/src/matrix/room_url_list.cpp +++ b/src/matrix/room_url_list.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/matrix/roomcxn.cpp b/src/matrix/roomcxn.cpp index aa7dcfc..0791b5e 100644 --- a/src/matrix/roomcxn.cpp +++ b/src/matrix/roomcxn.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/matrix/session.cpp b/src/matrix/session.cpp index 5aaecde..b719378 100644 --- a/src/matrix/session.cpp +++ b/src/matrix/session.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/matrix/sync_response.cpp b/src/matrix/sync_response.cpp index a53b342..8734c52 100644 --- a/src/matrix/sync_response.cpp +++ b/src/matrix/sync_response.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/matrix/syncer.cpp b/src/matrix/syncer.cpp index 4690c81..75d29cd 100644 --- a/src/matrix/syncer.cpp +++ b/src/matrix/syncer.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/raii/curl_llist.cpp b/src/raii/curl_llist.cpp index 0f232b6..9409142 100644 --- a/src/raii/curl_llist.cpp +++ b/src/raii/curl_llist.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/raii/curler.cpp b/src/raii/curler.cpp index 8b1724a..56223ee 100644 --- a/src/raii/curler.cpp +++ b/src/raii/curler.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/raii/filerd.cpp b/src/raii/filerd.cpp index 5788b64..bdb67ff 100644 --- a/src/raii/filerd.cpp +++ b/src/raii/filerd.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/raii/rjp_iterator.cpp b/src/raii/rjp_iterator.cpp index 858dfff..99cf203 100644 --- a/src/raii/rjp_iterator.cpp +++ b/src/raii/rjp_iterator.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/raii/rjp_ptr.cpp b/src/raii/rjp_ptr.cpp index 3529d86..7bfdb6e 100644 --- a/src/raii/rjp_ptr.cpp +++ b/src/raii/rjp_ptr.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/raii/rjp_string.cpp b/src/raii/rjp_string.cpp index 27e3b63..179933b 100644 --- a/src/raii/rjp_string.cpp +++ b/src/raii/rjp_string.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/raii/string_base.cpp b/src/raii/string_base.cpp index 2bd5a07..eabd5a5 100644 --- a/src/raii/string_base.cpp +++ b/src/raii/string_base.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/raii/util.cpp b/src/raii/util.cpp index 481e6ac..22f7c4e 100644 --- a/src/raii/util.cpp +++ b/src/raii/util.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/src/test.cpp b/src/test.cpp index bc91720..1a1c476 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify diff --git a/util/matrix-send.cpp b/util/matrix-send.cpp index bb3c954..e60c957 100644 --- a/util/matrix-send.cpp +++ b/util/matrix-send.cpp @@ -1,5 +1,5 @@ /** - This file is a part of r0nk, atlas_moon, and rexy's matrix client + This file is a part of rexy's matrix client Copyright (C) 2019 rexy712 This program is free software: you can redistribute it and/or modify