diff options
author | Johannes Schickel | 2014-02-18 02:34:17 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:32 +0100 |
commit | 452cec49d90ac1725d32fe0a7cc293480ca89eea (patch) | |
tree | 2662324a1870da892f682e98aa4dbd58501286f1 /audio/rate.cpp | |
parent | 5c2dac59beb442797dd6a29456068421f9c739bb (diff) | |
download | scummvm-rg350-452cec49d90ac1725d32fe0a7cc293480ca89eea.tar.gz scummvm-rg350-452cec49d90ac1725d32fe0a7cc293480ca89eea.tar.bz2 scummvm-rg350-452cec49d90ac1725d32fe0a7cc293480ca89eea.zip |
AUDIO: Make GPL headers consistent in themselves.
Diffstat (limited to 'audio/rate.cpp')
-rw-r--r-- | audio/rate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rate.cpp b/audio/rate.cpp index 0fc23a8a54..19d9c8c61e 100644 --- a/audio/rate.cpp +++ b/audio/rate.cpp @@ -8,12 +8,12 @@ * 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. |