From 883568bbc1c879a0eba51e7ad9c962fc343f810a Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Sat, 10 Mar 2018 20:00:20 +1030 Subject: added GPL licence information --- qt/consoleserver/irc.cpp | 19 +++++++++++++++++++ qt/consoleserver/irc.h | 19 +++++++++++++++++++ qt/consoleserver/main.cpp | 19 +++++++++++++++++++ qt/consoleserver/serial.cpp | 19 +++++++++++++++++++ qt/consoleserver/serial.h | 19 +++++++++++++++++++ qt/consoleserver/server.cpp | 19 +++++++++++++++++++ qt/consoleserver/server.h | 19 +++++++++++++++++++ 7 files changed, 133 insertions(+) (limited to 'qt/consoleserver') diff --git a/qt/consoleserver/irc.cpp b/qt/consoleserver/irc.cpp index 3a2ed79..5537440 100644 --- a/qt/consoleserver/irc.cpp +++ b/qt/consoleserver/irc.cpp @@ -1,3 +1,22 @@ +/* + * Copyright Daniel Jones 2016-2018 + * + * This file is part of RGBController. + * + * RGBController is free software: you can redistribute it and/or modifiy + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * RGBController 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with RGBController. If not, see . + */ + #include "irc.h" irc::irc(QObject *parent) : QObject(parent) diff --git a/qt/consoleserver/irc.h b/qt/consoleserver/irc.h index 733bebf..c3b2612 100644 --- a/qt/consoleserver/irc.h +++ b/qt/consoleserver/irc.h @@ -1,3 +1,22 @@ +/* + * Copyright Daniel Jones 2016-2018 + * + * This file is part of RGBController. + * + * RGBController is free software: you can redistribute it and/or modifiy + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * RGBController 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with RGBController. If not, see . + */ + #ifndef IRC_H #define IRC_H diff --git a/qt/consoleserver/main.cpp b/qt/consoleserver/main.cpp index c944e38..6ef81d5 100644 --- a/qt/consoleserver/main.cpp +++ b/qt/consoleserver/main.cpp @@ -1,3 +1,22 @@ +/* + * Copyright Daniel Jones 2016-2018 + * + * This file is part of RGBController. + * + * RGBController is free software: you can redistribute it and/or modifiy + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * RGBController 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with RGBController. If not, see . + */ + #include #include #include "serial.h" diff --git a/qt/consoleserver/serial.cpp b/qt/consoleserver/serial.cpp index aea46bb..b83a55f 100644 --- a/qt/consoleserver/serial.cpp +++ b/qt/consoleserver/serial.cpp @@ -1,3 +1,22 @@ +/* + * Copyright Daniel Jones 2016-2018 + * + * This file is part of RGBController. + * + * RGBController is free software: you can redistribute it and/or modifiy + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * RGBController 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with RGBController. If not, see . + */ + #include "serial.h" #include diff --git a/qt/consoleserver/serial.h b/qt/consoleserver/serial.h index 3f0386a..d22adfb 100644 --- a/qt/consoleserver/serial.h +++ b/qt/consoleserver/serial.h @@ -1,3 +1,22 @@ +/* + * Copyright Daniel Jones 2016-2018 + * + * This file is part of RGBController. + * + * RGBController is free software: you can redistribute it and/or modifiy + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * RGBController 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with RGBController. If not, see . + */ + #ifndef SERIAL_H #define SERIAL_H diff --git a/qt/consoleserver/server.cpp b/qt/consoleserver/server.cpp index 401ee8d..9fd532d 100644 --- a/qt/consoleserver/server.cpp +++ b/qt/consoleserver/server.cpp @@ -1,3 +1,22 @@ +/* + * Copyright Daniel Jones 2016-2018 + * + * This file is part of RGBController. + * + * RGBController is free software: you can redistribute it and/or modifiy + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * RGBController 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with RGBController. If not, see . + */ + #include "server.h" server::server(QObject *parent) : QObject(parent) diff --git a/qt/consoleserver/server.h b/qt/consoleserver/server.h index 9fd84dc..bccae34 100644 --- a/qt/consoleserver/server.h +++ b/qt/consoleserver/server.h @@ -1,3 +1,22 @@ +/* + * Copyright Daniel Jones 2016-2018 + * + * This file is part of RGBController. + * + * RGBController is free software: you can redistribute it and/or modifiy + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * RGBController 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with RGBController. If not, see . + */ + #ifndef SERVER_H #define SERVER_H -- cgit v1.2.3