comparison IniFileReaderTest.cs @ 6:4f281289bcdd

Re #8 - License code * Specify version of LGPL in headers * Add COPYING.GPL and COPYING.LGPL in to project with license details
author IBBoard <dev@ibboard.co.uk>
date Sun, 25 Jan 2009 14:55:42 +0000
parents 2d2f4084679f
children 0be17f8102ed
comparison
equal deleted inserted replaced
5:467e09744775 6:4f281289bcdd
1 // This file (IniFileReaderTest.cs) is a part of the IBBoard.Ini.Tests library and is copyright 2009 IBBoard. 1 // This file (IniFileReaderTest.cs) is a part of the IBBoard.Ini.Tests library and is copyright 2009 IBBoard.
2 // 2 //
3 // The file and the library/program it is in are licensed under the GNU LGPL license. Please see COPYING.LGPL for more information and the full license. 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.
4 4
5 using System; 5 using System;
6 using System.IO; 6 using System.IO;
7 using NUnit.Framework; 7 using NUnit.Framework;
8 8