From 92263dcf18f26777be043ec55dcea63f72defb83 Mon Sep 17 00:00:00 2001 From: xerus2000 <27jf@pm.me> Date: Thu, 13 Aug 2020 15:14:44 +0200 Subject: Remove long copyright headers --- src/engine/channels/enginechannel.cpp | 17 ----------------- src/engine/channels/enginechannel.h | 17 ----------------- src/engine/enginebuffer.h | 17 ----------------- src/engine/enginedelay.cpp | 16 ---------------- src/engine/enginedelay.h | 16 ---------------- src/engine/enginemaster.h | 17 ----------------- src/engine/engineobject.cpp | 20 -------------------- src/engine/engineobject.h | 17 ----------------- src/engine/filters/enginefilter.cpp | 17 +---------------- src/engine/filters/enginefilter.h | 19 +------------------ src/engine/sidechain/enginerecord.cpp | 8 -------- src/engine/sidechain/enginerecord.h | 7 ------- src/engine/sidechain/enginesidechain.cpp | 16 ---------------- src/engine/sidechain/enginesidechain.h | 16 ---------------- src/engine/sync/enginesync.cpp | 19 ------------------- src/engine/sync/enginesync.h | 18 ------------------ 16 files changed, 2 insertions(+), 255 deletions(-) (limited to 'src/engine') 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 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 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 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 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 #include 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 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 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 @@ -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" -- cgit v1.2.3