aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/pcspk.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-18 02:34:17 +0100
committerJohannes Schickel2014-02-18 02:39:32 +0100
commit452cec49d90ac1725d32fe0a7cc293480ca89eea (patch)
tree2662324a1870da892f682e98aa4dbd58501286f1 /audio/softsynth/pcspk.cpp
parent5c2dac59beb442797dd6a29456068421f9c739bb (diff)
downloadscummvm-rg350-452cec49d90ac1725d32fe0a7cc293480ca89eea.tar.gz
scummvm-rg350-452cec49d90ac1725d32fe0a7cc293480ca89eea.tar.bz2
scummvm-rg350-452cec49d90ac1725d32fe0a7cc293480ca89eea.zip
AUDIO: Make GPL headers consistent in themselves.
Diffstat (limited to 'audio/softsynth/pcspk.cpp')
-rw-r--r--audio/softsynth/pcspk.cpp40
1 files changed, 20 insertions, 20 deletions
diff --git a/audio/softsynth/pcspk.cpp b/audio/softsynth/pcspk.cpp
index 66af968463..72f33a4761 100644
--- a/audio/softsynth/pcspk.cpp
+++ b/audio/softsynth/pcspk.cpp
@@ -1,24 +1,24 @@
/* ScummVM - Graphic Adventure Engine
-*
-* ScummVM is the legal property of its developers, whose names
-* are too numerous to list here. Please refer to the COPYRIGHT
-* file distributed with this source distribution.
-*
-* 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-*
-*/
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ */
#include "audio/softsynth/pcspk.h"
#include "audio/null.h"