Consistent website headers
diff --git a/_projectCommon.php b/_projectCommon.php
index 82ce485..b916275 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -3,7 +3,7 @@
 require_once ($_SERVER['DOCUMENT_ROOT'] . '/eclipse.org-common/system/nav.class.php');
 
 /**
- * Copyright (c) 2015-present Eclipse Foundation.
+ * Copyright (c) 2015-present Eclipse Foundation and others.
  *
  * This program and the accompanying materials are made
  * available under the terms of the Eclipse Public License 2.0
diff --git a/assets/img/blank.png b/assets/img/blank.png
index 60721d2..4a7ac52 100644
--- a/assets/img/blank.png
+++ b/assets/img/blank.png
Binary files differ
diff --git a/banner.php b/banner.php
index d3367d1..7deea70 100755
--- a/banner.php
+++ b/banner.php
@@ -1,14 +1,16 @@
 <?php
-/*******************************************************************************
- * Copyright (c) 2015 Eclipse Foundation and others.
- * 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
+/**
+ * Copyright (c) 2015-present Eclipse Foundation and others.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
  *
  * Contributors:
- *    Stuart McCulloch (Sonatype, Inc.) - Custom content for Sisu
- *******************************************************************************/
+ *   Stuart McCulloch - Custom content for Sisu
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
 ?>
 <div class="sisu">
   <div class="sisu-0"></div>
diff --git a/developers/index.php b/developers/index.php
index ab2e1e0..d4b91ff 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -1,6 +1,6 @@
 <?php $pageTitle = "Get Involved"; require_once ('../_projectCommon.php');
 /**
- * Copyright (c) 2015-present Eclipse Foundation.
+ * Copyright (c) 2015-present Eclipse Foundation and others.
  *
  * This program and the accompanying materials are made
  * available under the terms of the Eclipse Public License 2.0
diff --git a/docs/index.php b/docs/index.php
index cb1d9ee..3b6897e 100644
--- a/docs/index.php
+++ b/docs/index.php
@@ -1,6 +1,6 @@
 <?php $pageTitle = "Documentation"; require_once ('../_projectCommon.php');
 /**
- * Copyright (c) 2015-present Eclipse Foundation.
+ * Copyright (c) 2015-present Eclipse Foundation and others.
  *
  * This program and the accompanying materials are made
  * available under the terms of the Eclipse Public License 2.0
diff --git a/download/index.php b/download/index.php
index 7337bb4..9826121 100644
--- a/download/index.php
+++ b/download/index.php
@@ -1,6 +1,6 @@
 <?php $pageTitle = "Downloads"; require_once ('../_projectCommon.php');
 /**
- * Copyright (c) 2015-present Eclipse Foundation.
+ * Copyright (c) 2015-present Eclipse Foundation and others.
  *
  * This program and the accompanying materials are made
  * available under the terms of the Eclipse Public License 2.0
diff --git a/index.php b/index.php
index 84b2bc1..877d7cd 100755
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php $pageTitle = "Sisu"; require_once ('_projectCommon.php');
 /**
- * Copyright (c) 2015-present Eclipse Foundation.
+ * Copyright (c) 2015-present Eclipse Foundation and others.
  *
  * This program and the accompanying materials are made
  * available under the terms of the Eclipse Public License 2.0
diff --git a/support/index.php b/support/index.php
index 97f4106..483342a 100644
--- a/support/index.php
+++ b/support/index.php
@@ -1,6 +1,6 @@
 <?php $pageTitle = "Support"; require_once ('../_projectCommon.php');
 /**
- * Copyright (c) 2015-present Eclipse Foundation.
+ * Copyright (c) 2015-present Eclipse Foundation and others.
  *
  * This program and the accompanying materials are made
  * available under the terms of the Eclipse Public License 2.0