Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1581 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.67
sletz 17 years ago
parent
commit
a8d2dcdb01
7 changed files with 24 additions and 29 deletions
  1. +0
    -1
      common/JackGlobals.cpp
  2. +12
    -12
      common/JackServerGlobals.cpp
  3. +12
    -12
      common/JackServerGlobals.h
  4. +0
    -1
      common/statistics.h
  5. +0
    -1
      common/thread.h
  6. +0
    -1
      common/transport.h
  7. +0
    -1
      common/types.h

+ 0
- 1
common/JackGlobals.cpp View File

@@ -17,7 +17,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

*/


#include "JackGlobals.h"

namespace Jack


+ 12
- 12
common/JackServerGlobals.cpp View File

@@ -2,18 +2,18 @@
Copyright (C) 2005 Grame

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., 675 Mass Ave, Cambridge, MA 02139, USA.
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., 675 Mass Ave, Cambridge, MA 02139, USA.

*/



+ 12
- 12
common/JackServerGlobals.h View File

@@ -2,18 +2,18 @@
Copyright (C) 2005 Grame

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., 675 Mass Ave, Cambridge, MA 02139, USA.
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., 675 Mass Ave, Cambridge, MA 02139, USA.

*/



+ 0
- 1
common/statistics.h View File

@@ -16,7 +16,6 @@
* Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
*
* $Id: statistics.h,v 1.2.2.3 2006/06/20 14:44:00 letz Exp $
*/

#ifndef __statistics_h__


+ 0
- 1
common/thread.h View File

@@ -15,7 +15,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

$Id: thread.h,v 1.1.2.2 2006/06/20 14:44:00 letz Exp $
*/

#ifndef __jack_thread_h__


+ 0
- 1
common/transport.h View File

@@ -16,7 +16,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

$Id: transport.h,v 1.8.2.5 2006/06/20 14:44:00 letz Exp $
*/

#ifndef __jack_transport_h__


+ 0
- 1
common/types.h View File

@@ -16,7 +16,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

$Id: types.h,v 1.4.2.8 2006/06/20 14:44:00 letz Exp $
*/

#ifndef __jack_types_h__


Loading…
Cancel
Save