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 18:46:46 UTC

svn commit: r493779 [1/5] - in /jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter: ./ assertions/ assertions/gui/ config/ config/gui/ control/ control/gui/ engine/ engine/event/ engine/util/ exceptions/ functions/ functions/gui/ functions/util...

Author: sebb
Date: Sun Jan  7 09:46:38 2007
New Revision: 493779

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

Modified:
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/DynamicClassLoader.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/JMeter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/NewDriver.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/ProxyAuthenticator.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/Assertion.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/AssertionResult.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/gui/AbstractAssertionGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/Argument.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/Arguments.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/ConfigElement.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/ConfigTestElement.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/LoginConfig.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/AbstractConfigGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/ArgumentsPanel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/LoginConfigGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/SimpleConfigGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/Controller.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/GenericController.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/IfController.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/LoopController.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/NextIsNullException.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/NoEntryException.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/ReplaceableController.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/RunTime.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/WhileController.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/AbstractControllerGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/IfControllerPanel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/LogicControllerGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/LoopControlPanel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/RunTimeGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/TestPlanGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/WhileControllerGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/WorkBenchGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/ConvertListeners.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/JMeterEngine.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/JMeterEngineException.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/LagDetector.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/PreCompiler.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/RemoteJMeterEngine.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/RemoteJMeterEngineImpl.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/TreeCloner.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/TurnElementsOn.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/event/LoopIterationEvent.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/event/LoopIterationListener.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/AbstractTransformer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/CompoundVariable.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/DisabledComponentRemover.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/FunctionParser.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/NoThreadClone.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/ReplaceFunctionsWithStrings.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/ReplaceStringWithFunctions.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/SimpleVariable.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/UndoVariableReplacement.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/ValueReplacer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/ValueTransformer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/exceptions/IllegalUserActionException.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/functions/AbstractFunction.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/functions/Function.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/functions/InvalidVariableException.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/functions/gui/FunctionHelper.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/functions/util/ArgumentDecoder.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/functions/util/ArgumentEncoder.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/AbstractJMeterGuiComponent.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/GUIFactory.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/GuiPackage.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/JMeterFileFilter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/JMeterGUIComponent.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/MainFrame.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/NamePanel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/OnErrorPanel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/SavePropertyDialog.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/UnsharedComponent.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/AboutCommand.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/AbstractAction.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/ActionNames.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/ActionRouter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/AddParent.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/AddToTree.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Analyze.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/ChangeLanguage.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/CheckDirty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Clear.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Close.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Command.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Copy.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/CreateFunctionDialog.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Cut.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/DragNDrop.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/EditCommand.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/EnableComponent.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/ExitCommand.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Help.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Load.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/LookAndFeelCommand.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Paste.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/RemoteStart.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Remove.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/SSLManagerCommand.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Save.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/SaveGraphics.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/Start.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/What.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/tree/JMeterCellRenderer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/tree/JMeterTreeListener.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/tree/JMeterTreeModel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/tree/JMeterTreeNode.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/tree/NamedTreeNode.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/ButtonPanel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/FileDialoger.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/FileListPanel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/FilePanel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/FocusRequester.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/HorizontalPanel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/JDateField.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/JMeterColor.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/JMeterMenuBar.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/MenuFactory.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/MenuInfo.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/NumberFieldErrorListener.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/PowerTableModel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/TextAreaCellRenderer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/TextAreaTableCellEditor.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/util/VerticalPanel.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/plugin/JMeterPlugin.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/plugin/PluginManager.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/processor/PostProcessor.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/processor/PreProcessor.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/processor/gui/AbstractPostProcessorGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/processor/gui/AbstractPreProcessorGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/reporters/AbstractListenerElement.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/reporters/FileReporter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/reporters/ResultAction.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/reporters/ResultCollector.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/reporters/ResultSaver.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/reporters/Summariser.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/reporters/gui/ResultActionGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/reporters/gui/ResultSaverGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/reporters/gui/SummariserGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/AbstractSampler.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/BatchSampleSender.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/Clearable.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/Entry.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/HoldSampleSender.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/RemoteListenerWrapper.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/RemoteSampleListener.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/RemoteSampleListenerImpl.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/RemoteSampleListenerWrapper.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/RemoteTestListenerWrapper.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/Remoteable.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleEvent.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleListener.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleResult.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleSender.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/SampleSenderFactory.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/Sampler.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/StandardSampleSender.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/StatisticalSampleResult.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/StatisticalSampleSender.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/samplers/gui/AbstractSamplerGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/DataSource.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/ListenerResultWrapper.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/OldSaveService.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/SaveGraphicsService.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/SaveService.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/ScriptWrapper.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/ScriptWrapperConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/TestElementSaver.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/TestResultWrapper.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/BooleanPropertyConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/ConversionHelp.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/HashTreeConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/IntegerPropertyConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/LongPropertyConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/MultiPropertyConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/SampleResultConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/SampleSaveConfigurationConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/StringPropertyConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/TestElementConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/TestElementPropertyConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/save/converters/TestResultWrapperConverter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/services/FileServer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/swing/HtmlPane.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/BeanInfoSupport.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/TestBean.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/TestBeanBeanInfo.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/TestBeanHelper.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/gui/ComboStringEditor.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/gui/FieldStringEditor.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/gui/FileEditor.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/gui/GenericTestBeanCustomizer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/gui/PasswordEditor.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/gui/SharedCustomizer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/gui/TestBeanGUI.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/gui/TextAreaEditor.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testbeans/gui/WrapperEditor.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/AbstractTestElement.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/AbstractTestElementBeanInfo.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/OnErrorTestElement.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/TestCloneable.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/TestElement.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/TestElementTraverser.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/TestListener.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/TestPlan.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/ThreadListener.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/VariablesCollection.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/WorkBench.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/AbstractProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/BooleanProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/CollectionProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/DoubleProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/FloatProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/FunctionProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/IntegerProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/JMeterProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/LongProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/MapProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/MultiProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/NullProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/NumberProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/ObjectProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/PropertyIterator.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/PropertyIteratorImpl.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/StringProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/testelement/property/TestElementProperty.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/threads/JMeterContext.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/threads/JMeterContextService.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/threads/JMeterThread.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/threads/JMeterThreadMonitor.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/threads/JMeterVariables.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/threads/ListenerNotifier.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/threads/ReflectionThreadGroup.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/threads/SamplePackage.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/threads/TestCompiler.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/threads/ThreadGroup.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/threads/gui/ThreadGroupGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/timers/Timer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/timers/gui/AbstractTimerGui.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/BeanShellClient.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/BeanShellInterpreter.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/BeanShellServer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/Calculator.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/ColorHelper.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/JMeterUtils.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/JMeterVersion.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/JsseSSLManager.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/LocaleChangeEvent.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/LocaleChangeListener.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/NameUpdater.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/NamedObject.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/SSLManager.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/SlowSocket.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/StringUtilities.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/XPathUtil.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/keystore/DefaultKeyStore.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/util/keystore/JmeterKeyStore.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/visualizers/ImageVisualizer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/visualizers/Printable.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/visualizers/RunningSample.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/visualizers/Sample.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/visualizers/SamplingStatCalculator.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/visualizers/Visualizer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/visualizers/gui/AbstractVisualizer.java
    jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/visualizers/package.html

Modified: jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/DynamicClassLoader.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/DynamicClassLoader.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/DynamicClassLoader.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/DynamicClassLoader.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/JMeter.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/JMeter.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/JMeter.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/JMeter.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-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/core/org/apache/jmeter/NewDriver.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/NewDriver.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/NewDriver.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/NewDriver.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2001-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/core/org/apache/jmeter/ProxyAuthenticator.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/ProxyAuthenticator.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/ProxyAuthenticator.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/ProxyAuthenticator.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/assertions/Assertion.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/Assertion.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/Assertion.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/Assertion.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/assertions/AssertionResult.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/AssertionResult.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/AssertionResult.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/AssertionResult.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/assertions/gui/AbstractAssertionGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/gui/AbstractAssertionGui.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/gui/AbstractAssertionGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/assertions/gui/AbstractAssertionGui.java Sun Jan  7 09:46:38 2007
@@ -1,10 +1,10 @@
-// $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/core/org/apache/jmeter/config/Argument.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/Argument.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/Argument.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/Argument.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/config/Arguments.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/Arguments.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/Arguments.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/Arguments.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/config/ConfigElement.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/ConfigElement.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/ConfigElement.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/ConfigElement.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/config/ConfigTestElement.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/ConfigTestElement.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/ConfigTestElement.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/ConfigTestElement.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/config/LoginConfig.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/LoginConfig.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/LoginConfig.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/LoginConfig.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/config/gui/AbstractConfigGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/AbstractConfigGui.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/AbstractConfigGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/AbstractConfigGui.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/config/gui/ArgumentsPanel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/ArgumentsPanel.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/ArgumentsPanel.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/ArgumentsPanel.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/config/gui/LoginConfigGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/LoginConfigGui.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/LoginConfigGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/LoginConfigGui.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/config/gui/SimpleConfigGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/SimpleConfigGui.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/SimpleConfigGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/config/gui/SimpleConfigGui.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/control/Controller.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/Controller.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/Controller.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/Controller.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/control/GenericController.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/GenericController.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/GenericController.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/GenericController.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/control/IfController.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/IfController.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/IfController.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/IfController.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/core/org/apache/jmeter/control/LoopController.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/LoopController.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/LoopController.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/LoopController.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/control/NextIsNullException.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/NextIsNullException.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/NextIsNullException.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/NextIsNullException.java Sun Jan  7 09:46:38 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/core/org/apache/jmeter/control/NoEntryException.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/NoEntryException.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/NoEntryException.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/NoEntryException.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/control/ReplaceableController.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/ReplaceableController.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/ReplaceableController.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/ReplaceableController.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/control/RunTime.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/RunTime.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/RunTime.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/RunTime.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/control/WhileController.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/WhileController.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/WhileController.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/WhileController.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/control/gui/AbstractControllerGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/AbstractControllerGui.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/AbstractControllerGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/AbstractControllerGui.java Sun Jan  7 09:46:38 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2000-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/core/org/apache/jmeter/control/gui/IfControllerPanel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/IfControllerPanel.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/IfControllerPanel.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/IfControllerPanel.java Sun Jan  7 09:46:38 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/core/org/apache/jmeter/control/gui/LogicControllerGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/LogicControllerGui.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/LogicControllerGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/LogicControllerGui.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/control/gui/LoopControlPanel.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/LoopControlPanel.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/LoopControlPanel.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/LoopControlPanel.java Sun Jan  7 09:46:38 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2000-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/core/org/apache/jmeter/control/gui/RunTimeGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/RunTimeGui.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/RunTimeGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/RunTimeGui.java Sun Jan  7 09:46:38 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2000-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/core/org/apache/jmeter/control/gui/TestPlanGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/TestPlanGui.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/TestPlanGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/TestPlanGui.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/control/gui/WhileControllerGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/WhileControllerGui.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/WhileControllerGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/WhileControllerGui.java Sun Jan  7 09:46:38 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/core/org/apache/jmeter/control/gui/WorkBenchGui.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/WorkBenchGui.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/WorkBenchGui.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/control/gui/WorkBenchGui.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/engine/ClientJMeterEngine.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/engine/ConvertListeners.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/ConvertListeners.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/ConvertListeners.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/ConvertListeners.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/engine/JMeterEngine.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/JMeterEngine.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/JMeterEngine.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/JMeterEngine.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/engine/JMeterEngineException.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/JMeterEngineException.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/JMeterEngineException.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/JMeterEngineException.java Sun Jan  7 09:46:38 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 2000-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/core/org/apache/jmeter/engine/LagDetector.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/LagDetector.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/LagDetector.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/LagDetector.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/engine/PreCompiler.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/PreCompiler.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/PreCompiler.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/PreCompiler.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/engine/RemoteJMeterEngine.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/RemoteJMeterEngine.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/RemoteJMeterEngine.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/RemoteJMeterEngine.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/engine/RemoteJMeterEngineImpl.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/RemoteJMeterEngineImpl.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/RemoteJMeterEngineImpl.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/RemoteJMeterEngineImpl.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/engine/StandardJMeterEngine.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2000-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/core/org/apache/jmeter/engine/TreeCloner.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/TreeCloner.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/TreeCloner.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/TreeCloner.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/engine/TurnElementsOn.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/TurnElementsOn.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/TurnElementsOn.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/TurnElementsOn.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * 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/core/org/apache/jmeter/engine/event/LoopIterationEvent.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/event/LoopIterationEvent.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/event/LoopIterationEvent.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/event/LoopIterationEvent.java Sun Jan  7 09:46:38 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/core/org/apache/jmeter/engine/event/LoopIterationListener.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/event/LoopIterationListener.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/event/LoopIterationListener.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/event/LoopIterationListener.java Sun Jan  7 09:46:38 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/core/org/apache/jmeter/engine/util/AbstractTransformer.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/AbstractTransformer.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/AbstractTransformer.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/AbstractTransformer.java Sun Jan  7 09:46:38 2007
@@ -1,10 +1,10 @@
-// $Header$
 /*
- * Copyright 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/core/org/apache/jmeter/engine/util/CompoundVariable.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/CompoundVariable.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/CompoundVariable.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/CompoundVariable.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003-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/core/org/apache/jmeter/engine/util/DisabledComponentRemover.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/DisabledComponentRemover.java?view=diff&rev=493779&r1=493778&r2=493779
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/DisabledComponentRemover.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/engine/util/DisabledComponentRemover.java Sun Jan  7 09:46:38 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 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
  *



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