Updated license notices and moved matrix.hpp to where it belongs
This commit is contained in:
parent
e89d63e396
commit
b49175884a
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix client
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
//example of a bot which responds to commands
|
||||
|
||||
#include "matrix.hpp"
|
||||
#include "matrix/matrix.hpp"
|
||||
#include "raii/static_string.hpp"
|
||||
|
||||
int main(){
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix client
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
//Example of a bot which accepts any invite that it is given
|
||||
|
||||
#include "matrix.hpp"
|
||||
#include "matrix/matrix.hpp"
|
||||
|
||||
int main(){
|
||||
//auth information needed to initiate a session
|
||||
|
||||
@ -1,3 +1,21 @@
|
||||
/**
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef COMMON_HPP
|
||||
#define COMMON_HPP
|
||||
|
||||
|
||||
@ -1,3 +1,21 @@
|
||||
/**
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBAV_FRAME_HPP
|
||||
#define LIBAV_FRAME_HPP
|
||||
|
||||
|
||||
@ -1,3 +1,21 @@
|
||||
/**
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBAV_LIBAV_HPP
|
||||
#define LIBAV_LIBAV_HPP
|
||||
|
||||
|
||||
@ -1,3 +1,21 @@
|
||||
/**
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBAV_PACKET_HPP
|
||||
#define LIBAV_PACKET_HPP
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix client
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@ -23,7 +23,4 @@
|
||||
#include "matrix/syncer.hpp"
|
||||
#include "matrix/session.hpp"
|
||||
|
||||
#define HAS_FREEIMAGE
|
||||
#define HAS_FFMPEG
|
||||
|
||||
#endif
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix client
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix client
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix client
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix client
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix client
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix bot
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/**
|
||||
This file is a part of rexy's matrix client
|
||||
This file is a part of r0nk, atlas_moon, and rexy's matrix client
|
||||
Copyright (C) 2019 rexy712
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
//example of a client which responds to commands
|
||||
|
||||
#include "matrix.hpp"
|
||||
#include "matrix/matrix.hpp"
|
||||
#include "raii/static_string.hpp"
|
||||
|
||||
#include <atomic>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user