Remove the hack. We don't need to treat Jakarta EE as special anymore

Change-Id: If58b7122a0ca1b4268d6079e082cc75a707c1d37
Signed-off-by: Wayne Beaton <wayne.beaton@eclipse-foundation.org>
diff --git a/tools/legal.inc b/tools/legal.inc
index 050df4f..3fb3b09 100644
--- a/tools/legal.inc
+++ b/tools/legal.inc
@@ -344,8 +344,7 @@
 	//
 	//   project.getWorkingGroups().findAny(wg -> wg.hasSpecificationProjects())
 	//
-	// FIXME Hack: we include this content on all EE4J projects
-	if ($project->isSpecificationProject() || $project->getParentId() == 'ee4j') {
+	if ($project->isSpecificationProject()) {
 		// FIXME Hack: hard coded content specific to Jakarta EE.
 		if (strcmp('Jakarta EE', $project->getSpecificationWorkingGroupName()) == 0) {
 			// @formatter:off