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:02:24 UTC

svn commit: r493787 - in /jakarta/jmeter/branches/rel-2-2/src/monitor: components/org/apache/jmeter/monitor/util/ components/org/apache/jmeter/visualizers/ model/org/apache/jmeter/monitor/model/ model/org/apache/jmeter/monitor/parser/

Author: sebb
Date: Sun Jan  7 10:02:23 2007
New Revision: 493787

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

Modified:
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/monitor/util/MemoryBenchmark.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/monitor/util/Stats.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorAccumModel.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorGraph.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorGuiListener.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthPanel.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthVisualizer.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorListener.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorModel.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorPerformancePanel.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorStats.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorTabPane.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/ServerPanel.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Connector.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ConnectorImpl.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Jvm.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/JvmImpl.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Memory.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/MemoryImpl.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ObjectFactory.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/RequestInfo.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/RequestInfoImpl.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Status.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/StatusImpl.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ThreadInfo.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ThreadInfoImpl.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Worker.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/WorkerImpl.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Workers.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/WorkersImpl.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/Constants.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/MonitorHandler.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/Parser.java
    jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/ParserImpl.java

Modified: jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/monitor/util/MemoryBenchmark.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/monitor/util/MemoryBenchmark.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/monitor/util/MemoryBenchmark.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/monitor/util/MemoryBenchmark.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$ 
 /*
- * Copyright 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/monitor/components/org/apache/jmeter/monitor/util/Stats.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/monitor/util/Stats.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/monitor/util/Stats.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/monitor/util/Stats.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/components/org/apache/jmeter/visualizers/MonitorAccumModel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorAccumModel.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorAccumModel.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorAccumModel.java Sun Jan  7 10:02:23 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/monitor/components/org/apache/jmeter/visualizers/MonitorGraph.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorGraph.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorGraph.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorGraph.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/components/org/apache/jmeter/visualizers/MonitorGuiListener.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorGuiListener.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorGuiListener.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorGuiListener.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/components/org/apache/jmeter/visualizers/MonitorHealthPanel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthPanel.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthPanel.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthPanel.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/components/org/apache/jmeter/visualizers/MonitorHealthVisualizer.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthVisualizer.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthVisualizer.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorHealthVisualizer.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/components/org/apache/jmeter/visualizers/MonitorListener.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorListener.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorListener.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorListener.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/components/org/apache/jmeter/visualizers/MonitorModel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorModel.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorModel.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorModel.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/components/org/apache/jmeter/visualizers/MonitorPerformancePanel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorPerformancePanel.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorPerformancePanel.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorPerformancePanel.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/components/org/apache/jmeter/visualizers/MonitorStats.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorStats.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorStats.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorStats.java Sun Jan  7 10:02:23 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004-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/monitor/components/org/apache/jmeter/visualizers/MonitorTabPane.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorTabPane.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorTabPane.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/MonitorTabPane.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/components/org/apache/jmeter/visualizers/ServerPanel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/ServerPanel.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/ServerPanel.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/components/org/apache/jmeter/visualizers/ServerPanel.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/Connector.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Connector.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Connector.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Connector.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/ConnectorImpl.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ConnectorImpl.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ConnectorImpl.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ConnectorImpl.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/Jvm.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Jvm.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Jvm.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Jvm.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/JvmImpl.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/JvmImpl.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/JvmImpl.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/JvmImpl.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/Memory.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Memory.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Memory.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Memory.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/MemoryImpl.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/MemoryImpl.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/MemoryImpl.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/MemoryImpl.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/ObjectFactory.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ObjectFactory.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ObjectFactory.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ObjectFactory.java Sun Jan  7 10:02:23 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004,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/monitor/model/org/apache/jmeter/monitor/model/RequestInfo.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/RequestInfo.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/RequestInfo.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/RequestInfo.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/RequestInfoImpl.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/RequestInfoImpl.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/RequestInfoImpl.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/RequestInfoImpl.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/Status.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Status.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Status.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Status.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/StatusImpl.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/StatusImpl.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/StatusImpl.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/StatusImpl.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/ThreadInfo.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ThreadInfo.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ThreadInfo.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ThreadInfo.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/ThreadInfoImpl.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ThreadInfoImpl.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ThreadInfoImpl.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/ThreadInfoImpl.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/Worker.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Worker.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Worker.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Worker.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/WorkerImpl.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/WorkerImpl.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/WorkerImpl.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/WorkerImpl.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/Workers.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Workers.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Workers.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/Workers.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/model/WorkersImpl.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/WorkersImpl.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/WorkersImpl.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/model/WorkersImpl.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/parser/Constants.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/Constants.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/Constants.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/Constants.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2001-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/monitor/model/org/apache/jmeter/monitor/parser/MonitorHandler.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/MonitorHandler.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/MonitorHandler.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/MonitorHandler.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/parser/Parser.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/Parser.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/Parser.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/Parser.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/monitor/model/org/apache/jmeter/monitor/parser/ParserImpl.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/ParserImpl.java?view=diff&rev=493787&r1=493786&r2=493787
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/ParserImpl.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/monitor/model/org/apache/jmeter/monitor/parser/ParserImpl.java Sun Jan  7 10:02:23 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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
  *



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