From a8d2dcdb0171714eb2cabd7807184e31ee13e5cd Mon Sep 17 00:00:00 2001 From: sletz Date: Sun, 7 Oct 2007 13:14:15 +0000 Subject: [PATCH] Cleanup git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1581 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackGlobals.cpp | 1 - common/JackServerGlobals.cpp | 24 ++++++++++++------------ common/JackServerGlobals.h | 24 ++++++++++++------------ common/statistics.h | 1 - common/thread.h | 1 - common/transport.h | 1 - common/types.h | 1 - 7 files changed, 24 insertions(+), 29 deletions(-) diff --git a/common/JackGlobals.cpp b/common/JackGlobals.cpp index 8b72a9fd..93a62352 100644 --- a/common/JackGlobals.cpp +++ b/common/JackGlobals.cpp @@ -17,7 +17,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ - #include "JackGlobals.h" namespace Jack diff --git a/common/JackServerGlobals.cpp b/common/JackServerGlobals.cpp index 48083d0e..826ceb46 100644 --- a/common/JackServerGlobals.cpp +++ b/common/JackServerGlobals.cpp @@ -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. */ diff --git a/common/JackServerGlobals.h b/common/JackServerGlobals.h index afd3f65b..9761d378 100644 --- a/common/JackServerGlobals.h +++ b/common/JackServerGlobals.h @@ -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. */ diff --git a/common/statistics.h b/common/statistics.h index 04c4eb57..ee814635 100644 --- a/common/statistics.h +++ b/common/statistics.h @@ -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__ diff --git a/common/thread.h b/common/thread.h index a7ddd4a7..6b4a00e4 100644 --- a/common/thread.h +++ b/common/thread.h @@ -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__ diff --git a/common/transport.h b/common/transport.h index a3ff0865..85e9d29d 100644 --- a/common/transport.h +++ b/common/transport.h @@ -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__ diff --git a/common/types.h b/common/types.h index db572af5..8be5082b 100644 --- a/common/types.h +++ b/common/types.h @@ -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__