[Bug 539892] New: Committer stats contains dead link Change-Id: Ie9eeed8dcb19373834e9be01721ba2e51a35012c Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/committers/index.php b/committers/index.php index e5d7a5c..c6280d2 100755 --- a/committers/index.php +++ b/committers/index.php
@@ -1,3 +1,16 @@ <?php - header("location: login/index.php"); -?> \ No newline at end of file +/** + * Copyright (c) 2018 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: + * Christopher Guindon (Eclipse Foundation) - initial API and implementation + * + * SPDX-License-Identifier: EPL-2.0 + */ + +header("Location: https://accounts.eclipse.org/", 301); +exit(); \ No newline at end of file