Add to the Eclipse namespace.

Change-Id: Ibee885ec6fe7c804389b03984e3348af2d20046d
Signed-off-by: Wayne Beaton <wayne.beaton@eclipse-foundation.org>
diff --git a/services/license_check.php b/services/license_check.php
index 1feb60c..3ef4f77 100755
--- a/services/license_check.php
+++ b/services/license_check.php
@@ -191,6 +191,7 @@
 
 function matchesEclipseNamespace($namespace) {
 	// TODO Make this data-driven
+	if (preg_match('/^eclipse\b/', $namespace)) return true;
 	if (preg_match('/^org\.eclipse\b/', $namespace)) return true;
 	if (preg_match('/^org\.polarsys\b/', $namespace)) return true;
 	if (preg_match('/^org\.locationtech\b/', $namespace)) return true;