2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / ICSharpCode.SharpZipLib / ICSharpCode.SharpZipLib / AssemblyInfo.cs
1 // AssemblyInfo.cs\r
2 // Copyright (C) 2001 Mike Krueger\r
3 //\r
4 // This program is free software; you can redistribute it and/or\r
5 // modify it under the terms of the GNU General Public License\r
6 // as published by the Free Software Foundation; either version 2\r
7 // of the License, or (at your option) any later version.\r
8 //\r
9 // This program is distributed in the hope that it will be useful,\r
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
12 // GNU General Public License for more details.\r
13 //\r
14 // You should have received a copy of the GNU General Public License\r
15 // along with this program; if not, write to the Free Software\r
16 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
17 //\r
18 // Linking this library statically or dynamically with other modules is\r
19 // making a combined work based on this library.  Thus, the terms and\r
20 // conditions of the GNU General Public License cover the whole\r
21 // combination.\r
22 // \r
23 // As a special exception, the copyright holders of this library give you\r
24 // permission to link this library with independent modules to produce an\r
25 // executable, regardless of the license terms of these independent\r
26 // modules, and to copy and distribute the resulting executable under\r
27 // terms of your choice, provided that you also meet, for each linked\r
28 // independent module, the terms and conditions of the license of that\r
29 // module.  An independent module is a module which is not derived from\r
30 // or based on this library.  If you modify this library, you may extend\r
31 // this exception to your version of the library, but you are not\r
32 // obligated to do so.  If you do not wish to do so, delete this\r
33 // exception statement from your version.\r
34 \r
35 using System;\r
36 using System.Reflection;\r
37 using System.Runtime.CompilerServices;\r
38 \r
39 [assembly: CLSCompliant(true)]\r
40 \r
41 [assembly: AssemblyTitle("ICSharpCode.SharpZipLibrary")]\r
42 [assembly: AssemblyDescription("free C# zlib implementation")]\r
43 [assembly: AssemblyConfiguration("")]\r
44 [assembly: AssemblyCompany("")]\r
45 [assembly: AssemblyProduct("#ZipLibrary")]\r
46 [assembly: AssemblyCopyright("(c) Mike Krueger 2001-2004")]\r
47 [assembly: AssemblyTrademark("")]\r
48 [assembly: AssemblyCulture("")]\r
49 \r
50 #if NET_2_0
51 [assembly: AssemblyVersion("2.6.0.0")]\r
52 #else
53 // not worrying about the NET_1_0 profile for now.
54 [assembly: AssemblyVersion("0.6.0.0")]\r
55 #endif
56 \r
57 [assembly: AssemblyDelaySign(true)]\r
58 [assembly: AssemblyKeyFile ("SharpZipLib.pub")]\r