Minor tweak to the file header.
diff --git a/epl-2.0/index.php b/epl-2.0/index.php
index 1097446..17ef3aa 100644
--- a/epl-2.0/index.php
+++ b/epl-2.0/index.php
@@ -1,11 +1,10 @@
 <?php
-/*******************************************************************************
+/**************************************************************************
  * Copyright (c) 2017 Eclipse Foundation and others.
  * 
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License 2.0
- * which accompanies this distribution, and is available at
- * http://eclipse.org/legal/epl-2.0
- *******************************************************************************/
+ * This program and the accompanying materials are made available 
+ * under the terms of the Eclipse Public License 2.0 which accompanies 
+ * this distribution, and is available at http://eclipse.org/legal/epl-2.0
+ **************************************************************************/
 require_once dirname(__FILE__) . "/../../org/documents/epl-2.0/index.php";
 ?>
\ No newline at end of file