Mercurial > repos > IBBoard.Ini
diff IniSectionParser.cs @ 6:f6f726c92e56
Re #8 - License code
* State which version of LGPL in headers
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 25 Jan 2009 14:54:25 +0000 |
parents | 2dde4c1d19d9 |
children |
line wrap: on
line diff
--- a/IniSectionParser.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/IniSectionParser.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (IniSectionParser.cs) is a part of the IBBoard.Ini library and is copyright 2009 IBBoard. // -// 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. +// 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. using System; using System.Text.RegularExpressions;