I'm not quite sure what's going on here. I don't think a company should be
listed in the copyright header since other members of the project can
participate in the development of the project. I'm also not sure you can
change what was in place with permission from the authors.

It's also not typical for code here to be licensed under the CPL or the LGPL
unless there's a specific reason that it needs to be.

It seems the original version was under MIT until it was changed in 2009,
and this change keeps the license but changes the copyright tagging.

Can someone provide more details?

On 1 April 2011 22:27, <adslakes...@codehaus.org> wrote:

>   Revision 13804 <http://fisheye.codehaus.org/changelog/mojo/?cs=13804>
> Author adslakeside Date 2011-04-01 06:27:15 -0500 (Fri, 01 Apr 2011) Log
> Message
>
> New copyright notice header
>
> Modified Paths
>
>    - 
> trunk/sandbox/chronos-maven-plugin/LICENSE.txt<#12f10d1bff7cd802_trunksandboxchronosmavenpluginLICENSEtxt>
>    -
>    
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/ReportConfigStub.java<#12f10d1bff7cd802_trunksandboxchronosmavenpluginsrctestjavaorgcodehausmojochronosReportConfigStubjava>
>    -
>    
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/ReportMojoTest.java<#12f10d1bff7cd802_trunksandboxchronosmavenpluginsrctestjavaorgcodehausmojochronosReportMojoTestjava>
>    -
>    
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/TestHelper.java<#12f10d1bff7cd802_trunksandboxchronosmavenpluginsrctestjavaorgcodehausmojochronosTestHelperjava>
>    -
>    
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/chart/ChartRendererStub.java<#12f10d1bff7cd802_trunksandboxchronosmavenpluginsrctestjavaorgcodehausmojochronoschartChartRendererStubjava>
>    -
>    
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/chart/GraphGeneratorTest.java<#12f10d1bff7cd802_trunksandboxchronosmavenpluginsrctestjavaorgcodehausmojochronoschartGraphGeneratorTestjava>
>    -
>    
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/gc/GCLogParserTest.java<#12f10d1bff7cd802_trunksandboxchronosmavenpluginsrctestjavaorgcodehausmojochronosgcGCLogParserTestjava>
>    -
>    
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/history/HistoryReportMojoTest.java<#12f10d1bff7cd802_trunksandboxchronosmavenpluginsrctestjavaorgcodehausmojochronoshistoryHistoryReportMojoTestjava>
>    -
>    
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/history/SaveHistoryMojoTest.java<#12f10d1bff7cd802_trunksandboxchronosmavenpluginsrctestjavaorgcodehausmojochronoshistorySaveHistoryMojoTestjava>
>    -
>    
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/jmeter/JMeterLogParserTest.java<#12f10d1bff7cd802_trunksandboxchronosmavenpluginsrctestjavaorgcodehausmojochronosjmeterJMeterLogParserTestjava>
>    -
>    
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/report/ReportGeneratorTest.java<#12f10d1bff7cd802_trunksandboxchronosmavenpluginsrctestjavaorgcodehausmojochronosreportReportGeneratorTestjava>
>    -
>    
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/report/SinkStub.java<#12f10d1bff7cd802_trunksandboxchronosmavenpluginsrctestjavaorgcodehausmojochronosreportSinkStubjava>
>
>  Diff
> Modified: trunk/sandbox/chronos-maven-plugin/LICENSE.txt (13803 => 13804)
>
> --- trunk/sandbox/chronos-maven-plugin/LICENSE.txt    2011-04-01 11:26:46 UTC 
> (rev 13803)
> +++ trunk/sandbox/chronos-maven-plugin/LICENSE.txt    2011-04-01 11:27:15 UTC 
> (rev 13804)@@ -1,19 +1,17 @@-^/\*\s*$
> -^ \* Copyright \(C\) 2008 Digital Sundhed \(SDSD\)\s*$
> -^ \*\s*$
> -^ \* All source code and information supplied as part of chronos\s*$
> -^ \* is copyright to its contributers.
> -^ \*\s*$
> -^ \* The source code has been released under a dual license - meaning you 
> can\s*$
> -^ \* use either licensed version of the library with your code.\s*$
> -^ \*\s*$
> -^ \* It is released under the Common Public License 1.0, a copy of which 
> can\s*$
> -^ \* be found at the link below.\s*$
> -^ \* http://www.opensource.org/licenses/cpl1.0.php\s*$
> -^ \*\s*$
> -^ \* It is released under the LGPL \(GNU Lesser General Public License\), 
> either\s*$
> -^ \* version 2.1 of the License, or \(at your option\) any later version. A 
> copy\s*$
> -^ \* of which can be found at the link below.\s*$
> -^ \* http://www.gnu.org/copyleft/lesser.html\s*$
> -^ \*/\s*$
> -^package+/*
> + * Chronos - Copyright (C) 2011 National Board of e-Health (NSI), Denmark 
> (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$
> + */\ No newline at end of file
>
>  Modified:
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/ReportConfigStub.java
> (13803 => 13804)
>
> --- 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/ReportConfigStub.java
>   2011-04-01 11:26:46 UTC (rev 13803)
> +++ 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/ReportConfigStub.java
>   2011-04-01 11:27:15 UTC (rev 13804)@@ -1,3 +1,20 @@+/*
> + * Chronos - Copyright (C) 2011 National Board of e-Health (NSI), Denmark 
> (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$
> + */ package org.codehaus.mojo.chronos;
>
>  public class ReportConfigStub implements ReportConfig {
>
>  Modified:
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/ReportMojoTest.java
> (13803 => 13804)
>
> --- 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/ReportMojoTest.java
>     2011-04-01 11:26:46 UTC (rev 13803)
> +++ 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/ReportMojoTest.java
>     2011-04-01 11:27:15 UTC (rev 13804)@@ -1,25 +1,19 @@ /*- * The MIT License
> - *
> - * Copyright (c) 2004, The Codehaus
> - *
> - * Permission is hereby granted, free of charge, to any person obtaining a 
> copy of
> - * this software and associated documentation files (the "Software"), to 
> deal in
> - * the Software without restriction, including without limitation the rights 
> to
> - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
> copies
> - * of the Software, and to permit persons to whom the Software is furnished 
> to do
> - * so, subject to the following conditions:
> - *
> - * The above copyright notice and this permission notice shall be included 
> in all
> - * copies or substantial portions of the Software.
> - *
> - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
> THE
> - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
> FROM,
> - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
> THE
> - * SOFTWARE.+ * Chronos - Copyright (C) 2011 National Board of e-Health 
> (NSI), Denmark (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$  */
>  package org.codehaus.mojo.chronos;
>
>
>  Modified:
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/TestHelper.java
> (13803 => 13804)
>
> --- 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/TestHelper.java
>         2011-04-01 11:26:46 UTC (rev 13803)
> +++ 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/TestHelper.java
>         2011-04-01 11:27:15 UTC (rev 13804)@@ -1,3 +1,20 @@+/*
> + * Chronos - Copyright (C) 2011 National Board of e-Health (NSI), Denmark 
> (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$
> + */ package org.codehaus.mojo.chronos;
>
>  import java.io.File;
>
>  Modified:
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/chart/ChartRendererStub.java
> (13803 => 13804)
>
> --- 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/chart/ChartRendererStub.java
>    2011-04-01 11:26:46 UTC (rev 13803)
> +++ 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/chart/ChartRendererStub.java
>    2011-04-01 11:27:15 UTC (rev 13804)@@ -1,25 +1,19 @@ /*- * The MIT License
> - *
> - * Copyright (c) 2004, The Codehaus
> - *
> - * Permission is hereby granted, free of charge, to any person obtaining a 
> copy of
> - * this software and associated documentation files (the "Software"), to 
> deal in
> - * the Software without restriction, including without limitation the rights 
> to
> - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
> copies
> - * of the Software, and to permit persons to whom the Software is furnished 
> to do
> - * so, subject to the following conditions:
> - *
> - * The above copyright notice and this permission notice shall be included 
> in all
> - * copies or substantial portions of the Software.
> - *
> - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
> THE
> - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
> FROM,
> - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
> THE
> - * SOFTWARE.+ * Chronos - Copyright (C) 2011 National Board of e-Health 
> (NSI), Denmark (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$  */
>  package org.codehaus.mojo.chronos.chart;
>
>
>  Modified:
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/chart/GraphGeneratorTest.java
> (13803 => 13804)
>
> --- 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/chart/GraphGeneratorTest.java
>   2011-04-01 11:26:46 UTC (rev 13803)
> +++ 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/chart/GraphGeneratorTest.java
>   2011-04-01 11:27:15 UTC (rev 13804)@@ -1,25 +1,19 @@ /*- * The MIT License
> - *
> - * Copyright (c) 2004, The Codehaus
> - *
> - * Permission is hereby granted, free of charge, to any person obtaining a 
> copy of
> - * this software and associated documentation files (the "Software"), to 
> deal in
> - * the Software without restriction, including without limitation the rights 
> to
> - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
> copies
> - * of the Software, and to permit persons to whom the Software is furnished 
> to do
> - * so, subject to the following conditions:
> - *
> - * The above copyright notice and this permission notice shall be included 
> in all
> - * copies or substantial portions of the Software.
> - *
> - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
> THE
> - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
> FROM,
> - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
> THE
> - * SOFTWARE.+ * Chronos - Copyright (C) 2011 National Board of e-Health 
> (NSI), Denmark (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$  */
>  package org.codehaus.mojo.chronos.chart;
>
>
>  Modified:
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/gc/GCLogParserTest.java
> (13803 => 13804)
>
> --- 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/gc/GCLogParserTest.java
>         2011-04-01 11:26:46 UTC (rev 13803)
> +++ 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/gc/GCLogParserTest.java
>         2011-04-01 11:27:15 UTC (rev 13804)@@ -1,25 +1,19 @@ /*- * The MIT 
> License
> - *
> - * Copyright (c) 2004, The Codehaus
> - *
> - * Permission is hereby granted, free of charge, to any person obtaining a 
> copy of
> - * this software and associated documentation files (the "Software"), to 
> deal in
> - * the Software without restriction, including without limitation the rights 
> to
> - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
> copies
> - * of the Software, and to permit persons to whom the Software is furnished 
> to do
> - * so, subject to the following conditions:
> - *
> - * The above copyright notice and this permission notice shall be included 
> in all
> - * copies or substantial portions of the Software.
> - *
> - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
> THE
> - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
> FROM,
> - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
> THE
> - * SOFTWARE.+ * Chronos - Copyright (C) 2011 National Board of e-Health 
> (NSI), Denmark (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$  */
>  package org.codehaus.mojo.chronos.gc;
>
>
>  Modified:
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/history/HistoryReportMojoTest.java
> (13803 => 13804)
>
> --- 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/history/HistoryReportMojoTest.java
>      2011-04-01 11:26:46 UTC (rev 13803)
> +++ 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/history/HistoryReportMojoTest.java
>      2011-04-01 11:27:15 UTC (rev 13804)@@ -1,3 +1,20 @@+/*
> + * Chronos - Copyright (C) 2011 National Board of e-Health (NSI), Denmark 
> (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$
> + */ package org.codehaus.mojo.chronos.history;
>
>  import java.io.File;
>
>  Modified:
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/history/SaveHistoryMojoTest.java
> (13803 => 13804)
>
> --- 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/history/SaveHistoryMojoTest.java
>        2011-04-01 11:26:46 UTC (rev 13803)
> +++ 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/history/SaveHistoryMojoTest.java
>        2011-04-01 11:27:15 UTC (rev 13804)@@ -1,3 +1,20 @@+/*
> + * Chronos - Copyright (C) 2011 National Board of e-Health (NSI), Denmark 
> (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$
> + */ package org.codehaus.mojo.chronos.history;
>
>  import java.io.File;
>
>  Modified:
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/jmeter/JMeterLogParserTest.java
> (13803 => 13804)
>
> --- 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/jmeter/JMeterLogParserTest.java
>         2011-04-01 11:26:46 UTC (rev 13803)
> +++ 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/jmeter/JMeterLogParserTest.java
>         2011-04-01 11:27:15 UTC (rev 13804)@@ -1,25 +1,19 @@ /*- * The MIT 
> License
> - *
> - * Copyright (c) 2004, The Codehaus
> - *
> - * Permission is hereby granted, free of charge, to any person obtaining a 
> copy of
> - * this software and associated documentation files (the "Software"), to 
> deal in
> - * the Software without restriction, including without limitation the rights 
> to
> - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
> copies
> - * of the Software, and to permit persons to whom the Software is furnished 
> to do
> - * so, subject to the following conditions:
> - *
> - * The above copyright notice and this permission notice shall be included 
> in all
> - * copies or substantial portions of the Software.
> - *
> - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
> THE
> - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
> FROM,
> - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
> THE
> - * SOFTWARE.+ * Chronos - Copyright (C) 2011 National Board of e-Health 
> (NSI), Denmark (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$  */
>  package org.codehaus.mojo.chronos.jmeter;
>
>
>  Modified:
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/report/ReportGeneratorTest.java
> (13803 => 13804)
>
> --- 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/report/ReportGeneratorTest.java
>         2011-04-01 11:26:46 UTC (rev 13803)
> +++ 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/report/ReportGeneratorTest.java
>         2011-04-01 11:27:15 UTC (rev 13804)@@ -1,25 +1,19 @@ /*- * The MIT 
> License
> - *
> - * Copyright (c) 2004, The Codehaus
> - *
> - * Permission is hereby granted, free of charge, to any person obtaining a 
> copy of
> - * this software and associated documentation files (the "Software"), to 
> deal in
> - * the Software without restriction, including without limitation the rights 
> to
> - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
> copies
> - * of the Software, and to permit persons to whom the Software is furnished 
> to do
> - * so, subject to the following conditions:
> - *
> - * The above copyright notice and this permission notice shall be included 
> in all
> - * copies or substantial portions of the Software.
> - *
> - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
> THE
> - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
> FROM,
> - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
> THE
> - * SOFTWARE.+ * Chronos - Copyright (C) 2011 National Board of e-Health 
> (NSI), Denmark (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$  */
>  package org.codehaus.mojo.chronos.report;
>
>
>  Modified:
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/report/SinkStub.java
> (13803 => 13804)
>
> --- 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/report/SinkStub.java
>    2011-04-01 11:26:46 UTC (rev 13803)
> +++ 
> trunk/sandbox/chronos-maven-plugin/src/test/java/org/codehaus/mojo/chronos/report/SinkStub.java
>    2011-04-01 11:27:15 UTC (rev 13804)@@ -1,25 +1,19 @@ /*- * The MIT License
> - *
> - * Copyright (c) 2004, The Codehaus
> - *
> - * Permission is hereby granted, free of charge, to any person obtaining a 
> copy of
> - * this software and associated documentation files (the "Software"), to 
> deal in
> - * the Software without restriction, including without limitation the rights 
> to
> - * use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
> copies
> - * of the Software, and to permit persons to whom the Software is furnished 
> to do
> - * so, subject to the following conditions:
> - *
> - * The above copyright notice and this permission notice shall be included 
> in all
> - * copies or substantial portions of the Software.
> - *
> - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
> THE
> - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
> FROM,
> - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
> THE
> - * SOFTWARE.+ * Chronos - Copyright (C) 2011 National Board of e-Health 
> (NSI), Denmark (http://www.nsi.dk)
> + *
> + * All source code and information supplied as part of Chronos is
> + * copyright to National Board of e-Health.
> + *
> + * The source code has been released under a dual license - meaning you can
> + * use either licensed version of the library with your code.
> + *
> + * It is released under the LGPL (GNU Lesser General Public License), either
> + * version 2.1 of the License, or (at your option) any later version. A copy
> + * of which can be found at the link below.
> + * http://www.gnu.org/copyleft/lesser.html
> + *
> + * $HeadURL$
> + * $Id$  */
>  package org.codehaus.mojo.chronos.report;
>
>
>   ------------------------------
>
> To unsubscribe from this list please visit:
>
> http://xircles.codehaus.org/manage_email
>



-- 
Brett Porter
http://brettporter.wordpress.com/

Reply via email to