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

« back to all changes in this revision

Viewing changes to fex/fex/Zip7_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 "Zip7_Extractor.h"
10
27
 
11
28
#include <time.h>
12
29
 
13
 
/* Copyright (C) 2005-2009 Shay Green. This module is free software; you
14
 
can redistribute it and/or modify it under the terms of the GNU Lesser
15
 
General Public License as published by the Free Software Foundation; either
16
 
version 2.1 of the License, or (at your option) any later version. This
17
 
module is distributed in the hope that it will be useful, but WITHOUT ANY
18
 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
19
 
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
20
 
details. You should have received a copy of the GNU Lesser General Public
21
 
License along with this module; if not, write to the Free Software Foundation,
22
 
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */
23
 
 
24
30
#include "blargg_source.h"
25
31
 
26
32
static ISzAlloc zip7_alloc      = { SzAlloc,     SzFree     };