diff --git a/src/main/java/com/aparapi/examples/afmandelbrot/AfAparapiUtils.java b/src/main/java/com/aparapi/examples/afmandelbrot/AfAparapiUtils.java
index d5dfaaeb14c5fff758634150913c57acd177364a..fd4ea7d2eb073cefd5485fab78299db0f152eb3e 100644
--- a/src/main/java/com/aparapi/examples/afmandelbrot/AfAparapiUtils.java
+++ b/src/main/java/com/aparapi/examples/afmandelbrot/AfAparapiUtils.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright (c) 2016 - 2018 Syncleus, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.aparapi.examples.afmandelbrot;
 
 import java.util.List;
diff --git a/src/main/java/com/aparapi/examples/afmandelbrot/AfBenchmark.java b/src/main/java/com/aparapi/examples/afmandelbrot/AfBenchmark.java
index 1764d4bcbe6efb44ee7216ab8158ee6e38728e1f..016837a7193cc1de4d474f8d9471e7cf129aa9db 100644
--- a/src/main/java/com/aparapi/examples/afmandelbrot/AfBenchmark.java
+++ b/src/main/java/com/aparapi/examples/afmandelbrot/AfBenchmark.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright (c) 2016 - 2018 Syncleus, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.aparapi.examples.afmandelbrot;
 
 import java.lang.management.ManagementFactory;
diff --git a/src/main/java/com/aparapi/examples/afmandelbrot/AfGUI.java b/src/main/java/com/aparapi/examples/afmandelbrot/AfGUI.java
index 489038f7c13f95df260bc980f1ebe6354f8983ea..aa47a801cc915a1842cb99d100e0bdf9a0bcd3c4 100644
--- a/src/main/java/com/aparapi/examples/afmandelbrot/AfGUI.java
+++ b/src/main/java/com/aparapi/examples/afmandelbrot/AfGUI.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright (c) 2016 - 2018 Syncleus, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.aparapi.examples.afmandelbrot;
 
 import java.awt.Color;
diff --git a/src/main/java/com/aparapi/examples/afmandelbrot/AfKernel.java b/src/main/java/com/aparapi/examples/afmandelbrot/AfKernel.java
index 9680f51bd85466501736a67c53001c33a58ce2d8..a51bdf065636b5507b87abe1b0295a62cc3a39a5 100644
--- a/src/main/java/com/aparapi/examples/afmandelbrot/AfKernel.java
+++ b/src/main/java/com/aparapi/examples/afmandelbrot/AfKernel.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright (c) 2016 - 2018 Syncleus, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.aparapi.examples.afmandelbrot;
 
 import com.aparapi.Kernel;
diff --git a/src/main/java/com/aparapi/examples/afmandelbrot/AfMain.java b/src/main/java/com/aparapi/examples/afmandelbrot/AfMain.java
index c61b8523874c2eb53660042d0f9efa5f119a1eaa..9c8d2b31eee745c974e277c4737ca932d7f607ef 100644
--- a/src/main/java/com/aparapi/examples/afmandelbrot/AfMain.java
+++ b/src/main/java/com/aparapi/examples/afmandelbrot/AfMain.java
@@ -1,3 +1,18 @@
+/**
+ * Copyright (c) 2016 - 2018 Syncleus, Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package com.aparapi.examples.afmandelbrot;
 
 import org.apache.log4j.Logger;