~sergio-br2/vbam/fixes_have-svg-icons

« back to all changes in this revision

Viewing changes to src/apu/blargg_common.h

  • Committer: Sérgio Benjamim
  • Date: 2014-04-11 04:08:06 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20140411040806-g36ce8hvklwvmh3j
Fixed license terms over many files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (C) 2003-2007 Shay Green
 
2
 * 
 
3
 * This module is free software; you can redistribute it and/or modify
 
4
 * it under the terms of the GNU Lesser General Public License as 
 
5
 * published by the Free Software Foundation; either version 2.1 of the
 
6
 * License, or (at your option) any later version.
 
7
 * 
 
8
 * This module is distributed in the hope that it will be useful, but
 
9
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
11
 * Lesser General Public License for more details.
 
12
 * 
 
13
 * You should have received a copy of the GNU Lesser General Public License
 
14
 * along with this module; if not, write to the Free Software Foundation,
 
15
 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
16
 */
 
17
 
1
18
// Sets up common environment for Shay Green's libraries.
2
19
// To change configuration options, modify blargg_config.h, not this file.
3
20