changeset 929:ccac9bcabaa0

Update copyright year of source code review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-January/005295.html reviewed-by: vanaltj
author Mario Torre <neugens.limasoftware@gmail.com>
date Wed, 23 Jan 2013 16:49:27 +0100
parents 279aeb153688
children 46bdf82492ad
files LICENSE agent/cli/pom.xml agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/Activator.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/AgentApplication.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/ServiceCommand.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/DBConfig.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/DBOptionParser.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/DBStartupConfiguration.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/MongoProcessRunner.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StalePidFileException.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageAlreadyRunningException.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageCommand.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageStartException.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageStopException.java agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/locale/LocaleResources.java agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/ActivatorTest.java agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/AgentApplicationTest.java agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/ServiceCommandTest.java agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/db/DBStartupConfigurationTest.java agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/db/StorageCommandTest.java agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/locale/TranslateTest.java agent/command/pom.xml agent/command/src/main/java/com/redhat/thermostat/agent/command/ConfigurationServer.java agent/command/src/main/java/com/redhat/thermostat/agent/command/ReceiverRegistry.java agent/command/src/main/java/com/redhat/thermostat/agent/command/RequestReceiver.java agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/Activator.java agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerContext.java agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerImpl.java agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/PingReceiver.java agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/RequestDecoder.java agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ResponseEncoder.java agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ServerHandler.java agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerContextTest.java agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerImplTest.java agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/RequestDecoderTest.java agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ResponseEncoderTest.java agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ServerHandlerTest.java agent/core/pom.xml agent/core/src/main/java/com/redhat/thermostat/agent/Agent.java agent/core/src/main/java/com/redhat/thermostat/agent/VmStatusListener.java agent/core/src/main/java/com/redhat/thermostat/agent/VmStatusListenerRegistrar.java agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentConfigsUtils.java agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentOptionParser.java agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentProperties.java agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentStartupConfiguration.java agent/core/src/main/java/com/redhat/thermostat/backend/Backend.java agent/core/src/main/java/com/redhat/thermostat/backend/BackendID.java agent/core/src/main/java/com/redhat/thermostat/backend/BackendLoadException.java agent/core/src/main/java/com/redhat/thermostat/backend/BackendRegistry.java agent/core/src/main/java/com/redhat/thermostat/backend/BackendService.java agent/core/src/main/java/com/redhat/thermostat/backend/BackendsProperties.java agent/core/src/main/java/com/redhat/thermostat/utils/ProcDataSource.java agent/core/src/main/java/com/redhat/thermostat/utils/SysConf.java agent/core/src/main/java/com/redhat/thermostat/utils/hostname/HostName.java agent/core/src/main/java/com/redhat/thermostat/utils/management/MXBeanConnection.java agent/core/src/main/java/com/redhat/thermostat/utils/management/MXBeanConnector.java agent/core/src/main/native/HostName.c agent/core/src/test/java/com/redhat/thermostat/agent/AgentTest.java agent/core/src/test/java/com/redhat/thermostat/agent/VmStatusListenerRegistrarTest.java agent/core/src/test/java/com/redhat/thermostat/agent/config/AgentConfigsUtilsTest.java agent/core/src/test/java/com/redhat/thermostat/agent/config/AgentOptionParserTest.java agent/core/src/test/java/com/redhat/thermostat/utils/ProcDataSourceTest.java agent/core/src/test/java/com/redhat/thermostat/utils/SysConfTest.java agent/pom.xml annotations/pom.xml annotations/src/main/java/com/redhat/thermostat/annotations/ExtensionPoint.java annotations/src/main/java/com/redhat/thermostat/annotations/Service.java annotations/src/main/java/com/redhat/thermostat/annotations/internal/AnnotationProcessor.java annotations/src/test/java/com/redhat/thermostat/annotations/internal/AnnotationProcessorTest.java client/cli/pom.xml client/cli/src/main/java/com/redhat/thermostat/client/cli/VMStatPrintDelegate.java client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/Activator.java client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/ConnectCommand.java client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/DisconnectCommand.java client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/ListVMsCommand.java client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/LocaleResources.java client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/ShellCommand.java client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMInfoCommand.java client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMListFormatter.java client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMStatCommand.java client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMStatPrinter.java client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ActivatorTest.java client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ConnectCommandTest.java client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/DisconnectCommandTest.java client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ListVMsCommandTest.java client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/LocaleResourcesTest.java client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ShellCommandTest.java client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/TestTerminal.java client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/VMInfoCommandTest.java client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/VmStatCommandTest.java client/command/pom.xml client/command/src/main/java/com/redhat/thermostat/client/command/RequestQueue.java client/command/src/main/java/com/redhat/thermostat/client/command/cli/PingCommand.java client/command/src/main/java/com/redhat/thermostat/client/command/internal/Activator.java client/command/src/main/java/com/redhat/thermostat/client/command/internal/ConfigurationRequestContext.java client/command/src/main/java/com/redhat/thermostat/client/command/internal/LocaleResources.java client/command/src/main/java/com/redhat/thermostat/client/command/internal/RequestEncoder.java client/command/src/main/java/com/redhat/thermostat/client/command/internal/RequestQueueImpl.java client/command/src/main/java/com/redhat/thermostat/client/command/internal/ResponseDecoder.java client/command/src/main/java/com/redhat/thermostat/client/command/internal/ResponseHandler.java client/command/src/test/java/com/redhat/thermostat/client/command/cli/PingCommandTest.java client/command/src/test/java/com/redhat/thermostat/client/command/internal/ConfigurationRequestContextTest.java client/command/src/test/java/com/redhat/thermostat/client/command/internal/LocaleResorucesTest.java client/command/src/test/java/com/redhat/thermostat/client/command/internal/RequestEncoderTest.java client/command/src/test/java/com/redhat/thermostat/client/command/internal/ResponseDecoderTest.java client/command/src/test/java/com/redhat/thermostat/client/command/internal/ResponseHandlerTest.java client/core/pom.xml client/core/src/main/java/com/redhat/thermostat/client/core/Filter.java client/core/src/main/java/com/redhat/thermostat/client/core/InformationService.java client/core/src/main/java/com/redhat/thermostat/client/core/NameMatchingRefFilter.java client/core/src/main/java/com/redhat/thermostat/client/core/controllers/InformationServiceController.java client/core/src/main/java/com/redhat/thermostat/client/core/views/AgentInformationDisplayView.java client/core/src/main/java/com/redhat/thermostat/client/core/views/AgentInformationViewProvider.java client/core/src/main/java/com/redhat/thermostat/client/core/views/BasicView.java client/core/src/main/java/com/redhat/thermostat/client/core/views/ClientConfigViewProvider.java client/core/src/main/java/com/redhat/thermostat/client/core/views/ClientConfigurationView.java client/core/src/main/java/com/redhat/thermostat/client/core/views/HostInformationView.java client/core/src/main/java/com/redhat/thermostat/client/core/views/HostInformationViewProvider.java client/core/src/main/java/com/redhat/thermostat/client/core/views/SummaryView.java client/core/src/main/java/com/redhat/thermostat/client/core/views/SummaryViewProvider.java client/core/src/main/java/com/redhat/thermostat/client/core/views/UIComponent.java client/core/src/main/java/com/redhat/thermostat/client/core/views/View.java client/core/src/main/java/com/redhat/thermostat/client/core/views/ViewProvider.java client/core/src/main/java/com/redhat/thermostat/client/core/views/VmInformationView.java client/core/src/main/java/com/redhat/thermostat/client/core/views/VmInformationViewProvider.java client/core/src/main/java/com/redhat/thermostat/client/locale/LocaleResources.java client/core/src/main/java/com/redhat/thermostat/client/osgi/service/ContextAction.java client/core/src/main/java/com/redhat/thermostat/client/osgi/service/DecoratorProvider.java client/core/src/main/java/com/redhat/thermostat/client/osgi/service/HostContextAction.java client/core/src/main/java/com/redhat/thermostat/client/osgi/service/MenuAction.java client/core/src/main/java/com/redhat/thermostat/client/osgi/service/VMContextAction.java client/core/src/main/java/com/redhat/thermostat/client/ui/AgentInformationDisplayController.java client/core/src/main/java/com/redhat/thermostat/client/ui/AgentInformationDisplayModel.java client/core/src/main/java/com/redhat/thermostat/client/ui/BytesTickUnit.java client/core/src/main/java/com/redhat/thermostat/client/ui/ChartColors.java client/core/src/main/java/com/redhat/thermostat/client/ui/ClientConfigReconnector.java client/core/src/main/java/com/redhat/thermostat/client/ui/ClientConfigurationController.java client/core/src/main/java/com/redhat/thermostat/client/ui/Decorator.java client/core/src/main/java/com/redhat/thermostat/client/ui/HostInformationController.java client/core/src/main/java/com/redhat/thermostat/client/ui/IconDescriptor.java client/core/src/main/java/com/redhat/thermostat/client/ui/MainWindowController.java client/core/src/main/java/com/redhat/thermostat/client/ui/Palette.java client/core/src/main/java/com/redhat/thermostat/client/ui/RecentTimeSeriesChartController.java client/core/src/main/java/com/redhat/thermostat/client/ui/SampledDataset.java client/core/src/main/java/com/redhat/thermostat/client/ui/SummaryController.java client/core/src/main/java/com/redhat/thermostat/client/ui/UiFacadeFactory.java client/core/src/main/java/com/redhat/thermostat/client/ui/VmInformationController.java client/core/src/test/java/com/redhat/thermostat/client/locale/LocaleResourcesTest.java client/core/src/test/java/com/redhat/thermostat/client/ui/AgentInformationDisplayControllerTest.java client/core/src/test/java/com/redhat/thermostat/client/ui/AgentInformationDisplayModelTest.java client/core/src/test/java/com/redhat/thermostat/client/ui/ClientConfigurationControllerTest.java client/core/src/test/java/com/redhat/thermostat/client/ui/HostInformationControllerTest.java client/core/src/test/java/com/redhat/thermostat/client/ui/SummaryControllerTest.java client/core/src/test/java/com/redhat/thermostat/client/ui/VmInformationControllerTest.java client/living-vm-filter/core/src/main/java/com/redhat/thermostat/client/filter/vm/core/LivingVMFilter.java client/living-vm-filter/core/src/main/java/com/redhat/thermostat/client/filter/vm/core/LivingVMFilterMenuAction.java client/living-vm-filter/core/src/main/java/com/redhat/thermostat/client/filter/vm/core/VMFilterActivator.java client/living-vm-filter/core/src/test/java/com/redhat/thermostat/client/filter/vm/core/LivingVMFilterTest.java client/living-vm-filter/core/src/test/java/com/redhat/thermostat/client/filter/vm/core/VMFilterActivatorTest.java client/living-vm-filter/pom.xml client/living-vm-filter/swing/src/main/java/com/redhat/thermostat/client/filter/vm/swing/DeadVMDecoratorProvider.java client/living-vm-filter/swing/src/main/java/com/redhat/thermostat/client/filter/vm/swing/LivingVMDecoratorProvider.java client/living-vm-filter/swing/src/main/java/com/redhat/thermostat/client/filter/vm/swing/VMFilterActivator.java client/living-vm-filter/swing/src/test/java/com/redhat/thermostat/client/filter/vm/swing/VMFilterActivatorTest.java client/pom.xml client/swing-components/src/main/java/com/redhat/thermostat/swing/components/experimental/WrapLayout.java client/swing/pom.xml client/swing/src/main/java/com/redhat/thermostat/client/swing/ComponentVisibleListener.java client/swing/src/main/java/com/redhat/thermostat/client/swing/EdtHelper.java client/swing/src/main/java/com/redhat/thermostat/client/swing/GraphicsUtils.java client/swing/src/main/java/com/redhat/thermostat/client/swing/HtmlTextBuilder.java client/swing/src/main/java/com/redhat/thermostat/client/swing/IconResource.java client/swing/src/main/java/com/redhat/thermostat/client/swing/LayoutDebugHelper.java client/swing/src/main/java/com/redhat/thermostat/client/swing/MenuHelper.java client/swing/src/main/java/com/redhat/thermostat/client/swing/SwingComponent.java client/swing/src/main/java/com/redhat/thermostat/client/swing/UIResources.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ActionButton.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ActionButtonUI.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ActionToggleButton.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ChartPanel.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/DebugBorder.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/EmptyIcon.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/GradientPanel.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/GradientRoundBorder.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/HeaderPanel.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/LabelField.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/RecentTimeSeriesChartPanel.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/SearchField.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/SectionHeader.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ShadowLabel.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/StatusBar.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatPopupMenu.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatTable.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatTableColumnResizer.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatTableRenderer.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ToolbarButton.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ToolbarButtonBorder.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/TranslucencyUtils.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ValueField.java client/swing/src/main/java/com/redhat/thermostat/client/swing/components/models/NullSelectionModel.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/AboutDialog.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/GUIClientCommand.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/HostFilterRegistry.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/HostIconDecoratorProvider.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/HostTreeDecoratorRegistry.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/Main.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MainView.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MainWindow.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MainWindowControllerImpl.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MenuRegistry.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/RegistryFactory.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/UiFacadeFactoryImpl.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/VMInformationRegistry.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/VMTreeDecoratorRegistry.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/VmFilterRegistry.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/components/DecoratedDefaultMutableTreeNode.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/config/ConnectionConfiguration.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/HostContextActionServiceTracker.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/InformationServiceTracker.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/ThermostatActivator.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/VMContextActionServiceTracker.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/AgentInformationDisplayFrame.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/ClientConfigurationPanel.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/ClientConfigurationSwing.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/HostInformationPanel.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/MemorySpacePanel.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SummaryPanel.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingAgentInformationViewProvider.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingClientConfigurationViewProvider.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingHostInformationViewProvider.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingSummaryViewProvider.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingVmInformationViewProvider.java client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/VmInformationPanel.java client/swing/src/test/java/com/redhat/thermostat/client/swing/EdtHelperTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/IconDescriptorTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/MenuHelperTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/TabbedPaneMatcher.java client/swing/src/test/java/com/redhat/thermostat/client/swing/UIResourcesTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/components/ActionButtonTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/components/HeaderPanelTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/components/SearchFieldTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/components/StatusBarTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/components/models/NullSelectionModelTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/GUIClientCommandTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/HostIconDecoratorProviderTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MainTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MainWindowControllerImplTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MainWindowTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MenuRegistryTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/osgi/HostContextActionServiceTrackerTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/osgi/ThermostatActivatorTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/AgentInformationDisplayFrameTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/ClientConfigurationSwingTest.java client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/HostInformationPanelTest.java common/command/pom.xml common/command/src/main/java/com/redhat/thermostat/common/command/ConfigurationCommandContext.java common/command/src/main/java/com/redhat/thermostat/common/command/DecodingHelper.java common/command/src/main/java/com/redhat/thermostat/common/command/EncodingHelper.java common/command/src/main/java/com/redhat/thermostat/common/command/InvalidMessageException.java common/command/src/main/java/com/redhat/thermostat/common/command/Message.java common/command/src/main/java/com/redhat/thermostat/common/command/MessageDecoder.java common/command/src/main/java/com/redhat/thermostat/common/command/MessageEncoder.java common/command/src/main/java/com/redhat/thermostat/common/command/Messages.java common/command/src/main/java/com/redhat/thermostat/common/command/Request.java common/command/src/main/java/com/redhat/thermostat/common/command/RequestResponseListener.java common/command/src/main/java/com/redhat/thermostat/common/command/Response.java common/command/src/test/java/com/redhat/thermostat/common/command/DecodingHelperTest.java common/command/src/test/java/com/redhat/thermostat/common/command/EncodingHelperTest.java common/command/src/test/java/com/redhat/thermostat/common/command/MessageDecoderTest.java common/command/src/test/java/com/redhat/thermostat/common/command/MessagesTest.java common/command/src/test/java/com/redhat/thermostat/common/command/RequestTest.java common/command/src/test/java/com/redhat/thermostat/common/command/ResponseTest.java common/core/pom.xml common/core/src/main/java/com/redhat/thermostat/common/ActionEvent.java common/core/src/main/java/com/redhat/thermostat/common/ActionListener.java common/core/src/main/java/com/redhat/thermostat/common/ActionNotifier.java common/core/src/main/java/com/redhat/thermostat/common/ApplicationCache.java common/core/src/main/java/com/redhat/thermostat/common/ApplicationInfo.java common/core/src/main/java/com/redhat/thermostat/common/ApplicationService.java common/core/src/main/java/com/redhat/thermostat/common/Clock.java common/core/src/main/java/com/redhat/thermostat/common/CommandLoadingBundleActivator.java common/core/src/main/java/com/redhat/thermostat/common/Configuration.java common/core/src/main/java/com/redhat/thermostat/common/ConfigurationException.java common/core/src/main/java/com/redhat/thermostat/common/Constants.java common/core/src/main/java/com/redhat/thermostat/common/DbService.java common/core/src/main/java/com/redhat/thermostat/common/DbServiceFactory.java common/core/src/main/java/com/redhat/thermostat/common/DefaultHostsVMsLoader.java common/core/src/main/java/com/redhat/thermostat/common/HostsVMsLoader.java common/core/src/main/java/com/redhat/thermostat/common/LaunchException.java common/core/src/main/java/com/redhat/thermostat/common/LogFormatter.java common/core/src/main/java/com/redhat/thermostat/common/MultipleServiceTracker.java common/core/src/main/java/com/redhat/thermostat/common/NotImplementedException.java common/core/src/main/java/com/redhat/thermostat/common/Ordered.java common/core/src/main/java/com/redhat/thermostat/common/OrderedComparator.java common/core/src/main/java/com/redhat/thermostat/common/Pair.java common/core/src/main/java/com/redhat/thermostat/common/Size.java common/core/src/main/java/com/redhat/thermostat/common/SystemClock.java common/core/src/main/java/com/redhat/thermostat/common/TestUtils.java common/core/src/main/java/com/redhat/thermostat/common/ThermostatExtensionRegistry.java common/core/src/main/java/com/redhat/thermostat/common/ThreadPoolTimerFactory.java common/core/src/main/java/com/redhat/thermostat/common/Timer.java common/core/src/main/java/com/redhat/thermostat/common/TimerFactory.java common/core/src/main/java/com/redhat/thermostat/common/Version.java common/core/src/main/java/com/redhat/thermostat/common/cli/Arguments.java common/core/src/main/java/com/redhat/thermostat/common/cli/Command.java common/core/src/main/java/com/redhat/thermostat/common/cli/CommandContext.java common/core/src/main/java/com/redhat/thermostat/common/cli/CommandContextFactory.java common/core/src/main/java/com/redhat/thermostat/common/cli/CommandContextImpl.java common/core/src/main/java/com/redhat/thermostat/common/cli/CommandException.java common/core/src/main/java/com/redhat/thermostat/common/cli/CommandInfo.java common/core/src/main/java/com/redhat/thermostat/common/cli/CommandInfoNotFoundException.java common/core/src/main/java/com/redhat/thermostat/common/cli/CommandInfoSource.java common/core/src/main/java/com/redhat/thermostat/common/cli/CommandRegistry.java common/core/src/main/java/com/redhat/thermostat/common/cli/CommandRegistryImpl.java common/core/src/main/java/com/redhat/thermostat/common/cli/CommandWithInfo.java common/core/src/main/java/com/redhat/thermostat/common/cli/Console.java common/core/src/main/java/com/redhat/thermostat/common/cli/HostVMArguments.java common/core/src/main/java/com/redhat/thermostat/common/cli/SimpleArguments.java common/core/src/main/java/com/redhat/thermostat/common/cli/SimpleCommand.java common/core/src/main/java/com/redhat/thermostat/common/cli/SystemConsole.java common/core/src/main/java/com/redhat/thermostat/common/cli/TableRenderer.java common/core/src/main/java/com/redhat/thermostat/common/config/ClientPreferences.java common/core/src/main/java/com/redhat/thermostat/common/config/ConfigUtils.java common/core/src/main/java/com/redhat/thermostat/common/config/Defaults.java common/core/src/main/java/com/redhat/thermostat/common/config/InvalidConfigurationException.java common/core/src/main/java/com/redhat/thermostat/common/config/ThermostatOptionParser.java common/core/src/main/java/com/redhat/thermostat/common/dao/AgentInfoDAO.java common/core/src/main/java/com/redhat/thermostat/common/dao/AgentInfoDAOImpl.java common/core/src/main/java/com/redhat/thermostat/common/dao/BackendInfoDAO.java common/core/src/main/java/com/redhat/thermostat/common/dao/BackendInfoDAOImpl.java common/core/src/main/java/com/redhat/thermostat/common/dao/Countable.java common/core/src/main/java/com/redhat/thermostat/common/dao/DAOException.java common/core/src/main/java/com/redhat/thermostat/common/dao/DAOFactory.java common/core/src/main/java/com/redhat/thermostat/common/dao/DAOFactoryImpl.java common/core/src/main/java/com/redhat/thermostat/common/dao/HostInfoDAO.java common/core/src/main/java/com/redhat/thermostat/common/dao/HostInfoDAOImpl.java common/core/src/main/java/com/redhat/thermostat/common/dao/HostLatestPojoListGetter.java common/core/src/main/java/com/redhat/thermostat/common/dao/HostRef.java common/core/src/main/java/com/redhat/thermostat/common/dao/NetworkInterfaceInfoDAO.java common/core/src/main/java/com/redhat/thermostat/common/dao/NetworkInterfaceInfoDAOImpl.java common/core/src/main/java/com/redhat/thermostat/common/dao/Ref.java common/core/src/main/java/com/redhat/thermostat/common/dao/VmInfoDAO.java common/core/src/main/java/com/redhat/thermostat/common/dao/VmInfoDAOImpl.java common/core/src/main/java/com/redhat/thermostat/common/dao/VmLatestPojoListGetter.java common/core/src/main/java/com/redhat/thermostat/common/dao/VmRef.java common/core/src/main/java/com/redhat/thermostat/common/internal/Activator.java common/core/src/main/java/com/redhat/thermostat/common/internal/ApplicationServiceImpl.java common/core/src/main/java/com/redhat/thermostat/common/internal/CustomX509TrustManager.java common/core/src/main/java/com/redhat/thermostat/common/internal/DbServiceImpl.java common/core/src/main/java/com/redhat/thermostat/common/internal/KeyStoreProvider.java common/core/src/main/java/com/redhat/thermostat/common/internal/TrustManagerFactory.java common/core/src/main/java/com/redhat/thermostat/common/locale/LocaleResources.java common/core/src/main/java/com/redhat/thermostat/common/locale/Translate.java common/core/src/main/java/com/redhat/thermostat/common/model/LongRange.java common/core/src/main/java/com/redhat/thermostat/common/model/LongRangeNormalizer.java common/core/src/main/java/com/redhat/thermostat/common/ssl/SSLContextFactory.java common/core/src/main/java/com/redhat/thermostat/common/ssl/SSLKeystoreConfiguration.java common/core/src/main/java/com/redhat/thermostat/common/ssl/SslInitException.java common/core/src/main/java/com/redhat/thermostat/common/tools/ApplicationException.java common/core/src/main/java/com/redhat/thermostat/common/tools/ApplicationState.java common/core/src/main/java/com/redhat/thermostat/common/tools/BasicCommand.java common/core/src/main/java/com/redhat/thermostat/common/tools/ProcessStartException.java common/core/src/main/java/com/redhat/thermostat/common/utils/ArrayUtils.java common/core/src/main/java/com/redhat/thermostat/common/utils/DescriptorConverter.java common/core/src/main/java/com/redhat/thermostat/common/utils/LoggedExternalProcess.java common/core/src/main/java/com/redhat/thermostat/common/utils/LoggingUtils.java common/core/src/main/java/com/redhat/thermostat/common/utils/OSGIUtils.java common/core/src/main/java/com/redhat/thermostat/common/utils/ServiceRegistry.java common/core/src/main/java/com/redhat/thermostat/common/utils/StreamUtils.java common/core/src/main/java/com/redhat/thermostat/common/utils/StringUtils.java common/core/src/main/java/com/redhat/thermostat/test/Bug.java common/core/src/main/java/com/redhat/thermostat/test/ExceptionThrowingInputStream.java common/core/src/main/java/com/redhat/thermostat/test/FreePortFinder.java common/core/src/main/java/com/redhat/thermostat/test/StubBundleContext.java common/core/src/main/java/com/redhat/thermostat/test/StubServiceReference.java common/core/src/main/java/com/redhat/thermostat/test/StubServiceRegistration.java common/core/src/main/java/com/redhat/thermostat/test/TestCommandContextFactory.java common/core/src/main/java/com/redhat/thermostat/test/TestCommandRegistry.java common/core/src/main/java/com/redhat/thermostat/test/TestTimerFactory.java common/core/src/main/resources/com/redhat/thermostat/app-info.properties common/core/src/test/java/com/redhat/thermostat/common/ActionEventTest.java common/core/src/test/java/com/redhat/thermostat/common/ActionNotifierTest.java common/core/src/test/java/com/redhat/thermostat/common/ApplicationCacheTest.java common/core/src/test/java/com/redhat/thermostat/common/ApplicationInfoTest.java common/core/src/test/java/com/redhat/thermostat/common/ConfigurationTest.java common/core/src/test/java/com/redhat/thermostat/common/DefaultHostsVMsLoaderTest.java common/core/src/test/java/com/redhat/thermostat/common/MultipleServiceTrackerTest.java common/core/src/test/java/com/redhat/thermostat/common/OrderedComparatorTest.java common/core/src/test/java/com/redhat/thermostat/common/PairTest.java common/core/src/test/java/com/redhat/thermostat/common/SizeTest.java common/core/src/test/java/com/redhat/thermostat/common/ThreadPoolTimerFactoryTest.java common/core/src/test/java/com/redhat/thermostat/common/VersionTest.java common/core/src/test/java/com/redhat/thermostat/common/cli/CommandContextFactoryTest.java common/core/src/test/java/com/redhat/thermostat/common/cli/CommandExceptionTest.java common/core/src/test/java/com/redhat/thermostat/common/cli/CommandRegistryImplTest.java common/core/src/test/java/com/redhat/thermostat/common/cli/CommandWithInfoTest.java common/core/src/test/java/com/redhat/thermostat/common/cli/HostVMArgumentsTest.java common/core/src/test/java/com/redhat/thermostat/common/cli/SimpleArgumentsTest.java common/core/src/test/java/com/redhat/thermostat/common/cli/TableRendererTest.java common/core/src/test/java/com/redhat/thermostat/common/config/ClientPreferencesTest.java common/core/src/test/java/com/redhat/thermostat/common/config/ConfigUtilsTest.java common/core/src/test/java/com/redhat/thermostat/common/dao/AgentInfoDAOTest.java common/core/src/test/java/com/redhat/thermostat/common/dao/BackendInfoDAOTest.java common/core/src/test/java/com/redhat/thermostat/common/dao/HostInfoDAOTest.java common/core/src/test/java/com/redhat/thermostat/common/dao/HostLatestPojoListGetterTest.java common/core/src/test/java/com/redhat/thermostat/common/dao/MongoDAOFactoryTest.java common/core/src/test/java/com/redhat/thermostat/common/dao/NetworkInterfaceInfoDAOTest.java common/core/src/test/java/com/redhat/thermostat/common/dao/QueryTestHelper.java common/core/src/test/java/com/redhat/thermostat/common/dao/VmInfoDAOTest.java common/core/src/test/java/com/redhat/thermostat/common/dao/VmLatestPojoListGetterTest.java common/core/src/test/java/com/redhat/thermostat/common/internal/ApplicationServiceImplTest.java common/core/src/test/java/com/redhat/thermostat/common/internal/CustomX509TrustManagerTest.java common/core/src/test/java/com/redhat/thermostat/common/internal/DbServiceTest.java common/core/src/test/java/com/redhat/thermostat/common/internal/KeyStoreProviderTest.java common/core/src/test/java/com/redhat/thermostat/common/locale/LocaleResourcesTest.java common/core/src/test/java/com/redhat/thermostat/common/locale/TranslateTest.java common/core/src/test/java/com/redhat/thermostat/common/model/LongRangeNormalizerTest.java common/core/src/test/java/com/redhat/thermostat/common/ssl/SSLContextFactoryTest.java common/core/src/test/java/com/redhat/thermostat/common/ssl/SSLKeystoreConfigurationTest.java common/core/src/test/java/com/redhat/thermostat/common/tools/BasicCommandTest.java common/core/src/test/java/com/redhat/thermostat/common/utils/ArrayUtilsTest.java common/core/src/test/java/com/redhat/thermostat/common/utils/DescriptorConverterTest.java common/core/src/test/java/com/redhat/thermostat/common/utils/LoggingUtilsTest.java common/core/src/test/java/com/redhat/thermostat/common/utils/StreamUtilsTest.java common/core/src/test/java/com/redhat/thermostat/test/ExceptionThrowingInputStreamTest.java common/core/src/test/java/com/redhat/thermostat/test/StubBundleContextTest.java common/core/src/test/java/com/redhat/thermostat/test/TestCommandContextFactoryTest.java common/core/src/test/java/com/redhat/thermostat/test/TestTimerFactoryTest.java common/pom.xml common/test/pom.xml common/test/src/main/java/com/redhat/thermostat/test/cli/TestCommand.java common/test/src/main/java/com/redhat/thermostat/test/locale/AbstractLocaleResourcesTest.java dev/archetype-ext/pom.xml dev/pom.xml distribution/config/db.properties distribution/config/logging.properties distribution/config/osgi-export.properties distribution/pom.xml distribution/scripts/thermostat distribution/scripts/thermostat-client-gui distribution/scripts/thermostat-client-gui-debug distribution/scripts/thermostat-client-service-debug distribution/scripts/thermostat-init-layout distribution/src/main/java/com/redhat/thermostat/distribution/IdeLauncher.java distribution/src/test/java/com/redhat/thermostat/distribution/CliTest.java distribution/src/test/java/com/redhat/thermostat/distribution/IntegrationTest.java distribution/src/test/java/com/redhat/thermostat/distribution/StorageConnectionTest.java distribution/src/test/java/com/redhat/thermostat/distribution/StorageTest.java distribution/src/test/java/com/redhat/thermostat/distribution/VmCommandsTest.java eclipse/com.redhat.thermostat.client.feature/feature.xml eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/Activator.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/HostCpuViewPart.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/HostMemoryViewPart.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/RecentTimeSeriesChartComposite.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostCpuView.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostCpuViewProvider.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostMemoryView.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostMemoryViewProvider.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmCpuView.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmCpuViewProvider.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmGcView.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmGcViewProvider.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/VmCpuViewPart.java eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/VmGcViewPart.java eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/Activator.java eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/SWTVmClassStatView.java eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/SWTVmClassStatViewProvider.java eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/VmClassStatViewPart.java eclipse/com.redhat.thermostat.eclipse.feature/feature.xml eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/RecentTimeSeriesChartCompositeTest.java eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTHostCpuViewTest.java eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTHostMemoryViewTest.java eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTHostOverviewViewTest.java eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTVmClassStatViewTest.java eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTVmCpuViewTest.java eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTVmGcViewTest.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/Activator.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/model/HostVmsTreeContentProviderTest.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/model/HostsVmsLabelProviderTest.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/AbstractRefViewPartTest.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/HostCpuViewPartTest.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/HostMemoryViewPartTest.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/HostOverviewViewPartTest.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/ThermostatPerspectiveTest.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/ViewVisibilityWatcherTest.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/VmClassStatViewPartTest.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/VmCpuViewPartTest.java eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/VmGcViewPartTest.java eclipse/com.redhat.thermostat.eclipse/plugin.xml eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/LoggerFacility.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/SWTComponent.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/SWTViewProvider.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/ThermostatConstants.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/Activator.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/ConnectionConfiguration.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/controllers/ConnectDBAction.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/controllers/ConnectionJobListener.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/jobs/ConnectDbJob.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/model/HostsVmsLabelProvider.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/model/HostsVmsTreeContentProvider.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/model/HostsVmsTreeRoot.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/HostOverviewViewPart.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/HostsVmsTreeViewPart.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/RefViewPart.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/SWTHostOverviewView.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/SWTHostOverviewViewProvider.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/ThermostatPerspectiveFactory.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/ViewVisibilityWatcher.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/views/HostRefViewPart.java eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/views/VmRefViewPart.java eclipse/composite-repo/pom.xml eclipse/jfreechart-bundle-wrapping/org.jfree.chart/pom.xml eclipse/jfreechart-bundle-wrapping/org.jfree/pom.xml eclipse/jfreechart-bundle-wrapping/pom.xml eclipse/jfreechart-p2-repository/pom.xml eclipse/pom.xml eclipse/test-deps-bundle-wrapping/org.hamcrest/pom.xml eclipse/test-deps-bundle-wrapping/org.mockito/pom.xml eclipse/test-deps-bundle-wrapping/org.objenesis/pom.xml eclipse/test-deps-bundle-wrapping/pom.xml eclipse/test-deps-p2-repository/pom.xml host-cpu/agent/src/main/java/com/redhat/thermostat/host/cpu/agent/internal/Activator.java host-cpu/agent/src/main/java/com/redhat/thermostat/host/cpu/agent/internal/CpuStatBuilder.java host-cpu/agent/src/main/java/com/redhat/thermostat/host/cpu/agent/internal/HostCpuBackend.java host-cpu/agent/src/test/java/com/redhat/thermostat/host/cpu/agent/internal/ActivatorTest.java host-cpu/agent/src/test/java/com/redhat/thermostat/host/cpu/agent/internal/CpuStatBuilderTest.java host-cpu/agent/src/test/java/com/redhat/thermostat/host/cpu/agent/internal/HostCpuBackendTest.java host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/HostCpuService.java host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/HostCpuView.java host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/HostCpuViewProvider.java host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/internal/Activator.java host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/internal/HostCpuController.java host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/locale/LocaleResources.java host-cpu/client-core/src/test/java/com/redhat/thermostat/host/cpu/client/core/internal/ActivatorTest.java host-cpu/client-core/src/test/java/com/redhat/thermostat/host/cpu/client/core/internal/HostCpuControllerTest.java host-cpu/client-core/src/test/java/com/redhat/thermostat/host/cpu/client/locale/LocaleResourcesTest.java host-cpu/client-swing/src/main/java/com/redhat/thermostat/host/cpu/client/swing/internal/Activator.java host-cpu/client-swing/src/main/java/com/redhat/thermostat/host/cpu/client/swing/internal/HostCpuPanel.java host-cpu/client-swing/src/main/java/com/redhat/thermostat/host/cpu/client/swing/internal/SwingHostCpuViewProvider.java host-cpu/client-swing/src/test/java/com/redhat/thermostat/host/cpu/client/swing/internal/ActivatorTest.java host-cpu/common/src/main/java/com/redhat/thermostat/host/cpu/common/CpuStatDAO.java host-cpu/common/src/main/java/com/redhat/thermostat/host/cpu/common/internal/Activator.java host-cpu/common/src/main/java/com/redhat/thermostat/host/cpu/common/internal/CpuStatDAOImpl.java host-cpu/common/src/test/java/com/redhat/thermostat/host/cpu/common/internal/ActivatorTest.java host-cpu/common/src/test/java/com/redhat/thermostat/host/cpu/common/internal/CpuStatDAOTest.java host-cpu/pom.xml host-memory/agent/src/main/java/com/redhat/thermostat/host/memory/agent/internal/Activator.java host-memory/agent/src/main/java/com/redhat/thermostat/host/memory/agent/internal/HostMemoryBackend.java host-memory/agent/src/main/java/com/redhat/thermostat/host/memory/agent/internal/MemoryStatBuilder.java host-memory/agent/src/test/java/com/redhat/thermostat/host/memory/agent/internal/ActivatorTest.java host-memory/agent/src/test/java/com/redhat/thermostat/host/memory/agent/internal/HostMemoryBackendTest.java host-memory/agent/src/test/java/com/redhat/thermostat/host/memory/agent/internal/MemoryStatBuilderTest.java host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/HostMemoryService.java host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/HostMemoryView.java host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/HostMemoryViewProvider.java host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/internal/Activator.java host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/internal/HostMemoryController.java host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/locale/LocaleResources.java host-memory/client-core/src/test/java/com/redhat/thermostat/host/memory/client/core/internal/ActivatorTest.java host-memory/client-core/src/test/java/com/redhat/thermostat/host/memory/client/core/internal/HostMemoryControllerTest.java host-memory/client-core/src/test/java/com/redhat/thermostat/host/memory/client/locale/LocaleResourcesTest.java host-memory/client-swing/src/main/java/com/redhat/thermostat/host/memory/client/swing/internal/Activator.java host-memory/client-swing/src/main/java/com/redhat/thermostat/host/memory/client/swing/internal/HostMemoryPanel.java host-memory/client-swing/src/main/java/com/redhat/thermostat/host/memory/client/swing/internal/SwingHostMemoryViewProvider.java host-memory/client-swing/src/test/java/com/redhat/thermostat/host/memory/client/swing/internal/ActivatorTest.java host-memory/common/src/main/java/com/redhat/thermostat/host/memory/common/MemoryStatDAO.java host-memory/common/src/main/java/com/redhat/thermostat/host/memory/common/internal/Activator.java host-memory/common/src/main/java/com/redhat/thermostat/host/memory/common/internal/MemoryStatDAOImpl.java host-memory/common/src/test/java/com/redhat/thermostat/host/memory/common/internal/ActivatorTest.java host-memory/common/src/test/java/com/redhat/thermostat/host/memory/common/internal/MemoryStatDAOTest.java host-memory/pom.xml host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/HostOverviewService.java host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/HostOverviewView.java host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/HostOverviewViewProvider.java host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/internal/Activator.java host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/internal/HostOverviewController.java host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/locale/LocaleResources.java host-overview/client-core/src/test/java/com/redhat/thermostat/host/overview/client/core/internal/ActivatorTest.java host-overview/client-core/src/test/java/com/redhat/thermostat/host/overview/client/core/internal/HostOverviewControllerTest.java host-overview/client-core/src/test/java/com/redhat/thermostat/host/overview/client/locale/LocaleResourcesTest.java host-overview/client-swing/src/main/java/com/redhat/thermostat/host/overview/client/swing/internal/Activator.java host-overview/client-swing/src/main/java/com/redhat/thermostat/host/overview/client/swing/internal/HostOverviewPanel.java host-overview/client-swing/src/main/java/com/redhat/thermostat/host/overview/client/swing/internal/SwingHostOverviewViewProvider.java host-overview/client-swing/src/test/java/com/redhat/thermostat/host/overview/client/swing/internal/ActivatorTest.java host-overview/pom.xml keyring/src/main/java/com/redhat/thermostat/utils/keyring/Credentials.java keyring/src/main/java/com/redhat/thermostat/utils/keyring/GnomeKeyringLibraryNative.java keyring/src/main/java/com/redhat/thermostat/utils/keyring/Keyring.java keyring/src/main/java/com/redhat/thermostat/utils/keyring/KeyringProvider.java keyring/src/main/java/com/redhat/thermostat/utils/keyring/MemoryKeyring.java keyring/src/main/java/com/redhat/thermostat/utils/keyring/activator/Activator.java keyring/src/main/native/GnomeKeyringLibraryNative.c keyring/src/test/java/com/redhat/thermostat/utils/keyring/KeyringProviderTest.java keyring/src/test/java/com/redhat/thermostat/utils/keyring/KeyringTest.java killvm/agent/pom.xml killvm/agent/src/main/java/com/redhat/thermostat/killvm/agent/internal/Activator.java killvm/agent/src/main/java/com/redhat/thermostat/killvm/agent/internal/KillVmReceiver.java killvm/agent/src/test/java/com/redhat/thermostat/killvm/agent/internal/ActivatorTest.java killvm/agent/src/test/java/com/redhat/thermostat/killvm/agent/internal/KillVmReceiverTest.java killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/internal/Activator.java killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/internal/KillVMAction.java killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/internal/SwingVMKilledListener.java killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/locale/LocaleResources.java killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/internal/ActivatorTest.java killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/internal/KillVMActionTest.java killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/internal/SwingVMKilledListenerTest.java killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/locale/TranslateTest.java killvm/pom.xml launcher/pom.xml launcher/src/main/java/com/redhat/thermostat/launcher/BundleManager.java launcher/src/main/java/com/redhat/thermostat/launcher/Launcher.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/Activator.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/BundleLoader.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/BundleManagerImpl.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandInfoImpl.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandInfoSourceImpl.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandLineArgumentParseException.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandLineArguments.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandLineArgumentsParser.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommonOptions.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/HelpCommand.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/LauncherImpl.java launcher/src/main/java/com/redhat/thermostat/launcher/internal/LocaleResources.java launcher/src/test/java/com/redhat/thermostat/launcher/BundleManagerTest.java launcher/src/test/java/com/redhat/thermostat/launcher/internal/ActivatorTest.java launcher/src/test/java/com/redhat/thermostat/launcher/internal/BundleLoaderTest.java launcher/src/test/java/com/redhat/thermostat/launcher/internal/BundleManagerImplTest.java launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommandInfoImplTest.java launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommandInfoSourceTest.java launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommandLineArgumentsParserTest.java launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommonOptionsTest.java launcher/src/test/java/com/redhat/thermostat/launcher/internal/HelpCommandTest.java launcher/src/test/java/com/redhat/thermostat/launcher/internal/LauncherTest.java launcher/src/test/java/com/redhat/thermostat/launcher/internal/LocaleResourcesTest.java main/pom.xml main/src/main/java/com/redhat/thermostat/main/Thermostat.java main/src/main/java/com/redhat/thermostat/main/impl/Activator.java main/src/main/java/com/redhat/thermostat/main/impl/FrameworkProvider.java main/src/test/java/com/redhat/thermostat/main/TestFrameworkFactory.java main/src/test/java/com/redhat/thermostat/main/ThermostatTest.java main/src/test/resources/META-INF/services/org.osgi.framework.launch.FrameworkFactory numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/Activator.java numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/NumaBackend.java numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/NumaCollector.java numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/NumaStatBuilder.java numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/ActivatorTest.java numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/NumaBackendTest.java numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/NumaCollectorTest.java numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/NumaStatBuilderTest.java numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/NumaInformationService.java numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/NumaView.java numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/NumaViewProvider.java numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/internal/Activator.java numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/internal/NumaController.java numa/client-core/src/main/java/com/redhat/thermostat/numa/client/locale/LocaleResources.java numa/client-core/src/test/java/com/redhat/thermostat/numa/client/core/NumaInformationServiceTest.java numa/client-core/src/test/java/com/redhat/thermostat/numa/client/core/internal/ActivatorTest.java numa/client-core/src/test/java/com/redhat/thermostat/numa/client/core/internal/NumaControllerTest.java numa/client-core/src/test/java/com/redhat/thermostat/numa/client/locale/LocaleResourcesTest.java numa/client-swing/src/main/java/com/redhat/thermostat/numa/client/swing/internal/Activator.java numa/client-swing/src/main/java/com/redhat/thermostat/numa/client/swing/internal/NumaPanel.java numa/client-swing/src/main/java/com/redhat/thermostat/numa/client/swing/internal/SwingNumaViewProvider.java numa/client-swing/src/test/java/com/redhat/thermostat/numa/client/swing/internal/ActivatorTest.java numa/client-swing/src/test/java/com/redhat/thermostat/numa/client/swing/internal/NumaPanelTest.java numa/common/src/main/java/com/redhat/thermostat/numa/common/NodeStat.java numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaDAO.java numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaHostInfo.java numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaNodeStat.java numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaStat.java numa/common/src/main/java/com/redhat/thermostat/numa/common/internal/Activator.java numa/common/src/main/java/com/redhat/thermostat/numa/common/internal/NumaDAOImpl.java numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaDAOTest.java numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaHostInfoTest.java numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaNodeStatTest.java numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaStatTest.java numa/common/src/test/java/com/redhat/thermostat/numa/common/internal/ActivatorTest.java numa/common/src/test/java/com/redhat/thermostat/numa/common/internal/NumaDAOImplTest.java numa/pom.xml pom.xml src/main/assembly/src-tarball.xml storage/core/pom.xml storage/core/src/main/java/com/redhat/thermostat/storage/config/AuthenticationConfiguration.java storage/core/src/main/java/com/redhat/thermostat/storage/config/ConnectionConfiguration.java storage/core/src/main/java/com/redhat/thermostat/storage/config/StartupConfiguration.java storage/core/src/main/java/com/redhat/thermostat/storage/core/AbstractQuery.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Add.java storage/core/src/main/java/com/redhat/thermostat/storage/core/AuthToken.java storage/core/src/main/java/com/redhat/thermostat/storage/core/BasePut.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Categories.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Category.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Connection.java storage/core/src/main/java/com/redhat/thermostat/storage/core/ConnectionException.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Cursor.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Entity.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Key.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Persist.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Put.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Query.java storage/core/src/main/java/com/redhat/thermostat/storage/core/QueuedStorage.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Remove.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Replace.java storage/core/src/main/java/com/redhat/thermostat/storage/core/SecureStorage.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Storage.java storage/core/src/main/java/com/redhat/thermostat/storage/core/StorageException.java storage/core/src/main/java/com/redhat/thermostat/storage/core/StorageProvider.java storage/core/src/main/java/com/redhat/thermostat/storage/core/StorageProviderUtil.java storage/core/src/main/java/com/redhat/thermostat/storage/core/Update.java storage/core/src/main/java/com/redhat/thermostat/storage/model/AgentInformation.java storage/core/src/main/java/com/redhat/thermostat/storage/model/BackendInformation.java storage/core/src/main/java/com/redhat/thermostat/storage/model/BasePojo.java storage/core/src/main/java/com/redhat/thermostat/storage/model/CpuStat.java storage/core/src/main/java/com/redhat/thermostat/storage/model/DiscreteTimeData.java storage/core/src/main/java/com/redhat/thermostat/storage/model/HeapInfo.java storage/core/src/main/java/com/redhat/thermostat/storage/model/HostInfo.java storage/core/src/main/java/com/redhat/thermostat/storage/model/IntervalTimeData.java storage/core/src/main/java/com/redhat/thermostat/storage/model/MemoryStat.java storage/core/src/main/java/com/redhat/thermostat/storage/model/MemoryType.java storage/core/src/main/java/com/redhat/thermostat/storage/model/NetworkInterfaceInfo.java storage/core/src/main/java/com/redhat/thermostat/storage/model/Pojo.java storage/core/src/main/java/com/redhat/thermostat/storage/model/TimeStampedPojo.java storage/core/src/main/java/com/redhat/thermostat/storage/model/TimeStampedPojoComparator.java storage/core/src/main/java/com/redhat/thermostat/storage/model/TimeStampedPojoCorrelator.java storage/core/src/main/java/com/redhat/thermostat/storage/model/VmClassStat.java storage/core/src/main/java/com/redhat/thermostat/storage/model/VmCpuStat.java storage/core/src/main/java/com/redhat/thermostat/storage/model/VmGcStat.java storage/core/src/main/java/com/redhat/thermostat/storage/model/VmInfo.java storage/core/src/main/java/com/redhat/thermostat/storage/model/VmMemoryStat.java storage/core/src/test/java/com/redhat/thermostat/storage/core/BasePutTest.java storage/core/src/test/java/com/redhat/thermostat/storage/core/CategoryTest.java storage/core/src/test/java/com/redhat/thermostat/storage/core/ConnectionTest.java storage/core/src/test/java/com/redhat/thermostat/storage/core/KeyTest.java storage/core/src/test/java/com/redhat/thermostat/storage/core/QueuedStorageExecutorTest.java storage/core/src/test/java/com/redhat/thermostat/storage/core/QueuedStorageTest.java storage/core/src/test/java/com/redhat/thermostat/storage/model/BackendInformationTest.java storage/core/src/test/java/com/redhat/thermostat/storage/model/HeapInfoTest.java storage/core/src/test/java/com/redhat/thermostat/storage/model/TimeStampedPojoCorrelatorTest.java storage/mongo/pom.xml storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/MongoStorageProvider.java storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/Activator.java storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoConnection.java storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoCursor.java storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoPojoConverter.java storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoQuery.java storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoRemove.java storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoStorage.java storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoUpdate.java storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoConnectionTest.java storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoCursorTest.java storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoPojoConverterTest.java storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoQueryTest.java storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoStorageTest.java storage/pom.xml system-backend/pom.xml system-backend/src/main/java/com/redhat/thermostat/backend/system/DistributionInformation.java system-backend/src/main/java/com/redhat/thermostat/backend/system/DistributionInformationSource.java system-backend/src/main/java/com/redhat/thermostat/backend/system/EtcOsRelease.java system-backend/src/main/java/com/redhat/thermostat/backend/system/HostInfoBuilder.java system-backend/src/main/java/com/redhat/thermostat/backend/system/JvmStatDataExtractor.java system-backend/src/main/java/com/redhat/thermostat/backend/system/JvmStatHostListener.java system-backend/src/main/java/com/redhat/thermostat/backend/system/LsbRelease.java system-backend/src/main/java/com/redhat/thermostat/backend/system/NetworkInfoBuilder.java system-backend/src/main/java/com/redhat/thermostat/backend/system/ProcessEnvironmentBuilder.java system-backend/src/main/java/com/redhat/thermostat/backend/system/SystemBackend.java system-backend/src/main/java/com/redhat/thermostat/backend/system/VmStatusChangeNotifier.java system-backend/src/main/java/com/redhat/thermostat/backend/system/osgi/SystemBackendActivator.java system-backend/src/test/java/com/redhat/thermostat/backend/system/DistributionInformationTest.java system-backend/src/test/java/com/redhat/thermostat/backend/system/EtcOsReleaseTest.java system-backend/src/test/java/com/redhat/thermostat/backend/system/HostInfoBuilderTest.java system-backend/src/test/java/com/redhat/thermostat/backend/system/JvmStatDataExtractorTest.java system-backend/src/test/java/com/redhat/thermostat/backend/system/JvmStatHostListenerTest.java system-backend/src/test/java/com/redhat/thermostat/backend/system/LsbReleaseTest.java system-backend/src/test/java/com/redhat/thermostat/backend/system/NetworkInfoBuilderTest.java system-backend/src/test/java/com/redhat/thermostat/backend/system/ProcessEnvironmentBuilderTest.java system-backend/src/test/java/com/redhat/thermostat/backend/system/SystemBackendTest.java system-backend/src/test/java/com/redhat/thermostat/backend/system/VmStatusChangeNotifierTest.java thread/client-common/pom.xml thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/IconResources.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/ThreadState.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/ThreadTableBean.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/ThreadViewProvider.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/Timeline.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/TimelineInfo.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/chart/ChartColors.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/chart/LivingDaemonThreadDifferenceChart.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/chart/ThreadDeatailsPieChart.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/ThreadCollector.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/ThreadCollectorFactory.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/impl/ThreadCollectorFactoryImpl.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/impl/ThreadMXBeanCollector.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/locale/LocaleResources.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/model/timeline/Page.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/osgi/Activator.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadCountView.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadDetailsView.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadTableView.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadTimelineView.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadView.java thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/VMThreadCapabilitiesView.java thread/client-common/src/test/java/com/redhat/thermostat/thread/client/common/collector/ThreadCollectorFactoryTest.java thread/client-common/src/test/java/com/redhat/thermostat/thread/client/common/collector/impl/ThreadCollectorTest.java thread/client-controllers/pom.xml thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/CommonController.java thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadCountController.java thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInfoHelper.java thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInformationController.java thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInformationService.java thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTableController.java thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTimelineController.java thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/VMThreadCapabilitiesController.java thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/osgi/Activator.java thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadCountControllerTest.java thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInfoHelperTest.java thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInformationControllerTest.java thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTableControllerTest.java thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTimelineControllerTest.java thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/VMThreadCapabilitiesControllerTest.java thread/client-swing/pom.xml thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/SwingThreadViewService.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadCountView.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadDetailsView.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadTableView.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadTimelineView.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadView.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingVMThreadCapabilitiesView.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadAliveDaemonTimelinePanel.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadDetailsChart.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadMainPanel.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadTable.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadTimelineLegendPanel.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/VMCapsSummaryPanel.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineCellRenderer.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineComponent.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineRulerHeader.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineUtils.java thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/osgi/Activator.java thread/client-swing/src/test/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadViewTest.java thread/collector/pom.xml thread/collector/src/main/java/com/redhat/thermostat/thread/collector/HarvesterCommand.java thread/collector/src/main/java/com/redhat/thermostat/thread/common/osgi/Activator.java thread/collector/src/main/java/com/redhat/thermostat/thread/dao/ThreadDao.java thread/collector/src/main/java/com/redhat/thermostat/thread/dao/impl/ThreadDaoImpl.java thread/collector/src/main/java/com/redhat/thermostat/thread/model/ThreadInfoData.java thread/collector/src/main/java/com/redhat/thermostat/thread/model/ThreadSummary.java thread/collector/src/main/java/com/redhat/thermostat/thread/model/VMThreadCapabilities.java thread/collector/src/test/java/com/redhat/thermostat/thread/dao/impl/ThreadDaoImplTest.java thread/harvester/pom.xml thread/harvester/src/main/java/com/redhat/thermostat/thread/harvester/Harvester.java thread/harvester/src/main/java/com/redhat/thermostat/thread/harvester/ThreadHarvester.java thread/harvester/src/main/java/com/redhat/thermostat/thread/harvester/osgi/Activator.java thread/harvester/src/test/java/com/redhat/thermostat/thread/harvester/HarvesterTest.java thread/harvester/src/test/java/com/redhat/thermostat/thread/harvester/ThreadHarvesterTest.java thread/pom.xml unix-process-handler/src/main/java/com/redhat/thermostat/service/activator/Activator.java unix-process-handler/src/main/java/com/redhat/thermostat/service/process/UNIXProcessHandler.java unix-process-handler/src/main/java/com/redhat/thermostat/service/process/UNIXSignal.java unix-process-handler/src/main/java/com/redhat/thermostat/service/process/UnixProcessUtilities.java unix-process-handler/src/test/java/com/redhat/thermostat/service/process/UnixProcessUtilitiesTest.java vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/Activator.java vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatBackend.java vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatDataExtractor.java vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatVmListener.java vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/ActivatorTest.java vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatBackendTest.java vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatDataExtractorTest.java vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatVmListenerTest.java vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/VmClassStatService.java vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/VmClassStatView.java vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/VmClassStatViewProvider.java vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/internal/Activator.java vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/internal/VmClassStatController.java vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/locale/LocaleResources.java vm-classstat/client-core/src/test/java/com/redhat/thermostat/vm/classstat/client/core/internal/ActivatorTest.java vm-classstat/client-core/src/test/java/com/redhat/thermostat/vm/classstat/client/core/internal/VmClassStatControllerTest.java vm-classstat/client-core/src/test/java/com/redhat/thermostat/vm/classstat/client/locale/LocaleResourcesTest.java vm-classstat/client-swing/src/main/java/com/redhat/thermostat/vm/classstat/client/swing/Activator.java vm-classstat/client-swing/src/main/java/com/redhat/thermostat/vm/classstat/client/swing/SwingVmClassStatViewProvider.java vm-classstat/client-swing/src/main/java/com/redhat/thermostat/vm/classstat/client/swing/VmClassStatPanel.java vm-classstat/client-swing/src/test/java/com/redhat/thermostat/vm/classstat/client/swing/ActivatorTest.java vm-classstat/client-swing/src/test/java/com/redhat/thermostat/vm/classstat/client/swing/VmClassStatPanelTest.java vm-classstat/common/src/main/java/com/redhat/thermostat/vm/classstat/common/VmClassStatDAO.java vm-classstat/common/src/main/java/com/redhat/thermostat/vm/classstat/common/internal/Activator.java vm-classstat/common/src/main/java/com/redhat/thermostat/vm/classstat/common/internal/VmClassStatDAOImpl.java vm-classstat/common/src/test/java/com/redhat/thermostat/vm/classstat/common/internal/ActivatorTest.java vm-classstat/common/src/test/java/com/redhat/thermostat/vm/classstat/common/internal/VmClassStatDAOTest.java vm-classstat/pom.xml vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/Activator.java vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/ProcessStatusInfo.java vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/ProcessStatusInfoBuilder.java vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuBackend.java vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuStatBuilder.java vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/ActivatorTest.java vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/ProcessStatusInfoBuilderTest.java vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuBackendTest.java vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuStatBuilderTest.java vm-cpu/client-cli/src/main/java/com/redhat/thermostat/vm/cpu/client/cli/internal/Activator.java vm-cpu/client-cli/src/main/java/com/redhat/thermostat/vm/cpu/client/cli/internal/LocaleResources.java vm-cpu/client-cli/src/main/java/com/redhat/thermostat/vm/cpu/client/cli/internal/VmCpuStatPrintDelegate.java vm-cpu/client-cli/src/test/java/com/redhat/thermostat/vm/cpu/client/cli/internal/ActivatorTest.java vm-cpu/client-cli/src/test/java/com/redhat/thermostat/vm/cpu/client/cli/internal/LocaleResourcesTest.java vm-cpu/client-cli/src/test/java/com/redhat/thermostat/vm/cpu/client/cli/internal/VmCpuStatPrintDelegateTest.java vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/VmCpuService.java vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/VmCpuView.java vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/VmCpuViewProvider.java vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/internal/Activator.java vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/internal/VmCpuController.java vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/locale/LocaleResources.java vm-cpu/client-core/src/test/java/com/redhat/thermostat/vm/cpu/client/core/internal/ActivatorTest.java vm-cpu/client-core/src/test/java/com/redhat/thermostat/vm/cpu/client/core/internal/VmCpuControllerTest.java vm-cpu/client-core/src/test/java/com/redhat/thermostat/vm/cpu/client/locale/LocaleResourcesTest.java vm-cpu/client-swing/src/main/java/com/redhat/thermostat/vm/cpu/client/swing/internal/Activator.java vm-cpu/client-swing/src/main/java/com/redhat/thermostat/vm/cpu/client/swing/internal/SwingVmCpuViewProvider.java vm-cpu/client-swing/src/main/java/com/redhat/thermostat/vm/cpu/client/swing/internal/VmCpuPanel.java vm-cpu/client-swing/src/test/java/com/redhat/thermostat/vm/cpu/client/swing/internal/ActivatorTest.java vm-cpu/common/src/main/java/com/redhat/thermostat/vm/cpu/common/VmCpuStatDAO.java vm-cpu/common/src/main/java/com/redhat/thermostat/vm/cpu/common/internal/Activator.java vm-cpu/common/src/main/java/com/redhat/thermostat/vm/cpu/common/internal/VmCpuStatDAOImpl.java vm-cpu/common/src/test/java/com/redhat/thermostat/vm/cpu/common/internal/ActivatorTest.java vm-cpu/common/src/test/java/com/redhat/thermostat/vm/cpu/common/internal/VmCpuStatDAOTest.java vm-cpu/pom.xml vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/Activator.java vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcBackend.java vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcDataExtractor.java vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcVmListener.java vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/ActivatorTest.java vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcBackendTest.java vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcDataExtractorTest.java vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcVmListenerTest.java vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/VmGcService.java vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/VmGcView.java vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/VmGcViewProvider.java vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/internal/Activator.java vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/internal/VmGcController.java vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/locale/LocaleResources.java vm-gc/client-core/src/test/java/com/redhat/thermostat/vm/gc/client/core/internal/ActivatorTest.java vm-gc/client-core/src/test/java/com/redhat/thermostat/vm/gc/client/core/internal/VmGcControllerTest.java vm-gc/client-core/src/test/java/com/redhat/thermostat/vm/gc/client/locale/LocaleResourcesTest.java vm-gc/client-swing/src/main/java/com/redhat/thermostat/vm/gc/client/swing/internal/Activator.java vm-gc/client-swing/src/main/java/com/redhat/thermostat/vm/gc/client/swing/internal/SwingVmGcViewProvider.java vm-gc/client-swing/src/main/java/com/redhat/thermostat/vm/gc/client/swing/internal/VmGcPanel.java vm-gc/client-swing/src/test/java/com/redhat/thermostat/vm/gc/client/swing/internal/ActivatorTest.java vm-gc/common/src/main/java/com/redhat/thermostat/vm/gc/common/VmGcStatDAO.java vm-gc/common/src/main/java/com/redhat/thermostat/vm/gc/common/internal/Activator.java vm-gc/common/src/main/java/com/redhat/thermostat/vm/gc/common/internal/VmGcStatDAOImpl.java vm-gc/common/src/test/java/com/redhat/thermostat/vm/gc/common/internal/ActivatorTest.java vm-gc/common/src/test/java/com/redhat/thermostat/vm/gc/common/internal/VmGcStatDAOTest.java vm-gc/pom.xml vm-gc/remote-collector-client-common/pom.xml vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/IconResources.java vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/LocaleResources.java vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/RequestGCAction.java vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/osgi/GCCommandActivator.java vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/common/GCRequest.java vm-gc/remote-collector-client-common/src/test/java/com/redhat/thermostat/gc/remote/common/GCRequestTest.java vm-gc/remote-collector-client-swing/pom.xml vm-gc/remote-collector-client-swing/src/main/java/com/redhat/thermostat/gc/remote/client/swing/ToolbarGCButton.java vm-gc/remote-collector-client-swing/src/test/java/com/redhat/thermostat/gc/remote/client/swing/ToolbarGCButtonTest.java vm-gc/remote-collector-command/pom.xml vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/GCCommandReceiver.java vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/internal/GC.java vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/internal/GCException.java vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/osgi/GCCommandReceiverActivator.java vm-gc/remote-collector-common/pom.xml vm-gc/remote-collector-common/src/main/java/com/redhat/thermostat/gc/remote/common/command/GCCommand.java vm-heap-analysis/agent/pom.xml vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/Activator.java vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/HeapDumpException.java vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/HeapDumpReceiver.java vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/JMXHeapDumper.java vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/JMapHeapDumper.java vm-heap-analysis/agent/src/test/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/ActivatorTest.java vm-heap-analysis/agent/src/test/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/HeapDumpReceiverTest.java vm-heap-analysis/client-core/pom.xml vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapDumpDetailsView.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapDumpDetailsViewProvider.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapDumperService.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapHistogramView.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapHistogramViewProvider.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapObjectUI.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapView.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapViewProvider.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectDetailsView.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectDetailsViewProvider.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectRootsView.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectRootsViewProvider.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/chart/OverviewChart.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/Activator.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpController.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpDetailsController.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumper.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/Histogram.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectDetailsController.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectRootsController.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/PrintObjectUtils.java vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/locale/LocaleResources.java vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ActivatorTest.java vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpControllerTest.java vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpDetailsControllerTest.java vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumperTest.java vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectDetailsControllerTest.java vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectRootsControllerTest.java vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/locale/LocaleResourcesTest.java vm-heap-analysis/client-swing/pom.xml vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/Activator.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapDetailsSwing.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapPanel.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapSwingView.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HistogramPanel.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/LazyMutableTreeNode.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectDetailsPanel.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectRootsFrame.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/StatsPanel.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingHeapDumpDetailsViewProvider.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingHeapHistogramViewProvider.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingHeapViewProvider.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingObjectDetailsViewProvider.java vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingObjectRootsViewProvider.java vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ActivatorTest.java vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapDetailsSwingTest.java vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapSwingViewTest.java vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectDetailsPanelTest.java vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectRootsFrameTest.java vm-heap-analysis/command/pom.xml vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/FindRoot.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/HeapPath.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/Activator.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapCommand.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapHelper.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindObjectsCommand.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindRootCommand.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/HeapNotFoundException.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ListHeapDumpsCommand.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectCommandHelper.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectInfoCommand.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectNotFoundException.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/PrintObjectUtils.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/SaveHeapDumpToFileCommand.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ShowHeapHistogramCommand.java vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/locale/LocaleResources.java vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ActivatorTest.java vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapCommandTest.java vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapHelperTest.java vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindObjectsCommandTest.java vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindRootCommandTest.java vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ListHeapDumpsCommandTest.java vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectInfoCommandTest.java vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/SaveHeapDumpToFileCommandTest.java vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ShowHeapHistogramCommandTest.java vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/locale/LocaleResourcesTest.java vm-heap-analysis/common/pom.xml vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HeapDAO.java vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HeapDump.java vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HistogramLoader.java vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HistogramRecord.java vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/ObjectHistogram.java vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/internal/Activator.java vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/internal/HeapDAOImpl.java vm-heap-analysis/common/src/test/java/com/redhat/thermostat/vm/heap/analysis/common/HeapDumpTest.java vm-heap-analysis/common/src/test/java/com/redhat/thermostat/vm/heap/analysis/common/internal/HeapDAOTest.java vm-heap-analysis/pom.xml vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/Activator.java vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryBackend.java vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryDataExtractor.java vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryVmListener.java vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/ActivatorTest.java vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryBackendTest.java vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryDataExtractorTest.java vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryVmListenerTest.java vm-memory/client-cli/src/main/java/com/redhat/thermostat/vm/memory/client/cli/internal/Activator.java vm-memory/client-cli/src/main/java/com/redhat/thermostat/vm/memory/client/cli/internal/LocaleResources.java vm-memory/client-cli/src/main/java/com/redhat/thermostat/vm/memory/client/cli/internal/VmMemoryStatPrintDelegate.java vm-memory/client-cli/src/test/java/com/redhat/thermostat/vm/memory/client/cli/internal/ActivatorTest.java vm-memory/client-cli/src/test/java/com/redhat/thermostat/vm/memory/client/cli/internal/LocaleResourcesTest.java vm-memory/client-cli/src/test/java/com/redhat/thermostat/vm/memory/client/cli/internal/VmMemoryStatPrintDelegateTest.java vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryMeter.java vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryStatsService.java vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryStatsView.java vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryStatsViewProvider.java vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/Payload.java vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/RangeModel.java vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/StatsModel.java vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/internal/Activator.java vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/internal/MemoryStatsController.java vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/locale/LocaleResources.java vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/PayloadTest.java vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/RangeModelTest.java vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/StatsModelTest.java vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/internal/ActivatorTest.java vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/internal/MemoryStatsControllerTest.java vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/locale/LocaleResourcesTest.java vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/Activator.java vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/MemoryGraphPanel.java vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/MemoryStatsViewImpl.java vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/SwingMemoryStatsViewProvider.java vm-memory/client-swing/src/test/java/com/redhat/thermostat/vm/memory/client/swing/internal/ActivatorTest.java vm-memory/client-swing/src/test/java/com/redhat/thermostat/vm/memory/client/swing/internal/MemoryStatsViewImplTest.java vm-memory/common/src/main/java/com/redhat/thermostat/vm/memory/common/VmMemoryStatDAO.java vm-memory/common/src/main/java/com/redhat/thermostat/vm/memory/common/internal/Activator.java vm-memory/common/src/main/java/com/redhat/thermostat/vm/memory/common/internal/VmMemoryStatDAOImpl.java vm-memory/common/src/test/java/com/redhat/thermostat/vm/memory/common/internal/ActivatorTest.java vm-memory/common/src/test/java/com/redhat/thermostat/vm/memory/common/internal/VmMemoryStatDAOTest.java vm-memory/pom.xml vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/VmOverviewService.java vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/VmOverviewView.java vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/VmOverviewViewProvider.java vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/internal/Activator.java vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/internal/VmOverviewController.java vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/locale/LocaleResources.java vm-overview/client-core/src/test/java/com/redhat/thermostat/vm/overview/client/core/internal/ActivatorTest.java vm-overview/client-core/src/test/java/com/redhat/thermostat/vm/overview/client/core/internal/VmOverviewControllerTest.java vm-overview/client-core/src/test/java/com/redhat/thermostat/vm/overview/client/locale/LocaleResourcesTest.java vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/Activator.java vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/ChangeableText.java vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/SimpleTable.java vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/SwingVmOverviewViewProvider.java vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/VmOverviewPanel.java vm-overview/client-swing/src/test/java/com/redhat/thermostat/vm/overview/client/swing/internal/ActivatorTest.java vm-overview/pom.xml web/client/pom.xml web/client/src/main/java/com/redhat/thermostat/web/client/internal/Activator.java web/client/src/main/java/com/redhat/thermostat/web/client/internal/WebCursor.java web/client/src/main/java/com/redhat/thermostat/web/client/internal/WebStorage.java web/client/src/main/java/com/redhat/thermostat/web/client/internal/WebStorageProvider.java web/client/src/test/java/com/redhat/thermostat/web/client/internal/TestObj.java web/client/src/test/java/com/redhat/thermostat/web/client/internal/WebStorageTest.java web/cmd/pom.xml web/cmd/src/main/java/com/redhat/thermostat/web/cmd/Activator.java web/cmd/src/main/java/com/redhat/thermostat/web/cmd/WebServiceCommand.java web/cmd/src/main/java/com/redhat/thermostat/web/cmd/WebServiceLauncher.java web/cmd/src/test/java/com/redhat/thermostat/web/cmd/WebServiceCommandTest.java web/cmd/src/test/java/com/redhat/thermostat/web/cmd/WebServiceLauncherTest.java web/common/pom.xml web/common/src/main/java/com/redhat/thermostat/web/common/Qualifier.java web/common/src/main/java/com/redhat/thermostat/web/common/StorageWrapper.java web/common/src/main/java/com/redhat/thermostat/web/common/ThermostatGSONConverter.java web/common/src/main/java/com/redhat/thermostat/web/common/WebInsert.java web/common/src/main/java/com/redhat/thermostat/web/common/WebQuery.java web/common/src/main/java/com/redhat/thermostat/web/common/WebRemove.java web/common/src/main/java/com/redhat/thermostat/web/common/WebUpdate.java web/common/src/test/java/com/redhat/thermostat/web/common/WebQueryTest.java web/pom.xml web/server/pom.xml web/server/src/main/java/com/redhat/thermostat/web/server/IpPortPair.java web/server/src/main/java/com/redhat/thermostat/web/server/IpPortsParser.java web/server/src/main/java/com/redhat/thermostat/web/server/TokenManager.java web/server/src/main/java/com/redhat/thermostat/web/server/WebStorageEndPoint.java web/server/src/test/java/com/redhat/thermostat/web/server/QueryTestHelper.java web/server/src/test/java/com/redhat/thermostat/web/server/WebStorageEndpointTest.java web/server/src/test/java/com/redhat/thermostat/web/server/internal/IpPortsParserTest.java web/war/pom.xml
diffstat 1149 files changed, 2303 insertions(+), 1174 deletions(-) [+]
line wrap: on
line diff
--- a/LICENSE	Tue Jan 22 16:15:32 2013 +0100
+++ b/LICENSE	Wed Jan 23 16:49:27 2013 +0100
@@ -1,4 +1,4 @@
-Copyright 2012 Red Hat, Inc.
+Copyright 2012, 2013 Red Hat, Inc.
 
 Thermostat is distributed under the GNU General Public License,
 version 2 or any later version (with a special exception described
@@ -22,3 +22,4 @@
 extend this exception to your version of the software, but you are
 not obligated to do so.  If you do not wish to do so, delete this
 exception statement from your version.
+
--- a/agent/cli/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -117,3 +117,4 @@
   </build>
 
 </project>
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
         reg.unregisterCommands();
     }
 }
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/AgentApplication.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/AgentApplication.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -252,3 +252,4 @@
     }
 
 }
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/ServiceCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/ServiceCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -134,3 +134,4 @@
     }
 
 }
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/DBConfig.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/DBConfig.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
     SSL_KEY_PASSWORD,
     
 }
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/DBOptionParser.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/DBOptionParser.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -119,3 +119,4 @@
         return quiet;
     }
 }
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/DBStartupConfiguration.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/DBStartupConfiguration.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -176,4 +176,5 @@
         setSslKeyPassphrase(keyPassPhrase);
         
     }
-}
\ No newline at end of file
+}
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/MongoProcessRunner.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/MongoProcessRunner.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -264,3 +264,4 @@
         }
     }
 }
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StalePidFileException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StalePidFileException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -58,3 +58,4 @@
     }
 
 }
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageAlreadyRunningException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageAlreadyRunningException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
     }
 
 }
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -147,3 +147,4 @@
     }
 
 }
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageStartException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageStartException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
     }
 
 }
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageStopException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/db/StorageStopException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
     }
 
 }
+
--- a/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/main/java/com/redhat/thermostat/agent/cli/impl/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
     }
 
 }
+
--- a/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
         assertEquals(0, bundleContext.getAllServices().size());
     }
 }
+
--- a/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/AgentApplicationTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/AgentApplicationTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -149,3 +149,4 @@
 
     }
 }
+
--- a/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/ServiceCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/ServiceCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -79,3 +79,4 @@
         assertEquals(0, options.getOptions().size());
     }
 }
+
--- a/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/db/DBStartupConfigurationTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/db/DBStartupConfigurationTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -120,3 +120,4 @@
         }
     }
 }
+
--- a/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/db/StorageCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/db/StorageCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -291,3 +291,4 @@
         assertTrue(groupOpts.contains(stop));
     }
 }
+
--- a/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/locale/TranslateTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/cli/src/test/java/com/redhat/thermostat/agent/cli/impl/locale/TranslateTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -76,3 +76,4 @@
         }
     }
 }
+
--- a/agent/command/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -120,3 +120,4 @@
   </build>
 
 </project>
+
--- a/agent/command/src/main/java/com/redhat/thermostat/agent/command/ConfigurationServer.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/main/java/com/redhat/thermostat/agent/command/ConfigurationServer.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,3 +44,4 @@
     void stopListening();
 
 }
+
--- a/agent/command/src/main/java/com/redhat/thermostat/agent/command/ReceiverRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/main/java/com/redhat/thermostat/agent/command/ReceiverRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/agent/command/src/main/java/com/redhat/thermostat/agent/command/RequestReceiver.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/main/java/com/redhat/thermostat/agent/command/RequestReceiver.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -55,3 +55,4 @@
     public Response receive(Request request);
 
 }
+
--- a/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
     }
 
 }
+
--- a/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerContext.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerContext.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -132,3 +132,4 @@
     }
 
 }
+
--- a/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
         ctx.getBootstrap().releaseExternalResources();
     }
 }
+
--- a/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/PingReceiver.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/PingReceiver.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     }
 
 }
+
--- a/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/RequestDecoder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/RequestDecoder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -76,4 +76,5 @@
         return request;
     }
 
-}
\ No newline at end of file
+}
+
--- a/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ResponseEncoder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ResponseEncoder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,4 +74,5 @@
         return buf;
     }
 
-}
\ No newline at end of file
+}
+
--- a/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ServerHandler.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/main/java/com/redhat/thermostat/agent/command/internal/ServerHandler.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -167,3 +167,4 @@
         }
     }
 }
+
--- a/agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerContextTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerContextTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -149,3 +149,4 @@
         assertEquals(ConfigurationServerImpl.class.getName(), cg.getName());
     }
 }
+
--- a/agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerImplTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ConfigurationServerImplTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -91,3 +91,4 @@
     }
     
 }
+
--- a/agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/RequestDecoderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/RequestDecoderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -176,3 +176,4 @@
         assertEquals(expectedFailures, actualFailures);
     }
 }
+
--- a/agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ResponseEncoderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ResponseEncoderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
         System.out.println(ChannelBuffers.hexDump(actual) + "\n\n");
     }
 }
+
--- a/agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ServerHandlerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/command/src/test/java/com/redhat/thermostat/agent/command/internal/ServerHandlerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -78,3 +78,4 @@
         verify(future).addListener(any(SSLHandshakeDoneListener.class));
     }
 }
+
--- a/agent/core/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -173,3 +173,4 @@
   </build>
 
 </project>
+
--- a/agent/core/src/main/java/com/redhat/thermostat/agent/Agent.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/agent/Agent.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -218,3 +218,4 @@
     }
 
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/agent/VmStatusListener.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/agent/VmStatusListener.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     public void vmStatusChanged(Status newStatus, int pid);
 
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/agent/VmStatusListenerRegistrar.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/agent/VmStatusListenerRegistrar.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -73,3 +73,4 @@
         registration.unregister();
     }
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentConfigsUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentConfigsUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -88,3 +88,4 @@
     }
     
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentOptionParser.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentOptionParser.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -81,3 +81,4 @@
         return isHelp;
     }
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentProperties.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentProperties.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -43,3 +43,4 @@
     SAVE_ON_EXIT,
     CONFIG_LISTEN_ADDRESS,
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentStartupConfiguration.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/agent/config/AgentStartupConfiguration.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -114,3 +114,4 @@
         return address;
     }
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/backend/Backend.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/backend/Backend.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -285,3 +285,4 @@
                 + ", description=" + getDescription() + ", id=" + id + "]";
     }
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/backend/BackendID.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/backend/BackendID.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -95,3 +95,4 @@
         return true;
     }
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/backend/BackendLoadException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/backend/BackendLoadException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -59,3 +59,4 @@
         return backendId;
     }
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/backend/BackendRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/backend/BackendRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
         super(context, FILTER, Backend.class);
     }
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/backend/BackendService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/backend/BackendService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -43,3 +43,4 @@
  */
 public class BackendService {
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/backend/BackendsProperties.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/backend/BackendsProperties.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     VERSION;
     
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/utils/ProcDataSource.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/utils/ProcDataSource.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -100,3 +100,4 @@
     }
 
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/utils/SysConf.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/utils/SysConf.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -85,3 +85,4 @@
         }
     }
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/utils/hostname/HostName.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/utils/hostname/HostName.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     
     private static native String getHostName();
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/utils/management/MXBeanConnection.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/utils/management/MXBeanConnection.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
         connection.close();
     }
 }
+
--- a/agent/core/src/main/java/com/redhat/thermostat/utils/management/MXBeanConnector.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/java/com/redhat/thermostat/utils/management/MXBeanConnector.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -119,3 +119,4 @@
         }
     }
 }
+
--- a/agent/core/src/main/native/HostName.c	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/main/native/HostName.c	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -58,3 +58,4 @@
     }
     return NULL;
 }
+
--- a/agent/core/src/test/java/com/redhat/thermostat/agent/AgentTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/test/java/com/redhat/thermostat/agent/AgentTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -220,3 +220,4 @@
         verify(storage, times(0)).purge();
     }
 }
+
--- a/agent/core/src/test/java/com/redhat/thermostat/agent/VmStatusListenerRegistrarTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/test/java/com/redhat/thermostat/agent/VmStatusListenerRegistrarTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
         assertEquals(0, context.getAllServices().size());
     }
 }
+
--- a/agent/core/src/test/java/com/redhat/thermostat/agent/config/AgentConfigsUtilsTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/test/java/com/redhat/thermostat/agent/config/AgentConfigsUtilsTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
         Assert.assertEquals("42.42.42.42:42", config.getConfigListenAddress());
     }
 }
+
--- a/agent/core/src/test/java/com/redhat/thermostat/agent/config/AgentOptionParserTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/test/java/com/redhat/thermostat/agent/config/AgentOptionParserTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -95,3 +95,4 @@
         Assert.assertFalse(configs.purge());
     }
 }
+
--- a/agent/core/src/test/java/com/redhat/thermostat/utils/ProcDataSourceTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/test/java/com/redhat/thermostat/utils/ProcDataSourceTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/agent/core/src/test/java/com/redhat/thermostat/utils/SysConfTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/core/src/test/java/com/redhat/thermostat/utils/SysConfTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -50,3 +50,4 @@
         assertTrue(ticksPerSecond >= 1);
     }
 }
+
--- a/agent/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/agent/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -65,3 +65,4 @@
   </modules>
 
 </project>
+
--- a/annotations/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/annotations/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
- Copyright 2013 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -102,3 +102,4 @@
   </dependencies>
 
 </project>
+
--- a/annotations/src/main/java/com/redhat/thermostat/annotations/ExtensionPoint.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/annotations/src/main/java/com/redhat/thermostat/annotations/ExtensionPoint.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -55,3 +55,4 @@
 public @interface ExtensionPoint {
 
 }
+
--- a/annotations/src/main/java/com/redhat/thermostat/annotations/Service.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/annotations/src/main/java/com/redhat/thermostat/annotations/Service.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
 public @interface Service {
 
 }
+
--- a/annotations/src/main/java/com/redhat/thermostat/annotations/internal/AnnotationProcessor.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/annotations/src/main/java/com/redhat/thermostat/annotations/internal/AnnotationProcessor.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -165,3 +165,4 @@
         }
     }
 }
+
--- a/annotations/src/test/java/com/redhat/thermostat/annotations/internal/AnnotationProcessorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/annotations/src/test/java/com/redhat/thermostat/annotations/internal/AnnotationProcessorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -203,3 +203,4 @@
     }
 
 }
+
--- a/client/cli/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -136,3 +136,4 @@
 
 
 </project>
+
--- a/client/cli/src/main/java/com/redhat/thermostat/client/cli/VMStatPrintDelegate.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/main/java/com/redhat/thermostat/client/cli/VMStatPrintDelegate.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
     public List<String> getStatRow(TimeStampedPojo stat);
     
 }
+
--- a/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -62,3 +62,4 @@
     }
 
 }
+
--- a/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/ConnectCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/ConnectCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -121,3 +121,4 @@
         return false;
     }
 }
+
--- a/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/DisconnectCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/DisconnectCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,3 +87,4 @@
     }
 
 }
+
--- a/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/ListVMsCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/ListVMsCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -98,3 +98,4 @@
     }
 
 }
+
--- a/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/ShellCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/ShellCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -184,3 +184,4 @@
     }
 
 }
+
--- a/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMInfoCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMInfoCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -130,3 +130,4 @@
     }
 
 }
+
--- a/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMListFormatter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMListFormatter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -88,3 +88,4 @@
     }
 
 }
+
--- a/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMStatCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMStatCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -152,3 +152,4 @@
         return CMD_NAME;
     }
 }
+
--- a/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMStatPrinter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/main/java/com/redhat/thermostat/client/cli/internal/VMStatPrinter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -221,3 +221,4 @@
     }
 
 }
+
--- a/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,3 +87,4 @@
         assertEquals(0, ctx.getAllServices().size());
     }
 }
+
--- a/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ConnectCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ConnectCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -165,3 +165,4 @@
     }
 
 }
+
--- a/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/DisconnectCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/DisconnectCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -157,3 +157,4 @@
         assertTrue(options.getOptions().size() == 0);
     }
 }
+
--- a/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ListVMsCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ListVMsCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -165,3 +165,4 @@
         assertEquals(0, options.getOptions().size());
     }
 }
+
--- a/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ShellCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/ShellCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -246,3 +246,4 @@
         assertFalse(cmd.isStorageRequired());
     }
 }
+
--- a/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/TestTerminal.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/TestTerminal.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/VMInfoCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/VMInfoCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -237,3 +237,4 @@
         assertTrue(cmd.isStorageRequired());
     }
 }
+
--- a/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/VmStatCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/cli/src/test/java/com/redhat/thermostat/client/cli/internal/VmStatCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -392,3 +392,4 @@
         assertTrue(cmd.isStorageRequired());
     }
 }
+
--- a/client/command/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -127,3 +127,4 @@
   </build>
 
 </project>
+
--- a/client/command/src/main/java/com/redhat/thermostat/client/command/RequestQueue.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/main/java/com/redhat/thermostat/client/command/RequestQueue.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
     public void putRequest(Request request);
 
 }
+
--- a/client/command/src/main/java/com/redhat/thermostat/client/command/cli/PingCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/main/java/com/redhat/thermostat/client/command/cli/PingCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -180,3 +180,4 @@
     }
 
 }
+
--- a/client/command/src/main/java/com/redhat/thermostat/client/command/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/main/java/com/redhat/thermostat/client/command/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
     }
 
 }
+
--- a/client/command/src/main/java/com/redhat/thermostat/client/command/internal/ConfigurationRequestContext.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/main/java/com/redhat/thermostat/client/command/internal/ConfigurationRequestContext.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -102,3 +102,4 @@
         
     }
 }
+
--- a/client/command/src/main/java/com/redhat/thermostat/client/command/internal/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/main/java/com/redhat/thermostat/client/command/internal/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -61,3 +61,4 @@
     }
 
 }
+
--- a/client/command/src/main/java/com/redhat/thermostat/client/command/internal/RequestEncoder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/main/java/com/redhat/thermostat/client/command/internal/RequestEncoder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -86,4 +86,5 @@
         // Just return the channel buffer which is our encoded message
         return buf;
     }
-}
\ No newline at end of file
+}
+
--- a/client/command/src/main/java/com/redhat/thermostat/client/command/internal/RequestQueueImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/main/java/com/redhat/thermostat/client/command/internal/RequestQueueImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -199,3 +199,4 @@
         }
     }
 }
+
--- a/client/command/src/main/java/com/redhat/thermostat/client/command/internal/ResponseDecoder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/main/java/com/redhat/thermostat/client/command/internal/ResponseDecoder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -61,4 +61,5 @@
         return new Response(ResponseType.valueOf(typeAsString));
     }
 
-}
\ No newline at end of file
+}
+
--- a/client/command/src/main/java/com/redhat/thermostat/client/command/internal/ResponseHandler.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/main/java/com/redhat/thermostat/client/command/internal/ResponseHandler.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -84,3 +84,4 @@
         }
     }
 }
+
--- a/client/command/src/test/java/com/redhat/thermostat/client/command/cli/PingCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/test/java/com/redhat/thermostat/client/command/cli/PingCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -126,3 +126,4 @@
 
     // TODO add more tests that check the actual behaviour under valid input
 }
+
--- a/client/command/src/test/java/com/redhat/thermostat/client/command/internal/ConfigurationRequestContextTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/test/java/com/redhat/thermostat/client/command/internal/ConfigurationRequestContextTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -141,3 +141,4 @@
         assertTrue(decoder instanceof ResponseDecoder);
     }
 }
+
--- a/client/command/src/test/java/com/redhat/thermostat/client/command/internal/LocaleResorucesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/test/java/com/redhat/thermostat/client/command/internal/LocaleResorucesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
         }
     }
 }
+
--- a/client/command/src/test/java/com/redhat/thermostat/client/command/internal/RequestEncoderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/test/java/com/redhat/thermostat/client/command/internal/RequestEncoderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -132,3 +132,4 @@
         System.out.println(ChannelBuffers.hexDump(actual) + "\n\n");
     }
 }
+
--- a/client/command/src/test/java/com/redhat/thermostat/client/command/internal/ResponseDecoderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/test/java/com/redhat/thermostat/client/command/internal/ResponseDecoderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -81,3 +81,4 @@
         }
     }
 }
+
--- a/client/command/src/test/java/com/redhat/thermostat/client/command/internal/ResponseHandlerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/command/src/test/java/com/redhat/thermostat/client/command/internal/ResponseHandlerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -106,3 +106,4 @@
         
     }
 }
+
--- a/client/core/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -133,3 +133,4 @@
   </build>
 
 </project>
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/Filter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/Filter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     boolean matches(T toMatch);
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/InformationService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/InformationService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -68,3 +68,4 @@
     public InformationServiceController<T> getInformationServiceController(T ref);
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/NameMatchingRefFilter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/NameMatchingRefFilter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -78,3 +78,4 @@
         return ref.getName().contains(pattern) || ref.getStringID().contains(pattern);
     }
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/controllers/InformationServiceController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/controllers/InformationServiceController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     UIComponent getView();
     String getLocalizedName();
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/AgentInformationDisplayView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/AgentInformationDisplayView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -75,3 +75,4 @@
     public abstract void setSelectedAgentBackendDescription(String description);
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/AgentInformationViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/AgentInformationViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     public AgentInformationDisplayView createView();
     
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/BasicView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/BasicView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -66,3 +66,4 @@
         notifier.fireAction(action);
     }
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/ClientConfigViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/ClientConfigViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     public ClientConfigurationView createView();
     
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/ClientConfigurationView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/ClientConfigurationView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -66,3 +66,4 @@
     void hideDialog();
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/HostInformationView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/HostInformationView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     public abstract void removeChildView(String title);
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/HostInformationViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/HostInformationViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     public HostInformationView createView();
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/SummaryView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/SummaryView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -46,3 +46,4 @@
     public abstract void setTotalVms(String count);
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/SummaryViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/SummaryViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -42,3 +42,4 @@
     public SummaryView createView();
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/UIComponent.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/UIComponent.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -41,3 +41,4 @@
  */
 public interface UIComponent {
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/View.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/View.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,3 +44,4 @@
 public interface View {
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/ViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/ViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
 public interface ViewProvider {
     UIComponent createView();
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/VmInformationView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/VmInformationView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     public abstract int getSelectedChildID();
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/core/views/VmInformationViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/core/views/VmInformationViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     public VmInformationView createView();
     
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -131,3 +131,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/osgi/service/ContextAction.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/osgi/service/ContextAction.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
     /** A user-visible description for this action */
     String getDescription();
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/osgi/service/DecoratorProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/osgi/service/DecoratorProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -55,3 +55,4 @@
     Filter<T> getFilter();
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/osgi/service/HostContextAction.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/osgi/service/HostContextAction.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -92,3 +92,4 @@
      */
     Filter<HostRef> getFilter();
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/osgi/service/MenuAction.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/osgi/service/MenuAction.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -81,3 +81,4 @@
     String[] getPath();
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/osgi/service/VMContextAction.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/osgi/service/VMContextAction.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -93,3 +93,4 @@
      */
     Filter<VmRef> getFilter();
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/AgentInformationDisplayController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/AgentInformationDisplayController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -149,3 +149,4 @@
     }
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/AgentInformationDisplayModel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/AgentInformationDisplayModel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -108,3 +108,4 @@
     }
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/BytesTickUnit.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/BytesTickUnit.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
         return Size.bytes((long)value).toString();
     }
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/ChartColors.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/ChartColors.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
         return SERIES_COLORS[index % SERIES_COLORS.length].getColor();
     }
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/ClientConfigReconnector.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/ClientConfigReconnector.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,3 +44,4 @@
     void reconnect(ClientPreferences prefs);
     void abort();
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/ClientConfigurationController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/ClientConfigurationController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -116,3 +116,4 @@
 
     }
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/Decorator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/Decorator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
     IconDescriptor getIconDescriptor();
     Quadrant getQuadrant();
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/HostInformationController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/HostInformationController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -70,3 +70,4 @@
     }
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/IconDescriptor.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/IconDescriptor.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -128,3 +128,4 @@
         return new IconDescriptor(data);
     }
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/MainWindowController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/MainWindowController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,3 +44,4 @@
     public void showMainMainWindow();
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/Palette.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/Palette.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -85,3 +85,4 @@
         return color;
     }
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/RecentTimeSeriesChartController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/RecentTimeSeriesChartController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -97,3 +97,4 @@
     }
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/SampledDataset.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/SampledDataset.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -192,3 +192,4 @@
     }
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/SummaryController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/SummaryController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -109,3 +109,4 @@
     }
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/UiFacadeFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/UiFacadeFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,3 +87,4 @@
     public void awaitShutdown() throws InterruptedException;
 
 }
+
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/VmInformationController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/VmInformationController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,3 +87,4 @@
     }
 
 }
+
--- a/client/core/src/test/java/com/redhat/thermostat/client/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/test/java/com/redhat/thermostat/client/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/client/core/src/test/java/com/redhat/thermostat/client/ui/AgentInformationDisplayControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/test/java/com/redhat/thermostat/client/ui/AgentInformationDisplayControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -224,3 +224,4 @@
     }
 
 }
+
--- a/client/core/src/test/java/com/redhat/thermostat/client/ui/AgentInformationDisplayModelTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/test/java/com/redhat/thermostat/client/ui/AgentInformationDisplayModelTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -111,3 +111,4 @@
 
     }
 }
+
--- a/client/core/src/test/java/com/redhat/thermostat/client/ui/ClientConfigurationControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/test/java/com/redhat/thermostat/client/ui/ClientConfigurationControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -153,3 +153,4 @@
 
     
 }
+
--- a/client/core/src/test/java/com/redhat/thermostat/client/ui/HostInformationControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/test/java/com/redhat/thermostat/client/ui/HostInformationControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -112,3 +112,4 @@
     }
 
 }
+
--- a/client/core/src/test/java/com/redhat/thermostat/client/ui/SummaryControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/test/java/com/redhat/thermostat/client/ui/SummaryControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -135,3 +135,4 @@
     }
 
 }
+
--- a/client/core/src/test/java/com/redhat/thermostat/client/ui/VmInformationControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/core/src/test/java/com/redhat/thermostat/client/ui/VmInformationControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -112,3 +112,4 @@
     }
 
 }
+
--- a/client/living-vm-filter/core/src/main/java/com/redhat/thermostat/client/filter/vm/core/LivingVMFilter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/living-vm-filter/core/src/main/java/com/redhat/thermostat/client/filter/vm/core/LivingVMFilter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
         return vmInfo.isAlive();
     }
 }
+
--- a/client/living-vm-filter/core/src/main/java/com/redhat/thermostat/client/filter/vm/core/LivingVMFilterMenuAction.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/living-vm-filter/core/src/main/java/com/redhat/thermostat/client/filter/vm/core/LivingVMFilterMenuAction.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
         return new String[] { "Edit", getName() };
     }
 }
+
--- a/client/living-vm-filter/core/src/main/java/com/redhat/thermostat/client/filter/vm/core/VMFilterActivator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/living-vm-filter/core/src/main/java/com/redhat/thermostat/client/filter/vm/core/VMFilterActivator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -112,3 +112,4 @@
     }
     
 }
+
--- a/client/living-vm-filter/core/src/test/java/com/redhat/thermostat/client/filter/vm/core/LivingVMFilterTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/living-vm-filter/core/src/test/java/com/redhat/thermostat/client/filter/vm/core/LivingVMFilterTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -91,3 +91,4 @@
     }
 
 }
+
--- a/client/living-vm-filter/core/src/test/java/com/redhat/thermostat/client/filter/vm/core/VMFilterActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/living-vm-filter/core/src/test/java/com/redhat/thermostat/client/filter/vm/core/VMFilterActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -66,3 +66,4 @@
     }
 
 }
+
--- a/client/living-vm-filter/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/living-vm-filter/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -56,3 +56,4 @@
   </modules>
 
 </project>
+
--- a/client/living-vm-filter/swing/src/main/java/com/redhat/thermostat/client/filter/vm/swing/DeadVMDecoratorProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/living-vm-filter/swing/src/main/java/com/redhat/thermostat/client/filter/vm/swing/DeadVMDecoratorProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -95,3 +95,4 @@
         return decoratorFilter;
     }
 }
+
--- a/client/living-vm-filter/swing/src/main/java/com/redhat/thermostat/client/filter/vm/swing/LivingVMDecoratorProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/living-vm-filter/swing/src/main/java/com/redhat/thermostat/client/filter/vm/swing/LivingVMDecoratorProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -89,3 +89,4 @@
         return decoratorFilter;
     }
 }
+
--- a/client/living-vm-filter/swing/src/main/java/com/redhat/thermostat/client/filter/vm/swing/VMFilterActivator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/living-vm-filter/swing/src/main/java/com/redhat/thermostat/client/filter/vm/swing/VMFilterActivator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -110,3 +110,4 @@
         }
     }
 }
+
--- a/client/living-vm-filter/swing/src/test/java/com/redhat/thermostat/client/filter/vm/swing/VMFilterActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/living-vm-filter/swing/src/test/java/com/redhat/thermostat/client/filter/vm/swing/VMFilterActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
     }
 
 }
+
--- a/client/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -68,3 +68,4 @@
   </modules>
 
 </project>
+
--- a/client/swing-components/src/main/java/com/redhat/thermostat/swing/components/experimental/WrapLayout.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing-components/src/main/java/com/redhat/thermostat/swing/components/experimental/WrapLayout.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 Rob Camick, 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -227,3 +227,4 @@
 		dim.height += rowHeight;
 	}
 }
+
--- a/client/swing/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -165,3 +165,4 @@
   </build>
 
 </project>
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/ComponentVisibleListener.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/ComponentVisibleListener.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -58,3 +58,4 @@
     public abstract void componentHidden(Component component);
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/EdtHelper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/EdtHelper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -117,3 +117,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/GraphicsUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/GraphicsUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -97,3 +97,4 @@
         return new Color(color.getRed(), color.getGreen(), color.getBlue(), alpha);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/HtmlTextBuilder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/HtmlTextBuilder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -116,3 +116,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/IconResource.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/IconResource.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -94,3 +94,4 @@
         return "file:" + getPath();
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/LayoutDebugHelper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/LayoutDebugHelper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
         }
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/MenuHelper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/MenuHelper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -287,3 +287,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/SwingComponent.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/SwingComponent.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
 
     Component getUiComponent();
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/UIResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/UIResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -116,3 +116,4 @@
         return standard;
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ActionButton.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ActionButton.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -101,3 +101,4 @@
     
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ActionButtonUI.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ActionButtonUI.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -153,3 +153,4 @@
         super.paint(g, c);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ActionToggleButton.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ActionToggleButton.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -136,3 +136,4 @@
         });
     }     
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ChartPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ChartPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
         return info;
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/DebugBorder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/DebugBorder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,3 +87,4 @@
         return insets;
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/EmptyIcon.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/EmptyIcon.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -75,3 +75,4 @@
         // no-op
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/GradientPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/GradientPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
         graphics.dispose();
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/GradientRoundBorder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/GradientRoundBorder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -79,3 +79,4 @@
         graphics.dispose();
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/HeaderPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/HeaderPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -236,3 +236,4 @@
         });
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/LabelField.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/LabelField.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -50,3 +50,4 @@
         setHorizontalAlignment(SwingConstants.TRAILING);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/RecentTimeSeriesChartPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/RecentTimeSeriesChartPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -218,3 +218,4 @@
         }
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/SearchField.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/SearchField.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -207,3 +207,4 @@
         notifier.fireAction(action);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/SectionHeader.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/SectionHeader.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,3 +53,4 @@
         setHorizontalAlignment(SwingConstants.LEADING);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ShadowLabel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ShadowLabel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
         }
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/StatusBar.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/StatusBar.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -127,3 +127,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatPopupMenu.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatPopupMenu.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
         } catch (Throwable ignore) {}
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatTable.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatTable.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -93,3 +93,4 @@
         return scrollPane;
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatTableColumnResizer.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatTableColumnResizer.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -78,3 +78,4 @@
         }
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatTableRenderer.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ThermostatTableRenderer.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -70,3 +70,4 @@
         return row % 2 == 0;
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ToolbarButton.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ToolbarButton.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     AbstractButton getToolbarButton();
     void toggleText(boolean showText);
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ToolbarButtonBorder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ToolbarButtonBorder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -84,3 +84,4 @@
         }
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/TranslucencyUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/TranslucencyUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -70,3 +70,4 @@
         TRANSPARENCY = transparency;
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ValueField.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/ValueField.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/models/NullSelectionModel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/components/models/NullSelectionModel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -133,3 +133,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/AboutDialog.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/AboutDialog.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -287,3 +287,4 @@
         }
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/GUIClientCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/GUIClientCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/HostFilterRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/HostFilterRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -55,3 +55,4 @@
         super(context, FILTER, Filter.class);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/HostIconDecoratorProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/HostIconDecoratorProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -97,3 +97,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/HostTreeDecoratorRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/HostTreeDecoratorRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
         super(context, FILTER, DecoratorProvider.class);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/Main.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/Main.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -341,3 +341,4 @@
         }
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MainView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MainView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -117,3 +117,4 @@
     
     JFrame getTopFrame();
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MainWindow.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MainWindow.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -806,3 +806,4 @@
         return searchField.getSearchText();
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MainWindowControllerImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MainWindowControllerImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -581,3 +581,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MenuRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/MenuRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/RegistryFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/RegistryFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -70,3 +70,4 @@
         return new VMInformationRegistry(context);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/UiFacadeFactoryImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/UiFacadeFactoryImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -194,3 +194,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/VMInformationRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/VMInformationRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
         super(context, FILTER, InformationService.class);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/VMTreeDecoratorRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/VMTreeDecoratorRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
         super(context, FILTER, DecoratorProvider.class);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/VmFilterRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/VmFilterRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -55,3 +55,4 @@
         super(context, FILTER, Filter.class);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/components/DecoratedDefaultMutableTreeNode.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/components/DecoratedDefaultMutableTreeNode.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
         return decorators;
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/config/ConnectionConfiguration.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/config/ConnectionConfiguration.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -63,3 +63,4 @@
         return clientPrefs.getUserName();
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/HostContextActionServiceTracker.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/HostContextActionServiceTracker.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
         super.removedService(reference, service);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/InformationServiceTracker.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/InformationServiceTracker.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -92,3 +92,4 @@
         logger.warning("InformationServiceTracker encountered an unknown generic type: " + genericType);
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/ThermostatActivator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/ThermostatActivator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -139,3 +139,4 @@
         cmdReg.unregisterCommands();
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/VMContextActionServiceTracker.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/osgi/VMContextActionServiceTracker.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
         return service;
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/AgentInformationDisplayFrame.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/AgentInformationDisplayFrame.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -475,3 +475,4 @@
     };
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/ClientConfigurationPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/ClientConfigurationPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -134,4 +134,5 @@
         );
         setLayout(groupLayout);
     }
-}
\ No newline at end of file
+}
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/ClientConfigurationSwing.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/ClientConfigurationSwing.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -261,3 +261,4 @@
         });
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/HostInformationPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/HostInformationPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -97,3 +97,4 @@
         return visiblePanel;
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/MemorySpacePanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/MemorySpacePanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -110,3 +110,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SummaryPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SummaryPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -218,3 +218,4 @@
         }
     }
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingAgentInformationViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingAgentInformationViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingClientConfigurationViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingClientConfigurationViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingHostInformationViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingHostInformationViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingSummaryViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingSummaryViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingVmInformationViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/SwingVmInformationViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/VmInformationPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/main/java/com/redhat/thermostat/client/swing/internal/views/VmInformationPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -93,3 +93,4 @@
         return tabPane.getComponentCount();
     }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/EdtHelperTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/EdtHelperTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -194,3 +194,4 @@
         assertTrue(exceptionThrown[0]);
     }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/IconDescriptorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/IconDescriptorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -96,3 +96,4 @@
     }
     
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/MenuHelperTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/MenuHelperTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -239,3 +239,4 @@
     }
 
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/TabbedPaneMatcher.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/TabbedPaneMatcher.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
     }
 
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/UIResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/UIResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -139,3 +139,4 @@
         }
     }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/components/ActionButtonTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/components/ActionButtonTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -137,3 +137,4 @@
     }
 
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/components/HeaderPanelTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/components/HeaderPanelTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -181,3 +181,4 @@
         frameFixture.toggleButton("toggle1").requireVisible();
     }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/components/SearchFieldTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/components/SearchFieldTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -214,3 +214,4 @@
     }
 
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/components/StatusBarTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/components/StatusBarTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -152,3 +152,4 @@
         assertEquals("test", primaryStatus[1]);
     }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/components/models/NullSelectionModelTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/components/models/NullSelectionModelTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -110,3 +110,4 @@
     }
 
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/GUIClientCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/GUIClientCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -105,3 +105,4 @@
         assertEquals(0, options.getOptions().size());
     }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/HostIconDecoratorProviderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/HostIconDecoratorProviderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,3 +87,4 @@
         assertNotNull(icon);
     }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MainTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MainTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -201,3 +201,4 @@
         verify(uiFactory).shutdown();
     }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MainWindowControllerImplTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MainWindowControllerImplTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -603,3 +603,4 @@
        verify(uiFacadeFactory).shutdown();
    }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MainWindowTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MainWindowTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -392,3 +392,4 @@
     }
 
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MenuRegistryTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/MenuRegistryTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -94,3 +94,4 @@
 
     }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/osgi/HostContextActionServiceTrackerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/osgi/HostContextActionServiceTrackerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -68,3 +68,4 @@
     }
 
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/osgi/ThermostatActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/osgi/ThermostatActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
         // FIXME add more tests for the service tracker used by ThermostatActivator
     }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/AgentInformationDisplayFrameTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/AgentInformationDisplayFrameTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -299,3 +299,4 @@
     }
 
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/ClientConfigurationSwingTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/ClientConfigurationSwingTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -194,3 +194,4 @@
         frameFixture.close();
     }
 }
+
--- a/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/HostInformationPanelTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/client/swing/src/test/java/com/redhat/thermostat/client/swing/internal/views/HostInformationPanelTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -138,3 +138,4 @@
         window.panel("panel").tabbedPane(new TabbedPaneMatcher(JTabbedPane.class)).requireTabTitles("test2");
     }
 }
+
--- a/common/command/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -99,3 +99,4 @@
   </build>
 
 </project>
+
--- a/common/command/src/main/java/com/redhat/thermostat/common/command/ConfigurationCommandContext.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/main/java/com/redhat/thermostat/common/command/ConfigurationCommandContext.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -43,3 +43,4 @@
     public Bootstrap getBootstrap();
 
 }
+
--- a/common/command/src/main/java/com/redhat/thermostat/common/command/DecodingHelper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/main/java/com/redhat/thermostat/common/command/DecodingHelper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -93,3 +93,4 @@
         return new String(stringBytes);
     }
 }
+
--- a/common/command/src/main/java/com/redhat/thermostat/common/command/EncodingHelper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/main/java/com/redhat/thermostat/common/command/EncodingHelper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -68,3 +68,4 @@
     }
     
 }
+
--- a/common/command/src/main/java/com/redhat/thermostat/common/command/InvalidMessageException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/main/java/com/redhat/thermostat/common/command/InvalidMessageException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
         super(message);
     }
 }
+
--- a/common/command/src/main/java/com/redhat/thermostat/common/command/Message.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/main/java/com/redhat/thermostat/common/command/Message.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -50,3 +50,4 @@
     MessageType getType();
 
 }
+
--- a/common/command/src/main/java/com/redhat/thermostat/common/command/MessageDecoder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/main/java/com/redhat/thermostat/common/command/MessageDecoder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -96,4 +96,5 @@
      * @throws InvalidMessageException If the received message was not properly encoded.
      */
     protected abstract Message decode(Channel channel, ChannelBuffer msg) throws InvalidMessageException;
-}
\ No newline at end of file
+}
+
--- a/common/command/src/main/java/com/redhat/thermostat/common/command/MessageEncoder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/main/java/com/redhat/thermostat/common/command/MessageEncoder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,4 +80,5 @@
      * must return something, at least {@link ChannelBuffers#EMPTY_BUFFER}.
      */
     protected abstract ChannelBuffer encode(Message originalMessage);
-}
\ No newline at end of file
+}
+
--- a/common/command/src/main/java/com/redhat/thermostat/common/command/Messages.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/main/java/com/redhat/thermostat/common/command/Messages.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -91,3 +91,4 @@
         return a.getType() == b.getType();
     }
 }
+
--- a/common/command/src/main/java/com/redhat/thermostat/common/command/Request.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/main/java/com/redhat/thermostat/common/command/Request.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -148,3 +148,4 @@
         return Collections.unmodifiableCollection(listeners);
     }
 }
+
--- a/common/command/src/main/java/com/redhat/thermostat/common/command/RequestResponseListener.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/main/java/com/redhat/thermostat/common/command/RequestResponseListener.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,3 +44,4 @@
     public void fireComplete(Request request, Response response);
 
 }
+
--- a/common/command/src/main/java/com/redhat/thermostat/common/command/Response.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/main/java/com/redhat/thermostat/common/command/Response.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -94,3 +94,4 @@
     }
 
 }
+
--- a/common/command/src/test/java/com/redhat/thermostat/common/command/DecodingHelperTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/test/java/com/redhat/thermostat/common/command/DecodingHelperTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
         assertEquals(original, decoded);
     }
 }
+
--- a/common/command/src/test/java/com/redhat/thermostat/common/command/EncodingHelperTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/test/java/com/redhat/thermostat/common/command/EncodingHelperTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -72,3 +72,4 @@
     }
 
 }
+
--- a/common/command/src/test/java/com/redhat/thermostat/common/command/MessageDecoderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/test/java/com/redhat/thermostat/common/command/MessageDecoderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -108,3 +108,4 @@
         
     }
 }
+
--- a/common/command/src/test/java/com/redhat/thermostat/common/command/MessagesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/test/java/com/redhat/thermostat/common/command/MessagesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -93,3 +93,4 @@
         assertFalse(Messages.equal(r, r3));
     }
 }
+
--- a/common/command/src/test/java/com/redhat/thermostat/common/command/RequestTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/test/java/com/redhat/thermostat/common/command/RequestTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -104,3 +104,4 @@
         assertFalse(listeners.contains(listener1));
     }
 }
+
--- a/common/command/src/test/java/com/redhat/thermostat/common/command/ResponseTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/command/src/test/java/com/redhat/thermostat/common/command/ResponseTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
         assertEquals(ResponseType.ERROR, r.getType());
     }
 }
+
--- a/common/core/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -179,3 +179,4 @@
   </dependencies>
 
 </project>
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ActionEvent.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ActionEvent.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ActionListener.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ActionListener.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -40,3 +40,4 @@
 
     void actionPerformed(ActionEvent<T> actionEvent);
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ActionNotifier.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ActionNotifier.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -73,3 +73,4 @@
         }
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ApplicationCache.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ApplicationCache.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
         return cache.get(key);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ApplicationInfo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ApplicationInfo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -102,3 +102,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ApplicationService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ApplicationService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -50,3 +50,4 @@
     public TimerFactory getTimerFactory();
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/Clock.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/Clock.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,3 +53,4 @@
     long getMonotonicTimeNanos();
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/CommandLoadingBundleActivator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/CommandLoadingBundleActivator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -72,3 +72,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/Configuration.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/Configuration.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -116,3 +116,4 @@
         printOSGiInfo = newValue;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ConfigurationException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ConfigurationException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
         super(message,throwable);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/Constants.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/Constants.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
     public static final String GENERIC_SERVICE_CLASSNAME = "GenericClassName";
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/DbService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/DbService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,4 +64,5 @@
      *             if not connected to storage.
      */
     String getConnectionUrl();
-}
\ No newline at end of file
+}
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/DbServiceFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/DbServiceFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
         return DbServiceImpl.create(username, password, dbUrl);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/DefaultHostsVMsLoader.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/DefaultHostsVMsLoader.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -76,3 +76,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/HostsVMsLoader.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/HostsVMsLoader.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     Collection<HostRef> getHosts();
     Collection<VmRef> getVMs(HostRef host);
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/LaunchException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/LaunchException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
         super(message, cause);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/LogFormatter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/LogFormatter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
         return sb.toString();
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/MultipleServiceTracker.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/MultipleServiceTracker.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -137,3 +137,4 @@
         return (allServicesReady() && services.containsKey(serviceName));
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/NotImplementedException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/NotImplementedException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,3 +53,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/Ordered.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/Ordered.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -91,3 +91,4 @@
     public int getOrderValue();
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/OrderedComparator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/OrderedComparator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -59,3 +59,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/Pair.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/Pair.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
         return Objects.hash(first, second);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/Size.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/Size.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -202,3 +202,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/SystemClock.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/SystemClock.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/TestUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/TestUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -85,3 +85,4 @@
         return tmpDir;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ThermostatExtensionRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ThermostatExtensionRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -98,3 +98,4 @@
         actionNotifier.removeActionListener(l);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ThreadPoolTimerFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ThreadPoolTimerFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -143,3 +143,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/Timer.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/Timer.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
     void setSchedulingType(SchedulingType schedulingType);
     void setTimeUnit(TimeUnit timeUnit);
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/TimerFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/TimerFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
 
     void shutdown();
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/Version.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/Version.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -114,3 +114,4 @@
         return this.bundle.getVersion().getMicro();
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/Arguments.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/Arguments.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -43,3 +43,4 @@
     boolean hasArgument(String name);
     String getArgument(String name);
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/Command.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/Command.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -102,3 +102,4 @@
     public boolean isAvailableOutsideShell();
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandContext.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandContext.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     CommandContextFactory getCommandContextFactory();
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandContextFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandContextFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -59,3 +59,4 @@
         return console ;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandContextImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandContextImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -67,3 +67,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandInfo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandInfo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,3 +53,4 @@
     public List<String> getDependencyResourceNames();
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandInfoNotFoundException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandInfoNotFoundException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -50,3 +50,4 @@
         return commandName;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandInfoSource.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandInfoSource.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -46,3 +46,4 @@
     public Collection<CommandInfo> getCommandInfos();
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -50,4 +50,5 @@
 
     public Collection<Command> getRegisteredCommands();
 
-}
\ No newline at end of file
+}
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandRegistryImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandRegistryImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -105,3 +105,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandWithInfo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/CommandWithInfo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -110,3 +110,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/Console.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/Console.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     InputStream getInput();
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/HostVMArguments.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/HostVMArguments.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -88,3 +88,4 @@
         return vm;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/SimpleArguments.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/SimpleArguments.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
         nonOptionArguments.add(arg);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/SimpleCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/SimpleCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,3 +53,4 @@
         return true;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/SystemConsole.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/SystemConsole.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/cli/TableRenderer.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/cli/TableRenderer.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -108,3 +108,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/config/ClientPreferences.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/config/ClientPreferences.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -119,3 +119,4 @@
         }
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/config/ConfigUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/config/ConfigUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -111,3 +111,4 @@
         return history;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/config/Defaults.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/config/Defaults.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     public static final boolean LOCAL_MODE = false; // Default behaviour is to connect to cluster.
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/config/InvalidConfigurationException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/config/InvalidConfigurationException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
         super(cause);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/config/ThermostatOptionParser.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/config/ThermostatOptionParser.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -39,3 +39,4 @@
 public interface ThermostatOptionParser {
     void parse() throws InvalidConfigurationException;
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/AgentInfoDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/AgentInfoDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
     void removeAgentInformation(AgentInformation agentInfo);
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/AgentInfoDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/AgentInfoDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -126,3 +126,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/BackendInfoDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/BackendInfoDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     void removeBackendInformation(BackendInformation info);
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/BackendInfoDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/BackendInfoDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -105,3 +105,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/Countable.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/Countable.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -41,3 +41,4 @@
     public long getCount();
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/DAOException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/DAOException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -55,3 +55,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/DAOFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/DAOFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
     public void unregisterDAOsAndStorageAsOSGiServices();
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/DAOFactoryImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/DAOFactoryImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -155,3 +155,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/HostInfoDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/HostInfoDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,3 +64,4 @@
     Collection<HostRef> getHosts();
     Collection<HostRef> getAliveHosts();
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/HostInfoDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/HostInfoDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -115,3 +115,4 @@
         return storage.getCount(hostInfoCategory);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/HostLatestPojoListGetter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/HostLatestPojoListGetter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,3 +80,4 @@
         return query;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/HostRef.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/HostRef.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -96,3 +96,4 @@
         return getHostName();
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/NetworkInterfaceInfoDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/NetworkInterfaceInfoDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
 
     public void putNetworkInterfaceInfo(NetworkInterfaceInfo info);
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/NetworkInterfaceInfoDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/NetworkInterfaceInfoDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -78,3 +78,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/Ref.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/Ref.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -41,3 +41,4 @@
     String getStringID();
     String getName();
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/VmInfoDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/VmInfoDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -78,3 +78,4 @@
 
     public void putVmStoppedTime(int vmId, long since);
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/VmInfoDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/VmInfoDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -125,3 +125,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/VmLatestPojoListGetter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/VmLatestPojoListGetter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/dao/VmRef.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/dao/VmRef.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -106,3 +106,4 @@
         return getIdString();
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
         // Nothing to do here.
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/internal/ApplicationServiceImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/internal/ApplicationServiceImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
         return timers;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/internal/CustomX509TrustManager.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/internal/CustomX509TrustManager.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -226,3 +226,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/internal/DbServiceImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/internal/DbServiceImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -119,3 +119,4 @@
     }
     
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/internal/KeyStoreProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/internal/KeyStoreProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
         return null;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/internal/TrustManagerFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/internal/TrustManagerFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
         return new CustomX509TrustManager();
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/locale/Translate.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/locale/Translate.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
         return MessageFormat.format(localize(toTranslate), (Object[]) params);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/model/LongRange.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/model/LongRange.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -83,3 +83,4 @@
         return "[" + min + " ->" + max +  "("+ (max - min) + ")]";
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/model/LongRangeNormalizer.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/model/LongRangeNormalizer.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -98,3 +98,4 @@
         return Math.round(normalized);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ssl/SSLContextFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ssl/SSLContextFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -146,3 +146,4 @@
         logger.log(Level.SEVERE, "Failed to load keystore. " + detail);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ssl/SSLKeystoreConfiguration.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ssl/SSLKeystoreConfiguration.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -136,3 +136,4 @@
         }
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/ssl/SslInitException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/ssl/SslInitException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -46,3 +46,4 @@
         super(message);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/tools/ApplicationException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/tools/ApplicationException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -58,3 +58,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/tools/ApplicationState.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/tools/ApplicationState.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     START,
     STOP;
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/tools/BasicCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/tools/BasicCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
         return true;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/tools/ProcessStartException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/tools/ProcessStartException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
         return commandName;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/utils/ArrayUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/utils/ArrayUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,3 +64,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/utils/DescriptorConverter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/utils/DescriptorConverter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -83,3 +83,4 @@
         return result.toString();
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/utils/LoggedExternalProcess.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/utils/LoggedExternalProcess.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -102,3 +102,4 @@
         }
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/utils/LoggingUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/utils/LoggingUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -187,3 +187,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/utils/OSGIUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/utils/OSGIUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -104,3 +104,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/utils/ServiceRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/utils/ServiceRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -200,3 +200,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/utils/StreamUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/utils/StreamUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -67,3 +67,4 @@
         return baos.toByteArray();
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/common/utils/StringUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/common/utils/StringUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -67,3 +67,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/test/Bug.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/test/Bug.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -42,3 +42,4 @@
     String url();
     String summary();
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/test/ExceptionThrowingInputStream.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/test/ExceptionThrowingInputStream.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/test/FreePortFinder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/test/FreePortFinder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -73,3 +73,4 @@
         return nextPort;
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/test/StubBundleContext.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/test/StubBundleContext.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -401,3 +401,4 @@
 
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/test/StubServiceReference.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/test/StubServiceReference.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -126,3 +126,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/test/StubServiceRegistration.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/test/StubServiceRegistration.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
     }
 
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/test/TestCommandContextFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/test/TestCommandContextFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -160,3 +160,4 @@
         in.setException(ex);
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/test/TestCommandRegistry.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/test/TestCommandRegistry.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
         }
     }
 }
+
--- a/common/core/src/main/java/com/redhat/thermostat/test/TestTimerFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/java/com/redhat/thermostat/test/TestTimerFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -137,3 +137,4 @@
     }
 
 }
+
--- a/common/core/src/main/resources/com/redhat/thermostat/app-info.properties	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/main/resources/com/redhat/thermostat/app-info.properties	Wed Jan 23 16:49:27 2013 +0100
@@ -2,5 +2,5 @@
 APP_RELEASE_DATE = ${thermostat.releasedate}
 APP_EMAIL = ${thermostat.email}
 APP_WEBSITE = ${thermostat.url}
-APP_COPYRIGHT = Copyright 2012 Red Hat, Inc.
+APP_COPYRIGHT = Copyright 2012, 2013 Red Hat, Inc.
 
--- a/common/core/src/test/java/com/redhat/thermostat/common/ActionEventTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/ActionEventTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -122,3 +122,4 @@
         assertTrue(hashCode1 == hashCode2);
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/ActionNotifierTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/ActionNotifierTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -128,3 +128,4 @@
     }
 
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/ApplicationCacheTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/ApplicationCacheTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
         assertEquals("fluff", cache.getAttribute("test"));
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/ApplicationInfoTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/ApplicationInfoTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -68,3 +68,4 @@
         Locale.setDefault(locale);
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/ConfigurationTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/ConfigurationTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
 
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/DefaultHostsVMsLoaderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/DefaultHostsVMsLoaderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -106,3 +106,4 @@
     }
 
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/MultipleServiceTrackerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/MultipleServiceTrackerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -160,3 +160,4 @@
         verify(action).dependenciesUnavailable();
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/OrderedComparatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/OrderedComparatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -95,3 +95,4 @@
     }
 
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/PairTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/PairTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -76,3 +76,4 @@
         assertTrue(pair.hashCode() == samePair.hashCode());
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/SizeTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/SizeTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -161,3 +161,4 @@
     }
 
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/ThreadPoolTimerFactoryTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/ThreadPoolTimerFactoryTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -220,3 +220,4 @@
         assertEquals(0, threadGroup.activeCount());
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/VersionTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/VersionTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -171,3 +171,4 @@
         return format;
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/cli/CommandContextFactoryTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/cli/CommandContextFactoryTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
         assertSame(cmdCtxFactory.getConsole(), ctx.getConsole());
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/cli/CommandExceptionTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/cli/CommandExceptionTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -75,3 +75,4 @@
         assertSame(cause, ce.getCause());
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/cli/CommandRegistryImplTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/cli/CommandRegistryImplTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -227,3 +227,4 @@
         verify(bundleContext).ungetService(infosRef);
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/cli/CommandWithInfoTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/cli/CommandWithInfoTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
         assertTrue(command.hasCommandInfo());
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/cli/HostVMArgumentsTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/cli/HostVMArgumentsTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -40,3 +40,4 @@
 
     // TODO make a test that checks the argument parsing behaviour.
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/cli/SimpleArgumentsTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/cli/SimpleArgumentsTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,3 +80,4 @@
         assertEquals("fluff", nonOptArgs.get(0));
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/cli/TableRendererTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/cli/TableRendererTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -101,3 +101,4 @@
         tableRenderer.printLine("hello", "fluff", "world", "boom");
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/config/ClientPreferencesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/config/ClientPreferencesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -161,3 +161,4 @@
         verify(prefs).putBoolean(eq(ClientPreferences.SAVE_ENTITLEMENTS), eq(true));
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/config/ConfigUtilsTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/config/ConfigUtilsTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
                 ConfigUtils.getStoragePidFile().getCanonicalPath());        
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/dao/AgentInfoDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/dao/AgentInfoDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -255,3 +255,4 @@
     }
 
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/dao/BackendInfoDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/dao/BackendInfoDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -168,3 +168,4 @@
     }
 
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/dao/HostInfoDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/dao/HostInfoDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -338,3 +338,4 @@
         return new Pair<>(storage, agentDao);
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/dao/HostLatestPojoListGetterTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/dao/HostLatestPojoListGetterTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -169,3 +169,4 @@
         result3 = null;
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/dao/MongoDAOFactoryTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/dao/MongoDAOFactoryTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -126,3 +126,4 @@
         assertEquals(0, bundleContext.getServiceListeners().size());
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/dao/NetworkInterfaceInfoDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/dao/NetworkInterfaceInfoDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -130,3 +130,4 @@
         verify(replace).apply();
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/dao/QueryTestHelper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/dao/QueryTestHelper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
     }
 
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/dao/VmInfoDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/dao/VmInfoDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -283,3 +283,4 @@
         verifyNoMoreInteractions(mockUpdate);
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/dao/VmLatestPojoListGetterTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/dao/VmLatestPojoListGetterTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -162,3 +162,4 @@
     }
 
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/internal/ApplicationServiceImplTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/internal/ApplicationServiceImplTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -89,3 +89,4 @@
         assertNotNull(provider.getTimerFactory());
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/internal/CustomX509TrustManagerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/internal/CustomX509TrustManagerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -138,3 +138,4 @@
     }
 
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/internal/DbServiceTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/internal/DbServiceTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -132,3 +132,4 @@
         assertEquals(connectionURL, dbService.getConnectionUrl());
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/internal/KeyStoreProviderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/internal/KeyStoreProviderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -70,3 +70,4 @@
         assertNotNull("Should have been able to retrieve and load keystore", KeyStoreProvider.getKeyStore(keystore, "testpassword"));
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -66,3 +66,4 @@
         }
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/locale/TranslateTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/locale/TranslateTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -85,3 +85,4 @@
 
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/model/LongRangeNormalizerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/model/LongRangeNormalizerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -121,3 +121,4 @@
         Assert.assertEquals(0, model.getValueNormalized());
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/ssl/SSLContextFactoryTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/ssl/SSLContextFactoryTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -137,3 +137,4 @@
                 "com.redhat.thermostat.common.internal.CustomX509TrustManager");
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/ssl/SSLKeystoreConfigurationTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/ssl/SSLKeystoreConfigurationTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -76,3 +76,4 @@
         assertFalse(SSLKeystoreConfiguration.shouldSSLEnableCmdChannel());
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/tools/BasicCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/tools/BasicCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -103,3 +103,4 @@
         assertNotNull(application.getNotifier());
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/utils/ArrayUtilsTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/utils/ArrayUtilsTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -84,3 +84,4 @@
         }
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/utils/DescriptorConverterTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/utils/DescriptorConverterTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -67,3 +67,4 @@
         assertEquals(expected, result);
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/utils/LoggingUtilsTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/utils/LoggingUtilsTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -138,3 +138,4 @@
         assertTrue(found);
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/common/utils/StreamUtilsTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/common/utils/StreamUtilsTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
         assertArrayEquals(inputData, read);
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/test/ExceptionThrowingInputStreamTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/test/ExceptionThrowingInputStreamTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -237,3 +237,4 @@
         assertEquals(2, read);
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/test/StubBundleContextTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/test/StubBundleContextTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -571,3 +571,4 @@
 
     static interface ComplexService extends TestService, AnotherTestService { /* ditto */}
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/test/TestCommandContextFactoryTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/test/TestCommandContextFactoryTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -84,3 +84,4 @@
         assertEquals("foo", new String(readBytes, 0, numRead));
     }
 }
+
--- a/common/core/src/test/java/com/redhat/thermostat/test/TestTimerFactoryTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/core/src/test/java/com/redhat/thermostat/test/TestTimerFactoryTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -128,3 +128,4 @@
         assertTrue(timerFactory.isShutdown());
     }
 }
+
--- a/common/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -65,3 +65,4 @@
   </modules>
 
 </project>
+
--- a/common/test/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/test/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -86,3 +86,4 @@
   </build>
   
 </project>
+
--- a/common/test/src/main/java/com/redhat/thermostat/test/cli/TestCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/test/src/main/java/com/redhat/thermostat/test/cli/TestCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -137,3 +137,4 @@
         this.availableOutsideShell = available;
     }
 }
+
--- a/common/test/src/main/java/com/redhat/thermostat/test/locale/AbstractLocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/common/test/src/main/java/com/redhat/thermostat/test/locale/AbstractLocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -68,3 +68,4 @@
     protected abstract String getResourceBundle();
 
 }
+
--- a/dev/archetype-ext/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/dev/archetype-ext/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -72,3 +72,4 @@
     </pluginManagement>
   </build> 
 </project>
+
--- a/dev/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/dev/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -55,3 +55,4 @@
   </modules>
 
 </project>
+
--- a/distribution/config/db.properties	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/config/db.properties	Wed Jan 23 16:49:27 2013 +0100
@@ -1,4 +1,4 @@
-# Copyright 2012 Red Hat, Inc.
+# Copyright 2012, 2013 Red Hat, Inc.
 #
 # This file is part of Thermostat.
 #
@@ -54,4 +54,5 @@
 # If SSL_ENABLE=true, the passphrase for the server certificate
 # needs to be specified. If the server key was not encrypted any
 # non-empty password will work.
-#SSL_KEY_PASSWORD=somepassword
\ No newline at end of file
+#SSL_KEY_PASSWORD=somepassword
+
--- a/distribution/config/logging.properties	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/config/logging.properties	Wed Jan 23 16:49:27 2013 +0100
@@ -1,4 +1,4 @@
-# Copyright 2012 Red Hat, Inc.
+# Copyright 2012, 2013 Red Hat, Inc.
 #
 # This file is part of Thermostat.
 #
@@ -66,3 +66,4 @@
 # Other log levels
 ###################################################################
 com.mongodb.level=OFF
+
--- a/distribution/config/osgi-export.properties	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/config/osgi-export.properties	Wed Jan 23 16:49:27 2013 +0100
@@ -1,4 +1,4 @@
-# Copyright 2012 Red Hat, Inc.
+# Copyright 2012, 2013 Red Hat, Inc.
 #
 # This file is part of Thermostat.
 #
@@ -59,3 +59,4 @@
 sun.jvmstat
 sun.jvmstat.monitor
 sun.jvmstat.monitor.event
+
--- a/distribution/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -603,3 +603,4 @@
     </dependency>
   </dependencies>
 </project>
+
--- a/distribution/scripts/thermostat	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/scripts/thermostat	Wed Jan 23 16:49:27 2013 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright 2012 Red Hat, Inc.
+# Copyright 2012, 2013 Red Hat, Inc.
 #
 # This file is part of Thermostat.
 #
@@ -89,3 +89,4 @@
 # finally run thermostat
 ${JAVA} "${JAVA_ARGS[@]}" -Djava.library.path=${SERVICE_NATIVE} -cp ${SERVICE_CLASSPATH} ${THERMOSTAT_MAIN} "${ARGS[@]}"
 exit $?
+
--- a/distribution/scripts/thermostat-client-gui	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/scripts/thermostat-client-gui	Wed Jan 23 16:49:27 2013 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright 2012 Red Hat, Inc.
+# Copyright 2012, 2013 Red Hat, Inc.
 #
 # This file is part of Thermostat.
 #
@@ -44,3 +44,4 @@
 
 $THERMOSTAT_HOME/bin/thermostat gui
 exit $?
+
--- a/distribution/scripts/thermostat-client-gui-debug	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/scripts/thermostat-client-gui-debug	Wed Jan 23 16:49:27 2013 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright 2013 Red Hat, Inc.
+# Copyright 2012, 2013 Red Hat, Inc.
 #
 # This file is part of Thermostat.
 #
@@ -49,3 +49,4 @@
 
 $THERMOSTAT_HOME/bin/thermostat gui -J-Dsun.awt.disablegrab=true -J-Xdebug -J-Xrunjdwp:transport=dt_socket,server=y,address=$THERMOSTAT_CLIENT_DEBUG_ADDRESS
 exit $?
+
--- a/distribution/scripts/thermostat-client-service-debug	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/scripts/thermostat-client-service-debug	Wed Jan 23 16:49:27 2013 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright 2013 Red Hat, Inc.
+# Copyright 2012, 2013 Red Hat, Inc.
 #
 # This file is part of Thermostat.
 #
@@ -49,3 +49,4 @@
 
 $THERMOSTAT_HOME/bin/thermostat service -J-Xdebug -J-Xrunjdwp:transport=dt_socket,server=y,address=$THERMOSTAT_SERVICE_DEBUG_ADDRESS
 exit $?
+
--- a/distribution/scripts/thermostat-init-layout	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/scripts/thermostat-init-layout	Wed Jan 23 16:49:27 2013 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright 2012 Red Hat, Inc.
+# Copyright 2012, 2013 Red Hat, Inc.
 #
 # This file is part of Thermostat.
 #
@@ -96,3 +96,4 @@
         mkdir -p ${THERMOSTAT_OSGI_CACHE}
     fi
 fi
+
--- a/distribution/src/main/java/com/redhat/thermostat/distribution/IdeLauncher.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/src/main/java/com/redhat/thermostat/distribution/IdeLauncher.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
         Thermostat.main(args);
     }
 }
+
--- a/distribution/src/test/java/com/redhat/thermostat/distribution/CliTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/src/test/java/com/redhat/thermostat/distribution/CliTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -194,3 +194,4 @@
     }
 
 }
+
--- a/distribution/src/test/java/com/redhat/thermostat/distribution/IntegrationTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/src/test/java/com/redhat/thermostat/distribution/IntegrationTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -163,3 +163,4 @@
     }
 
 }
+
--- a/distribution/src/test/java/com/redhat/thermostat/distribution/StorageConnectionTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/src/test/java/com/redhat/thermostat/distribution/StorageConnectionTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -111,3 +111,4 @@
 
     // TODO add a test to make sure connect/disconnect is not visible outside the shell
 }
+
--- a/distribution/src/test/java/com/redhat/thermostat/distribution/StorageTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/src/test/java/com/redhat/thermostat/distribution/StorageTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -83,3 +83,4 @@
     }
 
 }
+
--- a/distribution/src/test/java/com/redhat/thermostat/distribution/VmCommandsTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/distribution/src/test/java/com/redhat/thermostat/distribution/VmCommandsTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -132,3 +132,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.client.feature/feature.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.client.feature/feature.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -10,11 +10,11 @@
    </description>
 
    <copyright url="http://icedtea.classpath.org/thermostat">
-      Copyright 2012 Red Hat, Inc.
+      Copyright 2012, 2013 Red Hat, Inc.
    </copyright>
 
    <license url="http://www.gnu.org/licenses/">
-      Copyright 2012 Red Hat, Inc.
+      Copyright 2012, 2013 Red Hat, Inc.
 
 This file is part of Thermostat.
 
@@ -225,3 +225,4 @@
          unpack="false"/>
 
 </feature>
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,3 +87,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/HostCpuViewPart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/HostCpuViewPart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -61,3 +61,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/HostMemoryViewPart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/HostMemoryViewPart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -61,3 +61,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/RecentTimeSeriesChartComposite.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/RecentTimeSeriesChartComposite.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -237,3 +237,4 @@
         return controller;
     }
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostCpuView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostCpuView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -306,3 +306,4 @@
     }
     
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostCpuViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostCpuViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostMemoryView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostMemoryView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -389,3 +389,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostMemoryViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTHostMemoryViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmCpuView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmCpuView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -133,3 +133,4 @@
     }
     
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmCpuViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmCpuViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmGcView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmGcView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -258,3 +258,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmGcViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/SWTVmGcViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/VmCpuViewPart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/VmCpuViewPart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -61,3 +61,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/VmGcViewPart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.common/src/com/redhat/thermostat/eclipse/chart/common/VmGcViewPart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -61,3 +61,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/SWTVmClassStatView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/SWTVmClassStatView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -145,3 +145,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/SWTVmClassStatViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/SWTVmClassStatViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/VmClassStatViewPart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.chart.vmclassstat/src/com/redhat/thermostat/eclipse/chart/vmclassstat/VmClassStatViewPart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -61,3 +61,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.feature/feature.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.feature/feature.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -9,11 +9,11 @@
    </description>
 
    <copyright url="http://icedtea.classpath.org/thermostat">
-      Copyright 2012 Red Hat, Inc.
+      Copyright 2012, 2013 Red Hat, Inc.
    </copyright>
 
    <license url="http://www.gnu.org/licenses/">
-      Copyright 2012 Red Hat, Inc.
+      Copyright 2012, 2013 Red Hat, Inc.
 
 This file is part of Thermostat.
 
@@ -82,3 +82,4 @@
          unpack="false"/>
 
 </feature>
+
--- a/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/RecentTimeSeriesChartCompositeTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/RecentTimeSeriesChartCompositeTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -218,3 +218,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTHostCpuViewTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTHostCpuViewTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -375,3 +375,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTHostMemoryViewTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTHostMemoryViewTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -581,3 +581,4 @@
         assertEquals(Action.HIDDEN, action[0]);
     }
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTHostOverviewViewTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTHostOverviewViewTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -406,3 +406,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTVmClassStatViewTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTVmClassStatViewTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -205,3 +205,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTVmCpuViewTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTVmCpuViewTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -206,3 +206,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTVmGcViewTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test.ui/src/com/redhat/thermostat/eclipse/test/ui/SWTVmGcViewTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -340,3 +340,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -90,3 +90,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/model/HostVmsTreeContentProviderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/model/HostVmsTreeContentProviderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -211,3 +211,4 @@
         }
     }
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/model/HostsVmsLabelProviderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/model/HostsVmsLabelProviderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -86,3 +86,4 @@
         assertNull(labelProvider.getImage(mock(VmRef.class)));
     }
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/AbstractRefViewPartTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/AbstractRefViewPartTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -120,3 +120,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/HostCpuViewPartTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/HostCpuViewPartTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -152,3 +152,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/HostMemoryViewPartTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/HostMemoryViewPartTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -105,3 +105,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/HostOverviewViewPartTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/HostOverviewViewPartTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -105,3 +105,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/ThermostatPerspectiveTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/ThermostatPerspectiveTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -138,3 +138,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/ViewVisibilityWatcherTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/ViewVisibilityWatcherTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -159,3 +159,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/VmClassStatViewPartTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/VmClassStatViewPartTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -105,3 +105,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/VmCpuViewPartTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/VmCpuViewPartTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -133,3 +133,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/VmGcViewPartTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse.test/src/com/redhat/thermostat/eclipse/test/views/VmGcViewPartTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -105,3 +105,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/plugin.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/plugin.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -2,7 +2,7 @@
 <?eclipse version="3.5"?>
 <!--
   
-   Copyright 2012 Red Hat, Inc.
+   Copyright 2012, 2013 Red Hat, Inc.
   
    This file is part of Thermostat.
   
@@ -68,3 +68,4 @@
       </perspective>
    </extension>
 </plugin>
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/LoggerFacility.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/LoggerFacility.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -94,3 +94,4 @@
         }
     }
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/SWTComponent.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/SWTComponent.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,4 +44,5 @@
     
     public void hide();
     
-}
\ No newline at end of file
+}
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/SWTViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/SWTViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,3 +53,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/ThermostatConstants.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/ThermostatConstants.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -50,3 +50,4 @@
     public static final String TEST_TAG = "com.redhat.thermostat.eclipse.test.swtTag";
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -162,3 +162,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/ConnectionConfiguration.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/ConnectionConfiguration.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,3 +64,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/controllers/ConnectDBAction.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/controllers/ConnectDBAction.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,3 +53,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/controllers/ConnectionJobListener.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/controllers/ConnectionJobListener.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -66,3 +66,4 @@
         }
     }
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/jobs/ConnectDbJob.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/jobs/ConnectDbJob.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -86,3 +86,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/model/HostsVmsLabelProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/model/HostsVmsLabelProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -76,3 +76,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/model/HostsVmsTreeContentProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/model/HostsVmsTreeContentProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -137,3 +137,4 @@
         return lookupMap;
     }
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/model/HostsVmsTreeRoot.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/model/HostsVmsTreeRoot.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -42,3 +42,4 @@
 public class HostsVmsTreeRoot {
     // nothing
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/HostOverviewViewPart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/HostOverviewViewPart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/HostsVmsTreeViewPart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/HostsVmsTreeViewPart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -168,3 +168,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/RefViewPart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/RefViewPart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -165,3 +165,4 @@
     
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/SWTHostOverviewView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/SWTHostOverviewView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -371,3 +371,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/SWTHostOverviewViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/SWTHostOverviewViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/ThermostatPerspectiveFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/ThermostatPerspectiveFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/ViewVisibilityWatcher.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/internal/views/ViewVisibilityWatcher.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -134,3 +134,4 @@
     }
 
 }
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/views/HostRefViewPart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/views/HostRefViewPart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -63,4 +63,5 @@
         return "No host selected";
     }
 
-}
\ No newline at end of file
+}
+
--- a/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/views/VmRefViewPart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/com.redhat.thermostat.eclipse/src/com/redhat/thermostat/eclipse/views/VmRefViewPart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
     }
 
 }
+
--- a/eclipse/composite-repo/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/composite-repo/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -107,3 +107,4 @@
   </dependencies>
 
 </project>
+
--- a/eclipse/jfreechart-bundle-wrapping/org.jfree.chart/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/jfreechart-bundle-wrapping/org.jfree.chart/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -2,7 +2,7 @@
 
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -187,3 +187,4 @@
     </build>
 
 </project>
+
--- a/eclipse/jfreechart-bundle-wrapping/org.jfree/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/jfreechart-bundle-wrapping/org.jfree/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -2,7 +2,7 @@
 
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -134,3 +134,4 @@
     </build>
 
 </project>
+
--- a/eclipse/jfreechart-bundle-wrapping/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/jfreechart-bundle-wrapping/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -55,3 +55,4 @@
     </modules>
 
 </project>
+
--- a/eclipse/jfreechart-p2-repository/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/jfreechart-p2-repository/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -101,3 +101,4 @@
 
   <packaging>pom</packaging>
 </project>
+
--- a/eclipse/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-   Copyright (c) 2012, Red Hat, Inc.
+   Copyright 2012, 2013 Red Hat, Inc.
 
    Thermostat is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
@@ -283,3 +283,4 @@
     </pluginManagement>
   </build>
 </project>
+
--- a/eclipse/test-deps-bundle-wrapping/org.hamcrest/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/test-deps-bundle-wrapping/org.hamcrest/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -2,7 +2,7 @@
 
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -93,3 +93,4 @@
     </build>
 
 </project>
+
--- a/eclipse/test-deps-bundle-wrapping/org.mockito/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/test-deps-bundle-wrapping/org.mockito/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -2,7 +2,7 @@
 
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -133,3 +133,4 @@
     </build>
 
 </project>
+
--- a/eclipse/test-deps-bundle-wrapping/org.objenesis/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/test-deps-bundle-wrapping/org.objenesis/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -2,7 +2,7 @@
 
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -105,3 +105,4 @@
     </build>
 
 </project>
+
--- a/eclipse/test-deps-bundle-wrapping/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/test-deps-bundle-wrapping/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -70,3 +70,4 @@
     </build>
 
 </project>
+
--- a/eclipse/test-deps-p2-repository/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/eclipse/test-deps-p2-repository/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -106,3 +106,4 @@
 
   <packaging>pom</packaging>
 </project>
+
--- a/host-cpu/agent/src/main/java/com/redhat/thermostat/host/cpu/agent/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/agent/src/main/java/com/redhat/thermostat/host/cpu/agent/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
         return backend;
     }
 }
+
--- a/host-cpu/agent/src/main/java/com/redhat/thermostat/host/cpu/agent/internal/CpuStatBuilder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/agent/src/main/java/com/redhat/thermostat/host/cpu/agent/internal/CpuStatBuilder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -133,3 +133,4 @@
     }
 
 }
+
--- a/host-cpu/agent/src/main/java/com/redhat/thermostat/host/cpu/agent/internal/HostCpuBackend.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/agent/src/main/java/com/redhat/thermostat/host/cpu/agent/internal/HostCpuBackend.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -119,3 +119,4 @@
     }
 
 }
+
--- a/host-cpu/agent/src/test/java/com/redhat/thermostat/host/cpu/agent/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/agent/src/test/java/com/redhat/thermostat/host/cpu/agent/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -102,3 +102,4 @@
     }
 
 }
+
--- a/host-cpu/agent/src/test/java/com/redhat/thermostat/host/cpu/agent/internal/CpuStatBuilderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/agent/src/test/java/com/redhat/thermostat/host/cpu/agent/internal/CpuStatBuilderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -109,3 +109,4 @@
     }
 
 }
+
--- a/host-cpu/agent/src/test/java/com/redhat/thermostat/host/cpu/agent/internal/HostCpuBackendTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/agent/src/test/java/com/redhat/thermostat/host/cpu/agent/internal/HostCpuBackendTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -94,3 +94,4 @@
         assertFalse(backend.isActive());
     }
 }
+
--- a/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/HostCpuService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/HostCpuService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,3 +80,4 @@
     }
 
 }
+
--- a/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/HostCpuView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/HostCpuView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -55,3 +55,4 @@
     public abstract void addCpuUsageData(int cpuIndex, List<DiscreteTimeData<Double>> data);
 
 }
+
--- a/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/HostCpuViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/HostCpuViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     @Override
     HostCpuView createView();
 }
+
--- a/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/internal/HostCpuController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/core/internal/HostCpuController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -164,3 +164,4 @@
     }
 
 }
+
--- a/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-core/src/main/java/com/redhat/thermostat/host/cpu/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/host-cpu/client-core/src/test/java/com/redhat/thermostat/host/cpu/client/core/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-core/src/test/java/com/redhat/thermostat/host/cpu/client/core/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -90,3 +90,4 @@
     }
 
 }
+
--- a/host-cpu/client-core/src/test/java/com/redhat/thermostat/host/cpu/client/core/internal/HostCpuControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-core/src/test/java/com/redhat/thermostat/host/cpu/client/core/internal/HostCpuControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -162,3 +162,4 @@
         assertEquals(15.0, cpuLoadData.get(1).getData().doubleValue(), 0.0001);
     }
 }
+
--- a/host-cpu/client-core/src/test/java/com/redhat/thermostat/host/cpu/client/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-core/src/test/java/com/redhat/thermostat/host/cpu/client/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/host-cpu/client-swing/src/main/java/com/redhat/thermostat/host/cpu/client/swing/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-swing/src/main/java/com/redhat/thermostat/host/cpu/client/swing/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/host-cpu/client-swing/src/main/java/com/redhat/thermostat/host/cpu/client/swing/internal/HostCpuPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-swing/src/main/java/com/redhat/thermostat/host/cpu/client/swing/internal/HostCpuPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -295,3 +295,4 @@
         return new JLabel("<html> <font color='" + hexColor + "'>\u2588</font> " + text + "</html>");
     }
 }
+
--- a/host-cpu/client-swing/src/main/java/com/redhat/thermostat/host/cpu/client/swing/internal/SwingHostCpuViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-swing/src/main/java/com/redhat/thermostat/host/cpu/client/swing/internal/SwingHostCpuViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/host-cpu/client-swing/src/test/java/com/redhat/thermostat/host/cpu/client/swing/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/client-swing/src/test/java/com/redhat/thermostat/host/cpu/client/swing/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
     }
 
 }
+
--- a/host-cpu/common/src/main/java/com/redhat/thermostat/host/cpu/common/CpuStatDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/common/src/main/java/com/redhat/thermostat/host/cpu/common/CpuStatDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -58,3 +58,4 @@
     void putCpuStat(CpuStat stat);
 
 }
+
--- a/host-cpu/common/src/main/java/com/redhat/thermostat/host/cpu/common/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/common/src/main/java/com/redhat/thermostat/host/cpu/common/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
     }
 
 }
+
--- a/host-cpu/common/src/main/java/com/redhat/thermostat/host/cpu/common/internal/CpuStatDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/common/src/main/java/com/redhat/thermostat/host/cpu/common/internal/CpuStatDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
         return storage.getCount(cpuStatCategory);
     }
 }
+
--- a/host-cpu/common/src/test/java/com/redhat/thermostat/host/cpu/common/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/common/src/test/java/com/redhat/thermostat/host/cpu/common/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/host-cpu/common/src/test/java/com/redhat/thermostat/host/cpu/common/internal/CpuStatDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/common/src/test/java/com/redhat/thermostat/host/cpu/common/internal/CpuStatDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -164,3 +164,4 @@
         assertEquals((Long) 5L, count);
     }
 }
+
--- a/host-cpu/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-cpu/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -58,3 +58,4 @@
   </modules>
 
 </project>
+
--- a/host-memory/agent/src/main/java/com/redhat/thermostat/host/memory/agent/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/agent/src/main/java/com/redhat/thermostat/host/memory/agent/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
         return backend;
     }
 }
+
--- a/host-memory/agent/src/main/java/com/redhat/thermostat/host/memory/agent/internal/HostMemoryBackend.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/agent/src/main/java/com/redhat/thermostat/host/memory/agent/internal/HostMemoryBackend.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -110,3 +110,4 @@
     }
 
 }
+
--- a/host-memory/agent/src/main/java/com/redhat/thermostat/host/memory/agent/internal/MemoryStatBuilder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/agent/src/main/java/com/redhat/thermostat/host/memory/agent/internal/MemoryStatBuilder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -139,3 +139,4 @@
         return result;
     }
 }
+
--- a/host-memory/agent/src/test/java/com/redhat/thermostat/host/memory/agent/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/agent/src/test/java/com/redhat/thermostat/host/memory/agent/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -102,3 +102,4 @@
     }
 
 }
+
--- a/host-memory/agent/src/test/java/com/redhat/thermostat/host/memory/agent/internal/HostMemoryBackendTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/agent/src/test/java/com/redhat/thermostat/host/memory/agent/internal/HostMemoryBackendTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -91,3 +91,4 @@
         assertFalse(backend.isActive());
     }
 }
+
--- a/host-memory/agent/src/test/java/com/redhat/thermostat/host/memory/agent/internal/MemoryStatBuilderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/agent/src/test/java/com/redhat/thermostat/host/memory/agent/internal/MemoryStatBuilderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -111,3 +111,4 @@
         verify(dataSource).getMemInfoReader();
     }
 }
+
--- a/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/HostMemoryService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/HostMemoryService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,3 +80,4 @@
     }
 
 }
+
--- a/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/HostMemoryView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/HostMemoryView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     public abstract void removeGraphVisibilityListener(GraphVisibilityChangeListener listener);
 
 }
+
--- a/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/HostMemoryViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/HostMemoryViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -46,3 +46,4 @@
     public HostMemoryView createView();
 
 }
+
--- a/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/internal/HostMemoryController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/core/internal/HostMemoryController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -185,3 +185,4 @@
         return translator.localize(LocaleResources.HOST_INFO_TAB_MEMORY);
     }
 }
+
--- a/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-core/src/main/java/com/redhat/thermostat/host/memory/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/host-memory/client-core/src/test/java/com/redhat/thermostat/host/memory/client/core/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-core/src/test/java/com/redhat/thermostat/host/memory/client/core/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -92,3 +92,4 @@
     }
 
 }
+
--- a/host-memory/client-core/src/test/java/com/redhat/thermostat/host/memory/client/core/internal/HostMemoryControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-core/src/test/java/com/redhat/thermostat/host/memory/client/core/internal/HostMemoryControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -118,3 +118,4 @@
 
     }
 }
+
--- a/host-memory/client-core/src/test/java/com/redhat/thermostat/host/memory/client/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-core/src/test/java/com/redhat/thermostat/host/memory/client/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/host-memory/client-swing/src/main/java/com/redhat/thermostat/host/memory/client/swing/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-swing/src/main/java/com/redhat/thermostat/host/memory/client/swing/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/host-memory/client-swing/src/main/java/com/redhat/thermostat/host/memory/client/swing/internal/HostMemoryPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-swing/src/main/java/com/redhat/thermostat/host/memory/client/swing/internal/HostMemoryPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -352,3 +352,4 @@
 
     }
 }
+
--- a/host-memory/client-swing/src/main/java/com/redhat/thermostat/host/memory/client/swing/internal/SwingHostMemoryViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-swing/src/main/java/com/redhat/thermostat/host/memory/client/swing/internal/SwingHostMemoryViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/host-memory/client-swing/src/test/java/com/redhat/thermostat/host/memory/client/swing/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/client-swing/src/test/java/com/redhat/thermostat/host/memory/client/swing/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
     }
 
 }
+
--- a/host-memory/common/src/main/java/com/redhat/thermostat/host/memory/common/MemoryStatDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/common/src/main/java/com/redhat/thermostat/host/memory/common/MemoryStatDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,3 +64,4 @@
 
     void putMemoryStat(MemoryStat stat);
 }
+
--- a/host-memory/common/src/main/java/com/redhat/thermostat/host/memory/common/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/common/src/main/java/com/redhat/thermostat/host/memory/common/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
     }
 
 }
+
--- a/host-memory/common/src/main/java/com/redhat/thermostat/host/memory/common/internal/MemoryStatDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/common/src/main/java/com/redhat/thermostat/host/memory/common/internal/MemoryStatDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
         return storage.getCount(memoryStatCategory);
     }
 }
+
--- a/host-memory/common/src/test/java/com/redhat/thermostat/host/memory/common/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/common/src/test/java/com/redhat/thermostat/host/memory/common/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/host-memory/common/src/test/java/com/redhat/thermostat/host/memory/common/internal/MemoryStatDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/common/src/test/java/com/redhat/thermostat/host/memory/common/internal/MemoryStatDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -156,3 +156,4 @@
         assertEquals((Long) 5L, count);
     }
 }
+
--- a/host-memory/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-memory/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -58,3 +58,4 @@
   </modules>
 
 </project>
+
--- a/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/HostOverviewService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/HostOverviewService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,3 +80,4 @@
     }
 
 }
+
--- a/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/HostOverviewView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/HostOverviewView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
 
     public abstract void updateNetworkTableData(int row, int column, String data);
 }
+
--- a/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/HostOverviewViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/HostOverviewViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     @Override
     public HostOverviewView createView();
 }
+
--- a/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/internal/HostOverviewController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/core/internal/HostOverviewController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -168,3 +168,4 @@
         return translator.localize(LocaleResources.HOST_INFO_TAB_OVERVIEW);
     }
 }
+
--- a/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-core/src/main/java/com/redhat/thermostat/host/overview/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -68,3 +68,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/host-overview/client-core/src/test/java/com/redhat/thermostat/host/overview/client/core/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-core/src/test/java/com/redhat/thermostat/host/overview/client/core/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -90,3 +90,4 @@
     }
 
 }
+
--- a/host-overview/client-core/src/test/java/com/redhat/thermostat/host/overview/client/core/internal/HostOverviewControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-core/src/test/java/com/redhat/thermostat/host/overview/client/core/internal/HostOverviewControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -170,3 +170,4 @@
     }
 
 }
+
--- a/host-overview/client-core/src/test/java/com/redhat/thermostat/host/overview/client/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-core/src/test/java/com/redhat/thermostat/host/overview/client/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/host-overview/client-swing/src/main/java/com/redhat/thermostat/host/overview/client/swing/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-swing/src/main/java/com/redhat/thermostat/host/overview/client/swing/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/host-overview/client-swing/src/main/java/com/redhat/thermostat/host/overview/client/swing/internal/HostOverviewPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-swing/src/main/java/com/redhat/thermostat/host/overview/client/swing/internal/HostOverviewPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -312,3 +312,4 @@
         scrollPane = new JScrollPane(visiblePanel, JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED, JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
     }
 }
+
--- a/host-overview/client-swing/src/main/java/com/redhat/thermostat/host/overview/client/swing/internal/SwingHostOverviewViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-swing/src/main/java/com/redhat/thermostat/host/overview/client/swing/internal/SwingHostOverviewViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/host-overview/client-swing/src/test/java/com/redhat/thermostat/host/overview/client/swing/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/client-swing/src/test/java/com/redhat/thermostat/host/overview/client/swing/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
     }
 
 }
+
--- a/host-overview/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/host-overview/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -56,3 +56,4 @@
   </modules>
 
 </project>
+
--- a/keyring/src/main/java/com/redhat/thermostat/utils/keyring/Credentials.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/keyring/src/main/java/com/redhat/thermostat/utils/keyring/Credentials.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -112,3 +112,4 @@
         return cloned;
     }
 }
+
--- a/keyring/src/main/java/com/redhat/thermostat/utils/keyring/GnomeKeyringLibraryNative.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/keyring/src/main/java/com/redhat/thermostat/utils/keyring/GnomeKeyringLibraryNative.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -84,3 +84,4 @@
     private static native boolean gnomeKeyringWrapperSetPasswordNative(String userName, String password, String description);
     private static native String gnomeKeyringWrapperGetPasswordNative(String userName);
 }
+
--- a/keyring/src/main/java/com/redhat/thermostat/utils/keyring/Keyring.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/keyring/src/main/java/com/redhat/thermostat/utils/keyring/Keyring.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
      */
     boolean savePassword(Credentials credentials);
 }
+
--- a/keyring/src/main/java/com/redhat/thermostat/utils/keyring/KeyringProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/keyring/src/main/java/com/redhat/thermostat/utils/keyring/KeyringProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -110,3 +110,4 @@
         }
     }
 }
+
--- a/keyring/src/main/java/com/redhat/thermostat/utils/keyring/MemoryKeyring.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/keyring/src/main/java/com/redhat/thermostat/utils/keyring/MemoryKeyring.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
         return true;
     }
 }
+
--- a/keyring/src/main/java/com/redhat/thermostat/utils/keyring/activator/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/keyring/src/main/java/com/redhat/thermostat/utils/keyring/activator/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,3 +53,4 @@
     public void stop(BundleContext context) throws Exception {
     }
 }
+
--- a/keyring/src/main/native/GnomeKeyringLibraryNative.c	Tue Jan 22 16:15:32 2013 +0100
+++ b/keyring/src/main/native/GnomeKeyringLibraryNative.c	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -114,3 +114,4 @@
         return NULL;
     }
 }
+
--- a/keyring/src/test/java/com/redhat/thermostat/utils/keyring/KeyringProviderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/keyring/src/test/java/com/redhat/thermostat/utils/keyring/KeyringProviderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -93,3 +93,4 @@
         }
     }
 }
+
--- a/keyring/src/test/java/com/redhat/thermostat/utils/keyring/KeyringTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/keyring/src/test/java/com/redhat/thermostat/utils/keyring/KeyringTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -85,3 +85,4 @@
         assertEquals("fluff-password", credentials.getPassword());
     }
 }
+
--- a/killvm/agent/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/agent/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -123,3 +123,4 @@
   </build>
 
 </project>
+
--- a/killvm/agent/src/main/java/com/redhat/thermostat/killvm/agent/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/agent/src/main/java/com/redhat/thermostat/killvm/agent/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -62,3 +62,4 @@
         registry.unregisterReceivers();
     }
 }
+
--- a/killvm/agent/src/main/java/com/redhat/thermostat/killvm/agent/internal/KillVmReceiver.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/agent/src/main/java/com/redhat/thermostat/killvm/agent/internal/KillVmReceiver.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     }
 
 }
+
--- a/killvm/agent/src/test/java/com/redhat/thermostat/killvm/agent/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/agent/src/test/java/com/redhat/thermostat/killvm/agent/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,3 +87,4 @@
     }
 
 }
+
--- a/killvm/agent/src/test/java/com/redhat/thermostat/killvm/agent/internal/KillVmReceiverTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/agent/src/test/java/com/redhat/thermostat/killvm/agent/internal/KillVmReceiverTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -101,3 +101,4 @@
         }
     }
 }
+
--- a/killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -86,3 +86,4 @@
     }
 
 }
+
--- a/killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/internal/KillVMAction.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/internal/KillVMAction.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -118,3 +118,4 @@
 
     }
 }
+
--- a/killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/internal/SwingVMKilledListener.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/internal/SwingVMKilledListener.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -95,3 +95,4 @@
         });
     }
 }
+
--- a/killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/client-swing/src/main/java/com/redhat/thermostat/killvm/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
     }
 
 }
+
--- a/killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/internal/KillVMActionTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/internal/KillVMActionTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -137,3 +137,4 @@
     }
 
 }
+
--- a/killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/internal/SwingVMKilledListenerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/internal/SwingVMKilledListenerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,3 +87,4 @@
         
     }
 }
+
--- a/killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/locale/TranslateTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/client-swing/src/test/java/com/redhat/thermostat/killvm/client/locale/TranslateTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -89,3 +89,4 @@
     }
     
 }
+
--- a/killvm/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/killvm/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
--- a/launcher/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -117,3 +117,4 @@
   </dependencies>
 
 </project>
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/BundleManager.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/BundleManager.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     public abstract Configuration getConfiguration();
 
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/Launcher.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/Launcher.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     void setArgs(String[] args);
 
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -118,3 +118,4 @@
         }
     }
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/BundleLoader.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/BundleLoader.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -97,3 +97,4 @@
     }
 
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/BundleManagerImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/BundleManagerImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -121,3 +121,4 @@
         return configuration;
     }
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandInfoImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandInfoImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -226,3 +226,4 @@
         return dependencies;
     }
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandInfoSourceImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandInfoSourceImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -109,3 +109,4 @@
     }
 
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandLineArgumentParseException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandLineArgumentParseException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -58,3 +58,4 @@
 
 
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandLineArguments.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandLineArguments.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -67,3 +67,4 @@
     }
 
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandLineArgumentsParser.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommandLineArgumentsParser.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
         return msg.toString();
     }
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommonOptions.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/CommonOptions.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -101,3 +101,4 @@
         return logOption;
     }
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/HelpCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/HelpCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -159,3 +159,4 @@
     }
 
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/LauncherImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/LauncherImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -332,3 +332,4 @@
         }
     }
 }
+
--- a/launcher/src/main/java/com/redhat/thermostat/launcher/internal/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/main/java/com/redhat/thermostat/launcher/internal/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/launcher/src/test/java/com/redhat/thermostat/launcher/BundleManagerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/test/java/com/redhat/thermostat/launcher/BundleManagerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -68,3 +68,4 @@
         verify(loader).installAndStartBundles(framework, bundleLocations);
     }
 }
+
--- a/launcher/src/test/java/com/redhat/thermostat/launcher/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/test/java/com/redhat/thermostat/launcher/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -228,3 +228,4 @@
         when(context.getBundles()).thenReturn(new Bundle[0]);
     }
 }
+
--- a/launcher/src/test/java/com/redhat/thermostat/launcher/internal/BundleLoaderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/test/java/com/redhat/thermostat/launcher/internal/BundleLoaderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -101,3 +101,4 @@
 
     }
 }
+
--- a/launcher/src/test/java/com/redhat/thermostat/launcher/internal/BundleManagerImplTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/test/java/com/redhat/thermostat/launcher/internal/BundleManagerImplTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -155,3 +155,4 @@
     }
 
 }
+
--- a/launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommandInfoImplTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommandInfoImplTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -262,3 +262,4 @@
         assertTrue(members.contains(bar));
     }
 }
+
--- a/launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommandInfoSourceTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommandInfoSourceTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -111,3 +111,4 @@
     }
 
 }
+
--- a/launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommandLineArgumentsParserTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommandLineArgumentsParserTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -167,3 +167,4 @@
     }
 
 }
+
--- a/launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommonOptionsTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/test/java/com/redhat/thermostat/launcher/internal/CommonOptionsTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -81,3 +81,4 @@
         assertEquals(CommonOptions.USERNAME_ARG, options.getOption(CommonOptions.USERNAME_ARG).getArgName());
     }
 }
+
--- a/launcher/src/test/java/com/redhat/thermostat/launcher/internal/HelpCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/test/java/com/redhat/thermostat/launcher/internal/HelpCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -265,3 +265,4 @@
         assertNotNull(cmd.getUsage());
     }
 }
+
--- a/launcher/src/test/java/com/redhat/thermostat/launcher/internal/LauncherTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/test/java/com/redhat/thermostat/launcher/internal/LauncherTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -502,3 +502,4 @@
     }
 
 }
+
--- a/launcher/src/test/java/com/redhat/thermostat/launcher/internal/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/launcher/src/test/java/com/redhat/thermostat/launcher/internal/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -59,4 +59,5 @@
                               props.containsKey(resource.name()));
         }
     }
-}
\ No newline at end of file
+}
+
--- a/main/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/main/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -122,3 +122,4 @@
     </plugins>
   </build>
 </project>
+
--- a/main/src/main/java/com/redhat/thermostat/main/Thermostat.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/main/src/main/java/com/redhat/thermostat/main/Thermostat.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -110,3 +110,4 @@
     
 
 }
+
--- a/main/src/main/java/com/redhat/thermostat/main/impl/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/main/src/main/java/com/redhat/thermostat/main/impl/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,3 +64,4 @@
     }
 
 }
+
--- a/main/src/main/java/com/redhat/thermostat/main/impl/FrameworkProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/main/src/main/java/com/redhat/thermostat/main/impl/FrameworkProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -257,3 +257,4 @@
         return "file:" + thermostatHome + "/libs/" + resourceName.trim();
     }
 }
+
--- a/main/src/test/java/com/redhat/thermostat/main/TestFrameworkFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/main/src/test/java/com/redhat/thermostat/main/TestFrameworkFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,3 +64,4 @@
     }
 
 }
+
--- a/main/src/test/java/com/redhat/thermostat/main/ThermostatTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/main/src/test/java/com/redhat/thermostat/main/ThermostatTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -155,3 +155,4 @@
         verify(mockFramework).start();
     }
 }
+
--- a/main/src/test/resources/META-INF/services/org.osgi.framework.launch.FrameworkFactory	Tue Jan 22 16:15:32 2013 +0100
+++ b/main/src/test/resources/META-INF/services/org.osgi.framework.launch.FrameworkFactory	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright 2012 Red Hat, Inc.
+# Copyright 2012, 2013 Red Hat, Inc.
 #
 # This file is part of Thermostat.
 #
@@ -34,4 +34,5 @@
 # to do so, delete this exception statement from your version.
 #
 
-com.redhat.thermostat.main.TestFrameworkFactory
\ No newline at end of file
+com.redhat.thermostat.main.TestFrameworkFactory
+
--- a/numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -97,3 +97,4 @@
         return backend;
     }
 }
+
--- a/numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/NumaBackend.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/NumaBackend.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -133,3 +133,4 @@
     }
 
 }
+
--- a/numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/NumaCollector.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/NumaCollector.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
         return numberOfNodes;
     }
 }
+
--- a/numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/NumaStatBuilder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/agent/src/main/java/com/redhat/thermostat/numa/agent/internal/NumaStatBuilder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,3 +80,4 @@
         }
     }
 }
+
--- a/numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -142,3 +142,4 @@
         assertEquals(3, context.getAllServices().size());
     }
 }
+
--- a/numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/NumaBackendTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/NumaBackendTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -171,3 +171,4 @@
         assertEquals(Ordered.ORDER_CPU_GROUP, backend.getOrderValue());
     }
 }
+
--- a/numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/NumaCollectorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/NumaCollectorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -164,3 +164,4 @@
         assertEquals("/sys/devices/system/node", coll.getBaseDir());
     }
 }
+
--- a/numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/NumaStatBuilderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/agent/src/test/java/com/redhat/thermostat/numa/agent/internal/NumaStatBuilderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     }
 
 }
+
--- a/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/NumaInformationService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/NumaInformationService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -76,3 +76,4 @@
     }
 
 }
+
--- a/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/NumaView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/NumaView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -67,3 +67,4 @@
     public abstract void removeGraphVisibilityListener(GraphVisibilityChangeListener listener);
 
 }
+
--- a/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/NumaViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/NumaViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
-// * Copyright 2013 Red Hat, Inc.
+// * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,3 +44,4 @@
     public NumaView createView();
 
 }
+
--- a/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/internal/NumaController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/core/internal/NumaController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -168,3 +168,4 @@
         return translator.localize(LocaleResources.NUMA_TAB);
     }
 }
+
--- a/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-core/src/main/java/com/redhat/thermostat/numa/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -50,3 +50,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/numa/client-core/src/test/java/com/redhat/thermostat/numa/client/core/NumaInformationServiceTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-core/src/test/java/com/redhat/thermostat/numa/client/core/NumaInformationServiceTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
     }
 
 }
+
--- a/numa/client-core/src/test/java/com/redhat/thermostat/numa/client/core/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-core/src/test/java/com/redhat/thermostat/numa/client/core/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -92,3 +92,4 @@
     }
 
 }
+
--- a/numa/client-core/src/test/java/com/redhat/thermostat/numa/client/core/internal/NumaControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-core/src/test/java/com/redhat/thermostat/numa/client/core/internal/NumaControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -235,3 +235,4 @@
         }
     }
 }
+
--- a/numa/client-core/src/test/java/com/redhat/thermostat/numa/client/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-core/src/test/java/com/redhat/thermostat/numa/client/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
     }
 
 }
+
--- a/numa/client-swing/src/main/java/com/redhat/thermostat/numa/client/swing/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-swing/src/main/java/com/redhat/thermostat/numa/client/swing/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/numa/client-swing/src/main/java/com/redhat/thermostat/numa/client/swing/internal/NumaPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-swing/src/main/java/com/redhat/thermostat/numa/client/swing/internal/NumaPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -330,3 +330,4 @@
 
     }
 }
+
--- a/numa/client-swing/src/main/java/com/redhat/thermostat/numa/client/swing/internal/SwingNumaViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-swing/src/main/java/com/redhat/thermostat/numa/client/swing/internal/SwingNumaViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/numa/client-swing/src/test/java/com/redhat/thermostat/numa/client/swing/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-swing/src/test/java/com/redhat/thermostat/numa/client/swing/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
     }
 
 }
+
--- a/numa/client-swing/src/test/java/com/redhat/thermostat/numa/client/swing/internal/NumaPanelTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/client-swing/src/test/java/com/redhat/thermostat/numa/client/swing/internal/NumaPanelTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -67,3 +67,4 @@
         verify(listener).actionPerformed(new ActionEvent(numaPanel, BasicView.Action.VISIBLE));
     }
 }
+
--- a/numa/common/src/main/java/com/redhat/thermostat/numa/common/NodeStat.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/main/java/com/redhat/thermostat/numa/common/NodeStat.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -123,3 +123,4 @@
         return "NumaStat: node: " + node + ", numaHit: " + numaHit + ", numaMiss: " + numaMiss + ", numaForeign: " + numaForeign + ", interleaveHit: " + interleaveHit + ", localNode: " + localNode + ", otherNode: " + otherNode;
     }
 }
+
--- a/numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -59,3 +59,4 @@
 
     List<NumaStat> getLatestNumaStats(HostRef ref, long lastSeenTimeStamp);
 }
+
--- a/numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaHostInfo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaHostInfo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaNodeStat.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaNodeStat.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -135,3 +135,4 @@
         return "NumaStat: nodeId: " + nodeId + ", numaHit: " + numaHit + ", numaMiss: " + numaMiss + ", numaForeign: " + numaForeign + ", interleaveHit: " + interleaveHit + ", localNode: " + localNode + ", otherNode: " + otherNode;
     }
 }
+
--- a/numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaStat.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/main/java/com/redhat/thermostat/numa/common/NumaStat.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -70,3 +70,4 @@
     }
 
 }
+
--- a/numa/common/src/main/java/com/redhat/thermostat/numa/common/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/main/java/com/redhat/thermostat/numa/common/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -76,3 +76,4 @@
     }
 
 }
+
--- a/numa/common/src/main/java/com/redhat/thermostat/numa/common/internal/NumaDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/main/java/com/redhat/thermostat/numa/common/internal/NumaDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -98,3 +98,4 @@
         }
     }
 }
+
--- a/numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,3 +64,4 @@
 
     }
 }
+
--- a/numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaHostInfoTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaHostInfoTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
         assertEquals(42, numaHostInfo.getNumNumaNodes());
     }
 }
+
--- a/numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaNodeStatTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaNodeStatTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -105,3 +105,4 @@
         assertEquals(expected, str);
     }
 }
+
--- a/numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaStatTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/test/java/com/redhat/thermostat/numa/common/NumaStatTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -66,3 +66,4 @@
         assertSame(nodeStat2, numaStat.getNodeStats()[1]);
     }
 }
+
--- a/numa/common/src/test/java/com/redhat/thermostat/numa/common/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/test/java/com/redhat/thermostat/numa/common/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -84,3 +84,4 @@
     }
 
 }
+
--- a/numa/common/src/test/java/com/redhat/thermostat/numa/common/internal/NumaDAOImplTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/common/src/test/java/com/redhat/thermostat/numa/common/internal/NumaDAOImplTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -103,3 +103,4 @@
         verifyNoMoreInteractions(add);
     }
 }
+
--- a/numa/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/numa/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -58,3 +58,4 @@
   </modules>
 
 </project>
+
--- a/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -377,3 +377,4 @@
   </scm>
 
 </project>
+
--- a/src/main/assembly/src-tarball.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/src/main/assembly/src-tarball.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -62,4 +62,5 @@
       </excludes>
     </fileSet>
   </fileSets>
-</assembly>
\ No newline at end of file
+</assembly>
+
--- a/storage/core/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -102,3 +102,4 @@
   </dependencies>
 
 </project>
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/config/AuthenticationConfiguration.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/config/AuthenticationConfiguration.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -41,3 +41,4 @@
     String getUsername();
     String getPassword();
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/config/ConnectionConfiguration.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/config/ConnectionConfiguration.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,3 +64,4 @@
         return password;
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/config/StartupConfiguration.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/config/StartupConfiguration.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -40,3 +40,4 @@
 
     String getDBConnectionString();
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/AbstractQuery.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/AbstractQuery.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -120,3 +120,4 @@
         this.limit = limit;
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Add.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Add.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -40,3 +40,4 @@
 public interface Add extends Put {
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/AuthToken.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/AuthToken.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -62,3 +62,4 @@
         return "AuthToken: client-token: " + Arrays.toString(clientToken) + ", token: " + Arrays.toString(token);
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/BasePut.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/BasePut.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -66,3 +66,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Categories.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Categories.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -63,3 +63,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Category.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Category.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -138,3 +138,4 @@
         return Objects.equals(name, other.name) && Objects.equals(keys, other.keys);
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Connection.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Connection.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -131,3 +131,4 @@
         }
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/ConnectionException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/ConnectionException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
 
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Cursor.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Cursor.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     T next();
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Entity.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Entity.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
     public String name() default "";
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Key.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Key.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -108,3 +108,4 @@
         return "Key: " + name;
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Persist.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Persist.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
 public @interface Persist {
     public String name() default "";
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Put.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Put.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
      */
     void apply();
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Query.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Query.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -76,3 +76,4 @@
     Cursor<T> execute();
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/QueuedStorage.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/QueuedStorage.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -279,3 +279,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Remove.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Remove.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     <T> Remove where(Key<T> key, T value);
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Replace.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Replace.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -40,3 +40,4 @@
 public interface Replace extends Put {
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/SecureStorage.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/SecureStorage.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -75,3 +75,4 @@
      */
     boolean verifyToken(AuthToken token);
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Storage.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Storage.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -83,3 +83,4 @@
     void shutdown();
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/StorageException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/StorageException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/StorageProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/StorageProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     boolean canHandleProtocol();
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/StorageProviderUtil.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/StorageProviderUtil.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
         return null;
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/core/Update.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/core/Update.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
      */
     void apply();
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/AgentInformation.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/AgentInformation.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -124,3 +124,4 @@
         return Objects.hash(getAgentId(), alive, address, startTime, stopTime);
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/BackendInformation.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/BackendInformation.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -146,3 +146,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/BasePojo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/BasePojo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
 
     
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/CpuStat.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/CpuStat.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
         this.timeStamp = timeStamp;
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/DiscreteTimeData.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/DiscreteTimeData.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/HeapInfo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/HeapInfo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -125,3 +125,4 @@
         this.histogramId = histogramId;
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/HostInfo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/HostInfo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -126,3 +126,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/IntervalTimeData.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/IntervalTimeData.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -61,3 +61,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/MemoryStat.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/MemoryStat.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -148,3 +148,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/MemoryType.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/MemoryType.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,3 +44,4 @@
     SWAP_FREE,
     BUFFERS;
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/NetworkInterfaceInfo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/NetworkInterfaceInfo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -94,3 +94,4 @@
         ip6Addr = null;
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/Pojo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/Pojo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -66,3 +66,4 @@
 public interface Pojo {
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/TimeStampedPojo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/TimeStampedPojo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     public long getTimeStamp();
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/TimeStampedPojoComparator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/TimeStampedPojoComparator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -43,3 +43,4 @@
         return Long.compare(o1.getTimeStamp(), o2.getTimeStamp());
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/TimeStampedPojoCorrelator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/TimeStampedPojoCorrelator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -166,3 +166,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/VmClassStat.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/VmClassStat.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,3 +87,4 @@
         this.loadedClasses = loadedClasses;
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/VmCpuStat.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/VmCpuStat.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -92,3 +92,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/VmGcStat.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/VmGcStat.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -112,3 +112,4 @@
     }
 
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/VmInfo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/VmInfo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -319,3 +319,4 @@
         this.loadedNativeLibraries = loadedNativeLibraries;
     }
 }
+
--- a/storage/core/src/main/java/com/redhat/thermostat/storage/model/VmMemoryStat.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/main/java/com/redhat/thermostat/storage/model/VmMemoryStat.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -229,3 +229,4 @@
     }
 
 }
+
--- a/storage/core/src/test/java/com/redhat/thermostat/storage/core/BasePutTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/test/java/com/redhat/thermostat/storage/core/BasePutTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -92,3 +92,4 @@
         
     }
 }
+
--- a/storage/core/src/test/java/com/redhat/thermostat/storage/core/CategoryTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/test/java/com/redhat/thermostat/storage/core/CategoryTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -93,3 +93,4 @@
 
     }
 }
+
--- a/storage/core/src/test/java/com/redhat/thermostat/storage/core/ConnectionTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/test/java/com/redhat/thermostat/storage/core/ConnectionTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -108,3 +108,4 @@
     }
 
 }
+
--- a/storage/core/src/test/java/com/redhat/thermostat/storage/core/KeyTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/test/java/com/redhat/thermostat/storage/core/KeyTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -143,3 +143,4 @@
         assertTrue(Key.VM_ID.isPartialCategoryKey());
     }
 }
+
--- a/storage/core/src/test/java/com/redhat/thermostat/storage/core/QueuedStorageExecutorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/test/java/com/redhat/thermostat/storage/core/QueuedStorageExecutorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -143,3 +143,4 @@
         assertTrue(queuedStorage.getFileExecutor().isShutdown());
     }
 }
+
--- a/storage/core/src/test/java/com/redhat/thermostat/storage/core/QueuedStorageTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/test/java/com/redhat/thermostat/storage/core/QueuedStorageTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -407,3 +407,4 @@
         assertNull(fileExecutor.getTask());
     }
 }
+
--- a/storage/core/src/test/java/com/redhat/thermostat/storage/model/BackendInformationTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/test/java/com/redhat/thermostat/storage/model/BackendInformationTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
     }
 
 }
+
--- a/storage/core/src/test/java/com/redhat/thermostat/storage/model/HeapInfoTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/test/java/com/redhat/thermostat/storage/model/HeapInfoTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -75,3 +75,4 @@
         assertEquals("test", heapInfo.getHistogramId());
     }
 }
+
--- a/storage/core/src/test/java/com/redhat/thermostat/storage/model/TimeStampedPojoCorrelatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/core/src/test/java/com/redhat/thermostat/storage/model/TimeStampedPojoCorrelatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -305,3 +305,4 @@
         }
     }
 }
+
--- a/storage/mongo/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -120,3 +120,4 @@
   </dependencies>
 
 </project>
+
--- a/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/MongoStorageProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/MongoStorageProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -62,3 +62,4 @@
     }
 
 }
+
--- a/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
     }
 
 }
+
--- a/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoConnection.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoConnection.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -120,3 +120,4 @@
         db.getCollection("agent-config").getCount();
     }
 }
+
--- a/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoCursor.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoCursor.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -67,3 +67,4 @@
     }
 
 }
+
--- a/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoPojoConverter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoPojoConverter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -164,3 +164,4 @@
     }
 
 }
+
--- a/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoQuery.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoQuery.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -157,3 +157,4 @@
         return storage.findAllPojos(this, resultClass);
     }
 }
+
--- a/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoRemove.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoRemove.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -75,3 +75,4 @@
     }
 
 }
+
--- a/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoStorage.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoStorage.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -310,3 +310,4 @@
     }
 
 }
+
--- a/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoUpdate.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/main/java/com/redhat/thermostat/storage/mongodb/internal/MongoUpdate.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -90,3 +90,4 @@
         storage.updatePojo(this);
     }
 }
+
--- a/storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoConnectionTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoConnectionTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -124,3 +124,4 @@
         assertTrue(exceptionThrown);
     }
 }
+
--- a/storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoCursorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoCursorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -145,3 +145,4 @@
     }
 
 }
+
--- a/storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoPojoConverterTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoPojoConverterTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -325,3 +325,4 @@
         assertEquals(3, indexedObj[2]);
     }
 }
+
--- a/storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoQueryTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoQueryTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -171,3 +171,4 @@
     }
 
 }
+
--- a/storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoStorageTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/mongo/src/test/java/com/redhat/thermostat/storage/mongodb/internal/MongoStorageTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -477,3 +477,4 @@
         assertEquals("123", value.get("agentId"));
     }
 }
+
--- a/storage/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/storage/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -64,3 +64,4 @@
   </modules>
 
 </project>
+
--- a/system-backend/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/DistributionInformation.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/DistributionInformation.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,4 +87,5 @@
         return version;
     }
 
-}
\ No newline at end of file
+}
+
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/DistributionInformationSource.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/DistributionInformationSource.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -43,3 +43,4 @@
     public DistributionInformation getDistributionInformation() throws IOException;
 
 }
+
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/EtcOsRelease.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/EtcOsRelease.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -107,3 +107,4 @@
 
 
 }
+
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/HostInfoBuilder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/HostInfoBuilder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -187,3 +187,4 @@
     }
 
 }
+
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/JvmStatDataExtractor.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/JvmStatDataExtractor.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
     }
 
 }
+
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/JvmStatHostListener.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/JvmStatHostListener.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -166,3 +166,4 @@
     }
     
 }
+
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/LsbRelease.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/LsbRelease.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -109,3 +109,4 @@
     }
 
 }
+
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/NetworkInfoBuilder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/NetworkInfoBuilder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
     }
 
 }
+
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/ProcessEnvironmentBuilder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/ProcessEnvironmentBuilder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -123,3 +123,4 @@
     }
 
 }
+
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/SystemBackend.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/SystemBackend.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -176,3 +176,4 @@
         return ORDER_DEFAULT_GROUP;
     }
 }
+
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/VmStatusChangeNotifier.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/VmStatusChangeNotifier.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -133,3 +133,4 @@
     }
 
 }
+
--- a/system-backend/src/main/java/com/redhat/thermostat/backend/system/osgi/SystemBackendActivator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/main/java/com/redhat/thermostat/backend/system/osgi/SystemBackendActivator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -93,3 +93,4 @@
         notifier.stop();
     }
 }
+
--- a/system-backend/src/test/java/com/redhat/thermostat/backend/system/DistributionInformationTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/test/java/com/redhat/thermostat/backend/system/DistributionInformationTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     }
 
 }
+
--- a/system-backend/src/test/java/com/redhat/thermostat/backend/system/EtcOsReleaseTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/test/java/com/redhat/thermostat/backend/system/EtcOsReleaseTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/system-backend/src/test/java/com/redhat/thermostat/backend/system/HostInfoBuilderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/test/java/com/redhat/thermostat/backend/system/HostInfoBuilderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -122,3 +122,4 @@
     }
 
 }
+
--- a/system-backend/src/test/java/com/redhat/thermostat/backend/system/JvmStatDataExtractorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/test/java/com/redhat/thermostat/backend/system/JvmStatDataExtractorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -164,3 +164,4 @@
     }
 
 }
+
--- a/system-backend/src/test/java/com/redhat/thermostat/backend/system/JvmStatHostListenerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/test/java/com/redhat/thermostat/backend/system/JvmStatHostListenerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -196,4 +196,5 @@
         assertEquals(INFO_VMNAME, info.getVmName());
         assertEquals(INFO_VMVER, info.getVmVersion());
     }
-}
\ No newline at end of file
+}
+
--- a/system-backend/src/test/java/com/redhat/thermostat/backend/system/LsbReleaseTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/test/java/com/redhat/thermostat/backend/system/LsbReleaseTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -61,3 +61,4 @@
     }
 
 }
+
--- a/system-backend/src/test/java/com/redhat/thermostat/backend/system/NetworkInfoBuilderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/test/java/com/redhat/thermostat/backend/system/NetworkInfoBuilderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
     }
 
 }
+
--- a/system-backend/src/test/java/com/redhat/thermostat/backend/system/ProcessEnvironmentBuilderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/test/java/com/redhat/thermostat/backend/system/ProcessEnvironmentBuilderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -132,3 +132,4 @@
         return result;
     }
 }
+
--- a/system-backend/src/test/java/com/redhat/thermostat/backend/system/SystemBackendTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/test/java/com/redhat/thermostat/backend/system/SystemBackendTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -93,3 +93,4 @@
     }
 
 }
+
--- a/system-backend/src/test/java/com/redhat/thermostat/backend/system/VmStatusChangeNotifierTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/system-backend/src/test/java/com/redhat/thermostat/backend/system/VmStatusChangeNotifierTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -94,3 +94,4 @@
 
     }
 }
+
--- a/thread/client-common/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -129,3 +129,4 @@
   </build>
 
 </project>
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/IconResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/IconResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
         return record;
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/ThreadState.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/ThreadState.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     TERMINATED,
     UNKNOWN,
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/ThreadTableBean.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/ThreadTableBean.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -164,3 +164,4 @@
         return sleepingPercent;
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/ThreadViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/ThreadViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,3 +44,4 @@
     @Override
     public ThreadView createView();
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/Timeline.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/Timeline.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -83,3 +83,4 @@
         return infos.size();
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/TimelineInfo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/TimelineInfo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -76,3 +76,4 @@
         return "TimelineInfo [colour=" + colour + ", timeStamp=" + timeStamp + "]";
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/chart/ChartColors.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/chart/ChartColors.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -85,3 +85,4 @@
         return getPaletteColor(state).getColor();
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/chart/LivingDaemonThreadDifferenceChart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/chart/LivingDaemonThreadDifferenceChart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -154,3 +154,4 @@
         used.setMaximumItemCount(seconds);
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/chart/ThreadDeatailsPieChart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/chart/ThreadDeatailsPieChart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -112,3 +112,4 @@
         return new RadialGradientPaint(center, radius, dist, new Color[] {c1, c2});
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/ThreadCollector.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/ThreadCollector.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -72,3 +72,4 @@
      */
     List<ThreadInfoData> getThreadInfo();
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/ThreadCollectorFactory.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/ThreadCollectorFactory.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
 
     ThreadCollector getCollector(VmRef reference);
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/impl/ThreadCollectorFactoryImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/impl/ThreadCollectorFactoryImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,3 +64,4 @@
         return result;
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/impl/ThreadMXBeanCollector.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/collector/impl/ThreadMXBeanCollector.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -252,3 +252,4 @@
         return OSGIUtils.getInstance().getService(RequestQueue.class); 
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/model/timeline/Page.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/model/timeline/Page.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
         return range;
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/osgi/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/osgi/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
         threadDaoTracker.close();
     }
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadCountView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadCountView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,3 +44,4 @@
     public abstract void setLiveThreads(String liveThreads);
     public abstract void updateLivingDaemonTimeline(LivingDaemonThreadDifferenceChart model);
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadDetailsView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadDetailsView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     
     public abstract void setDetails(ThreadTableBean thread);
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadTableView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadTableView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,3 +64,4 @@
     
     public abstract void display(List<ThreadTableBean> arrayList);
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadTimelineView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadTimelineView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
     
     public abstract void displayStats(List<Timeline> timelines, LongRange range);
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/ThreadView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -84,3 +84,4 @@
 
     public abstract void displayThreadDetails(ThreadTableBean thread);
 }
+
--- a/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/VMThreadCapabilitiesView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/main/java/com/redhat/thermostat/thread/client/common/view/VMThreadCapabilitiesView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -43,3 +43,4 @@
 
     public abstract void setVMThreadCapabilities(VMThreadCapabilities caps);
 }
+
--- a/thread/client-common/src/test/java/com/redhat/thermostat/thread/client/common/collector/ThreadCollectorFactoryTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/test/java/com/redhat/thermostat/thread/client/common/collector/ThreadCollectorFactoryTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -70,3 +70,4 @@
         assertNotNull(collector);
     }
 }
+
--- a/thread/client-common/src/test/java/com/redhat/thermostat/thread/client/common/collector/impl/ThreadCollectorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-common/src/test/java/com/redhat/thermostat/thread/client/common/collector/impl/ThreadCollectorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -266,3 +266,4 @@
         verify(requestQueue).putRequest(request);
     }    
 }
+
--- a/thread/client-controllers/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -133,3 +133,4 @@
   </build>
 
 </project>
+
--- a/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/CommonController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/CommonController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,3 +80,4 @@
         });
     }
 }
+
--- a/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadCountController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadCountController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -85,3 +85,4 @@
         }
     }    
 }
+
--- a/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInfoHelper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInfoHelper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -72,3 +72,4 @@
         return stats;
     }
 }
+
--- a/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInformationController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInformationController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -164,3 +164,4 @@
         threadTimeline.initialize();
     }
 }
+
--- a/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInformationService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInformationService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTableController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTableController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -153,3 +153,4 @@
         }
     }
 }
+
--- a/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTimelineController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTimelineController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -114,3 +114,4 @@
         }
     }
 }
+
--- a/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/VMThreadCapabilitiesController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/impl/VMThreadCapabilitiesController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -72,3 +72,4 @@
         });
     }
 }
+
--- a/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/osgi/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/main/java/com/redhat/thermostat/thread/client/controller/osgi/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
     @Override
     public void stop(BundleContext context) throws Exception {}
 }
+
--- a/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadCountControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadCountControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -158,3 +158,4 @@
         verify(timer).stop();        
     }
 }
+
--- a/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInfoHelperTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInfoHelperTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -92,3 +92,4 @@
         assertEquals(Thread.State.RUNNABLE, result.get(data2).get(1).getState());
     }
 }
+
--- a/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInformationControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadInformationControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -233,3 +233,4 @@
         verify(view).displayThreadDetails(bean);
     }
 }
+
--- a/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTableControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTableControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -96,3 +96,4 @@
         verify(timer).stop();
     }
 }
+
--- a/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTimelineControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/ThreadTimelineControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -195,3 +195,4 @@
         verify(timer).stop();
     }
 }
+
--- a/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/VMThreadCapabilitiesControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-controllers/src/test/java/com/redhat/thermostat/thread/client/controller/impl/VMThreadCapabilitiesControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -86,3 +86,4 @@
     }
 
 }
+
--- a/thread/client-swing/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -126,3 +126,4 @@
   </build>
 
 </project>
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/SwingThreadViewService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/SwingThreadViewService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
         return new SwingThreadView();
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadCountView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadCountView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -108,3 +108,4 @@
         return timelinePanel;
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadDetailsView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadDetailsView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -83,3 +83,4 @@
         details.repaint();
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadTableView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadTableView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadTimelineView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadTimelineView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -164,3 +164,4 @@
         return timeLinePanel;
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -266,3 +266,4 @@
         return threadCountView;
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingVMThreadCapabilitiesView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/SwingVMThreadCapabilitiesView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -95,3 +95,4 @@
         return panel;
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadAliveDaemonTimelinePanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadAliveDaemonTimelinePanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -131,3 +131,4 @@
         return timelinePanel;
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadDetailsChart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadDetailsChart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
         setLayout(new BoxLayout(this, BoxLayout.X_AXIS));
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadMainPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadMainPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -104,3 +104,4 @@
         return toggleButton;
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadTable.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadTable.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
         setLayout(new BoxLayout(this, BoxLayout.X_AXIS));
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadTimelineLegendPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/ThreadTimelineLegendPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -116,3 +116,4 @@
         });
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/VMCapsSummaryPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/VMCapsSummaryPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
         }
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineCellRenderer.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineCellRenderer.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,3 +53,4 @@
         return value;
     } 
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineComponent.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineComponent.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -271,3 +271,4 @@
         });
     }     
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineRulerHeader.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineRulerHeader.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -155,3 +155,4 @@
         }
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/impl/timeline/TimelineUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -83,3 +83,4 @@
         return totalInc;
     }
 }
+
--- a/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/osgi/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/main/java/com/redhat/thermostat/thread/client/swing/osgi/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -66,3 +66,4 @@
     @Override
     public void stop(BundleContext context) throws Exception {}
 }
+
--- a/thread/client-swing/src/test/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadViewTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/client-swing/src/test/java/com/redhat/thermostat/thread/client/swing/impl/SwingThreadViewTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -194,3 +194,4 @@
         assertEquals(1, frameFixture.tabbedPane("bottomTabbedPane").target.getSelectedIndex());
     }
 }
+
--- a/thread/collector/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/collector/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -125,3 +125,4 @@
   </build>
 
 </project>
+
--- a/thread/collector/src/main/java/com/redhat/thermostat/thread/collector/HarvesterCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/collector/src/main/java/com/redhat/thermostat/thread/collector/HarvesterCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     public static final String RECEIVER = "com.redhat.thermostat.thread.harvester.ThreadHarvester";
 
 }
+
--- a/thread/collector/src/main/java/com/redhat/thermostat/thread/common/osgi/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/collector/src/main/java/com/redhat/thermostat/thread/common/osgi/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -76,3 +76,4 @@
     }
 
 }
+
--- a/thread/collector/src/main/java/com/redhat/thermostat/thread/dao/ThreadDao.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/collector/src/main/java/com/redhat/thermostat/thread/dao/ThreadDao.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -108,3 +108,4 @@
     
     Storage getStorage();
 }
+
--- a/thread/collector/src/main/java/com/redhat/thermostat/thread/dao/impl/ThreadDaoImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/collector/src/main/java/com/redhat/thermostat/thread/dao/impl/ThreadDaoImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -160,3 +160,4 @@
         return storage;
     }
 }
+
--- a/thread/collector/src/main/java/com/redhat/thermostat/thread/model/ThreadInfoData.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/collector/src/main/java/com/redhat/thermostat/thread/model/ThreadInfoData.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -217,3 +217,4 @@
         return true;
     }
 }
+
--- a/thread/collector/src/main/java/com/redhat/thermostat/thread/model/ThreadSummary.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/collector/src/main/java/com/redhat/thermostat/thread/model/ThreadSummary.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -97,3 +97,4 @@
                currentLiveThreads + ", daemonThreads: " + daemonThreads + "]";
     }
 }
+
--- a/thread/collector/src/main/java/com/redhat/thermostat/thread/model/VMThreadCapabilities.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/collector/src/main/java/com/redhat/thermostat/thread/model/VMThreadCapabilities.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -95,3 +95,4 @@
     }
 
 }
+
--- a/thread/collector/src/test/java/com/redhat/thermostat/thread/dao/impl/ThreadDaoImplTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/collector/src/test/java/com/redhat/thermostat/thread/dao/impl/ThreadDaoImplTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -126,3 +126,4 @@
 
     }
 }
+
--- a/thread/harvester/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/harvester/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -110,3 +110,4 @@
   </build>
 
 </project>
+
--- a/thread/harvester/src/main/java/com/redhat/thermostat/thread/harvester/Harvester.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/harvester/src/main/java/com/redhat/thermostat/thread/harvester/Harvester.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -297,3 +297,4 @@
         }
     }
 }
+
--- a/thread/harvester/src/main/java/com/redhat/thermostat/thread/harvester/ThreadHarvester.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/harvester/src/main/java/com/redhat/thermostat/thread/harvester/ThreadHarvester.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -163,3 +163,4 @@
     }
 
 }
+
--- a/thread/harvester/src/main/java/com/redhat/thermostat/thread/harvester/osgi/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/harvester/src/main/java/com/redhat/thermostat/thread/harvester/osgi/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -92,3 +92,4 @@
         }        
     }
 }
+
--- a/thread/harvester/src/test/java/com/redhat/thermostat/thread/harvester/HarvesterTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/harvester/src/test/java/com/redhat/thermostat/thread/harvester/HarvesterTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -392,3 +392,4 @@
         assertEquals(ThreadDao.CONTENTION_MONITOR, features[1]);
     }    
 }
+
--- a/thread/harvester/src/test/java/com/redhat/thermostat/thread/harvester/ThreadHarvesterTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/harvester/src/test/java/com/redhat/thermostat/thread/harvester/ThreadHarvesterTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -175,3 +175,4 @@
         assertEquals(ResponseType.ERROR, response.getType());
     }
 }
+
--- a/thread/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/thread/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
--- a/unix-process-handler/src/main/java/com/redhat/thermostat/service/activator/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/unix-process-handler/src/main/java/com/redhat/thermostat/service/activator/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
         /* nothing to do here */
     }
 }
+
--- a/unix-process-handler/src/main/java/com/redhat/thermostat/service/process/UNIXProcessHandler.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/unix-process-handler/src/main/java/com/redhat/thermostat/service/process/UNIXProcessHandler.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
      */
     public String getProcessName(String pid);
 }
+
--- a/unix-process-handler/src/main/java/com/redhat/thermostat/service/process/UNIXSignal.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/unix-process-handler/src/main/java/com/redhat/thermostat/service/process/UNIXSignal.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
         return name().toLowerCase();
     }
 }
+
--- a/unix-process-handler/src/main/java/com/redhat/thermostat/service/process/UnixProcessUtilities.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/unix-process-handler/src/main/java/com/redhat/thermostat/service/process/UnixProcessUtilities.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -118,3 +118,4 @@
         return process;
     }
 }
+
--- a/unix-process-handler/src/test/java/com/redhat/thermostat/service/process/UnixProcessUtilitiesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/unix-process-handler/src/test/java/com/redhat/thermostat/service/process/UnixProcessUtilitiesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -136,3 +136,4 @@
         Assert.assertNull(result);
     }    
 }
+
--- a/vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -98,3 +98,4 @@
         return backend;
     }
 }
+
--- a/vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatBackend.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatBackend.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -200,3 +200,4 @@
     }
 
 }
+
--- a/vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatDataExtractor.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatDataExtractor.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -70,3 +70,4 @@
     }
 
 }
+
--- a/vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatVmListener.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/agent/src/main/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatVmListener.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -88,3 +88,4 @@
     }
 
 }
+
--- a/vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -104,3 +104,4 @@
     }
 
 }
+
--- a/vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatBackendTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatBackendTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -216,3 +216,4 @@
         assertTrue(orderValue < Ordered.ORDER_NETWORK_GROUP);
     }
 }
+
--- a/vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatDataExtractorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatDataExtractorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -73,3 +73,4 @@
     }
 
 }
+
--- a/vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatVmListenerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/agent/src/test/java/com/redhat/thermostat/vm/classstat/agent/internal/VmClassStatVmListenerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -137,3 +137,4 @@
         verifyNoMoreInteractions(dao);
     }
 }
+
--- a/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/VmClassStatService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/VmClassStatService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -75,3 +75,4 @@
         return ORDER;
     }
 }
+
--- a/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/VmClassStatView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/VmClassStatView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     public abstract void addClassCount(List<DiscreteTimeData<Long>> data);
 
 }
+
--- a/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/VmClassStatViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/VmClassStatViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     @Override
     public VmClassStatView createView();
 }
+
--- a/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -94,3 +94,4 @@
         tracker.close();
     }
 }
+
--- a/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/internal/VmClassStatController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/core/internal/VmClassStatController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -133,3 +133,4 @@
     }
 
 }
+
--- a/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-core/src/main/java/com/redhat/thermostat/vm/classstat/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,3 +53,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/vm-classstat/client-core/src/test/java/com/redhat/thermostat/vm/classstat/client/core/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-core/src/test/java/com/redhat/thermostat/vm/classstat/client/core/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -89,3 +89,4 @@
     }
 
 }
+
--- a/vm-classstat/client-core/src/test/java/com/redhat/thermostat/vm/classstat/client/core/internal/VmClassStatControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-core/src/test/java/com/redhat/thermostat/vm/classstat/client/core/internal/VmClassStatControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -108,3 +108,4 @@
     }
 
 }
+
--- a/vm-classstat/client-core/src/test/java/com/redhat/thermostat/vm/classstat/client/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-core/src/test/java/com/redhat/thermostat/vm/classstat/client/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/vm-classstat/client-swing/src/main/java/com/redhat/thermostat/vm/classstat/client/swing/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-swing/src/main/java/com/redhat/thermostat/vm/classstat/client/swing/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
     public void stop(BundleContext context) throws Exception {
     }
 }
+
--- a/vm-classstat/client-swing/src/main/java/com/redhat/thermostat/vm/classstat/client/swing/SwingVmClassStatViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-swing/src/main/java/com/redhat/thermostat/vm/classstat/client/swing/SwingVmClassStatViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
         return new VmClassStatPanel();
     }
 }
+
--- a/vm-classstat/client-swing/src/main/java/com/redhat/thermostat/vm/classstat/client/swing/VmClassStatPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-swing/src/main/java/com/redhat/thermostat/vm/classstat/client/swing/VmClassStatPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -166,3 +166,4 @@
         return visiblePanel;
     }
 }
+
--- a/vm-classstat/client-swing/src/test/java/com/redhat/thermostat/vm/classstat/client/swing/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-swing/src/test/java/com/redhat/thermostat/vm/classstat/client/swing/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -55,3 +55,4 @@
         assertEquals(1, ctx.getAllServices().size());
     }
 }
+
--- a/vm-classstat/client-swing/src/test/java/com/redhat/thermostat/vm/classstat/client/swing/VmClassStatPanelTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/client-swing/src/test/java/com/redhat/thermostat/vm/classstat/client/swing/VmClassStatPanelTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,3 +80,4 @@
     }
 
 }
+
--- a/vm-classstat/common/src/main/java/com/redhat/thermostat/vm/classstat/common/VmClassStatDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/common/src/main/java/com/redhat/thermostat/vm/classstat/common/VmClassStatDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
     public void putVmClassStat(VmClassStat stat);
 
 }
+
--- a/vm-classstat/common/src/main/java/com/redhat/thermostat/vm/classstat/common/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/common/src/main/java/com/redhat/thermostat/vm/classstat/common/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
     }
 
 }
+
--- a/vm-classstat/common/src/main/java/com/redhat/thermostat/vm/classstat/common/internal/VmClassStatDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/common/src/main/java/com/redhat/thermostat/vm/classstat/common/internal/VmClassStatDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -68,3 +68,4 @@
         add.apply();
     }
 }
+
--- a/vm-classstat/common/src/test/java/com/redhat/thermostat/vm/classstat/common/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/common/src/test/java/com/redhat/thermostat/vm/classstat/common/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/vm-classstat/common/src/test/java/com/redhat/thermostat/vm/classstat/common/internal/VmClassStatDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/common/src/test/java/com/redhat/thermostat/vm/classstat/common/internal/VmClassStatDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -137,3 +137,4 @@
         verify(add).apply();
     }
 }
+
--- a/vm-classstat/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-classstat/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -58,3 +58,4 @@
   </modules>
 
 </project>
+
--- a/vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -102,3 +102,4 @@
         return backend;
     }
 }
+
--- a/vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/ProcessStatusInfo.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/ProcessStatusInfo.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
     }
 
 }
+
--- a/vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/ProcessStatusInfoBuilder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/ProcessStatusInfoBuilder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -117,3 +117,4 @@
     }
 
 }
+
--- a/vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuBackend.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuBackend.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -193,3 +193,4 @@
     }
 
 }
+
--- a/vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuStatBuilder.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/agent/src/main/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuStatBuilder.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -128,3 +128,4 @@
     }
 
 }
+
--- a/vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -105,3 +105,4 @@
     }
 
 }
+
--- a/vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/ProcessStatusInfoBuilderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/ProcessStatusInfoBuilderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -142,3 +142,4 @@
     }
 
 }
+
--- a/vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuBackendTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuBackendTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -178,3 +178,4 @@
         assertTrue(orderValue < Ordered.ORDER_MEMORY_GROUP);
     }
 }
+
--- a/vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuStatBuilderTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/agent/src/test/java/com/redhat/thermostat/vm/cpu/agent/internal/VmCpuStatBuilderTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -169,3 +169,4 @@
         }
     }
 }
+
--- a/vm-cpu/client-cli/src/main/java/com/redhat/thermostat/vm/cpu/client/cli/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-cli/src/main/java/com/redhat/thermostat/vm/cpu/client/cli/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -78,3 +78,4 @@
     }
 
 }
+
--- a/vm-cpu/client-cli/src/main/java/com/redhat/thermostat/vm/cpu/client/cli/internal/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-cli/src/main/java/com/redhat/thermostat/vm/cpu/client/cli/internal/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/vm-cpu/client-cli/src/main/java/com/redhat/thermostat/vm/cpu/client/cli/internal/VmCpuStatPrintDelegate.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-cli/src/main/java/com/redhat/thermostat/vm/cpu/client/cli/internal/VmCpuStatPrintDelegate.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -84,3 +84,4 @@
     }
 
 }
+
--- a/vm-cpu/client-cli/src/test/java/com/redhat/thermostat/vm/cpu/client/cli/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-cli/src/test/java/com/redhat/thermostat/vm/cpu/client/cli/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/vm-cpu/client-cli/src/test/java/com/redhat/thermostat/vm/cpu/client/cli/internal/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-cli/src/test/java/com/redhat/thermostat/vm/cpu/client/cli/internal/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/vm-cpu/client-cli/src/test/java/com/redhat/thermostat/vm/cpu/client/cli/internal/VmCpuStatPrintDelegateTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-cli/src/test/java/com/redhat/thermostat/vm/cpu/client/cli/internal/VmCpuStatPrintDelegateTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -120,3 +120,4 @@
     }
 
 }
+
--- a/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/VmCpuService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/VmCpuService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
     }
 
 }
+
--- a/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/VmCpuView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/VmCpuView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
     public abstract void clearData();
 
 }
+
--- a/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/VmCpuViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/VmCpuViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     @Override
     public VmCpuView createView();
 }
+
--- a/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -94,3 +94,4 @@
     }
 
 }
+
--- a/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/internal/VmCpuController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/core/internal/VmCpuController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -134,3 +134,4 @@
         return translator.localize(LocaleResources.VM_INFO_TAB_CPU);
     }
 }
+
--- a/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-core/src/main/java/com/redhat/thermostat/vm/cpu/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/vm-cpu/client-core/src/test/java/com/redhat/thermostat/vm/cpu/client/core/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-core/src/test/java/com/redhat/thermostat/vm/cpu/client/core/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -89,3 +89,4 @@
     }
 
 }
+
--- a/vm-cpu/client-core/src/test/java/com/redhat/thermostat/vm/cpu/client/core/internal/VmCpuControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-core/src/test/java/com/redhat/thermostat/vm/cpu/client/core/internal/VmCpuControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -112,3 +112,4 @@
         // We don't verify atMost() since we might increase the update rate in the future.
     }
 }
+
--- a/vm-cpu/client-core/src/test/java/com/redhat/thermostat/vm/cpu/client/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-core/src/test/java/com/redhat/thermostat/vm/cpu/client/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/vm-cpu/client-swing/src/main/java/com/redhat/thermostat/vm/cpu/client/swing/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-swing/src/main/java/com/redhat/thermostat/vm/cpu/client/swing/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/vm-cpu/client-swing/src/main/java/com/redhat/thermostat/vm/cpu/client/swing/internal/SwingVmCpuViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-swing/src/main/java/com/redhat/thermostat/vm/cpu/client/swing/internal/SwingVmCpuViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/vm-cpu/client-swing/src/main/java/com/redhat/thermostat/vm/cpu/client/swing/internal/VmCpuPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-swing/src/main/java/com/redhat/thermostat/vm/cpu/client/swing/internal/VmCpuPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -149,3 +149,4 @@
         });
     }
 }
+
--- a/vm-cpu/client-swing/src/test/java/com/redhat/thermostat/vm/cpu/client/swing/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/client-swing/src/test/java/com/redhat/thermostat/vm/cpu/client/swing/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -58,3 +58,4 @@
     }
 
 }
+
--- a/vm-cpu/common/src/main/java/com/redhat/thermostat/vm/cpu/common/VmCpuStatDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/common/src/main/java/com/redhat/thermostat/vm/cpu/common/VmCpuStatDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
     public abstract void putVmCpuStat(VmCpuStat stat);
 
 }
+
--- a/vm-cpu/common/src/main/java/com/redhat/thermostat/vm/cpu/common/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/common/src/main/java/com/redhat/thermostat/vm/cpu/common/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
     }
 
 }
+
--- a/vm-cpu/common/src/main/java/com/redhat/thermostat/vm/cpu/common/internal/VmCpuStatDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/common/src/main/java/com/redhat/thermostat/vm/cpu/common/internal/VmCpuStatDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -68,3 +68,4 @@
         add.apply();
     }
 }
+
--- a/vm-cpu/common/src/test/java/com/redhat/thermostat/vm/cpu/common/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/common/src/test/java/com/redhat/thermostat/vm/cpu/common/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/vm-cpu/common/src/test/java/com/redhat/thermostat/vm/cpu/common/internal/VmCpuStatDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/common/src/test/java/com/redhat/thermostat/vm/cpu/common/internal/VmCpuStatDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -141,3 +141,4 @@
 
     }
 }
+
--- a/vm-cpu/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-cpu/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -59,3 +59,4 @@
   </modules>
 
 </project>
+
--- a/vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
         return backend;
     }
 }
+
--- a/vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcBackend.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcBackend.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -192,3 +192,4 @@
     }
 
 }
+
--- a/vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcDataExtractor.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcDataExtractor.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcVmListener.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/agent/src/main/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcVmListener.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -100,3 +100,4 @@
     }
 
 }
+
--- a/vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -102,3 +102,4 @@
     }
 
 }
+
--- a/vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcBackendTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcBackendTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -135,3 +135,4 @@
     }
 
 }
+
--- a/vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcDataExtractorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcDataExtractorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -122,3 +122,4 @@
     }
 
 }
+
--- a/vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcVmListenerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/agent/src/test/java/com/redhat/thermostat/vm/gc/agent/internal/VmGcVmListenerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -110,3 +110,4 @@
         }
     }
 }
+
--- a/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/VmGcService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/VmGcService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,3 +80,4 @@
     }
 
 }
+
--- a/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/VmGcView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/VmGcView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,3 +53,4 @@
     public abstract void clearData(String tag);
 
 }
+
--- a/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/VmGcViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/VmGcViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -46,3 +46,4 @@
     public VmGcView createView();
     
 }
+
--- a/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/internal/VmGcController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/core/internal/VmGcController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -201,3 +201,4 @@
     }
 
 }
+
--- a/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-core/src/main/java/com/redhat/thermostat/vm/gc/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -64,3 +64,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/vm-gc/client-core/src/test/java/com/redhat/thermostat/vm/gc/client/core/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-core/src/test/java/com/redhat/thermostat/vm/gc/client/core/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -92,3 +92,4 @@
     }
 
 }
+
--- a/vm-gc/client-core/src/test/java/com/redhat/thermostat/vm/gc/client/core/internal/VmGcControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-core/src/test/java/com/redhat/thermostat/vm/gc/client/core/internal/VmGcControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -156,3 +156,4 @@
     }
 
 }
+
--- a/vm-gc/client-core/src/test/java/com/redhat/thermostat/vm/gc/client/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-core/src/test/java/com/redhat/thermostat/vm/gc/client/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/vm-gc/client-swing/src/main/java/com/redhat/thermostat/vm/gc/client/swing/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-swing/src/main/java/com/redhat/thermostat/vm/gc/client/swing/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/vm-gc/client-swing/src/main/java/com/redhat/thermostat/vm/gc/client/swing/internal/SwingVmGcViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-swing/src/main/java/com/redhat/thermostat/vm/gc/client/swing/internal/SwingVmGcViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/vm-gc/client-swing/src/main/java/com/redhat/thermostat/vm/gc/client/swing/internal/VmGcPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-swing/src/main/java/com/redhat/thermostat/vm/gc/client/swing/internal/VmGcPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -249,3 +249,4 @@
         });
     }
 }
+
--- a/vm-gc/client-swing/src/test/java/com/redhat/thermostat/vm/gc/client/swing/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/client-swing/src/test/java/com/redhat/thermostat/vm/gc/client/swing/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -58,3 +58,4 @@
     }
 
 }
+
--- a/vm-gc/common/src/main/java/com/redhat/thermostat/vm/gc/common/VmGcStatDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/common/src/main/java/com/redhat/thermostat/vm/gc/common/VmGcStatDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
 
     public void putVmGcStat(VmGcStat stat);
 }
+
--- a/vm-gc/common/src/main/java/com/redhat/thermostat/vm/gc/common/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/common/src/main/java/com/redhat/thermostat/vm/gc/common/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
     }
 
 }
+
--- a/vm-gc/common/src/main/java/com/redhat/thermostat/vm/gc/common/internal/VmGcStatDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/common/src/main/java/com/redhat/thermostat/vm/gc/common/internal/VmGcStatDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     }
 
 }
+
--- a/vm-gc/common/src/test/java/com/redhat/thermostat/vm/gc/common/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/common/src/test/java/com/redhat/thermostat/vm/gc/common/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/vm-gc/common/src/test/java/com/redhat/thermostat/vm/gc/common/internal/VmGcStatDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/common/src/test/java/com/redhat/thermostat/vm/gc/common/internal/VmGcStatDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -141,3 +141,4 @@
         verify(add).apply();
     }
 }
+
--- a/vm-gc/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -62,3 +62,4 @@
   </modules>
 
 </project>
+
--- a/vm-gc/remote-collector-client-common/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-client-common/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -131,3 +131,4 @@
   </build>
 
 </project>
+
--- a/vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/IconResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/IconResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -49,3 +49,4 @@
         return gcIconSmall;
     }
 }
+
--- a/vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/RequestGCAction.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/RequestGCAction.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
         notifier.fireAction(GCCommand.REQUEST_GC);
     }
 }
+
--- a/vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/osgi/GCCommandActivator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/client/common/osgi/GCCommandActivator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -78,3 +78,4 @@
         tracker.close();
     }
 }
+
--- a/vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/common/GCRequest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-client-common/src/main/java/com/redhat/thermostat/gc/remote/common/GCRequest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -79,3 +79,4 @@
         return new Request(RequestType.NO_RESPONSE_EXPECTED, target);
     }
 }
+
--- a/vm-gc/remote-collector-client-common/src/test/java/com/redhat/thermostat/gc/remote/common/GCRequestTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-client-common/src/test/java/com/redhat/thermostat/gc/remote/common/GCRequestTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -121,3 +121,4 @@
         verify(queue).putRequest(request);
     }
 }
+
--- a/vm-gc/remote-collector-client-swing/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-client-swing/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -136,3 +136,4 @@
   </build>
 
 </project>
+
--- a/vm-gc/remote-collector-client-swing/src/main/java/com/redhat/thermostat/gc/remote/client/swing/ToolbarGCButton.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-client-swing/src/main/java/com/redhat/thermostat/gc/remote/client/swing/ToolbarGCButton.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,3 +80,4 @@
         }
     }
 }
+
--- a/vm-gc/remote-collector-client-swing/src/test/java/com/redhat/thermostat/gc/remote/client/swing/ToolbarGCButtonTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-client-swing/src/test/java/com/redhat/thermostat/gc/remote/client/swing/ToolbarGCButtonTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -129,3 +129,4 @@
         verify(action).requestGC();
     }
 }
+
--- a/vm-gc/remote-collector-command/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-command/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -118,3 +118,4 @@
   </build>
 
 </project>
+
--- a/vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/GCCommandReceiver.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/GCCommandReceiver.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -68,3 +68,4 @@
         return response;
     }
 }
+
--- a/vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/internal/GC.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/internal/GC.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -97,3 +97,4 @@
         }
     }    
 }
+
--- a/vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/internal/GCException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/internal/GCException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -42,3 +42,4 @@
         super(message, cause);
     }
 }
+
--- a/vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/osgi/GCCommandReceiverActivator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-command/src/main/java/com/redhat/thermostat/gc/remote/command/osgi/GCCommandReceiverActivator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
     public void stop(BundleContext context) throws Exception {
     }
 }
+
--- a/vm-gc/remote-collector-common/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-common/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -120,3 +120,4 @@
   </build>
 
 </project>
+
--- a/vm-gc/remote-collector-common/src/main/java/com/redhat/thermostat/gc/remote/common/command/GCCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-gc/remote-collector-common/src/main/java/com/redhat/thermostat/gc/remote/common/command/GCCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -43,3 +43,4 @@
     public static final String VM_ID = "VM_ID";
     public static final String RECEIVER = "com.redhat.thermostat.gc.remote.command.GCCommandReceiver";
 }
+
--- a/vm-heap-analysis/agent/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/agent/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
--- a/vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -83,3 +83,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/HeapDumpException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/HeapDumpException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/HeapDumpReceiver.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/HeapDumpReceiver.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -124,3 +124,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/JMXHeapDumper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/JMXHeapDumper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -90,3 +90,4 @@
         return connectorAddress;
     }
 }
+
--- a/vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/JMapHeapDumper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/agent/src/main/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/JMapHeapDumper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -59,3 +59,4 @@
         }
     }
 }
+
--- a/vm-heap-analysis/agent/src/test/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/agent/src/test/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -94,3 +94,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/agent/src/test/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/HeapDumpReceiverTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/agent/src/test/java/com/redhat/thermostat/vm/heap/analysis/agent/internal/HeapDumpReceiverTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -141,3 +141,4 @@
         
     }
 }
+
--- a/vm-heap-analysis/client-core/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -160,3 +160,4 @@
     
   </dependencies>
 </project>
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapDumpDetailsView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapDumpDetailsView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     public abstract void addSubView(String title, ObjectDetailsView child);
     public abstract void removeSubView(String title);
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapDumpDetailsViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapDumpDetailsViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     @Override
     public HeapDumpDetailsView createView();
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapDumperService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapDumperService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -86,3 +86,4 @@
         return ORDER;
     }
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapHistogramView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapHistogramView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     public abstract void display(ObjectHistogram histogram);
 
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapHistogramViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapHistogramViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     @Override
     public HeapHistogramView createView();
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapObjectUI.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapObjectUI.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -50,4 +50,5 @@
     public String toString() {
         return text;
     }
-}
\ No newline at end of file
+}
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -89,3 +89,4 @@
     public abstract void displayWarning(String string);
 
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/HeapViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     @Override
     public HeapView createView();
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectDetailsView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectDetailsView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -79,3 +79,4 @@
     public abstract void setObjectDetails(JavaHeapObject object);
 
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectDetailsViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectDetailsViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -45,3 +45,4 @@
     @Override
     public ObjectDetailsView createView();
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectRootsView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectRootsView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -59,3 +59,4 @@
     void setPathToRoot(List<HeapObjectUI> pathToRoot);
     void setObjectDetails(String information);
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectRootsViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/ObjectRootsViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -46,3 +46,4 @@
     public ObjectRootsView createView();
     
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/chart/OverviewChart.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/chart/OverviewChart.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -171,3 +171,4 @@
         used.setMaximumItemCount(seconds);
     }
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -101,3 +101,4 @@
         tracker.close();
     }
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -305,3 +305,4 @@
     }
     
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpDetailsController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpDetailsController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -100,3 +100,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/Histogram.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/Histogram.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
     return data;
    }
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectDetailsController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectDetailsController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -205,3 +205,4 @@
         return view;
     }
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectRootsController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectRootsController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -130,3 +130,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/PrintObjectUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/PrintObjectUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,3 +44,4 @@
         return obj.getClazz().getName() + "@" + obj.getIdString();
     }
 }
+
--- a/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,3 +80,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -95,3 +95,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -495,3 +495,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpDetailsControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumpDetailsControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -117,3 +117,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumperTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/HeapDumperTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectDetailsControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectDetailsControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -287,3 +287,4 @@
         verify(view).setObjectDetails(heapObject);
     }
 }
+
--- a/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectRootsControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/core/internal/ObjectRootsControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -151,3 +151,4 @@
         verify(view).showView();
     }
 }
+
--- a/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-core/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
 
     
 }
+
--- a/vm-heap-analysis/client-swing/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -140,3 +140,4 @@
     
   </dependencies>
 </project>
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -67,3 +67,4 @@
     }
     
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapDetailsSwing.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapDetailsSwing.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -115,3 +115,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -90,3 +90,4 @@
         splitPane.setBottomComponent(panel);
     }
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapSwingView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapSwingView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -246,3 +246,4 @@
         JOptionPane.showMessageDialog(visiblePane, string, "Warning", JOptionPane.WARNING_MESSAGE);
     }
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HistogramPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HistogramPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -174,3 +174,4 @@
         return panel;
     }
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/LazyMutableTreeNode.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/LazyMutableTreeNode.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -53,4 +53,5 @@
     public boolean isLeaf() {
         return !getAllowsChildren();
     }
-}
\ No newline at end of file
+}
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectDetailsPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectDetailsPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -435,3 +435,4 @@
         return panel;
     }
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectRootsFrame.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectRootsFrame.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -239,3 +239,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/StatsPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/StatsPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -222,3 +222,4 @@
         }
     }
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingHeapDumpDetailsViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingHeapDumpDetailsViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingHeapHistogramViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingHeapHistogramViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingHeapViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingHeapViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingObjectDetailsViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingObjectDetailsViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingObjectRootsViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/main/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/SwingObjectRootsViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
         assertEquals(5, ctx.getAllServices().size());
     }
 }
+
--- a/vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapDetailsSwingTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapDetailsSwingTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -152,3 +152,4 @@
         tabPane.requireTabTitles();
     }
 }
+
--- a/vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapSwingViewTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/HeapSwingViewTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -145,3 +145,4 @@
 
     }
 }
+
--- a/vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectDetailsPanelTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectDetailsPanelTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -188,3 +188,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectRootsFrameTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/client-swing/src/test/java/com/redhat/thermostat/vm/heap/analysis/client/swing/internal/ObjectRootsFrameTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -189,3 +189,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -131,3 +131,4 @@
     
   </dependencies>
 </project>
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/FindRoot.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/FindRoot.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -92,3 +92,4 @@
 
 
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/HeapPath.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/HeapPath.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -98,3 +98,4 @@
         return length;
     }
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -63,3 +63,4 @@
     }
     
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -111,3 +111,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapHelper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapHelper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -97,3 +97,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindObjectsCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindObjectsCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -142,3 +142,4 @@
         return NAME;
     }
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindRootCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindRootCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -142,3 +142,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/HeapNotFoundException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/HeapNotFoundException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ListHeapDumpsCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ListHeapDumpsCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -133,3 +133,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectCommandHelper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectCommandHelper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -86,3 +86,4 @@
         return obj;
     }
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectInfoCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectInfoCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -144,3 +144,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectNotFoundException.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectNotFoundException.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -48,3 +48,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/PrintObjectUtils.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/PrintObjectUtils.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -44,3 +44,4 @@
         return obj.getClazz().getName() + "@" + obj.getIdString();
     }
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/SaveHeapDumpToFileCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/SaveHeapDumpToFileCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -134,3 +134,4 @@
         }
     }
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ShowHeapHistogramCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ShowHeapHistogramCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -114,3 +114,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/main/java/com/redhat/thermostat/vm/heap/analysis/command/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -79,3 +79,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -66,3 +66,4 @@
         assertEquals(0, ctx.getAllServices().size());
     }
 }
+
--- a/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -189,3 +189,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapHelperTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/DumpHeapHelperTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -158,3 +158,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindObjectsCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindObjectsCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -222,3 +222,4 @@
         assertEquals("Heap ID not found: " + INVALID_HEAP_ID + "\n", factory.getOutput());
     }
 }
+
--- a/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindRootCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/FindRootCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -340,3 +340,4 @@
          }
     }
 }
+
--- a/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ListHeapDumpsCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ListHeapDumpsCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -263,3 +263,4 @@
         assertEquals(expected, factory.getOutput());
     }
 }
+
--- a/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectInfoCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ObjectInfoCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -235,3 +235,4 @@
         }
     }
 }
+
--- a/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/SaveHeapDumpToFileCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/SaveHeapDumpToFileCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -135,3 +135,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ShowHeapHistogramCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/internal/ShowHeapHistogramCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -137,3 +137,4 @@
         verify(serviceProvider).ungetService(HeapDAO.class, heapDao);
     }
 }
+
--- a/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/command/src/test/java/com/redhat/thermostat/vm/heap/analysis/command/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
 
     
 }
+
--- a/vm-heap-analysis/common/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/common/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -109,3 +109,4 @@
     </dependency>
   </dependencies>
 </project>
+
--- a/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HeapDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HeapDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     HeapDump getHeapDump(HeapInfo heapInfo);
 
 }
+
--- a/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HeapDump.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HeapDump.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -229,3 +229,4 @@
         return heapInfo.hashCode();
     }
 }
+
--- a/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HistogramLoader.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HistogramLoader.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HistogramRecord.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/HistogramRecord.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -80,4 +80,5 @@
     public int hashCode() {
         return Objects.hash(classname, numberOf, totalSize);
     }
-}
\ No newline at end of file
+}
+
--- a/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/ObjectHistogram.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/ObjectHistogram.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -71,3 +71,4 @@
         }
     }
 }
+
--- a/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/internal/HeapDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/common/src/main/java/com/redhat/thermostat/vm/heap/analysis/common/internal/HeapDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -165,3 +165,4 @@
     }
 
 }
+
--- a/vm-heap-analysis/common/src/test/java/com/redhat/thermostat/vm/heap/analysis/common/HeapDumpTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/common/src/test/java/com/redhat/thermostat/vm/heap/analysis/common/HeapDumpTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -138,3 +138,4 @@
         assertEquals("java.util.ArrayDeque", obj.getClazz().getName());
     }
 }
+
--- a/vm-heap-analysis/common/src/test/java/com/redhat/thermostat/vm/heap/analysis/common/internal/HeapDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/common/src/test/java/com/redhat/thermostat/vm/heap/analysis/common/internal/HeapDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -280,3 +280,4 @@
         assertTrue(heapInfo == null);
     }
 }
+
--- a/vm-heap-analysis/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-heap-analysis/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -59,3 +59,4 @@
   </modules>
 
 </project>
+
--- a/vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -98,3 +98,4 @@
         return backend;
     }
 }
+
--- a/vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryBackend.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryBackend.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -187,3 +187,4 @@
     }
     
 }
+
--- a/vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryDataExtractor.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryDataExtractor.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -115,3 +115,4 @@
     }
 
 }
+
--- a/vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryVmListener.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/agent/src/main/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryVmListener.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -115,3 +115,4 @@
 
 
 }
+
--- a/vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -106,3 +106,4 @@
     }
 
 }
+
--- a/vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryBackendTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryBackendTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -225,3 +225,4 @@
         assertTrue(orderValue < Ordered.ORDER_NETWORK_GROUP);
     }
 }
+
--- a/vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryDataExtractorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryDataExtractorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -218,3 +218,4 @@
     }
 
 }
+
--- a/vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryVmListenerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/agent/src/test/java/com/redhat/thermostat/vm/memory/agent/internal/VmMemoryVmListenerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -214,3 +214,4 @@
         verifyNoMoreInteractions(vmMemoryStatDAO);
     }
 }
+
--- a/vm-memory/client-cli/src/main/java/com/redhat/thermostat/vm/memory/client/cli/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-cli/src/main/java/com/redhat/thermostat/vm/memory/client/cli/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -78,3 +78,4 @@
     }
 
 }
+
--- a/vm-memory/client-cli/src/main/java/com/redhat/thermostat/vm/memory/client/cli/internal/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-cli/src/main/java/com/redhat/thermostat/vm/memory/client/cli/internal/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/vm-memory/client-cli/src/main/java/com/redhat/thermostat/vm/memory/client/cli/internal/VmMemoryStatPrintDelegate.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-cli/src/main/java/com/redhat/thermostat/vm/memory/client/cli/internal/VmMemoryStatPrintDelegate.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -99,3 +99,4 @@
     }
 
 }
+
--- a/vm-memory/client-cli/src/test/java/com/redhat/thermostat/vm/memory/client/cli/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-cli/src/test/java/com/redhat/thermostat/vm/memory/client/cli/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/vm-memory/client-cli/src/test/java/com/redhat/thermostat/vm/memory/client/cli/internal/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-cli/src/test/java/com/redhat/thermostat/vm/memory/client/cli/internal/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/vm-memory/client-cli/src/test/java/com/redhat/thermostat/vm/memory/client/cli/internal/VmMemoryStatPrintDelegateTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-cli/src/test/java/com/redhat/thermostat/vm/memory/client/cli/internal/VmMemoryStatPrintDelegateTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -170,3 +170,4 @@
     }
 
 }
+
--- a/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryMeter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryMeter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -431,3 +431,4 @@
         return new Dimension(850, 150);
     }
 }
+
--- a/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryStatsService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryStatsService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -84,3 +84,4 @@
         return ORDER;
     }
 }
+
--- a/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryStatsView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryStatsView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
     public abstract void displayWarning(String string);
 
 }
+
--- a/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryStatsViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/MemoryStatsViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -46,3 +46,4 @@
     public MemoryStatsView createView();
     
 }
+
--- a/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/Payload.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/Payload.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -143,3 +143,4 @@
         return copy;
     }
 }
+
--- a/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/RangeModel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/RangeModel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -91,3 +91,4 @@
         return (int) Math.round(normalized);
     }
 }
+
--- a/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/StatsModel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/StatsModel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -179,3 +179,4 @@
         return dataSet;
     }
 }
+
--- a/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -101,3 +101,4 @@
         tracker.close();
     }
 }
+
--- a/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/internal/MemoryStatsController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/core/internal/MemoryStatsController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -266,3 +266,4 @@
         return (UIComponent) view;
     }
 }
+
--- a/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/main/java/com/redhat/thermostat/vm/memory/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,3 +52,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/PayloadTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/PayloadTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -81,3 +81,4 @@
         assertEquals(source.getModel().getName(), cloned.getModel().getName());
     }
 }
+
--- a/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/RangeModelTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/RangeModelTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -120,3 +120,4 @@
         Assert.assertEquals(72, model.getValueNormalized());
     }
 }
+
--- a/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/StatsModelTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/StatsModelTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -70,3 +70,4 @@
     }
 
 }
+
--- a/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -98,3 +98,4 @@
     }
 
 }
+
--- a/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/internal/MemoryStatsControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/core/internal/MemoryStatsControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -309,3 +309,4 @@
         assertTrue(actual >= expected - 1000);
     }
 }
+
--- a/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-core/src/test/java/com/redhat/thermostat/vm/memory/client/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -54,3 +54,4 @@
     public void stop(BundleContext context) throws Exception {
     }
 }
+
--- a/vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/MemoryGraphPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/MemoryGraphPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -83,3 +83,4 @@
         return meter.getPreferredSize();
     }
 }
+
--- a/vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/MemoryStatsViewImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/MemoryStatsViewImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -186,3 +186,4 @@
         return this;
     }
 }
+
--- a/vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/SwingMemoryStatsViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-swing/src/main/java/com/redhat/thermostat/vm/memory/client/swing/internal/SwingMemoryStatsViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/vm-memory/client-swing/src/test/java/com/redhat/thermostat/vm/memory/client/swing/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-swing/src/test/java/com/redhat/thermostat/vm/memory/client/swing/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -57,3 +57,4 @@
         assertEquals(1, ctx.getAllServices().size());
     }
 }
+
--- a/vm-memory/client-swing/src/test/java/com/redhat/thermostat/vm/memory/client/swing/internal/MemoryStatsViewImplTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/client-swing/src/test/java/com/redhat/thermostat/vm/memory/client/swing/internal/MemoryStatsViewImplTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -97,3 +97,4 @@
         togglefixture.requireDisabled();
     }
 }
+
--- a/vm-memory/common/src/main/java/com/redhat/thermostat/vm/memory/common/VmMemoryStatDAO.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/common/src/main/java/com/redhat/thermostat/vm/memory/common/VmMemoryStatDAO.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -60,3 +60,4 @@
     public void putVmMemoryStat(VmMemoryStat stat);
 
 }
+
--- a/vm-memory/common/src/main/java/com/redhat/thermostat/vm/memory/common/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/common/src/main/java/com/redhat/thermostat/vm/memory/common/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
     }
 
 }
+
--- a/vm-memory/common/src/main/java/com/redhat/thermostat/vm/memory/common/internal/VmMemoryStatDAOImpl.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/common/src/main/java/com/redhat/thermostat/vm/memory/common/internal/VmMemoryStatDAOImpl.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -87,3 +87,4 @@
     }
 
 }
+
--- a/vm-memory/common/src/test/java/com/redhat/thermostat/vm/memory/common/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/common/src/test/java/com/redhat/thermostat/vm/memory/common/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/vm-memory/common/src/test/java/com/redhat/thermostat/vm/memory/common/internal/VmMemoryStatDAOTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/common/src/test/java/com/redhat/thermostat/vm/memory/common/internal/VmMemoryStatDAOTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -208,3 +208,4 @@
         verify(add).apply();
     }
 }
+
--- a/vm-memory/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-memory/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -59,3 +59,4 @@
   </modules>
 
 </project>
+
--- a/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/VmOverviewService.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/VmOverviewService.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -77,3 +77,4 @@
     }
 
 }
+
--- a/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/VmOverviewView.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/VmOverviewView.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -61,3 +61,4 @@
     public abstract void setVmArguments(String vmArguments);
 
 }
+
--- a/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/VmOverviewViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/VmOverviewViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -46,3 +46,4 @@
     public VmOverviewView createView();
     
 }
+
--- a/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/internal/VmOverviewController.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/core/internal/VmOverviewController.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -151,3 +151,4 @@
         return vmRunningTimeFormat;
     }
 }
+
--- a/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/locale/LocaleResources.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-core/src/main/java/com/redhat/thermostat/vm/overview/client/locale/LocaleResources.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -67,3 +67,4 @@
         return new Translate<>(RESOURCE_BUNDLE, LocaleResources.class);
     }
 }
+
--- a/vm-overview/client-core/src/test/java/com/redhat/thermostat/vm/overview/client/core/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-core/src/test/java/com/redhat/thermostat/vm/overview/client/core/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -89,3 +89,4 @@
     }
 
 }
+
--- a/vm-overview/client-core/src/test/java/com/redhat/thermostat/vm/overview/client/core/internal/VmOverviewControllerTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-core/src/test/java/com/redhat/thermostat/vm/overview/client/core/internal/VmOverviewControllerTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -174,3 +174,4 @@
     }
 
 }
+
--- a/vm-overview/client-core/src/test/java/com/redhat/thermostat/vm/overview/client/locale/LocaleResourcesTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-core/src/test/java/com/redhat/thermostat/vm/overview/client/locale/LocaleResourcesTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -51,3 +51,4 @@
     }
 
 }
+
--- a/vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
--- a/vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/ChangeableText.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/ChangeableText.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -79,3 +79,4 @@
     }
 
 }
+
--- a/vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/SimpleTable.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/SimpleTable.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -290,3 +290,4 @@
     }
 
 }
+
--- a/vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/SwingVmOverviewViewProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/SwingVmOverviewViewProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -47,3 +47,4 @@
     }
 
 }
+
--- a/vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/VmOverviewPanel.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-swing/src/main/java/com/redhat/thermostat/vm/overview/client/swing/internal/VmOverviewPanel.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -190,3 +190,4 @@
         visiblePanel.setContent(container);
     }
 }
+
--- a/vm-overview/client-swing/src/test/java/com/redhat/thermostat/vm/overview/client/swing/internal/ActivatorTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/client-swing/src/test/java/com/redhat/thermostat/vm/overview/client/swing/internal/ActivatorTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -58,3 +58,4 @@
     }
 
 }
+
--- a/vm-overview/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/vm-overview/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -56,3 +56,4 @@
   </modules>
 
 </project>
+
--- a/web/client/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/client/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -134,3 +134,4 @@
     </plugins>
   </build>
 </project>
+
--- a/web/client/src/main/java/com/redhat/thermostat/web/client/internal/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/client/src/main/java/com/redhat/thermostat/web/client/internal/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -59,3 +59,4 @@
     }
 
 }
+
--- a/web/client/src/main/java/com/redhat/thermostat/web/client/internal/WebCursor.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/client/src/main/java/com/redhat/thermostat/web/client/internal/WebCursor.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -63,3 +63,4 @@
     }
 
 }
+
--- a/web/client/src/main/java/com/redhat/thermostat/web/client/internal/WebStorage.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/client/src/main/java/com/redhat/thermostat/web/client/internal/WebStorage.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -644,3 +644,4 @@
     }
 
 }
+
--- a/web/client/src/main/java/com/redhat/thermostat/web/client/internal/WebStorageProvider.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/client/src/main/java/com/redhat/thermostat/web/client/internal/WebStorageProvider.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
     }
 
 }
+
--- a/web/client/src/test/java/com/redhat/thermostat/web/client/internal/TestObj.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/client/src/test/java/com/redhat/thermostat/web/client/internal/TestObj.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -65,3 +65,4 @@
         return property1.equals(other.property1);
     }
 }
+
--- a/web/client/src/test/java/com/redhat/thermostat/web/client/internal/WebStorageTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/client/src/test/java/com/redhat/thermostat/web/client/internal/WebStorageTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -550,3 +550,4 @@
         
     }
 }
+
--- a/web/cmd/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/cmd/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -119,3 +119,4 @@
     </plugins>
   </build>
 </project>
+
--- a/web/cmd/src/main/java/com/redhat/thermostat/web/cmd/Activator.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/cmd/src/main/java/com/redhat/thermostat/web/cmd/Activator.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -61,3 +61,4 @@
     }
 
 }
+
--- a/web/cmd/src/main/java/com/redhat/thermostat/web/cmd/WebServiceCommand.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/cmd/src/main/java/com/redhat/thermostat/web/cmd/WebServiceCommand.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -105,3 +105,4 @@
     }
 
 }
+
--- a/web/cmd/src/main/java/com/redhat/thermostat/web/cmd/WebServiceLauncher.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/cmd/src/main/java/com/redhat/thermostat/web/cmd/WebServiceLauncher.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -174,3 +174,4 @@
         }
     }
 }
+
--- a/web/cmd/src/test/java/com/redhat/thermostat/web/cmd/WebServiceCommandTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/cmd/src/test/java/com/redhat/thermostat/web/cmd/WebServiceCommandTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -118,3 +118,4 @@
         verify(launcher).start();
     }
 }
+
--- a/web/cmd/src/test/java/com/redhat/thermostat/web/cmd/WebServiceLauncherTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/cmd/src/test/java/com/redhat/thermostat/web/cmd/WebServiceLauncherTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -121,3 +121,4 @@
     }
 
 }
+
--- a/web/common/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/common/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -98,3 +98,4 @@
   </build>
 
 </project>
+
--- a/web/common/src/main/java/com/redhat/thermostat/web/common/Qualifier.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/common/src/main/java/com/redhat/thermostat/web/common/Qualifier.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,4 +74,5 @@
         this.value = value;
     }
     
-}
\ No newline at end of file
+}
+
--- a/web/common/src/main/java/com/redhat/thermostat/web/common/StorageWrapper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/common/src/main/java/com/redhat/thermostat/web/common/StorageWrapper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -74,3 +74,4 @@
         StorageWrapper.storage = storage;
     }
 }
+
--- a/web/common/src/main/java/com/redhat/thermostat/web/common/ThermostatGSONConverter.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/common/src/main/java/com/redhat/thermostat/web/common/ThermostatGSONConverter.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -108,3 +108,4 @@
 
 
 }
+
--- a/web/common/src/main/java/com/redhat/thermostat/web/common/WebInsert.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/common/src/main/java/com/redhat/thermostat/web/common/WebInsert.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -69,3 +69,4 @@
 
 
 }
+
--- a/web/common/src/main/java/com/redhat/thermostat/web/common/WebQuery.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/common/src/main/java/com/redhat/thermostat/web/common/WebQuery.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -88,3 +88,4 @@
     }
 
 }
+
--- a/web/common/src/main/java/com/redhat/thermostat/web/common/WebRemove.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/common/src/main/java/com/redhat/thermostat/web/common/WebRemove.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -82,3 +82,4 @@
     }
 
 }
+
--- a/web/common/src/main/java/com/redhat/thermostat/web/common/WebUpdate.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/common/src/main/java/com/redhat/thermostat/web/common/WebUpdate.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -121,3 +121,4 @@
     }
 
 }
+
--- a/web/common/src/test/java/com/redhat/thermostat/web/common/WebQueryTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/common/src/test/java/com/redhat/thermostat/web/common/WebQueryTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -73,3 +73,4 @@
         assertEquals(42, query.getCategoryId());
     }
 }
+
--- a/web/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -59,3 +59,4 @@
   </modules>
 
 </project>
+
--- a/web/server/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/server/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -148,3 +148,4 @@
     </plugins>
   </build>
 </project>
+
--- a/web/server/src/main/java/com/redhat/thermostat/web/server/IpPortPair.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/server/src/main/java/com/redhat/thermostat/web/server/IpPortPair.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -52,4 +52,5 @@
     public int getPort() {
         return port;
     }
-}
\ No newline at end of file
+}
+
--- a/web/server/src/main/java/com/redhat/thermostat/web/server/IpPortsParser.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/server/src/main/java/com/redhat/thermostat/web/server/IpPortsParser.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -104,3 +104,4 @@
         return ipPorts;
     }
 }
+
--- a/web/server/src/main/java/com/redhat/thermostat/web/server/TokenManager.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/server/src/main/java/com/redhat/thermostat/web/server/TokenManager.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -94,3 +94,4 @@
     }
 
 }
+
--- a/web/server/src/main/java/com/redhat/thermostat/web/server/WebStorageEndPoint.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/server/src/main/java/com/redhat/thermostat/web/server/WebStorageEndPoint.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -384,3 +384,4 @@
 
 
 }
+
--- a/web/server/src/test/java/com/redhat/thermostat/web/server/QueryTestHelper.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/server/src/test/java/com/redhat/thermostat/web/server/QueryTestHelper.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -56,3 +56,4 @@
     }
 
 }
+
--- a/web/server/src/test/java/com/redhat/thermostat/web/server/WebStorageEndpointTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/server/src/test/java/com/redhat/thermostat/web/server/WebStorageEndpointTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -604,3 +604,4 @@
         return token;
     }
 }
+
--- a/web/server/src/test/java/com/redhat/thermostat/web/server/internal/IpPortsParserTest.java	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/server/src/test/java/com/redhat/thermostat/web/server/internal/IpPortsParserTest.java	Wed Jan 23 16:49:27 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Red Hat, Inc.
+ * Copyright 2012, 2013 Red Hat, Inc.
  *
  * This file is part of Thermostat.
  *
@@ -105,3 +105,4 @@
         parser.getIpsPorts();
     }
 }
+
--- a/web/war/pom.xml	Tue Jan 22 16:15:32 2013 +0100
+++ b/web/war/pom.xml	Wed Jan 23 16:49:27 2013 +0100
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 
- Copyright 2012 Red Hat, Inc.
+ Copyright 2012, 2013 Red Hat, Inc.
 
  This file is part of Thermostat.
 
@@ -92,3 +92,4 @@
   </build>
 
 </project>
+