Mercurial > repos > snowblizz-super-API-ideas
changeset 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 | d5fec0698026 |
children | 45a9452579a2 |
files | api/Factories/Xml/Zip/StringZipEntrySource.cs |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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;