From 1941cdfbeecd91428054170276d34196c5a6fdc3 Mon Sep 17 00:00:00 2001 From: Daniel Klaffenbach Date: Sun, 31 Oct 2010 14:40:22 +0100 Subject: [PATCH] Added missing license headers --- src/helpwindow.cpp | 18 ++++++++++++++++++ src/helpwindow.h | 18 ++++++++++++++++++ src/main.cpp | 2 +- src/mainwindow.cpp | 2 +- src/mainwindow.h | 2 +- src/settingswidget.cpp | 21 +++++++++++++++++++-- src/settingswidget.h | 18 ++++++++++++++++++ 7 files changed, 76 insertions(+), 5 deletions(-) diff --git a/src/helpwindow.cpp b/src/helpwindow.cpp index a95f64c..d6ab84a 100644 --- a/src/helpwindow.cpp +++ b/src/helpwindow.cpp @@ -1,3 +1,21 @@ +/* + * QCPUFreq - a simple cpufreq GUI + * Copyright (C) 2010 Daniel Klaffenbach + * + * 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 "helpwindow.h" #include "ui_helpwindow.h" diff --git a/src/helpwindow.h b/src/helpwindow.h index 7f04ddf..476c801 100644 --- a/src/helpwindow.h +++ b/src/helpwindow.h @@ -1,3 +1,21 @@ +/* + * QCPUFreq - a simple cpufreq GUI + * Copyright (C) 2010 Daniel Klaffenbach + * + * 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 HELPWINDOW_H #define HELPWINDOW_H diff --git a/src/main.cpp b/src/main.cpp index b17d5b4..b63917c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /* * QCPUFreq - a simple cpufreq GUI - * Copyright (C) 2010 Daniel Klaffenbach + * Copyright (C) 2010 Daniel Klaffenbach * * 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 diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 6fc41dc..996f106 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,6 +1,6 @@ /* * QCPUFreq - a simple cpufreq GUI - * Copyright (C) 2010 Daniel Klaffenbach + * Copyright (C) 2010 Daniel Klaffenbach * * 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 diff --git a/src/mainwindow.h b/src/mainwindow.h index dd2d172..8be058e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -1,6 +1,6 @@ /* * QCPUFreq - a simple cpufreq GUI - * Copyright (C) 2010 Daniel Klaffenbach + * Copyright (C) 2010 Daniel Klaffenbach * * 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 diff --git a/src/settingswidget.cpp b/src/settingswidget.cpp index f5e8299..0ac30d8 100644 --- a/src/settingswidget.cpp +++ b/src/settingswidget.cpp @@ -1,7 +1,24 @@ -#include "settingswidget.h" -#include "ui_settingswidget.h" +/* + * QCPUFreq - a simple cpufreq GUI + * Copyright (C) 2010 Daniel Klaffenbach + * + * 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 "settingswidget.h" +#include "ui_settingswidget.h" SettingsWidget::SettingsWidget(QWidget *parent) : diff --git a/src/settingswidget.h b/src/settingswidget.h index 3b26355..80d1181 100644 --- a/src/settingswidget.h +++ b/src/settingswidget.h @@ -1,3 +1,21 @@ +/* + * QCPUFreq - a simple cpufreq GUI + * Copyright (C) 2010 Daniel Klaffenbach + * + * 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 SETTINGSWIDGET_H #define SETTINGSWIDGET_H -- 1.7.9.5