# HG changeset patch # User IBBoard # Date 1282385229 0 # Node ID 31fdc90f3556e9931309dc4dfec2dc2b11a48d48 # Parent 16c28954b559b982b21693fbe4d6f1b39cb357a5 * Fix license comments at top of files no-open-ticket diff -r 16c28954b559 -r 31fdc90f3556 Lang/AbstractTranslationSetTest.cs --- a/Lang/AbstractTranslationSetTest.cs Tue Aug 17 20:02:13 2010 +0000 +++ b/Lang/AbstractTranslationSetTest.cs Sat Aug 21 10:07:09 2010 +0000 @@ -1,6 +1,6 @@ // This file (TranslationSetTest.cs) is a part of the IBBoard.Tests project and is copyright 2010 IBBoard // -// The file and 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. +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, 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 NUnit.Framework; diff -r 16c28954b559 -r 31fdc90f3556 Lang/Mock/MockTranslatable.cs --- a/Lang/Mock/MockTranslatable.cs Tue Aug 17 20:02:13 2010 +0000 +++ b/Lang/Mock/MockTranslatable.cs Sat Aug 21 10:07:09 2010 +0000 @@ -1,6 +1,6 @@ // This file (MockTranslatable.cs) is a part of the IBBoard.Tests project and is copyright 2010 IBBoard // -// The file and 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. +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, 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; diff -r 16c28954b559 -r 31fdc90f3556 Lang/ModifiableTranslationSetTest.cs --- a/Lang/ModifiableTranslationSetTest.cs Tue Aug 17 20:02:13 2010 +0000 +++ b/Lang/ModifiableTranslationSetTest.cs Sat Aug 21 10:07:09 2010 +0000 @@ -1,6 +1,6 @@ // This file (ModifiableTranslationSetTest.cs) is a part of the IBBoard.Tests project and is copyright 2010 IBBoard // -// The file and 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. +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, 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 NUnit.Framework; diff -r 16c28954b559 -r 31fdc90f3556 Lang/TranslationLanguageTest.cs --- a/Lang/TranslationLanguageTest.cs Tue Aug 17 20:02:13 2010 +0000 +++ b/Lang/TranslationLanguageTest.cs Sat Aug 21 10:07:09 2010 +0000 @@ -1,6 +1,6 @@ // This file (TranslationLanguageTest.cs) is a part of the IBBoard.Tests project and is copyright 2010 IBBoard // -// The file and 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. +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, 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 NUnit.Framework; diff -r 16c28954b559 -r 31fdc90f3556 Lang/TranslationTest.cs --- a/Lang/TranslationTest.cs Tue Aug 17 20:02:13 2010 +0000 +++ b/Lang/TranslationTest.cs Sat Aug 21 10:07:09 2010 +0000 @@ -1,6 +1,6 @@ // This file (TranslationTest.cs) is a part of the IBBoard.Tests project and is copyright 2010 IBBoard // -// The file and 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. +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, 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 NUnit.Framework; diff -r 16c28954b559 -r 31fdc90f3556 Lang/TranslationXmlLoaderTest.cs --- a/Lang/TranslationXmlLoaderTest.cs Tue Aug 17 20:02:13 2010 +0000 +++ b/Lang/TranslationXmlLoaderTest.cs Sat Aug 21 10:07:09 2010 +0000 @@ -1,6 +1,6 @@ // This file (TranslationXmlLoader.cs) is a part of the IBBoard.Tests project and is copyright 2010 IBBoard // -// The file and 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. +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, 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 NUnit.Framework; diff -r 16c28954b559 -r 31fdc90f3556 Lang/XmlTranslationSetTest.cs --- a/Lang/XmlTranslationSetTest.cs Tue Aug 17 20:02:13 2010 +0000 +++ b/Lang/XmlTranslationSetTest.cs Sat Aug 21 10:07:09 2010 +0000 @@ -1,6 +1,6 @@ // This file (XmlTranslationSet.cs) is a part of the IBBoard.Tests project and is copyright 2010 IBBoard // -// // The file and 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. +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, 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.Xml; diff -r 16c28954b559 -r 31fdc90f3556 Limits/AbstractCompositeLimitTest.cs --- a/Limits/AbstractCompositeLimitTest.cs Tue Aug 17 20:02:13 2010 +0000 +++ b/Limits/AbstractCompositeLimitTest.cs Sat Aug 21 10:07:09 2010 +0000 @@ -1,6 +1,6 @@ // This file (AbstractCompositeLimitTest.cs) is a part of the IBBoard.Tests project and is copyright 2010 IBBoard // -// // The file and 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. +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, 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.Collections.Generic; using NUnit.Framework; using NUnit.Framework.SyntaxHelpers; diff -r 16c28954b559 -r 31fdc90f3556 Limits/CompositeMaximumLimitTest.cs --- a/Limits/CompositeMaximumLimitTest.cs Tue Aug 17 20:02:13 2010 +0000 +++ b/Limits/CompositeMaximumLimitTest.cs Sat Aug 21 10:07:09 2010 +0000 @@ -1,6 +1,6 @@ // This file (CompositeMinimumLimitTest.cs) is a part of the IBBoard.Tests project and is copyright 2010 IBBoard // -// // The file and 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. +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, 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.Collections.Generic; using NUnit.Framework; diff -r 16c28954b559 -r 31fdc90f3556 Limits/CompositeMinimumLimitTest.cs --- a/Limits/CompositeMinimumLimitTest.cs Tue Aug 17 20:02:13 2010 +0000 +++ b/Limits/CompositeMinimumLimitTest.cs Sat Aug 21 10:07:09 2010 +0000 @@ -1,6 +1,6 @@ // This file (CompositeMinimumLimitTest.cs) is a part of the IBBoard.Tests project and is copyright 2010 IBBoard // -// // The file and 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. +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, 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.Collections.Generic; using NUnit.Framework; diff -r 16c28954b559 -r 31fdc90f3556 Prefs/PreferencesTest.cs --- a/Prefs/PreferencesTest.cs Tue Aug 17 20:02:13 2010 +0000 +++ b/Prefs/PreferencesTest.cs Sat Aug 21 10:07:09 2010 +0000 @@ -1,6 +1,6 @@ // This file (PreferencesTest.cs) is a part of the IBBoard.Tests project and is copyright 2010 IBBoard // -// // The file and 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. +// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, 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 NUnit.Framework;