From 1a9b3a291cd950cbdde40e8351f942208d691e1a Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <freemo@gmail.com>
Date: Fri, 30 Dec 2016 23:54:09 -0500
Subject: [PATCH] chore: Removed a header that was accidentally copied in.

---
 .../java/com/aparapi/examples/mapreduce/Main.java     | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/main/java/com/aparapi/examples/mapreduce/Main.java b/src/main/java/com/aparapi/examples/mapreduce/Main.java
index 5b8034d7..48ab1fb2 100644
--- a/src/main/java/com/aparapi/examples/mapreduce/Main.java
+++ b/src/main/java/com/aparapi/examples/mapreduce/Main.java
@@ -1,14 +1,3 @@
-/**
- * This product currently only contains code developed by authors
- * of specific components, as identified by the source code files.
- *
- * Since product implements StAX API, it has dependencies to StAX API
- * classes.
- *
- * For additional credits (generally to people who reported problems)
- * see CREDITS file.
- */
-
 package com.aparapi.examples.mapreduce;
 
 import com.aparapi.Kernel;
-- 
GitLab