summaryrefslogtreecommitdiffstats
path: root/src/control
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/control
parent59a2a7d90a02e92f3895f6712d989355719013b2 (diff)
Remove long copyright headers
Diffstat (limited to 'src/control')
-rw-r--r--src/control/controllogpotmeter.cpp17
-rw-r--r--src/control/controllogpotmeter.h17
-rw-r--r--src/control/controlobject.cpp17
-rw-r--r--src/control/controlobject.h17
-rw-r--r--src/control/controlpotmeter.cpp17
-rw-r--r--src/control/controlpotmeter.h17
-rw-r--r--src/control/controlpushbutton.cpp17
-rw-r--r--src/control/controlttrotary.cpp16
-rw-r--r--src/control/controlttrotary.h16
9 files changed, 0 insertions, 151 deletions
diff --git a/src/control/controllogpotmeter.cpp b/src/control/controllogpotmeter.cpp
index c92b06152d..99784b7d1d 100644
--- a/src/control/controllogpotmeter.cpp
+++ b/src/control/controllogpotmeter.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- controlpotmeter.cpp - description
- -------------------
- begin : Wed Feb 20 2002
- copyright : (C) 2002 by Tue and Ken Haste Andersen
- email :
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 "control/controllogpotmeter.h"
ControlLogpotmeter::ControlLogpotmeter(ConfigKey key, double dMaxValue, double minDB)
diff --git a/src/control/controllogpotmeter.h b/src/control/controllogpotmeter.h
index f53f2a1d5c..b7e551da4e 100644
--- a/src/control/controllogpotmeter.h
+++ b/src/control/controllogpotmeter.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- controlpotmeter.h - description
- -------------------
- begin : Wed Feb 20 2002
- copyright : (C) 2002 by Tue and Ken Haste Andersen
- email :
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 "control/controlpotmeter.h"
diff --git a/src/control/controlobject.cpp b/src/control/controlobject.cpp
index 543046e576..500a938485 100644
--- a/src/control/controlobject.cpp
+++ b/src/control/controlobject.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- controlobject.cpp - description
- -------------------
- begin : Wed Feb 20 2002
- copyright : (C) 2002 by Tue and Ken Haste Andersen
- email :
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 <QHash>
#include <QSet>
diff --git a/src/control/controlobject.h b/src/control/controlobject.h
index 22a6d49b93..79cccba3ef 100644
--- a/src/control/controlobject.h
+++ b/src/control/controlobject.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- controlobject.h - description
- -------------------
- begin : Wed Feb 20 2002
- copyright : (C) 2002 by Tue and Ken Haste Andersen
- email :
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 <QObject>
diff --git a/src/control/controlpotmeter.cpp b/src/control/controlpotmeter.cpp
index 9ac26c01e1..9d3948ed78 100644
--- a/src/control/controlpotmeter.cpp
+++ b/src/control/controlpotmeter.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- controlpotmeter.cpp - description
- -------------------
- begin : Wed Feb 20 2002
- copyright : (C) 2002 by Tue and Ken Haste Andersen
- email :
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 "control/controlpushbutton.h"
#include "control/controlpotmeter.h"
#include "control/controlproxy.h"
diff --git a/src/control/controlpotmeter.h b/src/control/controlpotmeter.h
index ab2e7b3540..acbefc7439 100644
--- a/src/control/controlpotmeter.h
+++ b/src/control/controlpotmeter.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- controlpotmeter.h - description
- -------------------
- begin : Wed Feb 20 2002
- copyright : (C) 2002 by Tue and Ken Haste Andersen
- email :
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 "preferences/usersettings.h"
diff --git a/src/control/controlpushbutton.cpp b/src/control/controlpushbutton.cpp
index 6fe0486d56..119d20433d 100644
--- a/src/control/controlpushbutton.cpp
+++ b/src/control/controlpushbutton.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- controlpushbutton.cpp - description
- -------------------
- begin : Wed Feb 20 2002
- copyright : (C) 2002 by Tue and Ken Haste Andersen
- email :
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 "control/controlpushbutton.h"
/* -------- ------------------------------------------------------
diff --git a/src/control/controlttrotary.cpp b/src/control/controlttrotary.cpp
index 93b97bab6a..7da1c99b24 100644
--- a/src/control/controlttrotary.cpp
+++ b/src/control/controlttrotary.cpp
@@ -1,19 +1,3 @@
-/***************************************************************************
- controlttrotary.cpp - description
- -------------------
- copyright : (C) 2002 by Tue and Ken Haste Andersen
- email :
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 "control/controlttrotary.h"
/* -------- ------------------------------------------------------
diff --git a/src/control/controlttrotary.h b/src/control/controlttrotary.h
index a9dc767967..af495cc239 100644
--- a/src/control/controlttrotary.h
+++ b/src/control/controlttrotary.h
@@ -1,19 +1,3 @@
-/***************************************************************************
- controlttrotary.h - description
- -------------------
- copyright : (C) 2002 by Tue and Ken Haste Andersen
- email :
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 "preferences/usersettings.h"