Updated 1.6 release URL
diff --git a/downloads.php b/downloads.php
index ec6952c..69e8da5 100755
--- a/downloads.php
+++ b/downloads.php
@@ -1,10 +1,10 @@
 <?php  																														require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
 /*******************************************************************************
- * Copyright (c) 2009-2019
+ * Copyright (c) 2009-2020
  * 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
+ * https://www.eclipse.org/legal/epl-2.0/
  *
  * Contributors:
  *    
@@ -16,14 +16,13 @@
 <div id="midcolumn">
 <h1>$pageTitle</h1>
 <p>All downloads are provided under the terms and conditions of the
- <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a>
-  unless otherwise specified.</p>
+ <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a> unless otherwise specified.</p>
 
 <h2>TCF 1.6 (Photon)</h2>
 <p>Compatible with Eclipse 3.8.2 and later. See the <a href="https://wiki.eclipse.org/TCF/NewIn16">New &amp; Noteworthy</a> (released 27-Jun-2018).</p>
 <ul>
-  <li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.6/1.6.1">http://download.eclipse.org/tools/tcf/releases/1.6/1.6.1</a>
-  <li>Zipped Repo: <a href="/downloads/download.php?file=/tools/tcf/releases/1.6/1.6.1/org.eclipse.tcf-1.6.1.zip">org.eclipse.tcf-1.6.1.zip</a> (10 MiB)
+  <li>p2 software repository: <a href="http://download.eclipse.org/tools/tcf/releases/1.6/1.6.2">http://download.eclipse.org/tools/tcf/releases/1.6/1.6.2</a>
+  <li>Zipped Repo: <a href="/downloads/download.php?file=/tools/tcf/releases/1.6/1.6.2/org.eclipse.tcf-1.6.2.zip">org.eclipse.tcf-1.6.2.zip</a> (10 MiB)
   <li>TCF Agent source code: <a href="http://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git?h=1.6">http://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git?h=1.6</a>
 </ul>