From 79c50742173bd6ddf1db8dc4599c975dbfa89a30 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Mon, 15 Feb 2021 18:47:38 -0500
Subject: [PATCH] Added some missing license headers.

---
 .../examples/afmandelbrot/AfAparapiUtils.java     | 15 +++++++++++++++
 .../examples/afmandelbrot/AfBenchmark.java        | 15 +++++++++++++++
 .../com/aparapi/examples/afmandelbrot/AfGUI.java  | 15 +++++++++++++++
 .../aparapi/examples/afmandelbrot/AfKernel.java   | 15 +++++++++++++++
 .../com/aparapi/examples/afmandelbrot/AfMain.java | 15 +++++++++++++++
 5 files changed, 75 insertions(+)

diff --git a/src/main/java/com/aparapi/examples/afmandelbrot/AfAparapiUtils.java b/src/main/java/com/aparapi/examples/afmandelbrot/AfAparapiUtils.java
index d5dfaaeb..fd4ea7d2 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 1764d4bc..016837a7 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 489038f7..aa47a801 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 9680f51b..a51bdf06 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 c61b8523..9c8d2b31 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;
-- 
GitLab