summaryrefslogtreecommitdiffstats
path: root/src/engine
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/engine
parent59a2a7d90a02e92f3895f6712d989355719013b2 (diff)
Remove long copyright headers
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/channels/enginechannel.cpp17
-rw-r--r--src/engine/channels/enginechannel.h17
-rw-r--r--src/engine/enginebuffer.h17
-rw-r--r--src/engine/enginedelay.cpp16
-rw-r--r--src/engine/enginedelay.h16
-rw-r--r--src/engine/enginemaster.h17
-rw-r--r--src/engine/engineobject.cpp20
-rw-r--r--src/engine/engineobject.h17
-rw-r--r--src/engine/filters/enginefilter.cpp17
-rw-r--r--src/engine/filters/enginefilter.h19
-rw-r--r--src/engine/sidechain/enginerecord.cpp8
-rw-r--r--src/engine/sidechain/enginerecord.h7
-rw-r--r--src/engine/sidechain/enginesidechain.cpp16
-rw-r--r--src/engine/sidechain/enginesidechain.h16
-rw-r--r--src/engine/sync/enginesync.cpp19
-rw-r--r--src/engine/sync/enginesync.h18
16 files changed, 2 insertions, 255 deletions
diff --git a/src/engine/channels/enginechannel.cpp b/src/engine/channels/enginechannel.cpp
index 9ecd33c9ce..64a7a30971 100644
--- a/src/engine/channels/enginechannel.cpp
+++ b/src/engine/channels/enginechannel.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- enginechannel.cpp - description
- -------------------
- begin : Sun Apr 28 2002
- copyright : (C) 2002 by
- 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 "engine/channels/enginechannel.h"
#include "control/controlobject.h"
diff --git a/src/engine/channels/enginechannel.h b/src/engine/channels/enginechannel.h
index 1f8869f2c9..44faf50d53 100644
--- a/src/engine/channels/enginechannel.h
+++ b/src/engine/channels/enginechannel.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- enginechannel.h - description
- -------------------
- begin : Sun Apr 28 2002
- copyright : (C) 2002 by
- 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/controlproxy.h"
diff --git a/src/engine/enginebuffer.h b/src/engine/enginebuffer.h
index 35edddb7c4..98617965f1 100644
--- a/src/engine/enginebuffer.h
+++ b/src/engine/enginebuffer.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- enginebuffer.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 <gtest/gtest_prod.h>
diff --git a/src/engine/enginedelay.cpp b/src/engine/enginedelay.cpp
index 1947dfc14d..8b0e6b64e3 100644
--- a/src/engine/enginedelay.cpp
+++ b/src/engine/enginedelay.cpp
@@ -1,19 +1,3 @@
-/***************************************************************************
- enginedelay.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 "enginedelay.h"
#include "control/controlproxy.h"
diff --git a/src/engine/enginedelay.h b/src/engine/enginedelay.h
index 7f579c8c59..4539308dd4 100644
--- a/src/engine/enginedelay.h
+++ b/src/engine/enginedelay.h
@@ -1,19 +1,3 @@
-/***************************************************************************
- enginedelay.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 "engine/engineobject.h"
diff --git a/src/engine/enginemaster.h b/src/engine/enginemaster.h
index 304c63730f..41e0422233 100644
--- a/src/engine/enginemaster.h
+++ b/src/engine/enginemaster.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- enginemaster.h - description
- -------------------
- begin : Sun Apr 28 2002
- copyright : (C) 2002 by
- 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/engine/engineobject.cpp b/src/engine/engineobject.cpp
index abdef17380..25f880f179 100644
--- a/src/engine/engineobject.cpp
+++ b/src/engine/engineobject.cpp
@@ -1,20 +1,3 @@
-/***************************************************************************
- engineobject.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 "engineobject.h"
EngineObject::EngineObject() {
@@ -28,6 +11,3 @@ EngineObjectConstIn::EngineObjectConstIn() {
EngineObjectConstIn::~EngineObjectConstIn() {
}
-
-
-
diff --git a/src/engine/engineobject.h b/src/engine/engineobject.h
index a80bc496cc..88de2c7e49 100644
--- a/src/engine/engineobject.h
+++ b/src/engine/engineobject.h
@@ -1,20 +1,3 @@
-/***************************************************************************
- engineobject.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/engine/filters/enginefilter.cpp b/src/engine/filters/enginefilter.cpp
index 28ba93bc96..854a53fa10 100644
--- a/src/engine/filters/enginefilter.cpp
+++ b/src/engine/filters/enginefilter.cpp
@@ -1,19 +1,4 @@
-/***************************************************************************
- * enginefilter.cpp - Wrapper for FidLib Filter Library *
- * ---------------------- *
- * copyright : (C) 2007 by John Sully *
- * 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. *
-* *
-***************************************************************************/
+// Wrapper for FidLib Filter Library
#include "engine/filters/enginefilter.h"
#include <QtDebug>
diff --git a/src/engine/filters/enginefilter.h b/src/engine/filters/enginefilter.h
index 911ec3e293..0397d0ff4f 100644
--- a/src/engine/filters/enginefilter.h
+++ b/src/engine/filters/enginefilter.h
@@ -1,23 +1,6 @@
-/***************************************************************************
- * enginefilter.h - Wrapper for FidLib Filter Library *
- * ---------------------- *
- * copyright : (C) 2007 by John Sully *
- * 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. *
- * *
- ***************************************************************************/
-
+// Wrapper for FidLib Filter Library
#pragma once
-#define MIXXX
#include <cstdio>
#include <fidlib.h>
diff --git a/src/engine/sidechain/enginerecord.cpp b/src/engine/sidechain/enginerecord.cpp
index 005faae1d2..1dfcd9ddee 100644
--- a/src/engine/sidechain/enginerecord.cpp
+++ b/src/engine/sidechain/enginerecord.cpp
@@ -1,11 +1,3 @@
-/***************************************************************************
- enginerecord.cpp - class to record the mix
- -------------------
- copyright : (C) 2007 by John Sully
- copyright : (C) 2010 by Tobias Rafreider
- email :
-***************************************************************************/
-
#include "engine/sidechain/enginerecord.h"
#include "control/controlobject.h"
diff --git a/src/engine/sidechain/enginerecord.h b/src/engine/sidechain/enginerecord.h
index 155d1a6944..4ef3c73933 100644
--- a/src/engine/sidechain/enginerecord.h
+++ b/src/engine/sidechain/enginerecord.h
@@ -1,10 +1,3 @@
-/***************************************************************************
- enginerecord.h - description
- -------------------
- copyright : (C) 2007 by John Sully
- email :
- ***************************************************************************/
-
#pragma once
#include <QDataStream>
diff --git a/src/engine/sidechain/enginesidechain.cpp b/src/engine/sidechain/enginesidechain.cpp
index fe9c562641..1805c880b6 100644
--- a/src/engine/sidechain/enginesidechain.cpp
+++ b/src/engine/sidechain/enginesidechain.cpp
@@ -1,19 +1,3 @@
-/***************************************************************************
- enginesidechain.cpp
- -------------------
- copyright : (C) 2008 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. *
-* *
-***************************************************************************/
-
// This class provides a way to do audio processing that does not need
// to be executed in real-time. For example, broadcast encoding
// and recording encoding can be done here. This class uses double-buffering
diff --git a/src/engine/sidechain/enginesidechain.h b/src/engine/sidechain/enginesidechain.h
index fa654b5205..094d406509 100644
--- a/src/engine/sidechain/enginesidechain.h
+++ b/src/engine/sidechain/enginesidechain.h
@@ -1,19 +1,3 @@
-/***************************************************************************
- enginesidechain.h
- -------------------
- copyright : (C) 2008 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. *
-* *
-***************************************************************************/
-
#pragma once
#include <QThread>
diff --git a/src/engine/sync/enginesync.cpp b/src/engine/sync/enginesync.cpp
index 1691afb46b..d180f23b9b 100644
--- a/src/engine/sync/enginesync.cpp
+++ b/src/engine/sync/enginesync.cpp
@@ -1,21 +1,3 @@
-/***************************************************************************
- enginesync.cpp - master sync control for
- maintaining beatmatching amongst n decks
- -------------------
- begin : Mon Mar 12 2012
- copyright : (C) 2012 by 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 "engine/sync/enginesync.h"
#include <QStringList>
@@ -24,7 +6,6 @@
#include "engine/enginebuffer.h"
#include "engine/sync/internalclock.h"
#include "util/assert.h"
-#include "util/defs.h"
#include "util/logger.h"
namespace {
diff --git a/src/engine/sync/enginesync.h b/src/engine/sync/enginesync.h
index ebe2026a8a..86304cd73e 100644
--- a/src/engine/sync/enginesync.h
+++ b/src/engine/sync/enginesync.h
@@ -1,21 +1,3 @@
-/***************************************************************************
- enginesync.h - master sync control for
- maintaining beatmatching amongst n decks
- -------------------
- begin : Mon Mar 12 2012
- copyright : (C) 2012 by 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. *
-* *
-***************************************************************************/
-
#pragma once
#include "preferences/usersettings.h"