summaryrefslogtreecommitdiffstats
path: root/src/widget
diff options
context:
space:
mode:
authorxerus2000 <27jf@pm.me>2020-08-13 15:14:44 +0200
committerxerus2000 <27jf@pm.me>2020-11-10 23:40:31 +0100
commit92263dcf18f26777be043ec55dcea63f72defb83 (patch)
tree088bad1b68034a524c7858345fd24a9677f3c6b1 /src/widget
parent59a2a7d90a02e92f3895f6712d989355719013b2 (diff)
Remove long copyright headers
Diffstat (limited to 'src/widget')
-rw-r--r--src/widget/wdisplay.cpp17
-rw-r--r--src/widget/wdisplay.h17
-rw-r--r--src/widget/wknob.cpp17
-rw-r--r--src/widget/wlabel.cpp17
-rw-r--r--src/widget/wlabel.h17
-rw-r--r--src/widget/wnumber.cpp17
-rw-r--r--src/widget/wnumber.h17
-rw-r--r--src/widget/wpixmapstore.h17
-rw-r--r--src/widget/wpushbutton.cpp17
-rw-r--r--src/widget/wpushbutton.h17
-rw-r--r--src/widget/wskincolor.h17
-rw-r--r--src/widget/wslidercomposed.cpp17
-rw-r--r--src/widget/wslidercomposed.h17
-rw-r--r--src/widget/wstatuslight.cpp18
-rw-r--r--src/widget/wstatuslight.h20
-rw-r--r--src/widget/wvumeter.cpp17
-rw-r--r--src/widget/wvumeter.h17
-rw-r--r--src/widget/wwidget.cpp17
-rw-r--r--src/widget/wwidget.h17
19 files changed, 1 insertions, 326 deletions
diff --git a/src/widget/wdisplay.cpp b/src/widget/wdisplay.cpp
index 70d072709c..ae72fb5270 100644
--- a/src/widget/wdisplay.cpp
+++ b/src/widget/wdisplay.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- wdisplay.cpp - description
- -------------------
- begin : Fri Jun 21 2002
- copyright : (C) 2002 by Tue & Ken Haste Andersen
- email : haste@diku.dk
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 2 of the License, or *
-* (at your option) any later version. *
-* *
-***************************************************************************/
-
#include "widget/wdisplay.h"
#include <QStylePainter>
diff --git a/src/widget/wdisplay.h b/src/widget/wdisplay.h
index 609027d224..c2d799b6bf 100644
--- a/src/widget/wdisplay.h
+++ b/src/widget/wdisplay.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- wdisplay.h - description
- -------------------
- begin : Fri Jun 21 2002
- copyright : (C) 2002 by Tue & Ken Haste Andersen
- email : haste@diku.dk
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
#pragma once
#include <QVector>
diff --git a/src/widget/wknob.cpp b/src/widget/wknob.cpp
index 80395ab5c9..7c0d6e6cbe 100644
--- a/src/widget/wknob.cpp
+++ b/src/widget/wknob.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- wknob.cpp - description
- -------------------
- begin : Fri Jun 21 2002
- copyright : (C) 2002 by Tue & Ken Haste Andersen
- email : haste@diku.dk
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 2 of the License, or *
-* (at your option) any later version. *
-* *
-***************************************************************************/
-
#include <QtDebug>
#include <QMouseEvent>
#include <QWheelEvent>
diff --git a/src/widget/wlabel.cpp b/src/widget/wlabel.cpp
index 5a07154bc5..5186d182d5 100644
--- a/src/widget/wlabel.cpp
+++ b/src/widget/wlabel.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- wlabel.cpp - description
- -------------------
- begin : Wed Jan 5 2005
- copyright : (C) 2003 by Tue Haste Andersen
- email : haste@diku.dk
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 2 of the License, or *
-* (at your option) any later version. *
-* *
-***************************************************************************/
-
#include "widget/wlabel.h"
#include <QFont>
diff --git a/src/widget/wlabel.h b/src/widget/wlabel.h
index bb7aec8181..d29bfe8b81 100644
--- a/src/widget/wlabel.h
+++ b/src/widget/wlabel.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- wlabel.h - description
- -------------------
- begin : Wed Jan 5 2005
- copyright : (C) 2003 by Tue Haste Andersen
- email : haste@diku.dk
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
#pragma once
#include <QLabel>
diff --git a/src/widget/wnumber.cpp b/src/widget/wnumber.cpp
index 43d902e1d9..81ddb7d0aa 100644
--- a/src/widget/wnumber.cpp
+++ b/src/widget/wnumber.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- wnumber.cpp - description
- -------------------
- begin : Wed Jun 18 2003
- copyright : (C) 2003 by Tue & Ken Haste Andersen
- email : haste@diku.dk
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 2 of the License, or *
-* (at your option) any later version. *
-* *
-***************************************************************************/
-
#include "widget/wnumber.h"
WNumber::WNumber(QWidget* pParent)
diff --git a/src/widget/wnumber.h b/src/widget/wnumber.h
index a89fe024e4..780b8f2ba7 100644
--- a/src/widget/wnumber.h
+++ b/src/widget/wnumber.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- wnumber.h - description
- -------------------
- begin : Wed Jun 18 2003
- copyright : (C) 2003 by Tue & Ken Haste Andersen
- email : haste@diku.dk
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
#pragma once
#include <QLabel>
diff --git a/src/widget/wpixmapstore.h b/src/widget/wpixmapstore.h
index 0545fceb6a..03458a7964 100644
--- a/src/widget/wpixmapstore.h
+++ b/src/widget/wpixmapstore.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- wpixmapstore.h - description
- -------------------
- begin : Mon Jun 28 2003
- copyright : (C) 2003 by Tue & Ken Haste Andersen
- email : haste@diku.dk
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
#pragma once
#include <QPixmap>
diff --git a/src/widget/wpushbutton.cpp b/src/widget/wpushbutton.cpp
index dface204ba..0eb19ae2f3 100644
--- a/src/widget/wpushbutton.cpp
+++ b/src/widget/wpushbutton.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- wpushbutton.cpp - description
- -------------------
- begin : Fri Jun 21 2002
- copyright : (C) 2002 by Tue & Ken Haste Andersen
- email : haste@diku.dk
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 2 of the License, or *
-* (at your option) any later version. *
-* *
-***************************************************************************/
-
#include "widget/wpushbutton.h"
#include <QStylePainter>
diff --git a/src/widget/wpushbutton.h b/src/widget/wpushbutton.h
index a24c4cf54a..7e96712ece 100644
--- a/src/widget/wpushbutton.h
+++ b/src/widget/wpushbutton.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- wpushbutton.h - description
- -------------------
- begin : Fri Jun 21 2002
- copyright : (C) 2002 by Tue & Ken Haste Andersen
- email : haste@diku.dk
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
#pragma once
#include <QPaintEvent>
diff --git a/src/widget/wskincolor.h b/src/widget/wskincolor.h
index 7bfb9835cf..687a6597cf 100644
--- a/src/widget/wskincolor.h
+++ b/src/widget/wskincolor.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- wskincolor.h - description
- -------------------
- begin : 14 April 2007
- copyright : (C) 2007 by Adam Davison
- email : adamdavison@gmail.com
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
#pragma once
#include <QSharedPointer>
diff --git a/src/widget/wslidercomposed.cpp b/src/widget/wslidercomposed.cpp
index a954dad852..40e4491e6a 100644
--- a/src/widget/wslidercomposed.cpp
+++ b/src/widget/wslidercomposed.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- wslidercomposed.cpp - description
- -------------------
- begin : Tue Jun 25 2002
- copyright : (C) 2002 by Tue & Ken Haste Andersen
- email : haste@diku.dk
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 2 of the License, or *
-* (at your option) any later version. *
-* *
-***************************************************************************/
-
#include "widget/wslidercomposed.h"
#include <QtDebug>
diff --git a/src/widget/wslidercomposed.h b/src/widget/wslidercomposed.h
index 8981889c96..5edef67f29 100644
--- a/src/widget/wslidercomposed.h
+++ b/src/widget/wslidercomposed.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- wslidercomposed.h - description
- -------------------
- begin : Tue Jun 25 2002
- copyright : (C) 2002 by Tue & Ken Haste Andersen
- email : haste@diku.dk
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
#pragma once
#include <QString>
diff --git a/src/widget/wstatuslight.cpp b/src/widget/wstatuslight.cpp
index 48d7b4baba..116ccf73eb 100644
--- a/src/widget/wstatuslight.cpp
+++ b/src/widget/wstatuslight.cpp
@@ -1,21 +1,3 @@
-/***************************************************************************
- wstatuslight.cpp - description
- -------------------
- begin : Wed May 30 2007
- copyright : (C) 2003 by Tue & Ken Haste Andersen
- (C) 2007 by John Sully (converted from WVumeter)
- email : jsully@scs.ryerson.ca
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 2 of the License, or *
-* (at your option) any later version. *
-* *
-***************************************************************************/
-
#include "widget/wstatuslight.h"
#include <QPaintEvent>
diff --git a/src/widget/wstatuslight.h b/src/widget/wstatuslight.h
index 2f56b92bd7..3c46556831 100644
--- a/src/widget/wstatuslight.h
+++ b/src/widget/wstatuslight.h
@@ -1,22 +1,3 @@
-/***************************************************************************
- wstatuslight.h - A general purpose status light
- for indicating boolean events
- -------------------
- begin : Fri Jul 22 2007
- copyright : (C) 2003 by Tue & Ken Haste Andersen
- (C) 2007 by John Sully (derived from WVumeter)
- email : jsully@scs.ryerson.ca
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
#pragma once
#include <QPaintEvent>
@@ -30,6 +11,7 @@
#include "widget/wpixmapstore.h"
#include "skin/skincontext.h"
+/// A general purpose status light for indicating boolean events.
class WStatusLight : public WWidget {
Q_OBJECT
public:
diff --git a/src/widget/wvumeter.cpp b/src/widget/wvumeter.cpp
index 2f8bf642c3..ba9b667b7b 100644
--- a/src/widget/wvumeter.cpp
+++ b/src/widget/wvumeter.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- wvumeter.cpp - description
- -------------------
- begin : Fri Jul 22 2003
- copyright : (C) 2003 by Tue & Ken Haste Andersen
- email : haste@diku.dk
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 2 of the License, or *
-* (at your option) any later version. *
-* *
-***************************************************************************/
-
#include "widget/wvumeter.h"
#include <QStylePainter>
diff --git a/src/widget/wvumeter.h b/src/widget/wvumeter.h
index 3c3cda014e..e64431bc2a 100644
--- a/src/widget/wvumeter.h
+++ b/src/widget/wvumeter.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- wvumeter.h - description
- -------------------
- begin : Fri Jul 22 2003
- copyright : (C) 2003 by Tue & Ken Haste Andersen
- email : haste@diku.dk
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
#pragma once
#include <QPixmap>
diff --git a/src/widget/wwidget.cpp b/src/widget/wwidget.cpp
index 4983b0c2a1..2b91b71079 100644
--- a/src/widget/wwidget.cpp
+++ b/src/widget/wwidget.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- wwidget.cpp - description
- -------------------
- begin : Wed Jun 18 2003
- copyright : (C) 2003 by Tue & Ken Haste Andersen
- email : haste@diku.dk
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 2 of the License, or *
-* (at your option) any later version. *
-* *
-***************************************************************************/
-
#include <QtDebug>
#include <QTouchEvent>
diff --git a/src/widget/wwidget.h b/src/widget/wwidget.h
index 4cea72f507..1043618945 100644
--- a/src/widget/wwidget.h
+++ b/src/widget/wwidget.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- wwidget.h - description
- -------------------
- begin : Wed Jun 18 2003
- copyright : (C) 2003 by Tue & Ken Haste Andersen
- email : haste@diku.dk
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
-
#pragma once
#include <QWidget>