Bug 521956 - Update website footers to point "Eclipse Public License" to
the EPL-2.0

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/eclipse.org-common/classes/themes/locationtech.class.php b/eclipse.org-common/classes/themes/locationtech.class.php
index 3183707..d4c7c0d 100644
--- a/eclipse.org-common/classes/themes/locationtech.class.php
+++ b/eclipse.org-common/classes/themes/locationtech.class.php
@@ -156,13 +156,14 @@
    */
   public function getFooterRegion2() {
     return <<<EOHTML
-      <h2 class="block-title">Legal</h2>
-      <ul class="menu nav">
-        <li class="first leaf"><a href="https://www.eclipse.org/legal/copyright.php" title="">Copyright Agent</a></li>
-        <li class="leaf"><a href="https://www.eclipse.org/legal/privacy.php" title="">Privacy Policy</a></li>
-        <li class="leaf"><a href="https://www.eclipse.org/legal/termsofuse.php" title="">Terms of Use</a></li>
-        <li class="last leaf"><a href="https://www.eclipse.org/legal/" title="">Legal Resources</a></li>
-      </ul>
+      <h2 class="section-title">Legal</h2>
+      <ul class="nav">
+       <li><a href="//www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
+       <li><a href="//www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
+       <li><a href="//www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
+       <li><a href="//www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a></li>
+       <li><a href="//www.eclipse.org/legal/">Legal Resources</a></li>
+     </ul>
 EOHTML;
   }
 
diff --git a/eclipse.org-common/classes/themes/polarsys.class.php b/eclipse.org-common/classes/themes/polarsys.class.php
index 2c1a917..a0f5139 100644
--- a/eclipse.org-common/classes/themes/polarsys.class.php
+++ b/eclipse.org-common/classes/themes/polarsys.class.php
@@ -155,11 +155,11 @@
     return <<<EOHTML
       <h2 class="section-title">Legal</h2>
       <ul class="nav">
-       <li class="link_privacy first"><a href="//www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
-       <li class="link_terms"><a href="//www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
-       <li class="link_copyright"><a href="//www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
-       <li class="link_epl"><a href="//www.eclipse.org/org/documents/epl-v10.php">Eclipse Public License</a></li>
-       <li class="link_legal last"><a href="//www.eclipse.org/legal/">Legal Resources</a></li>
+       <li><a href="//www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
+       <li><a href="//www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
+       <li><a href="//www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
+       <li><a href="//www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a></li>
+       <li><a href="//www.eclipse.org/legal/">Legal Resources</a></li>
      </ul>
 EOHTML;
   }
diff --git a/eclipse.org-common/classes/themes/solstice.class.php b/eclipse.org-common/classes/themes/solstice.class.php
index fcac7c1..499aecf 100644
--- a/eclipse.org-common/classes/themes/solstice.class.php
+++ b/eclipse.org-common/classes/themes/solstice.class.php
@@ -59,7 +59,7 @@
       <li><a href="{$this->getBaseUrl()}legal/privacy.php">Privacy Policy</a></li>
       <li><a href="{$this->getBaseUrl()}legal/termsofuse.php">Terms of Use</a></li>
       <li><a href="{$this->getBaseUrl()}legal/copyright.php">Copyright Agent</a></li>
-      <li><a href="{$this->getBaseUrl()}org/documents/epl-v10.php">Eclipse Public License </a></li>
+      <li><a href="{$this->getBaseUrl()}legal/epl-2.0/">Eclipse Public License</a></li>
       <li><a href="{$this->getBaseUrl()}legal/">Legal Resources </a></li>
     </ul>
 EOHTML;