Merge pull request #1603 from iainx/coverage-null-protect
[mono.git] / mcs / class / ICSharpCode.SharpZipLib / ICSharpCode.SharpZipLib / Main.cs
1 // Main.cs\r
2 //\r
3 // Copyright (C) 2001 Mike Krueger\r
4 //\r
5 // This program is free software; you can redistribute it and/or\r
6 // modify it under the terms of the GNU General Public License\r
7 // as published by the Free Software Foundation; either version 2\r
8 // of the License, or (at your option) any later version.\r
9 //\r
10 // This program is distributed in the hope that it will be useful,\r
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
13 // GNU General Public License for more details.\r
14 //\r
15 // You should have received a copy of the GNU General Public License\r
16 // along with this program; if not, write to the Free Software\r
17 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
18 //\r
19 // Linking this library statically or dynamically with other modules is\r
20 // making a combined work based on this library.  Thus, the terms and\r
21 // conditions of the GNU General Public License cover the whole\r
22 // combination.\r
23 // \r
24 // As a special exception, the copyright holders of this library give you\r
25 // permission to link this library with independent modules to produce an\r
26 // executable, regardless of the license terms of these independent\r
27 // modules, and to copy and distribute the resulting executable under\r
28 // terms of your choice, provided that you also meet, for each linked\r
29 // independent module, the terms and conditions of the license of that\r
30 // module.  An independent module is a module which is not derived from\r
31 // or based on this library.  If you modify this library, you may extend\r
32 // this exception to your version of the library, but you are not\r
33 // obligated to do so.  If you do not wish to do so, delete this\r
34 // exception statement from your version.\r
35 //\r
36 \r