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