[Jboss-cvs] JBossAS SVN: r56034 - in trunk/admin-console/src: main/org/jboss/admin main/org/jboss/admin/console/web main/org/jboss/admin/console/web/struts main/org/jboss/admin/console/web/struts/datasource main/org/jboss/admin/console/web/struts/hibernate main/org/jboss/admin/console/web/struts/jms main/org/jboss/admin/model main/org/jboss/admin/model/datasource main/org/jboss/admin/model/hibernate main/org/jboss/admin/model/hibernate/option main/org/jboss/admin/model/jms main/org/jboss/admin/service main/org/jboss/admin/service/datasource main/org/jboss/admin/service/hibernate main/org/jboss/admin/service/jms test/org/jboss/admin test/org/jboss/admin/console/web/struts/datasource test/org/jboss/admin/console/web/struts/jms test/org/jboss/admin/model/datasource test/org/jboss/admin/model/jms test/org/jboss/admin/service test/org/jboss/admin/service/datasource test/org/jboss/admin/service/jms webtest/org/jboss/admin/console/webtest

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 17 14:00:24 EDT 2006


Author: chilin
Date: 2006-08-17 13:59:43 -0400 (Thu, 17 Aug 2006)
New Revision: 56034

Modified:
   trunk/admin-console/src/main/org/jboss/admin/AdminConstants.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/TestServlet.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/BaseAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/RelayAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/BaseDataSourceAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/Constants.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/CreateDataSourceAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/DataSourceForm.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/DataSourceIdentifierForm.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/FlushPoolAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ListDataSourcesAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/RemoveDataSourceAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/SaveDataSourceAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/StartPoolAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/StopPoolAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/TestDataSourceAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewDataSourceAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/hibernate/BaseHibernateDeploymentAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/hibernate/ListHibernateDeploymentsAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/BaseDestinationAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/BaseJmsAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/Constants.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/CreateDestinationAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationForm.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationIdentifierForm.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationInputsValidator.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/JmsForm.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ListDestinationsAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/RemoveDestinationAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/RemoveMessagesAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ResetCounterAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ResetHistoryAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/SaveDestinationAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/SaveJmsAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewDestinationAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewJmsAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessageHistoryAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessageStatisticsAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessagesAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewReceiversAction.java
   trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewSubscriptionsAction.java
   trunk/admin-console/src/main/org/jboss/admin/model/State.java
   trunk/admin-console/src/main/org/jboss/admin/model/datasource/ConnectionPool.java
   trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSource.java
   trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSourceIdentifier.java
   trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSourceState.java
   trunk/admin-console/src/main/org/jboss/admin/model/datasource/LocalTxDataSource.java
   trunk/admin-console/src/main/org/jboss/admin/model/datasource/NoTxDataSource.java
   trunk/admin-console/src/main/org/jboss/admin/model/datasource/XATxDataSource.java
   trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateInfo.java
   trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateLocator.java
   trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateSettings.java
   trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateState.java
   trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CacheProvider.java
   trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CustomCacheProvider.java
   trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CustomDialect.java
   trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/Dialect.java
   trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/SchemaEvolution.java
   trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/StandardCacheProvider.java
   trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/StandardDialect.java
   trunk/admin-console/src/main/org/jboss/admin/model/jms/Destination.java
   trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationIdentifier.java
   trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationMessage.java
   trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationState.java
   trunk/admin-console/src/main/org/jboss/admin/model/jms/Jms.java
   trunk/admin-console/src/main/org/jboss/admin/model/jms/Queue.java
   trunk/admin-console/src/main/org/jboss/admin/model/jms/Topic.java
   trunk/admin-console/src/main/org/jboss/admin/service/AdminConsoleException.java
   trunk/admin-console/src/main/org/jboss/admin/service/AdminConsoleRuntimeException.java
   trunk/admin-console/src/main/org/jboss/admin/service/DeploymentServiceHelper.java
   trunk/admin-console/src/main/org/jboss/admin/service/MBeanServerHelper.java
   trunk/admin-console/src/main/org/jboss/admin/service/datasource/ConnectionPoolService.java
   trunk/admin-console/src/main/org/jboss/admin/service/datasource/ConnectionPoolServiceImpl.java
   trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceService.java
   trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceException.java
   trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceImpl.java
   trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceRuntimeException.java
   trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceUtils.java
   trunk/admin-console/src/main/org/jboss/admin/service/datasource/DeploymentServiceDataSourceHelper.java
   trunk/admin-console/src/main/org/jboss/admin/service/datasource/MBeanServerDataSourceHelper.java
   trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentHelper.java
   trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentService.java
   trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentServiceImpl.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/Constants.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/DeploymentServiceDestinationHelper.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/DeploymentServiceJmsHelper.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/DestinationService.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/DestinationServiceImpl.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/Error.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsService.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceException.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceImpl.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceRuntimeException.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/MBeanServerDestinationHelper.java
   trunk/admin-console/src/main/org/jboss/admin/service/jms/MBeanServerJmsHelper.java
   trunk/admin-console/src/test/org/jboss/admin/TestAdminConstants.java
   trunk/admin-console/src/test/org/jboss/admin/TestSuiteModelDatasource.java
   trunk/admin-console/src/test/org/jboss/admin/TestSuiteModelJms.java
   trunk/admin-console/src/test/org/jboss/admin/TestSuiteService.java
   trunk/admin-console/src/test/org/jboss/admin/TestSuiteServiceDataSource.java
   trunk/admin-console/src/test/org/jboss/admin/TestSuiteServiceJms.java
   trunk/admin-console/src/test/org/jboss/admin/TestSuiteStrutsDatasource.java
   trunk/admin-console/src/test/org/jboss/admin/TestSuiteStrutsJms.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/FlushPoolActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ListDataSourcesActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/MockStrutsConnectionPoolTestCase.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/MockStrutsDataSourceTestCase.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/SaveDataSourceActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StartPoolActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StopPoolActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewDataSourceActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/CreateDestinationActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ListDestinationsActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/MockStrutsDestinationTestCase.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/MockStrutsJmsTestCase.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/RemoveDestinationActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/RemoveMessagesActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ResetCounterActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ResetHistoryActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/SaveDestinationActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/SaveJmsActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewDestinationActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewJmsActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewMessageHistoryActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewMessageStatisticsActionTest.java
   trunk/admin-console/src/test/org/jboss/admin/model/datasource/DataSourceIdentifierTest.java
   trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationIdentifierTest.java
   trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationMessageTest.java
   trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationStateTest.java
   trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationTest.java
   trunk/admin-console/src/test/org/jboss/admin/model/jms/JmsTest.java
   trunk/admin-console/src/test/org/jboss/admin/model/jms/QueueTest.java
   trunk/admin-console/src/test/org/jboss/admin/model/jms/TopicTest.java
   trunk/admin-console/src/test/org/jboss/admin/service/DeploymentServiceHelperTest.java
   trunk/admin-console/src/test/org/jboss/admin/service/MBeanServerHelperTest.java
   trunk/admin-console/src/test/org/jboss/admin/service/ServiceTestHelper.java
   trunk/admin-console/src/test/org/jboss/admin/service/datasource/DataSourceUtilsTest.java
   trunk/admin-console/src/test/org/jboss/admin/service/datasource/DeploymentServiceDataSourceHelperTest.java
   trunk/admin-console/src/test/org/jboss/admin/service/datasource/MBeanServerDataSourceHelperTest.java
   trunk/admin-console/src/test/org/jboss/admin/service/jms/DeploymentServiceDestinationHelperTest.java
   trunk/admin-console/src/test/org/jboss/admin/service/jms/DeploymentServiceJmsHelperTest.java
   trunk/admin-console/src/test/org/jboss/admin/service/jms/MBeanServerDestinationHelperTest.java
   trunk/admin-console/src/test/org/jboss/admin/service/jms/MBeanServerJmsHelperTest.java
   trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/AdminConsoleTestCase.java
   trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/ConfirmHandlerImpl.java
   trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DataSourceTestCase.java
   trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationQueueTest.java
   trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationTestCase.java
   trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationTopicTest.java
   trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/HomePageTest.java
   trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/JmsPageTest.java
   trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/LocalTxDataSourcePageTest.java
   trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/NoTxDataSourcePageTest.java
   trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/XATxDataSourcePageTest.java
Log:
JBADMCON-148 Apply correct licensing text in source files
 

Modified: trunk/admin-console/src/main/org/jboss/admin/AdminConstants.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/AdminConstants.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/AdminConstants.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin;
 
 /**

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/TestServlet.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/TestServlet.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/TestServlet.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web;
 
 import java.io.IOException;
@@ -21,6 +37,7 @@
  * @version $Revision$
  */
 public class TestServlet extends HttpServlet {
+	private static final long serialVersionUID = 1L;
 
 	/**
 	 * Constructor of the object.

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/BaseAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/BaseAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/BaseAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/RelayAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/RelayAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/RelayAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/BaseDataSourceAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/BaseDataSourceAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/BaseDataSourceAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import org.jboss.admin.console.web.struts.BaseAction;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/Constants.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/Constants.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/Constants.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 /**

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/CreateDataSourceAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/CreateDataSourceAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/CreateDataSourceAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/DataSourceForm.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/DataSourceForm.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/DataSourceForm.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import java.util.ArrayList;
@@ -29,6 +45,7 @@
  * @version $Revision$
  */
 public class DataSourceForm extends ValidatorForm {
+    private static final long serialVersionUID = 1L;
     private static Log log = LogFactory.getLog(DataSourceForm.class);
        
     public DataSourceForm() {

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/DataSourceIdentifierForm.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/DataSourceIdentifierForm.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/DataSourceIdentifierForm.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import org.apache.commons.logging.Log;
@@ -17,6 +33,7 @@
  * @version $Revision$
  */
 public class DataSourceIdentifierForm extends ActionForm {
+	private static final long serialVersionUID = 1L;
     private static Log log = LogFactory.getLog(DataSourceIdentifierForm.class);
       
     public DataSourceIdentifierForm() {

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/FlushPoolAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/FlushPoolAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/FlushPoolAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ListDataSourcesAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ListDataSourcesAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ListDataSourcesAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import java.util.List;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/RemoveDataSourceAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/RemoveDataSourceAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/RemoveDataSourceAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/SaveDataSourceAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/SaveDataSourceAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/SaveDataSourceAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import java.io.BufferedInputStream;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/StartPoolAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/StartPoolAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/StartPoolAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/StopPoolAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/StopPoolAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/StopPoolAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/TestDataSourceAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/TestDataSourceAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/TestDataSourceAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewDataSourceAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewDataSourceAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewDataSourceAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/hibernate/BaseHibernateDeploymentAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/hibernate/BaseHibernateDeploymentAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/hibernate/BaseHibernateDeploymentAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 // $Id$
 package org.jboss.admin.console.web.struts.hibernate;
 

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/hibernate/ListHibernateDeploymentsAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/hibernate/ListHibernateDeploymentsAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/hibernate/ListHibernateDeploymentsAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 // $Id$
 package org.jboss.admin.console.web.struts.hibernate;
 

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/BaseDestinationAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/BaseDestinationAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/BaseDestinationAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.console.web.struts.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/BaseJmsAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/BaseJmsAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/BaseJmsAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.console.web.struts.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/Constants.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/Constants.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/Constants.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 /**

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/CreateDestinationAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/CreateDestinationAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/CreateDestinationAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.console.web.struts.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationForm.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationForm.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationForm.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.console.web.struts.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationIdentifierForm.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationIdentifierForm.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationIdentifierForm.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import org.apache.commons.logging.Log;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationInputsValidator.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationInputsValidator.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/DestinationInputsValidator.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/JmsForm.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/JmsForm.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/JmsForm.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.console.web.struts.jms;
@@ -30,6 +45,11 @@
  */
 public class JmsForm extends ValidatorForm {
 
+	/**
+     * Comment for <code>serialVersionUID</code>
+     */
+    private static final long serialVersionUID = 1L;
+    
     /**
      * Logger for this class
      */

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ListDestinationsAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ListDestinationsAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ListDestinationsAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.console.web.struts.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/RemoveDestinationAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/RemoveDestinationAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/RemoveDestinationAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.console.web.struts.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/RemoveMessagesAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/RemoveMessagesAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/RemoveMessagesAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.util.List;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ResetCounterAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ResetCounterAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ResetCounterAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.util.List;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ResetHistoryAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ResetHistoryAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ResetHistoryAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/SaveDestinationAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/SaveDestinationAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/SaveDestinationAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.console.web.struts.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/SaveJmsAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/SaveJmsAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/SaveJmsAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.console.web.struts.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewDestinationAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewDestinationAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewDestinationAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.console.web.struts.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewJmsAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewJmsAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewJmsAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.console.web.struts.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessageHistoryAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessageHistoryAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessageHistoryAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import javax.servlet.http.HttpServletRequest;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessageStatisticsAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessageStatisticsAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessageStatisticsAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.util.List;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessagesAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessagesAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewMessagesAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.util.List;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewReceiversAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewReceiversAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewReceiversAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.util.List;

Modified: trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewSubscriptionsAction.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewSubscriptionsAction.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/console/web/struts/jms/ViewSubscriptionsAction.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.util.List;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/State.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/State.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/State.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model;
 
 import org.jboss.deployment.DeploymentState;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/datasource/ConnectionPool.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/datasource/ConnectionPool.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/datasource/ConnectionPool.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.datasource;
 
 import java.io.Serializable;
@@ -15,6 +31,7 @@
  * @version $Revision$
  */
 public class ConnectionPool implements Serializable {
+	private static final long serialVersionUID = 1L;
 
     private String jndiName;
 

Modified: trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSource.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSource.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSource.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,12 +1,27 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.datasource;
 
-
 import java.net.URL;
 import java.util.List;
 

Modified: trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSourceIdentifier.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSourceIdentifier.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSourceIdentifier.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.datasource;
 
 import java.io.Serializable;
@@ -18,7 +34,7 @@
  * @version $Revision$
  */
 public class DataSourceIdentifier implements Serializable {
-
+	private static final long serialVersionUID = 1L;
     private String MBeanName;
     private String moduleName;
     

Modified: trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSourceState.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSourceState.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/datasource/DataSourceState.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.datasource;
 
 import org.jboss.admin.model.State;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/datasource/LocalTxDataSource.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/datasource/LocalTxDataSource.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/datasource/LocalTxDataSource.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.datasource;
 
 import org.apache.commons.lang.builder.ToStringBuilder;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/datasource/NoTxDataSource.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/datasource/NoTxDataSource.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/datasource/NoTxDataSource.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.datasource;
 
 import org.apache.commons.lang.builder.ToStringBuilder;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/datasource/XATxDataSource.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/datasource/XATxDataSource.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/datasource/XATxDataSource.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.datasource;
 
 import org.apache.commons.lang.builder.ToStringBuilder;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateInfo.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateInfo.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateInfo.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.hibernate;
 
 import java.io.Serializable;
@@ -21,7 +37,7 @@
  */
 public class HibernateInfo implements Serializable
 {
-
+   private static final long serialVersionUID = 1L;
    private final ObjectName mbeanName;
    private final String jndiName;
    private final HibernateState state;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateLocator.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateLocator.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateLocator.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,15 +1,29 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.hibernate;
 
 import java.io.Serializable;
 
-import org.jboss.deployment.DeploymentState;
-
 import javax.management.ObjectName;
 
 /**
@@ -20,6 +34,7 @@
  */
 public class HibernateLocator implements Serializable
 {
+   private static final long serialVersionUID = 1L;
    private final ObjectName mbeanName;
    private final String jndiName;
    private final HibernateState state;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateSettings.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateSettings.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateSettings.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.hibernate;
 
 import org.jboss.admin.model.hibernate.option.CacheProvider;
@@ -21,7 +37,8 @@
  */
 public class HibernateSettings implements Serializable
 {
-
+   private static final long serialVersionUID = 1L;
+   
    // "general" settings...
    private String jndiName;
    private Dialect dialect;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateState.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateState.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/hibernate/HibernateState.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 // $Id$
 package org.jboss.admin.model.hibernate;
 

Modified: trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CacheProvider.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CacheProvider.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CacheProvider.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.hibernate.option;
 
 import java.io.Serializable;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CustomCacheProvider.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CustomCacheProvider.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CustomCacheProvider.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.hibernate.option;
 
 /**
@@ -15,7 +31,7 @@
  */
 public class CustomCacheProvider implements CacheProvider
 {
-
+   private static final long serialVersionUID = 1L;
    private final String implementorClassName;
 
    public CustomCacheProvider(String implementorClassName)

Modified: trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CustomDialect.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CustomDialect.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/CustomDialect.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.hibernate.option;
 
 /**
@@ -15,7 +31,7 @@
  */
 public class CustomDialect implements Dialect
 {
-
+   private static final long serialVersionUID = 1L;
    private final String implementorClassName;
 
    public CustomDialect(String implementorClassName)

Modified: trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/Dialect.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/Dialect.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/Dialect.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.hibernate.option;
 
 import java.io.Serializable;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/SchemaEvolution.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/SchemaEvolution.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/SchemaEvolution.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.hibernate.option;
 
 import java.io.Serializable;
@@ -20,7 +36,7 @@
  */
 public class SchemaEvolution implements Serializable
 {
-
+   private static final long serialVersionUID = 1L;
    private static final Vector instanceList = new Vector();
    private static final List unmmodifiableInstanceList = Collections.unmodifiableList( instanceList );
 

Modified: trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/StandardCacheProvider.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/StandardCacheProvider.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/StandardCacheProvider.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.hibernate.option;
 
 import java.util.Iterator;
@@ -19,7 +35,7 @@
  */
 public final class StandardCacheProvider implements CacheProvider
 {
-
+   private static final long serialVersionUID = 1L;
    private static final Vector instanceList = new Vector();
    private static final List unmmodifiableInstanceList = Collections.unmodifiableList( instanceList );
 

Modified: trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/StandardDialect.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/StandardDialect.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/hibernate/option/StandardDialect.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.hibernate.option;
 
 import java.util.Vector;
@@ -19,7 +35,7 @@
  */
 public final class StandardDialect implements Dialect
 {
-
+   private static final long serialVersionUID = 1L;
    public static final StandardDialect AUTO = new StandardDialect( "AUTO", "" );
    public static final StandardDialect DB2 = new StandardDialect( "DB2", "org.hibernate.dialect.DB2Dialect" );
    public static final StandardDialect DB2_390 = new StandardDialect( "DB2 - 390", "org.hibernate.dialect.DB2390Dialect" );

Modified: trunk/admin-console/src/main/org/jboss/admin/model/jms/Destination.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/jms/Destination.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/jms/Destination.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.model.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationIdentifier.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationIdentifier.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationIdentifier.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.model.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationMessage.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationMessage.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationMessage.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.jms;
 
 import java.io.Serializable;
@@ -18,6 +34,11 @@
  * @version $Revision$
  */
 public class DestinationMessage implements Serializable {
+	/**
+     * Comment for <code>serialVersionUID</code>
+     */
+    private static final long serialVersionUID = 1L;
+    
     /**
      * A Message class to encapsulate the jms message
      */

Modified: trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationState.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationState.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/jms/DestinationState.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.jms;
 
 import org.apache.commons.lang.builder.ToStringBuilder;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/jms/Jms.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/jms/Jms.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/jms/Jms.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.model.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/jms/Queue.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/jms/Queue.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/jms/Queue.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.model.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/model/jms/Topic.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/model/jms/Topic.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/model/jms/Topic.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.model.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/AdminConsoleException.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/AdminConsoleException.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/AdminConsoleException.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service;
 
 import org.apache.commons.lang.exception.NestableException;
@@ -16,6 +32,10 @@
  * @version $Revision$
  */
 public class AdminConsoleException extends NestableException {
+	/**
+     * Comment for <code>serialVersionUID</code>
+     */
+    private static final long serialVersionUID = 1L;
 
     /**
      * Default constructor

Modified: trunk/admin-console/src/main/org/jboss/admin/service/AdminConsoleRuntimeException.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/AdminConsoleRuntimeException.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/AdminConsoleRuntimeException.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service;
 
 import org.apache.commons.lang.exception.NestableRuntimeException;
@@ -15,6 +31,10 @@
  * @version $Revision$
  */
 public class AdminConsoleRuntimeException extends NestableRuntimeException {
+	/**
+     * Comment for <code>serialVersionUID</code>
+     */
+    private static final long serialVersionUID = 1L;
 
     /**
      * Default constructor

Modified: trunk/admin-console/src/main/org/jboss/admin/service/DeploymentServiceHelper.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/DeploymentServiceHelper.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/DeploymentServiceHelper.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service;
 
 import java.net.URL;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/MBeanServerHelper.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/MBeanServerHelper.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/MBeanServerHelper.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service;
 
 import java.util.Collection;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/datasource/ConnectionPoolService.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/datasource/ConnectionPoolService.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/datasource/ConnectionPoolService.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import org.jboss.admin.model.datasource.ConnectionPool;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/datasource/ConnectionPoolServiceImpl.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/datasource/ConnectionPoolServiceImpl.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/datasource/ConnectionPoolServiceImpl.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import javax.management.MBeanServer;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceService.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceService.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceService.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import java.util.List;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceException.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceException.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceException.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import org.apache.commons.lang.exception.NestableException;
@@ -16,7 +32,9 @@
  * @version $Revision$
  */
 public class DataSourceServiceException extends NestableException {
-
+	
+	private static final long serialVersionUID = 1L;
+	
     public DataSourceServiceException() {
         super();
     }

Modified: trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceImpl.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceImpl.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceImpl.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import java.sql.Connection;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceRuntimeException.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceRuntimeException.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceServiceRuntimeException.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import org.apache.commons.lang.exception.NestableRuntimeException;
@@ -17,6 +33,8 @@
  */
 public class DataSourceServiceRuntimeException extends NestableRuntimeException {
 
+	private static final long serialVersionUID = 1L;
+	
     public DataSourceServiceRuntimeException() {
         super();
     }

Modified: trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceUtils.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceUtils.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/datasource/DataSourceUtils.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import java.util.Hashtable;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/datasource/DeploymentServiceDataSourceHelper.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/datasource/DeploymentServiceDataSourceHelper.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/datasource/DeploymentServiceDataSourceHelper.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import java.net.URL;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/datasource/MBeanServerDataSourceHelper.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/datasource/MBeanServerDataSourceHelper.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/datasource/MBeanServerDataSourceHelper.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import java.util.ArrayList;
@@ -314,7 +330,6 @@
                     // Get all the objectNames the connectionFactory depends on,
                     // except for the RARDeployment.
                     List iDependOnList = serviceContext.iDependOn;
-                    int inx = 0;
                     for (Iterator i = iDependOnList.iterator(); i.hasNext();) {
                         ServiceContext iDependOn = (ServiceContext) i.next();
                         ObjectName objName = iDependOn.objectName;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentHelper.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentHelper.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentHelper.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.hibernate;
 
 import org.jboss.admin.service.MBeanServerHelper;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentService.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentService.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentService.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.hibernate;
 
 import org.jboss.admin.model.hibernate.HibernateInfo;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentServiceImpl.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentServiceImpl.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/hibernate/HibernateDeploymentServiceImpl.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
  * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.hibernate;
 
 import org.jboss.admin.model.hibernate.HibernateInfo;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/Constants.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/Constants.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/Constants.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 /**

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/DeploymentServiceDestinationHelper.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/DeploymentServiceDestinationHelper.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/DeploymentServiceDestinationHelper.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 import java.net.URL;
@@ -65,7 +81,6 @@
      */
     public void createDestination(Destination destination)
             throws JmsServiceException {
-        String jndiDefaultName = "";
         if (destination instanceof Queue) {
             Queue queue = (Queue) destination;
             queue.setQueueName(queue.getName());
@@ -372,7 +387,6 @@
             throws JmsServiceException {
         Properties props = new Properties();
         Properties depends = new Properties();
-        String jndiDefaultName = "";
 
         if (destination instanceof Queue) {
             Queue queue = (Queue) destination;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/DeploymentServiceJmsHelper.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/DeploymentServiceJmsHelper.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/DeploymentServiceJmsHelper.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 import java.util.Properties;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/DestinationService.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/DestinationService.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/DestinationService.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.service.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/DestinationServiceImpl.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/DestinationServiceImpl.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/DestinationServiceImpl.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.service.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/Error.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/Error.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/Error.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 import java.text.MessageFormat;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsService.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsService.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsService.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.service.jms;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceException.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceException.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceException.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 import org.apache.commons.logging.Log;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceImpl.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceImpl.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceImpl.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,23 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
 
 package org.jboss.admin.service.jms;
@@ -25,11 +40,6 @@
     private static final Log logger = LogFactory.getLog(JmsServiceImpl.class);
 
     /**
-     * JBoss AS version 4.0.x
-     */
-    private static final String VERSION_40 = "4.0";
-
-    /**
      * An instance of the MBeanServerDestinationHelper class
      */
     private MBeanServerJmsHelper mbeanServerHelper;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceRuntimeException.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceRuntimeException.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/JmsServiceRuntimeException.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 import org.apache.commons.logging.Log;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/MBeanServerDestinationHelper.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/MBeanServerDestinationHelper.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/MBeanServerDestinationHelper.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 import java.io.File;

Modified: trunk/admin-console/src/main/org/jboss/admin/service/jms/MBeanServerJmsHelper.java
===================================================================
--- trunk/admin-console/src/main/org/jboss/admin/service/jms/MBeanServerJmsHelper.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/main/org/jboss/admin/service/jms/MBeanServerJmsHelper.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 import java.util.HashMap;
@@ -286,7 +302,6 @@
         StringBuffer roleList = new StringBuffer();
         String attValue = null;
         int roleSize = 0;
-        int attSize = 0;
         Element roleElem = null;
 
         if (configElem != null) {
@@ -339,9 +354,6 @@
         Map dsMap = new HashMap();
         List dataSources = null;
         DataSource ds = null;
-        NoTxDataSource noTxDs = null;
-        LocalTxDataSource localTxDs = null;
-        XATxDataSource xaTxDs = null;
         String dsName = "";
         String dsClass = "";
         DataSourceService dsService = getDataSource();

Modified: trunk/admin-console/src/test/org/jboss/admin/TestAdminConstants.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/TestAdminConstants.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/TestAdminConstants.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin;
 
 /**

Modified: trunk/admin-console/src/test/org/jboss/admin/TestSuiteModelDatasource.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/TestSuiteModelDatasource.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/TestSuiteModelDatasource.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 package org.jboss.admin;
 
 import org.jboss.admin.model.datasource.DataSourceIdentifierTest;

Modified: trunk/admin-console/src/test/org/jboss/admin/TestSuiteModelJms.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/TestSuiteModelJms.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/TestSuiteModelJms.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 package org.jboss.admin;
 
 import org.jboss.admin.model.jms.DestinationIdentifierTest;

Modified: trunk/admin-console/src/test/org/jboss/admin/TestSuiteService.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/TestSuiteService.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/TestSuiteService.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 package org.jboss.admin;
 
 import org.jboss.admin.service.DeploymentServiceHelperTest;

Modified: trunk/admin-console/src/test/org/jboss/admin/TestSuiteServiceDataSource.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/TestSuiteServiceDataSource.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/TestSuiteServiceDataSource.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 package org.jboss.admin;
 
 import org.jboss.admin.service.datasource.DataSourceUtilsTest;

Modified: trunk/admin-console/src/test/org/jboss/admin/TestSuiteServiceJms.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/TestSuiteServiceJms.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/TestSuiteServiceJms.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 package org.jboss.admin;
 
 import org.jboss.admin.service.jms.DeploymentServiceDestinationHelperTest;

Modified: trunk/admin-console/src/test/org/jboss/admin/TestSuiteStrutsDatasource.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/TestSuiteStrutsDatasource.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/TestSuiteStrutsDatasource.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,7 +1,27 @@
-package org.jboss.admin;
 /*
- * datasource tests
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
+package org.jboss.admin;
+
 import org.jboss.admin.console.web.struts.datasource.FlushPoolActionTest;
 import org.jboss.admin.console.web.struts.datasource.ListDataSourcesActionTest;
 import org.jboss.admin.console.web.struts.datasource.SaveDataSourceActionTest;

Modified: trunk/admin-console/src/test/org/jboss/admin/TestSuiteStrutsJms.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/TestSuiteStrutsJms.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/TestSuiteStrutsJms.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 package org.jboss.admin;
 
 import org.jboss.admin.console.web.struts.jms.CreateDestinationActionTest;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/FlushPoolActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/FlushPoolActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/FlushPoolActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import org.jboss.admin.model.datasource.ConnectionPool;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ListDataSourcesActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ListDataSourcesActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ListDataSourcesActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import java.util.ArrayList;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/MockStrutsConnectionPoolTestCase.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/MockStrutsConnectionPoolTestCase.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/MockStrutsConnectionPoolTestCase.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import java.io.File;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/MockStrutsDataSourceTestCase.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/MockStrutsDataSourceTestCase.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/MockStrutsDataSourceTestCase.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import java.io.File;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/SaveDataSourceActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/SaveDataSourceActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/SaveDataSourceActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import java.lang.reflect.InvocationTargetException;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StartPoolActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StartPoolActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StartPoolActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import org.jboss.admin.model.datasource.ConnectionPool;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StopPoolActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StopPoolActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/StopPoolActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import org.jboss.admin.model.datasource.ConnectionPool;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewDataSourceActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewDataSourceActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewDataSourceActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import org.jboss.admin.model.datasource.DataSourceIdentifier;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/datasource/ViewPoolInformationActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.datasource;
 
 import org.jboss.admin.model.datasource.ConnectionPool;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/CreateDestinationActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/CreateDestinationActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/CreateDestinationActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import org.jboss.admin.model.jms.DestinationIdentifier;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ListDestinationsActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ListDestinationsActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ListDestinationsActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.util.ArrayList;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/MockStrutsDestinationTestCase.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/MockStrutsDestinationTestCase.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/MockStrutsDestinationTestCase.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.io.File;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/MockStrutsJmsTestCase.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/MockStrutsJmsTestCase.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/MockStrutsJmsTestCase.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.io.File;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/RemoveDestinationActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/RemoveDestinationActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/RemoveDestinationActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import org.jboss.admin.model.jms.DestinationIdentifier;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/RemoveMessagesActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/RemoveMessagesActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/RemoveMessagesActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import org.jboss.admin.model.jms.DestinationIdentifier;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ResetCounterActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ResetCounterActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ResetCounterActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.util.ArrayList;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ResetHistoryActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ResetHistoryActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ResetHistoryActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import org.jboss.admin.model.jms.DestinationIdentifier;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/SaveDestinationActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/SaveDestinationActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/SaveDestinationActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,22 +1,32 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
-import javax.servlet.http.HttpServletRequest;
-
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.easymock.MockControl;
 import org.jboss.admin.model.jms.Destination;
 import org.jboss.admin.model.jms.DestinationIdentifier;
-import org.jboss.admin.model.jms.Jms;
 import org.jboss.admin.model.jms.Queue;
-import org.jboss.admin.model.jms.Topic;
-import org.jboss.admin.service.jms.DestinationService;
 
 /**
  * Tests actions used for managing a single Destination.

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/SaveJmsActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/SaveJmsActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/SaveJmsActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.util.HashMap;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewDestinationActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewDestinationActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewDestinationActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import org.jboss.admin.model.jms.DestinationIdentifier;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewJmsActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewJmsActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewJmsActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import org.jboss.admin.model.jms.Jms;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewMessageHistoryActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewMessageHistoryActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewMessageHistoryActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import org.jboss.admin.model.jms.DestinationIdentifier;

Modified: trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewMessageStatisticsActionTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewMessageStatisticsActionTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/console/web/struts/jms/ViewMessageStatisticsActionTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.web.struts.jms;
 
 import java.util.ArrayList;

Modified: trunk/admin-console/src/test/org/jboss/admin/model/datasource/DataSourceIdentifierTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/model/datasource/DataSourceIdentifierTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/model/datasource/DataSourceIdentifierTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.datasource;
 
 import junit.framework.TestCase;

Modified: trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationIdentifierTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationIdentifierTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationIdentifierTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.jms;
 
 import org.jboss.admin.service.jms.JmsServiceRuntimeException;

Modified: trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationMessageTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationMessageTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationMessageTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.jms;
 
 import junit.framework.TestCase;

Modified: trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationStateTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationStateTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationStateTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.jms;
 
 import junit.framework.TestCase;

Modified: trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/model/jms/DestinationTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.jms;
 
 import javax.management.ObjectName;

Modified: trunk/admin-console/src/test/org/jboss/admin/model/jms/JmsTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/model/jms/JmsTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/model/jms/JmsTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.jms;
 
 import javax.management.ObjectName;

Modified: trunk/admin-console/src/test/org/jboss/admin/model/jms/QueueTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/model/jms/QueueTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/model/jms/QueueTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.jms;
 
 import junit.framework.TestCase;

Modified: trunk/admin-console/src/test/org/jboss/admin/model/jms/TopicTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/model/jms/TopicTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/model/jms/TopicTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.model.jms;
 
 import junit.framework.TestCase;

Modified: trunk/admin-console/src/test/org/jboss/admin/service/DeploymentServiceHelperTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/service/DeploymentServiceHelperTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/service/DeploymentServiceHelperTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service;
 
 import java.net.MalformedURLException;
@@ -24,23 +40,26 @@
  */
 public class DeploymentServiceHelperTest extends TestCase {
 
-    private MockControl control;
-    private MBeanServerHelper mockMBeanServerHelper;
-    private DeploymentServiceHelper service;
-    
-    /*
-     * @see TestCase#setUp()
-     */
-    protected void setUp() throws Exception {
-        super.setUp();
-        // setup the mock service
-        control = MockClassControl.createControl(MBeanServerHelper.class);
-        mockMBeanServerHelper = (MBeanServerHelper) control.getMock();
-        service = new DeploymentServiceHelper(mockMBeanServerHelper);
-    }
-    
-    public void testGetModuleName() throws MalformedURLException {
-        String moduleName = service.getModuleName(new URL("file://c:/mydir/my-ds.xml"));
-        assertEquals("my-ds.xml", moduleName);
-    }
+	private MockControl control;
+
+	private MBeanServerHelper mockMBeanServerHelper;
+
+	private DeploymentServiceHelper service;
+
+	/*
+	 * @see TestCase#setUp()
+	 */
+	protected void setUp() throws Exception {
+		super.setUp();
+		// setup the mock service
+		control = MockClassControl.createControl(MBeanServerHelper.class);
+		mockMBeanServerHelper = (MBeanServerHelper) control.getMock();
+		service = new DeploymentServiceHelper(mockMBeanServerHelper);
+	}
+
+	public void testGetModuleName() throws MalformedURLException {
+		String moduleName = service.getModuleName(new URL(
+				"file://c:/mydir/my-ds.xml"));
+		assertEquals("my-ds.xml", moduleName);
+	}
 }

Modified: trunk/admin-console/src/test/org/jboss/admin/service/MBeanServerHelperTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/service/MBeanServerHelperTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/service/MBeanServerHelperTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service;
 
 import java.util.HashMap;

Modified: trunk/admin-console/src/test/org/jboss/admin/service/ServiceTestHelper.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/service/ServiceTestHelper.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/service/ServiceTestHelper.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service;
 
 import java.util.Map;

Modified: trunk/admin-console/src/test/org/jboss/admin/service/datasource/DataSourceUtilsTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/service/datasource/DataSourceUtilsTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/service/datasource/DataSourceUtilsTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import java.util.Map;

Modified: trunk/admin-console/src/test/org/jboss/admin/service/datasource/DeploymentServiceDataSourceHelperTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/service/datasource/DeploymentServiceDataSourceHelperTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/service/datasource/DeploymentServiceDataSourceHelperTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import java.util.HashMap;

Modified: trunk/admin-console/src/test/org/jboss/admin/service/datasource/MBeanServerDataSourceHelperTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/service/datasource/MBeanServerDataSourceHelperTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/service/datasource/MBeanServerDataSourceHelperTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.datasource;
 
 import java.util.HashSet;

Modified: trunk/admin-console/src/test/org/jboss/admin/service/jms/DeploymentServiceDestinationHelperTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/service/jms/DeploymentServiceDestinationHelperTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/service/jms/DeploymentServiceDestinationHelperTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 import java.io.File;

Modified: trunk/admin-console/src/test/org/jboss/admin/service/jms/DeploymentServiceJmsHelperTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/service/jms/DeploymentServiceJmsHelperTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/service/jms/DeploymentServiceJmsHelperTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 import java.util.Properties;
@@ -17,7 +33,6 @@
 import org.jboss.admin.TestAdminConstants;
 import org.jboss.admin.model.jms.Jms;
 import org.jboss.admin.service.MBeanServerHelper;
-import org.jboss.admin.service.ServiceTestHelper;
 import org.jboss.services.deployment.DeploymentServiceMBean;
 import org.jboss.services.deployment.MBeanData;
 
@@ -75,9 +90,6 @@
      * @throws Exception
      */
     public void testUpdateJmsAttributes() throws Exception {
-//TODO: REMOVE THIS IF TRULY NOT NEEDED.
-//    	final String DEPLOYMENT_SERVICE_OBJECT_NAME = "jboss:service=DeploymentService";
-
         /*
          * Setup test data (JMS attribute values):
          */

Modified: trunk/admin-console/src/test/org/jboss/admin/service/jms/MBeanServerDestinationHelperTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/service/jms/MBeanServerDestinationHelperTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/service/jms/MBeanServerDestinationHelperTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 import java.util.ArrayList;

Modified: trunk/admin-console/src/test/org/jboss/admin/service/jms/MBeanServerJmsHelperTest.java
===================================================================
--- trunk/admin-console/src/test/org/jboss/admin/service/jms/MBeanServerJmsHelperTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/test/org/jboss/admin/service/jms/MBeanServerJmsHelperTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.service.jms;
 
 import java.io.File;

Modified: trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/AdminConsoleTestCase.java
===================================================================
--- trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/AdminConsoleTestCase.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/AdminConsoleTestCase.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.webtest;
 
 import java.io.FileInputStream;
@@ -36,212 +52,211 @@
  */
 public abstract class AdminConsoleTestCase extends TestCase {
 
-    private static Log log = LogFactory.getLog(AdminConsoleTestCase.class);
+	private static Log log = LogFactory.getLog(AdminConsoleTestCase.class);
 
-    protected final static String URL_HOME_PAGE = "http://localhost:8080/admin";
+	protected final static String URL_HOME_PAGE = "http://localhost:8080/admin";
 
-    /*
-     * Define href links to various pages
-     */
-    protected final static String HREF_NO_TX_DATASOURCES = "/admin/datasource/datasource/list.html?type=notxdatasources";
+	/*
+	 * Define href links to various pages
+	 */
+	protected final static String HREF_NO_TX_DATASOURCES = "/admin/datasource/datasource/list.html?type=notxdatasources";
 
-    protected final static String HREF_LOCAL_TX_DATASOURCES = "/admin/datasource/datasource/list.html?type=localtxdatasources";
+	protected final static String HREF_LOCAL_TX_DATASOURCES = "/admin/datasource/datasource/list.html?type=localtxdatasources";
 
-    protected final static String HREF_XA_TX_DATASOURCES = "/admin/datasource/datasource/list.html?type=xatxdatasources";
+	protected final static String HREF_XA_TX_DATASOURCES = "/admin/datasource/datasource/list.html?type=xatxdatasources";
 
-    protected final static String HREF_MANAGE_JBOSSMQ = "/admin/jms/list.html";
+	protected final static String HREF_MANAGE_JBOSSMQ = "/admin/jms/list.html";
 
-    protected final static String HREF_TOPICS = "/admin/jms/destination/list.html?type=topic";
+	protected final static String HREF_TOPICS = "/admin/jms/destination/list.html?type=topic";
 
-    protected final static String HREF_QUEUES = "/admin/jms/destination/list.html?type=queue";
+	protected final static String HREF_QUEUES = "/admin/jms/destination/list.html?type=queue";
 
-    /*
-     * Define submit buttons used in multiple pages
-     */
-    protected final static String CREATE_BUTTON = "Create";
+	/*
+	 * Define submit buttons used in multiple pages
+	 */
+	protected final static String CREATE_BUTTON = "Create";
 
-    protected final static String REFRESH_BUTTON = "Refresh List";
+	protected final static String REFRESH_BUTTON = "Refresh List";
 
-    protected final static String VIEW_BUTTON = "View";
+	protected final static String VIEW_BUTTON = "View";
 
-    protected final static String REMOVE_BUTTON = "Remove";
+	protected final static String REMOVE_BUTTON = "Remove";
 
-    protected final static String SAVE_BUTTON = "Save";
+	protected final static String SAVE_BUTTON = "Save";
 
-    protected final static String CANCEL_BUTTON = "Cancel";
+	protected final static String CANCEL_BUTTON = "Cancel";
 
-    /*
-     * Define the assertion failure error messages
-     */
-    protected final static String EXP_MSG_NOT_FOUND = "Expected message not found";
+	/*
+	 * Define the assertion failure error messages
+	 */
+	protected final static String EXP_MSG_NOT_FOUND = "Expected message not found";
 
-    protected final static String OPTION_NOT_SELECTED = "Option should be selected";
+	protected final static String OPTION_NOT_SELECTED = "Option should be selected";
 
-    protected final static String ITEM_CHECKED = "Item should not be checked";
+	protected final static String ITEM_CHECKED = "Item should not be checked";
 
-    protected final static String ITEM_NOT_CHECKED = "Item should be checked";
+	protected final static String ITEM_NOT_CHECKED = "Item should be checked";
 
-    protected final static String TABLE_EMPTY = "The table is empty";
+	protected final static String TABLE_EMPTY = "The table is empty";
 
-    protected final static String TABLE_CELL_MISMATCH = "Table cell mismatch";
+	protected final static String TABLE_CELL_MISMATCH = "Table cell mismatch";
 
-    /*
-     * Miscellaneous defines
-     */
-    protected final static String NL = AdminConstants.LINE_SEPARATOR;
+	/*
+	 * Miscellaneous defines
+	 */
+	protected final static String NL = AdminConstants.LINE_SEPARATOR;
 
-    protected final static String FILE_SEP = TestAdminConstants.FILE_SEP;
+	protected final static String FILE_SEP = TestAdminConstants.FILE_SEP;
 
-    /*
-     * Define the properties files
-     */
-    protected final static String dsMsgFile = TestAdminConstants.MESSAGES_DIR_FOR_TESTING
-            + FILE_SEP + "applicationmessages.properties";
+	/*
+	 * Define the properties files
+	 */
+	protected final static String dsMsgFile = TestAdminConstants.MESSAGES_DIR_FOR_TESTING
+			+ FILE_SEP + "applicationmessages.properties";
 
-    protected final static String jmsMsgFile = TestAdminConstants.MESSAGES_DIR_FOR_TESTING
-            + FILE_SEP + "jmsmessages.properties";
+	protected final static String jmsMsgFile = TestAdminConstants.MESSAGES_DIR_FOR_TESTING
+			+ FILE_SEP + "jmsmessages.properties";
 
-    protected final static String persistSqlFile = TestAdminConstants.CONF_DIR_FOR_TESTING
-            + FILE_SEP + "jms" + FILE_SEP + "persistenceSql.properties";
-    
-    
-    protected final int hotDeployWaitTime;
+	protected final static String persistSqlFile = TestAdminConstants.CONF_DIR_FOR_TESTING
+			+ FILE_SEP + "jms" + FILE_SEP + "persistenceSql.properties";
 
-    protected final WebClient webClient;
+	protected final int hotDeployWaitTime;
 
-    protected final URL adminUrl;
+	protected final WebClient webClient;
 
-    public AdminConsoleTestCase(String arg0) throws Exception {
-        super(arg0);
-        webClient = new WebClient();
-        adminUrl = new URL(URL_HOME_PAGE);
-        hotDeployWaitTime = 5000;
-    }
+	protected final URL adminUrl;
 
-    /**
-     * @see TestCase#setUp()
-     */
-    protected void setUp() throws Exception {
-        super.setUp();
-    }
+	public AdminConsoleTestCase(String arg0) throws Exception {
+		super(arg0);
+		webClient = new WebClient();
+		adminUrl = new URL(URL_HOME_PAGE);
+		hotDeployWaitTime = 5000;
+	}
 
-    /**
-     * @see TestCase#tearDown()
-     */
-    protected void tearDown() throws Exception {
-        super.tearDown();
-    }
+	/**
+	 * @see TestCase#setUp()
+	 */
+	protected void setUp() throws Exception {
+		super.setUp();
+	}
 
-    /**
-     * Click the specified href link on the provided page.
-     * 
-     * @param page
-     *            The html page
-     * @param href
-     *            The href to be clicked
-     * @return The resulting page after the link is clicked
-     * @throws Exception
-     */
-    protected HtmlPage clickLink(HtmlPage page, String href) throws Exception {
-        HtmlAnchor anchor = page.getAnchorByHref(href);
-        HtmlPage newPage = (HtmlPage) anchor.click();
-        return newPage;
-    }
+	/**
+	 * @see TestCase#tearDown()
+	 */
+	protected void tearDown() throws Exception {
+		super.tearDown();
+	}
 
-    /**
-     * Click the specified button on the provided form.
-     * 
-     * @param form
-     *            The html form containing the button
-     * @param buttonValue
-     *            The value property of the button to be clicked
-     * @return The page returned from clicking the button
-     * @throws Exception
-     */
-    protected HtmlPage clickButton(HtmlForm form, String buttonValue)
-            throws Exception {
-        HtmlSubmitInput button = (HtmlSubmitInput) form
-                .getInputByValue(buttonValue);
-        HtmlPage page = (HtmlPage) button.click();
-        return page;
-    }
+	/**
+	 * Click the specified href link on the provided page.
+	 * 
+	 * @param page
+	 *            The html page
+	 * @param href
+	 *            The href to be clicked
+	 * @return The resulting page after the link is clicked
+	 * @throws Exception
+	 */
+	protected HtmlPage clickLink(HtmlPage page, String href) throws Exception {
+		HtmlAnchor anchor = page.getAnchorByHref(href);
+		HtmlPage newPage = (HtmlPage) anchor.click();
+		return newPage;
+	}
 
-    /**
-     * Load the specified properties file into a Properties class.
-     * 
-     * @param propFile
-     *            The name of the properties file
-     * @return The Properties class
-     * @throws Exception
-     */
-    protected Properties loadProperties(String propFile) throws Exception {
-        Properties msgProps = new Properties();
-        msgProps.load(new FileInputStream(propFile));
-        return msgProps;
-    }
+	/**
+	 * Click the specified button on the provided form.
+	 * 
+	 * @param form
+	 *            The html form containing the button
+	 * @param buttonValue
+	 *            The value property of the button to be clicked
+	 * @return The page returned from clicking the button
+	 * @throws Exception
+	 */
+	protected HtmlPage clickButton(HtmlForm form, String buttonValue)
+			throws Exception {
+		HtmlSubmitInput button = (HtmlSubmitInput) form
+				.getInputByValue(buttonValue);
+		HtmlPage page = (HtmlPage) button.click();
+		return page;
+	}
 
-    /**
-     * Find the specified message on the provided html page.
-     * 
-     * @param page
-     *            The html page
-     * @param expectedMsg
-     *            The message to be found
-     * @return true if the message is found, false otherwise
-     */
-    protected boolean findMessage(HtmlPage page, String expectedMsg) {
-        return (findMessage(page.asText(), expectedMsg));
-    }
+	/**
+	 * Load the specified properties file into a Properties class.
+	 * 
+	 * @param propFile
+	 *            The name of the properties file
+	 * @return The Properties class
+	 * @throws Exception
+	 */
+	protected Properties loadProperties(String propFile) throws Exception {
+		Properties msgProps = new Properties();
+		msgProps.load(new FileInputStream(propFile));
+		return msgProps;
+	}
 
-    /**
-     * Find the specified message from within a text string.
-     * 
-     * @param text
-     *            The text to be searched against
-     * @param expectedMsg
-     *            The message to be found
-     * @return true if the message is found, false otherwise
-     */
-    protected boolean findMessage(String text, String expectedMsg) {
-        Pattern p = Pattern.compile(expectedMsg);
-        Matcher m = p.matcher(text);
-        return (m.find());
-    }
+	/**
+	 * Find the specified message on the provided html page.
+	 * 
+	 * @param page
+	 *            The html page
+	 * @param expectedMsg
+	 *            The message to be found
+	 * @return true if the message is found, false otherwise
+	 */
+	protected boolean findMessage(HtmlPage page, String expectedMsg) {
+		return (findMessage(page.asText(), expectedMsg));
+	}
 
-    /**
-     * Click the "Refresh List" button of the provided page.
-     * 
-     * @param page
-     *            The data source list page or destination list page
-     * @return The refreshed page, or the original page if the "Refresh List"
-     *         button is not found
-     * @throws Exception
-     */
-    protected HtmlPage refreshPage(HtmlPage page) throws Exception {
-        HtmlPage newPage = null;
+	/**
+	 * Find the specified message from within a text string.
+	 * 
+	 * @param text
+	 *            The text to be searched against
+	 * @param expectedMsg
+	 *            The message to be found
+	 * @return true if the message is found, false otherwise
+	 */
+	protected boolean findMessage(String text, String expectedMsg) {
+		Pattern p = Pattern.compile(expectedMsg);
+		Matcher m = p.matcher(text);
+		return (m.find());
+	}
 
-        /*
-         * Find a form containing a "Refresh List" button and click it:
-         */
-        HtmlForm form = null;
-        List forms = page.getForms();
-        Iterator iter = forms.iterator();
-        while (iter.hasNext()) {
-            form = (HtmlForm) iter.next();
+	/**
+	 * Click the "Refresh List" button of the provided page.
+	 * 
+	 * @param page
+	 *            The data source list page or destination list page
+	 * @return The refreshed page, or the original page if the "Refresh List"
+	 *         button is not found
+	 * @throws Exception
+	 */
+	protected HtmlPage refreshPage(HtmlPage page) throws Exception {
+		HtmlPage newPage = null;
 
-            try {
-                newPage = clickButton(form, REFRESH_BUTTON);
-            } catch (ElementNotFoundException e) {
-                // No "Refresh" button on this form, try next one.
-            }
-        }
+		/*
+		 * Find a form containing a "Refresh List" button and click it:
+		 */
+		HtmlForm form = null;
+		List forms = page.getForms();
+		Iterator iter = forms.iterator();
+		while (iter.hasNext()) {
+			form = (HtmlForm) iter.next();
 
-        if (newPage == null) {
-            log
-                    .info("No 'Refresh List' button found on this page, original page was returned");
-            newPage = page;
-        }
+			try {
+				newPage = clickButton(form, REFRESH_BUTTON);
+			} catch (ElementNotFoundException e) {
+				// No "Refresh" button on this form, try next one.
+			}
+		}
 
-        return newPage;
-    }
+		if (newPage == null) {
+			log
+					.info("No 'Refresh List' button found on this page, original page was returned");
+			newPage = page;
+		}
+
+		return newPage;
+	}
 }
\ No newline at end of file

Modified: trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/ConfirmHandlerImpl.java
===================================================================
--- trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/ConfirmHandlerImpl.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/ConfirmHandlerImpl.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,8 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
- * 
- * Distributable under LGPL license. See terms of license at gnu.org.
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.webtest;
 
 import com.gargoylesoftware.htmlunit.ConfirmHandler;

Modified: trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DataSourceTestCase.java
===================================================================
--- trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DataSourceTestCase.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DataSourceTestCase.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.webtest;
 
 import java.util.Iterator;

Modified: trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationQueueTest.java
===================================================================
--- trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationQueueTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationQueueTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.webtest;
 
 import java.util.HashMap;

Modified: trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationTestCase.java
===================================================================
--- trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationTestCase.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationTestCase.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.webtest;
 
 import java.util.Iterator;

Modified: trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationTopicTest.java
===================================================================
--- trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationTopicTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/DestinationTopicTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.webtest;
 
 import java.util.HashMap;

Modified: trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/HomePageTest.java
===================================================================
--- trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/HomePageTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/HomePageTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,3 +1,25 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
 package org.jboss.admin.console.webtest;
 
 import java.net.URL;

Modified: trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/JmsPageTest.java
===================================================================
--- trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/JmsPageTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/JmsPageTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.webtest;
 
 import java.net.URL;

Modified: trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/LocalTxDataSourcePageTest.java
===================================================================
--- trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/LocalTxDataSourcePageTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/LocalTxDataSourcePageTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.webtest;
 
 import java.util.HashMap;

Modified: trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/NoTxDataSourcePageTest.java
===================================================================
--- trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/NoTxDataSourcePageTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/NoTxDataSourcePageTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.webtest;
 
 import java.io.File;

Modified: trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/XATxDataSourcePageTest.java
===================================================================
--- trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/XATxDataSourcePageTest.java	2006-08-17 17:49:32 UTC (rev 56033)
+++ trunk/admin-console/src/webtest/org/jboss/admin/console/webtest/XATxDataSourcePageTest.java	2006-08-17 17:59:43 UTC (rev 56034)
@@ -1,9 +1,25 @@
 /*
- * JBoss, the OpenSource J2EE webOS
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
  *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
+
 package org.jboss.admin.console.webtest;
 
 import java.io.File;




More information about the jboss-cvs-commits mailing list