Mercurial > repos > IBBoard.WarFoundry.Plugin.Rollcall
changeset 11:9d0d40324494
* Update Rollcall plugin to use GPLv3 headers
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 25 Jun 2009 19:51:39 +0000 |
parents | 395f2bf0549e |
children | 4971e5d16653 |
files | AssemblyInfo.cs RollcallRaceParser.cs RollcallUnitTypeParser.cs |
diffstat | 3 files changed, 7 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/AssemblyInfo.cs Thu Apr 09 15:25:31 2009 +0000 +++ b/AssemblyInfo.cs Thu Jun 25 19:51:39 2009 +0000 @@ -1,22 +1,7 @@ -// AssemblyInfo.cs -// -// Copyright (C) 2008 IBBoard -// -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; either -// version 2.1 of the License, or (at your option) any later version. +// This file (AssemblyInfo.cs) is a part of the IBBoard.WarFoundry.Plugin.Rollcall project and is copyright 2009 IBBoard. // -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// +// 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.Reflection; using System.Runtime.CompilerServices;
--- a/RollcallRaceParser.cs Thu Apr 09 15:25:31 2009 +0000 +++ b/RollcallRaceParser.cs Thu Jun 25 19:51:39 2009 +0000 @@ -1,6 +1,6 @@ -// This file (RollcallRaceParser.cs) is a part of IBBoard.WarFoundry.Plugin.Rollcall library and is copyright 2009 IBBoard. +// This file (RollcallRaceParser.cs) is a part of the IBBoard.WarFoundry.Plugin.Rollcall project 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 IBBoard.CustomMath;
--- a/RollcallUnitTypeParser.cs Thu Apr 09 15:25:31 2009 +0000 +++ b/RollcallUnitTypeParser.cs Thu Jun 25 19:51:39 2009 +0000 @@ -1,6 +1,6 @@ -// This file (RollcallUnitTypeParser.cs) is a part of the IBBoard.WarFoundry.Plugin.Rollcall library and is copyright 2009 IBBoard. +// This file (RollcallUnitTypeParser.cs) is a part of the IBBoard.WarFoundry.Plugin.Rollcall project 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 IBBoard.IO;