From 0625351d45f35a680508f72c17095ff8c6fa13b2 Mon Sep 17 00:00:00 2001 From: Samuel Banya Date: Wed, 24 Oct 2018 22:31:16 -0400 Subject: [PATCH] commit Fix license related comments on .cpp and .h files --- main.cpp | 30 ++++++++++++++---------------- mainwindow.cpp | 24 +++++++++++------------- mainwindow.h | 30 ++++++++++++++---------------- window.cpp | 24 +++++++++++------------- window.h | 24 +++++++++++------------- 5 files changed, 61 insertions(+), 71 deletions(-) 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