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

« back to all changes in this revision

Viewing changes to fex/fex/Rar_Extractor.cpp

  • 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) 2005-2009 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
// File_Extractor 1.0.0. http://www.slack.net/~ant/
2
19
 
3
20
#include "blargg_common.h"
6
23
 
7
24
#include "Rar_Extractor.h"
8
25
 
9
 
/* Copyright (C) 2009 Shay Green. This module is free software; you
10
 
can redistribute it and/or modify it under the terms of the GNU Lesser
11
 
General Public License as published by the Free Software Foundation; either
12
 
version 2.1 of the License, or (at your option) any later version. This
13
 
module is distributed in the hope that it will be useful, but WITHOUT ANY
14
 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15
 
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
16
 
details. You should have received a copy of the GNU Lesser General Public
17
 
License along with this module; if not, write to the Free Software Foundation,
18
 
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
19
 
 
20
26
#include "blargg_source.h"
21
27
 
22
28
static blargg_err_t init_rar()