From 0dbef268a3047ac9f8220d9c0acc9dad33f87118 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 10 Apr 2019 20:00:54 +0200 Subject: [PATCH] added GPL headers --- Jamulus.pro | 3 --- src/recorder/creaperproject.cpp | 23 +++++++++++++++++++++++ src/recorder/creaperproject.h | 23 +++++++++++++++++++++++ src/recorder/cwavestream.cpp | 23 +++++++++++++++++++++++ src/recorder/cwavestream.h | 23 +++++++++++++++++++++++ src/recorder/jamrecorder.cpp | 23 +++++++++++++++++++++++ src/recorder/jamrecorder.h | 23 +++++++++++++++++++++++ 7 files changed, 138 insertions(+), 3 deletions(-) diff --git a/Jamulus.pro b/Jamulus.pro index 83cb9984..a4f21112 100755 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -123,9 +123,6 @@ win32 { LIBS += -ljack } - # enable to following line to support compilation on the Raspberry Pi - #LIBS += -lrt - # Linux is our source distribution, include sources from other OSs DISTFILES += mac/sound.h \ mac/sound.cpp \ diff --git a/src/recorder/creaperproject.cpp b/src/recorder/creaperproject.cpp index 9800c15f..412f61e1 100755 --- a/src/recorder/creaperproject.cpp +++ b/src/recorder/creaperproject.cpp @@ -1,3 +1,26 @@ +/******************************************************************************\ + * + * Author(s): + * pljones + * + ****************************************************************************** + * + * 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 program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * +\******************************************************************************/ + #include "creaperproject.h" /** diff --git a/src/recorder/creaperproject.h b/src/recorder/creaperproject.h index 6743ecf1..78a6f05e 100755 --- a/src/recorder/creaperproject.h +++ b/src/recorder/creaperproject.h @@ -1,3 +1,26 @@ +/******************************************************************************\ + * + * Author(s): + * pljones + * + ****************************************************************************** + * + * 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 program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * +\******************************************************************************/ + #ifndef CREAPERPROJECT_H #define CREAPERPROJECT_H diff --git a/src/recorder/cwavestream.cpp b/src/recorder/cwavestream.cpp index 5fc11912..7f6e7437 100755 --- a/src/recorder/cwavestream.cpp +++ b/src/recorder/cwavestream.cpp @@ -1,3 +1,26 @@ +/******************************************************************************\ + * + * Author(s): + * pljones + * + ****************************************************************************** + * + * 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 program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * +\******************************************************************************/ + #include "cwavestream.h" /******************************************************************************\ diff --git a/src/recorder/cwavestream.h b/src/recorder/cwavestream.h index 64413ec9..7538e173 100755 --- a/src/recorder/cwavestream.h +++ b/src/recorder/cwavestream.h @@ -1,3 +1,26 @@ +/******************************************************************************\ + * + * Author(s): + * pljones + * + ****************************************************************************** + * + * 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 program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * +\******************************************************************************/ + #ifndef CWAVESTREAM_H #define CWAVESTREAM_H diff --git a/src/recorder/jamrecorder.cpp b/src/recorder/jamrecorder.cpp index 43329431..14696eaa 100755 --- a/src/recorder/jamrecorder.cpp +++ b/src/recorder/jamrecorder.cpp @@ -1,3 +1,26 @@ +/******************************************************************************\ + * + * Author(s): + * pljones + * + ****************************************************************************** + * + * 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 program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * +\******************************************************************************/ + #include "jamrecorder.h" using namespace recorder; diff --git a/src/recorder/jamrecorder.h b/src/recorder/jamrecorder.h index 66274310..6e35600b 100755 --- a/src/recorder/jamrecorder.h +++ b/src/recorder/jamrecorder.h @@ -1,3 +1,26 @@ +/******************************************************************************\ + * + * Author(s): + * pljones + * + ****************************************************************************** + * + * 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 program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * +\******************************************************************************/ + #ifndef JAMRECORDER_H #define JAMRECORDER_H