# HG changeset patch # User IBBoard # Date 1232895265 0 # Node ID f6f726c92e56e8416c544eaea280785637105a98 # Parent 7e06c0699257025fbf0c92d0a189e41d257a721c Re #8 - License code * State which version of LGPL in headers diff -r 7e06c0699257 -r f6f726c92e56 DuplicateIniLineException.cs --- a/DuplicateIniLineException.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/DuplicateIniLineException.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (DuplicateIniLineException.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; diff -r 7e06c0699257 -r f6f726c92e56 DuplicateIniSectionException.cs --- a/DuplicateIniSectionException.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/DuplicateIniSectionException.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (DuplicateIniSectionException.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; diff -r 7e06c0699257 -r f6f726c92e56 IBBoard.Ini.mdp --- a/IBBoard.Ini.mdp Sun Jan 18 14:30:40 2009 +0000 +++ b/IBBoard.Ini.mdp Sun Jan 25 14:54:25 2009 +0000 @@ -34,4 +34,5 @@ + \ No newline at end of file diff -r 7e06c0699257 -r f6f726c92e56 IIniLine.cs --- a/IIniLine.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/IIniLine.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (IIniLine.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; diff -r 7e06c0699257 -r f6f726c92e56 IniBlankLine.cs --- a/IniBlankLine.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/IniBlankLine.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (IniBlankLine.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; diff -r 7e06c0699257 -r f6f726c92e56 IniCommentLine.cs --- a/IniCommentLine.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/IniCommentLine.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (IniCommentLine.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; diff -r 7e06c0699257 -r f6f726c92e56 IniFile.cs --- a/IniFile.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/IniFile.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (IniFile.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.Collections; diff -r 7e06c0699257 -r f6f726c92e56 IniFileReader.cs --- a/IniFileReader.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/IniFileReader.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (IniFileReader.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.IO; diff -r 7e06c0699257 -r f6f726c92e56 IniKeyValuePairLine.cs --- a/IniKeyValuePairLine.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/IniKeyValuePairLine.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (IniKeyValuePairLine.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; diff -r 7e06c0699257 -r f6f726c92e56 IniLineParser.cs --- a/IniLineParser.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/IniLineParser.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (IniLineParser.cs) is a part of [SOME APPLICATION] 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; diff -r 7e06c0699257 -r f6f726c92e56 IniSection.cs --- a/IniSection.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/IniSection.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (IniSection.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.Collections; diff -r 7e06c0699257 -r f6f726c92e56 IniSectionParser.cs --- 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; diff -r 7e06c0699257 -r f6f726c92e56 InvalidIniSectionException.cs --- a/InvalidIniSectionException.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/InvalidIniSectionException.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (InvalidIniSectionException.cs) is a part of [SOME APPLICATION] 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; diff -r 7e06c0699257 -r f6f726c92e56 NonExistantIniSection.cs --- a/NonExistantIniSection.cs Sun Jan 18 14:30:40 2009 +0000 +++ b/NonExistantIniSection.cs Sun Jan 25 14:54:25 2009 +0000 @@ -1,6 +1,6 @@ // This file (NonExistantIniSection.cs) is a part of [SOME APPLICATION] 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;