From 4f36ce1fa586b398c924b7db0ae48525c36cae1a Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Thu, 30 Mar 2017 10:28:50 +0200
Subject: [PATCH] Change disclaimer to clarify author

---
 hello-world.cu | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hello-world.cu b/hello-world.cu
index 83b81dc..d7bb2f0 100644
--- a/hello-world.cu
+++ b/hello-world.cu
@@ -1,7 +1,8 @@
 /* 
 ##########################
 CUDA Hello World!
-Based on code by Ingemar Ragnemalm (http://computer-graphics.se/hello-world-for-cuda.html), modified by Andreas Herten
+Original code by Ingemar Ragnemalm (http://computer-graphics.se/hello-world-for-cuda.html)
+Modified by Andreas Herten (mostly: error checks)
 
 The string Hello is printed, then transferred to the GPU and every character shifted to form string World in parallel. The string is then transferred back and printed.
 
-- 
GitLab