From 4398103dc423e36892923d4899c5aaf00578d46d Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Wed, 1 Dec 2021 13:12:27 -0600 Subject: [PATCH] Updating boilerplate headers to fit standards --- HelloWorld.bash | 4 ++-- HelloWorld.c | 4 ++-- HelloWorld.cs | 4 ++-- HelloWorld.java | 4 ++-- HelloWorld.php | 4 ++-- HelloWorld.pl | 4 ++-- HelloWorld.py | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/HelloWorld.bash b/HelloWorld.bash index c6954ab..1c1bd38 100755 --- a/HelloWorld.bash +++ b/HelloWorld.bash @@ -4,10 +4,10 @@ # # Description: This file exemplifies printing 'Hello world!' in bash. # -# Package: AniNIX::Foundation/HelloWorld +# Package: AniNIX/HelloWorld # Copyright: WTFPL # -# Author: DarkFeather +# Author: DarkFeather ### String to print export _helloWorld="Hello world!" diff --git a/HelloWorld.c b/HelloWorld.c index 8c5ceb8..e677cd4 100644 --- a/HelloWorld.c +++ b/HelloWorld.c @@ -5,10 +5,10 @@ * * Description: This file exemplifies printing 'Hello world!' in C. * - * Package: AniNIX::Foundation/HelloWorld + * Package: AniNIX/HelloWorld * Copyright: WTFPL * - * Author: DarkFeather + * Author: DarkFeather */ static char * message = "Hello world!"; diff --git a/HelloWorld.cs b/HelloWorld.cs index ef92c36..30cff17 100644 --- a/HelloWorld.cs +++ b/HelloWorld.cs @@ -5,10 +5,10 @@ using System; * * Description: This file exemplifies printing 'Hello world!' in C#. * - * Package: AniNIX::Foundation/HelloWorld + * Package: AniNIX/HelloWorld * Copyright: WTFPL * - * Author: DarkFeather + * Author: DarkFeather */ namespace AniNIX { diff --git a/HelloWorld.java b/HelloWorld.java index 3bf429d..79741e4 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -5,10 +5,10 @@ import java.lang.System; * * Description: This file exemplifies printing 'Hello world!' in Java. * - * Package: AniNIX::Foundation/HelloWorld + * Package: AniNIX/HelloWorld * Copyright: WTFPL * - * Author: DarkFeather + * Author: DarkFeather */ /// This class is used exemplify coding standard in Java diff --git a/HelloWorld.php b/HelloWorld.php index 31a2ea0..33f5b8f 100644 --- a/HelloWorld.php +++ b/HelloWorld.php @@ -4,10 +4,10 @@ # # Description: This file exemplifies printing 'Hello world!' in PHP. # -# Package: AniNIX::Foundation/HelloWorld +# Package: AniNIX/HelloWorld # Copyright: WTFPL # -# Author: DarkFeather +# Author: DarkFeather ### String to print diff --git a/HelloWorld.pl b/HelloWorld.pl index 67cfa02..0ad50cc 100755 --- a/HelloWorld.pl +++ b/HelloWorld.pl @@ -4,10 +4,10 @@ # # Description: This file exemplifies printing 'Hello world!' in perl. # -# Package: AniNIX::Foundation/HelloWorld +# Package: AniNIX/HelloWorld # Copyright: WTFPL # -# Author: DarkFeather +# Author: DarkFeather ### ### Prints 'Hello world!' diff --git a/HelloWorld.py b/HelloWorld.py index 276d8b1..7eee25b 100755 --- a/HelloWorld.py +++ b/HelloWorld.py @@ -4,10 +4,10 @@ # # Description: This file exemplifies printing 'Hello world!' in python. # -# Package: AniNIX::Foundation/HelloWorld +# Package: AniNIX/HelloWorld # Copyright: WTFPL # -# Author: DarkFeather +# Author: DarkFeather ### String to print _helloWorld='Hello world!'