comparison api/Factories/Xml/Zip/StringZipEntrySource.cs @ 127:b04512847424

* Fix licensing error highlighted by Ohloh analysis no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Mon, 24 Aug 2009 21:24:44 +0000
parents f5aec697b8ea
children
comparison
equal deleted inserted replaced
126:d5fec0698026 127:b04512847424
1 // This file (StringZipEntrySource.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2009 IBBoard 1 // This file (StringZipEntrySource.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2009 IBBoard
2 // 2 //
3 // The file and the library/program it is in are licensed under the GNU LGPL license, either version 3 of the License or (at your option) any later version. Please see COPYING.LGPL for more information and the full license. 3 // The library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license.
4 // 4
5 5
6 using System; 6 using System;
7 using System.IO; 7 using System.IO;
8 using IBBoard.Lang; 8 using IBBoard.Lang;
9 using ICSharpCode.SharpZipLib.Zip; 9 using ICSharpCode.SharpZipLib.Zip;