[378210] JMX Console Parameters 
diff --git a/plugins/org.eclipse.libra.framework.ui/src/org/eclipse/libra/framework/ui/JMXPropertiesEditorSection.java b/plugins/org.eclipse.libra.framework.ui/src/org/eclipse/libra/framework/ui/JMXPropertiesEditorSection.java
index ee47625..7f0beec 100644
--- a/plugins/org.eclipse.libra.framework.ui/src/org/eclipse/libra/framework/ui/JMXPropertiesEditorSection.java
+++ b/plugins/org.eclipse.libra.framework.ui/src/org/eclipse/libra/framework/ui/JMXPropertiesEditorSection.java
@@ -6,7 +6,7 @@
  *    http://www.eclipse.org/legal/epl-v10.html
  *    
  *     Contributors:
- *       Naci Dai 
+ *       Naci Dai, Murat Yener 
  *******************************************************************************/
 
 package org.eclipse.libra.framework.ui;
diff --git a/plugins/org.eclipse.libra.framework.ui/src/org/eclipse/libra/framework/ui/internal/editor/ServerChangedCommand.java b/plugins/org.eclipse.libra.framework.ui/src/org/eclipse/libra/framework/ui/internal/editor/ServerChangedCommand.java
index 9bebc3a..dde279b 100644
--- a/plugins/org.eclipse.libra.framework.ui/src/org/eclipse/libra/framework/ui/internal/editor/ServerChangedCommand.java
+++ b/plugins/org.eclipse.libra.framework.ui/src/org/eclipse/libra/framework/ui/internal/editor/ServerChangedCommand.java
@@ -1,16 +1,11 @@
 /*******************************************************************************
- *    Copyright (c) 2010 Eteration A.S. and others.
+ *    Copyright (c) 2012 Eteration A.S. and others.
  *    All rights reserved. This program and the accompanying materials
  *    are made available under the terms of the Eclipse Public License v1.0
  *    which accompanies this distribution, and is available at
  *    http://www.eclipse.org/legal/epl-v10.html
  *    
  *     Contributors:
- *        IBM Corporation - initial API and implementation
- *           - This code is based on WTP SDK frameworks and Tomcat Server Adapters
- *           org.eclipse.jst.server.core
- *           org.eclipse.jst.server.ui
- *           
  *       Naci Dai and Murat Yener, Eteration A.S. 
  *******************************************************************************/
 package org.eclipse.libra.framework.ui.internal.editor;