diff --git a/main.cpp b/main.cpp index 3873f0f..236df32 100644 --- a/main.cpp +++ b/main.cpp @@ -1,19 +1,17 @@ -/* - Copyright (C) 2018 Lubuntu - - 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 - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ +# Copyright (C) 2018 Lubuntu + +# 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 +# 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 General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #include #include diff --git a/mainwindow.cpp b/mainwindow.cpp index 9a5c287..b0e91d5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,19 +1,17 @@ -/* - Copyright (C) 2018 Lubuntu +# Copyright (C) 2018 Lubuntu - 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 - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +# 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 +# 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 General Public License for more details. +# 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 General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #include "mainwindow.h" #include "ui_mainwindow.h" diff --git a/mainwindow.h b/mainwindow.h index 5c23518..d08ed26 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -1,19 +1,17 @@ -/* - Copyright (C) 2018 Lubuntu - - 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 - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ +# Copyright (C) 2018 Lubuntu + +# 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 +# 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 General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #ifndef MAINWINDOW_H #define MAINWINDOW_H diff --git a/window.cpp b/window.cpp index 04921f3..4019bd4 100644 --- a/window.cpp +++ b/window.cpp @@ -1,19 +1,17 @@ -/* - Copyright (C) 2018 Lubuntu +# Copyright (C) 2018 Lubuntu - 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 - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +# 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 +# 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 General Public License for more details. +# 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 General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #include "window.h" #include diff --git a/window.h b/window.h index be013f9..793f7c8 100644 --- a/window.h +++ b/window.h @@ -1,19 +1,17 @@ -/* - Copyright (C) 2018 Lubuntu +# Copyright (C) 2018 Lubuntu - 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 - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +# 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 +# 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 General Public License for more details. +# 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 General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #ifndef WINDOW_H #define WINDOW_H