[295737] Allow extenders to disable download library button and menu
diff --git a/plugins/org.eclipse.jst.common.project.facet.ui/src/org/eclipse/jst/common/project/facet/ui/libprov/user/UserLibraryProviderInstallPanel.java b/plugins/org.eclipse.jst.common.project.facet.ui/src/org/eclipse/jst/common/project/facet/ui/libprov/user/UserLibraryProviderInstallPanel.java
index b349fc7..6cc24a9 100644
--- a/plugins/org.eclipse.jst.common.project.facet.ui/src/org/eclipse/jst/common/project/facet/ui/libprov/user/UserLibraryProviderInstallPanel.java
+++ b/plugins/org.eclipse.jst.common.project.facet.ui/src/org/eclipse/jst/common/project/facet/ui/libprov/user/UserLibraryProviderInstallPanel.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2008, 2009 Oracle and others
+ * Copyright (c) 2009 Oracle
  * 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
@@ -375,4 +375,5 @@
                                 Resources.class );
         }
     }
+    
 }
\ No newline at end of file