summaryrefslogtreecommitdiffstats
path: root/src/vinylcontrol
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/vinylcontrol
parent59a2a7d90a02e92f3895f6712d989355719013b2 (diff)
Remove long copyright headers
Diffstat (limited to 'src/vinylcontrol')
-rw-r--r--src/vinylcontrol/steadypitch.cpp17
-rw-r--r--src/vinylcontrol/vinylcontrolsignalwidget.cpp17
-rw-r--r--src/vinylcontrol/vinylcontrolxwax.cpp22
3 files changed, 0 insertions, 56 deletions
diff --git a/src/vinylcontrol/steadypitch.cpp b/src/vinylcontrol/steadypitch.cpp
index 39596ac588..ec431903bf 100644
--- a/src/vinylcontrol/steadypitch.cpp
+++ b/src/vinylcontrol/steadypitch.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- steadypitch.cpp
- -------------------
- begin : Halloween, 2011
- copyright : (C) 2011 Owen Williams
- email : owilliams@mixxx.org
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 "vinylcontrolxwax.h"
diff --git a/src/vinylcontrol/vinylcontrolsignalwidget.cpp b/src/vinylcontrol/vinylcontrolsignalwidget.cpp
index 9bf04d870f..dda11ff062 100644
--- a/src/vinylcontrol/vinylcontrolsignalwidget.cpp
+++ b/src/vinylcontrol/vinylcontrolsignalwidget.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- vinylcontrolsignalwidget.cpp
- -------------------
- begin : July 5, 2008
- copyright : (C) 2008 by Albert Santoni
- email : gamegod \a\t users.sf.net
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 "vinylcontrol/vinylcontrolsignalwidget.h"
VinylControlSignalWidget::VinylControlSignalWidget()
diff --git a/src/vinylcontrol/vinylcontrolxwax.cpp b/src/vinylcontrol/vinylcontrolxwax.cpp
index c115fea263..2354d92949 100644
--- a/src/vinylcontrol/vinylcontrolxwax.cpp
+++ b/src/vinylcontrol/vinylcontrolxwax.cpp
@@ -1,24 +1,3 @@
-/***************************************************************************
- vinylcontrolxwax.cpp
- -------------------
- begin : Sometime in Summer 2007
- copyright : (C) 2007 Albert Santoni
- (C) 2007 Mark Hills
- (C) 2011 Owen Williams
- Portions of xwax used under the terms of the GPL
- current maintainer : Owen Williams
- email : owilliams@mixxx.org
-***************************************************************************/
-
-/***************************************************************************
-* *
-* 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 <limits.h>
@@ -35,7 +14,6 @@
2) Tons of cleanup
3) Speed up needle dropping
4) Extrapolate small dropouts and keep track of "dynamics"
-
********************/
namespace {