You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/01/07 19:19:30 UTC

svn commit: r493793 - in /jakarta/jmeter/branches/rel-2-2/src: htmlparser16/org/apache/jmeter/protocol/http/parser/ reports/org/apache/jmeter/ reports/org/apache/jmeter/control/gui/ reports/org/apache/jmeter/gui/ reports/org/apache/jmeter/gui/util/ rep...

Author: sebb
Date: Sun Jan  7 10:19:27 2007
New Revision: 493793

URL: http://svn.apache.org/viewvc?view=rev&rev=493793
Log:
Update license (remove copyright)

Modified:
    jakarta/jmeter/branches/rel-2-2/src/htmlparser16/org/apache/jmeter/protocol/http/parser/HtmlParserHTMLParser16.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/JMeterReport.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/control/gui/ReportGui.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/ReportGuiPackage.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/ReportMainFrame.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/DirectoryDialoger.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/DirectoryPanel.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportFileDialoger.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportFilePanel.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportMenuBar.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportMenuFactory.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/DataSet.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/ReportChart.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/ReportTable.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/ReportEngine.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/StandardReportEngine.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/ValueReplacer.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/AbstractReportGui.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/BarChartGui.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/LineGraphGui.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/ReportPageGui.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/TableGui.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/AbstractAction.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportActionRouter.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportAddParent.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportAddToTree.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCheckDirty.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportClose.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCopy.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCut.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportDragNDrop.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportEditCommand.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportEnableComponent.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportExitCommand.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportHelp.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportLoad.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportLookAndFeelCommand.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportPaste.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportRemove.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportSave.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportSaveGraphics.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportStart.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportCellRenderer.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeListener.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeModel.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeNode.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/AbstractReportWriter.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/DefaultPageSummary.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/DefaultReportSummary.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/HTMLReportWriter.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/PageSummary.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/ReportSummary.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/ReportWriter.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/gui/HTMLReportWriterGui.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/AbstractChart.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/AbstractTable.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/BarChart.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/JTLData.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/LineChart.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/ReportPage.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/ReportPlan.java
    jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/Table.java

Modified: jakarta/jmeter/branches/rel-2-2/src/htmlparser16/org/apache/jmeter/protocol/http/parser/HtmlParserHTMLParser16.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/htmlparser16/org/apache/jmeter/protocol/http/parser/HtmlParserHTMLParser16.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/htmlparser16/org/apache/jmeter/protocol/http/parser/HtmlParserHTMLParser16.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/htmlparser16/org/apache/jmeter/protocol/http/parser/HtmlParserHTMLParser16.java Sun Jan  7 10:19:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/JMeterReport.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/JMeterReport.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/JMeterReport.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/JMeterReport.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/control/gui/ReportGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/control/gui/ReportGui.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/control/gui/ReportGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/control/gui/ReportGui.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/ReportGuiPackage.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/ReportGuiPackage.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/ReportGuiPackage.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/ReportGuiPackage.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/ReportMainFrame.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/ReportMainFrame.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/ReportMainFrame.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/ReportMainFrame.java Sun Jan  7 10:19:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/DirectoryDialoger.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/DirectoryDialoger.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/DirectoryDialoger.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/DirectoryDialoger.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 // $Header $
 /*
- * Copyright 2001-2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/DirectoryPanel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/DirectoryPanel.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/DirectoryPanel.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/DirectoryPanel.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 // $Header $
 /*
- * Copyright 2002-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportFileDialoger.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportFileDialoger.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportFileDialoger.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportFileDialoger.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportFilePanel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportFilePanel.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportFilePanel.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportFilePanel.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportMenuBar.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportMenuBar.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportMenuBar.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportMenuBar.java Sun Jan  7 10:19:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportMenuFactory.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportMenuFactory.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportMenuFactory.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/gui/util/ReportMenuFactory.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/DataSet.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/DataSet.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/DataSet.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/DataSet.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/ReportChart.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/ReportChart.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/ReportChart.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/ReportChart.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/ReportTable.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/ReportTable.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/ReportTable.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/ReportTable.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/ReportEngine.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/ReportEngine.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/ReportEngine.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/ReportEngine.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/StandardReportEngine.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/StandardReportEngine.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/StandardReportEngine.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/StandardReportEngine.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/ValueReplacer.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/ValueReplacer.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/ValueReplacer.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/engine/ValueReplacer.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/AbstractReportGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/AbstractReportGui.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/AbstractReportGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/AbstractReportGui.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/BarChartGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/BarChartGui.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/BarChartGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/BarChartGui.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/LineGraphGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/LineGraphGui.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/LineGraphGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/LineGraphGui.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/ReportPageGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/ReportPageGui.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/ReportPageGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/ReportPageGui.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/TableGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/TableGui.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/TableGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/TableGui.java Sun Jan  7 10:19:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/AbstractAction.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/AbstractAction.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/AbstractAction.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/AbstractAction.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportActionRouter.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportActionRouter.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportActionRouter.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportActionRouter.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportAddParent.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportAddParent.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportAddParent.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportAddParent.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportAddToTree.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportAddToTree.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportAddToTree.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportAddToTree.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCheckDirty.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCheckDirty.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCheckDirty.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCheckDirty.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportClose.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportClose.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportClose.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportClose.java Sun Jan  7 10:19:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCopy.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCopy.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCopy.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCopy.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCut.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCut.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCut.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportCut.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportDragNDrop.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportDragNDrop.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportDragNDrop.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportDragNDrop.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportEditCommand.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportEditCommand.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportEditCommand.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportEditCommand.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportEnableComponent.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportEnableComponent.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportEnableComponent.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportEnableComponent.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportExitCommand.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportExitCommand.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportExitCommand.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportExitCommand.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportHelp.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportHelp.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportHelp.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportHelp.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportLoad.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportLoad.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportLoad.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportLoad.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportLookAndFeelCommand.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportLookAndFeelCommand.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportLookAndFeelCommand.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportLookAndFeelCommand.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportPaste.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportPaste.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportPaste.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportPaste.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportRemove.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportRemove.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportRemove.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportRemove.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportSave.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportSave.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportSave.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportSave.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportSaveGraphics.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportSaveGraphics.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportSaveGraphics.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportSaveGraphics.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy
- * of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  * http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportStart.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportStart.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportStart.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/action/ReportStart.java Sun Jan  7 10:19:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportCellRenderer.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportCellRenderer.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportCellRenderer.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportCellRenderer.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeListener.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeListener.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeListener.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeListener.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeModel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeModel.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeModel.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeModel.java Sun Jan  7 10:19:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeNode.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeNode.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeNode.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/gui/tree/ReportTreeNode.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/AbstractReportWriter.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/AbstractReportWriter.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/AbstractReportWriter.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/AbstractReportWriter.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/DefaultPageSummary.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/DefaultPageSummary.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/DefaultPageSummary.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/DefaultPageSummary.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2001,2003-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/DefaultReportSummary.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/DefaultReportSummary.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/DefaultReportSummary.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/DefaultReportSummary.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/HTMLReportWriter.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/HTMLReportWriter.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/HTMLReportWriter.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/HTMLReportWriter.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/PageSummary.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/PageSummary.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/PageSummary.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/PageSummary.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/ReportSummary.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/ReportSummary.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/ReportSummary.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/ReportSummary.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/ReportWriter.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/ReportWriter.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/ReportWriter.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/ReportWriter.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/gui/HTMLReportWriterGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/gui/HTMLReportWriterGui.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/gui/HTMLReportWriterGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/report/writers/gui/HTMLReportWriterGui.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/AbstractChart.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/AbstractChart.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/AbstractChart.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/AbstractChart.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/AbstractTable.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/AbstractTable.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/AbstractTable.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/AbstractTable.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/BarChart.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/BarChart.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/BarChart.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/BarChart.java Sun Jan  7 10:19:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/JTLData.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/JTLData.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/JTLData.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/JTLData.java Sun Jan  7 10:19:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/LineChart.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/LineChart.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/LineChart.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/LineChart.java Sun Jan  7 10:19:27 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/ReportPage.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/ReportPage.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/ReportPage.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/ReportPage.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/ReportPlan.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/ReportPlan.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/ReportPlan.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/ReportPlan.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/Table.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/Table.java?view=diff&rev=493793&r1=493792&r2=493793
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/Table.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/reports/org/apache/jmeter/testelement/Table.java Sun Jan  7 10:19:27 2007
@@ -1,10 +1,11 @@
 //$Header$
 /*
- * Copyright 2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *   http://www.apache.org/licenses/LICENSE-2.0
  *



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org