# HG changeset patch # User IBBoard # Date 1251149084 0 # Node ID b045128474242ae5165b1e14b24b625c44327600 # Parent d5fec06980261f519e8d9dac7240c8dfaa1a5ca7 * Fix licensing error highlighted by Ohloh analysis no-open-ticket diff -r d5fec0698026 -r b04512847424 api/Factories/Xml/Zip/StringZipEntrySource.cs --- a/api/Factories/Xml/Zip/StringZipEntrySource.cs Mon Aug 24 21:20:36 2009 +0000 +++ b/api/Factories/Xml/Zip/StringZipEntrySource.cs Mon Aug 24 21:24:44 2009 +0000 @@ -1,7 +1,7 @@ -// This file (StringZipEntrySource.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2009 IBBoard +// This file (StringZipEntrySource.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2009 IBBoard // -// 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. -// +// 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. + using System; using System.IO;