Use https in links. Update the SPDX codes.

Change-Id: I2c9432145a97dfeb4fa8f2cb13724d089dba7a91
Signed-off-by: Wayne Beaton <wayne.beaton@eclipse-foundation.org>
diff --git a/classes/License.class.inc b/classes/License.class.inc
index d4ed8dd..65a8bf0 100644
--- a/classes/License.class.inc
+++ b/classes/License.class.inc
@@ -29,14 +29,14 @@
   switch ($id) {
    case 'EPL2.0':
    case 'EPL-2.0':
-    return new License('EPL-2.0', 'Eclipse Public License v. 2.0', 'http://www.eclipse.org/legal/epl-2.0');
+    return new License('EPL-2.0', 'Eclipse Public License v. 2.0', 'https://www.eclipse.org/legal/epl-2.0');
    case 'EPL1.0':
    case 'EPL-1.0':
-    return new License('EPL-1.0', 'Eclipse Public License v. 1.0', 'http://www.eclipse.org/legal/epl-v10.html');
+    return new License('EPL-1.0', 'Eclipse Public License v. 1.0', 'https://www.eclipse.org/legal/epl-v10.html');
    case 'EDL1.0':
    case 'EDL-1.0':
    case 'EDL':
-    return new License('BSD-3-Clause', 'Eclipse Distribution License v. 1.0', 'http://www.eclipse.org/org/documents/edl-v10.php');
+    return new License('BSD-3-Clause', 'Eclipse Distribution License v. 1.0', 'https://www.eclipse.org/org/documents/edl-v10.php');
    case 'ASL2.0':
    case 'Apache-2.0':
     return new License('Apache-2.0', 'Apache License, Version 2.0', 'https://www.apache.org/licenses/LICENSE-2.0');
@@ -48,7 +48,7 @@
    case 'W3C-20150513':
     return new License('W3C-20150513', 'W3C Software Notice and Document License (2015-05-13)','https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document');
    case 'OFL-1.1':
-   	return new License('OFL-1.1', 'SIL Open Font License 1.1', 'http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web');
+   	return new License('OFL-1.1', 'SIL Open Font License 1.1', 'https://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web');
    case 'SHL-2.0':
    	return new License('Apache-2.0 WITH SHL-2.0', 'Solderpad Hardware Licence, Version 2.0', 'https://solderpad.org/licenses/SHL-2.0/');
 
@@ -60,10 +60,10 @@
    	return new License('GPL-2.0-or-later', 'GNU General Public License v2.0 or later', 'https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html', false);
    case 'GPL-2.0_CP':
    case 'GPL-2.0-with-classpath-exception':
-    return new License('GPL-2.0 WITH Classpath-exception-2.0', 'GNU General Public License v2.0 w/Classpath exception', 'https://www.gnu.org/software/classpath/license.html', false);
+    return new License('GPL-2.0-with-classpath-exception', 'GNU General Public License v2.0 w/Classpath exception', 'https://www.gnu.org/software/classpath/license.html', false);
    case 'GPL-2.0_AE':
    case 'OpenJDK-assembly-exception-1.0':
-    return new License('GPL-2.0 WITH OpenJDK-assembly-exception-1.0', 'GNU General Public License, version 2 with OpenJDK Assembly Exception', 'http://openjdk.java.net/legal/assembly-exception.html', false);
+    return new License('GPL-2.0 WITH OpenJDK-assembly-exception-1.0', 'GNU General Public License, version 2 with OpenJDK Assembly Exception', 'https://openjdk.java.net/legal/assembly-exception.html', false);
    case 'GPL-3.0':
    case 'GPL-3.0-only':
    	return new License('GPL-3.0-only', 'GNU General Public License v3.0 only', 'https://www.gnu.org/licenses/gpl-3.0-standalone.html', false);