Updating boilerplate headers to fit standards
This commit is contained in:
parent
e4184ec775
commit
4398103dc4
@ -4,10 +4,10 @@
|
||||
#
|
||||
# Description: This file exemplifies printing 'Hello world!' in bash.
|
||||
#
|
||||
# Package: AniNIX::Foundation/HelloWorld
|
||||
# Package: AniNIX/HelloWorld
|
||||
# Copyright: WTFPL
|
||||
#
|
||||
# Author: DarkFeather <darkfeather@aninix.net>
|
||||
# Author: DarkFeather <ircs://aninix.net:6697/DarkFeather>
|
||||
|
||||
### String to print
|
||||
export _helloWorld="Hello world!"
|
||||
|
@ -5,10 +5,10 @@
|
||||
*
|
||||
* Description: This file exemplifies printing 'Hello world!' in C.
|
||||
*
|
||||
* Package: AniNIX::Foundation/HelloWorld
|
||||
* Package: AniNIX/HelloWorld
|
||||
* Copyright: WTFPL
|
||||
*
|
||||
* Author: DarkFeather <darkfeather@aninix.net>
|
||||
* Author: DarkFeather <ircs://aninix.net:6697/DarkFeather>
|
||||
*/
|
||||
|
||||
static char * message = "Hello world!";
|
||||
|
@ -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 <darkfeather@aninix.net>
|
||||
* Author: DarkFeather <ircs://aninix.net:6697/DarkFeather>
|
||||
*/
|
||||
|
||||
namespace AniNIX {
|
||||
|
@ -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 <darkfeather@aninix.net>
|
||||
* Author: DarkFeather <ircs://aninix.net:6697/DarkFeather>
|
||||
*/
|
||||
|
||||
/// This class is used exemplify coding standard in Java
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
# Description: This file exemplifies printing 'Hello world!' in PHP.
|
||||
#
|
||||
# Package: AniNIX::Foundation/HelloWorld
|
||||
# Package: AniNIX/HelloWorld
|
||||
# Copyright: WTFPL
|
||||
#
|
||||
# Author: DarkFeather <darkfeather@aninix.net>
|
||||
# Author: DarkFeather <ircs://aninix.net:6697/DarkFeather>
|
||||
|
||||
|
||||
### String to print
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
# Description: This file exemplifies printing 'Hello world!' in perl.
|
||||
#
|
||||
# Package: AniNIX::Foundation/HelloWorld
|
||||
# Package: AniNIX/HelloWorld
|
||||
# Copyright: WTFPL
|
||||
#
|
||||
# Author: DarkFeather <darkfeather@aninix.net>
|
||||
# Author: DarkFeather <ircs://aninix.net:6697/DarkFeather>
|
||||
|
||||
### <summary>
|
||||
### Prints 'Hello world!'
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
# Description: This file exemplifies printing 'Hello world!' in python.
|
||||
#
|
||||
# Package: AniNIX::Foundation/HelloWorld
|
||||
# Package: AniNIX/HelloWorld
|
||||
# Copyright: WTFPL
|
||||
#
|
||||
# Author: DarkFeather <darkfeather@aninix.net>
|
||||
# Author: DarkFeather <ircs://aninix.net:6697/DarkFeather>
|
||||
|
||||
### String to print
|
||||
_helloWorld='Hello world!'
|
||||
|
Loading…
Reference in New Issue
Block a user