Skip to content

Commit 704dc27

Browse files
committed
Proper Nim-kosher license headers...
1 parent ee94345 commit 704dc27

File tree

5 files changed

+66
-65
lines changed

5 files changed

+66
-65
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
```
2-
#
3-
# This file is part of the
4-
# _ _ _ _____ _____ _____
5-
# | \ | (_) | __ \| __ \ / ____|
6-
# | \| |_ _ __ ___ | |__) | |__) | | __
7-
# | . ` | | '_ ` _ \| _ /| ___/| | |_ |
8-
# | |\ | | | | | | | | \ \| | | |__| |
9-
# |_| \_|_|_| |_| |_|_| \_\_| \_____|
10-
#
11-
# project : https://github.com/jacmoe/nimrpg
12-
#
13-
# Copyright 2017 Jacob Moen
14-
#
2+
#[
3+
This file is part of the
4+
_ _ _ _____ _____ _____
5+
| \ | (_) | __ \| __ \ / ____|
6+
| \| |_ _ __ ___ | |__) | |__) | | __
7+
| . ` | | '_ ` _ \| _ /| ___/| | |_ |
8+
| |\ | | | | | | | | \ \| | | |__| |
9+
|_| \_|_|_| |_| |_|_| \_\_| \_____|
10+
11+
project : https://github.com/jacmoe/nimrpg
12+
13+
Copyright 2017 Jacob Moen
14+
]#
1515
```
1616

1717
# NimRPG

d20.nim

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
#
2-
# This file is part of the
3-
# _ _ _ _____ _____ _____
4-
# | \ | (_) | __ \| __ \ / ____|
5-
# | \| |_ _ __ ___ | |__) | |__) | | __
6-
# | . ` | | '_ ` _ \| _ /| ___/| | |_ |
7-
# | |\ | | | | | | | | \ \| | | |__| |
8-
# |_| \_|_|_| |_| |_|_| \_\_| \_____|
9-
#
10-
# project : https://github.com/jacmoe/nimrpg
11-
#
12-
# Copyright 2017 Jacob Moen
13-
#
1+
#[
2+
This file is part of the
3+
_ _ _ _____ _____ _____
4+
| \ | (_) | __ \| __ \ / ____|
5+
| \| |_ _ __ ___ | |__) | |__) | | __
6+
| . ` | | '_ ` _ \| _ /| ___/| | |_ |
7+
| |\ | | | | | | | | \ \| | | |__| |
8+
|_| \_|_|_| |_| |_|_| \_\_| \_____|
9+
10+
project : https://github.com/jacmoe/nimrpg
11+
12+
Copyright 2017 Jacob Moen
13+
]#
1414
import sysrandom
1515

1616
type

nimrpg.nim

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
#
2-
# This file is part of the
3-
# _ _ _ _____ _____ _____
4-
# | \ | (_) | __ \| __ \ / ____|
5-
# | \| |_ _ __ ___ | |__) | |__) | | __
6-
# | . ` | | '_ ` _ \| _ /| ___/| | |_ |
7-
# | |\ | | | | | | | | \ \| | | |__| |
8-
# |_| \_|_|_| |_| |_|_| \_\_| \_____|
9-
#
10-
# project : https://github.com/jacmoe/nimrpg
11-
#
12-
# Copyright 2017 Jacob Moen
13-
#
1+
#[
2+
This file is part of the
3+
_ _ _ _____ _____ _____
4+
| \ | (_) | __ \| __ \ / ____|
5+
| \| |_ _ __ ___ | |__) | |__) | | __
6+
| . ` | | '_ ` _ \| _ /| ___/| | |_ |
7+
| |\ | | | | | | | | \ \| | | |__| |
8+
|_| \_|_|_| |_| |_|_| \_\_| \_____|
9+
10+
project : https://github.com/jacmoe/nimrpg
11+
12+
Copyright 2017 Jacob Moen
13+
]#
1414
import view, d20
1515

1616
init("NimRPG", "Testing...\n")

nimrpg.nimble

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
#
2-
# This file is part of the
3-
# _ _ _ _____ _____ _____
4-
# | \ | (_) | __ \| __ \ / ____|
5-
# | \| |_ _ __ ___ | |__) | |__) | | __
6-
# | . ` | | '_ ` _ \| _ /| ___/| | |_ |
7-
# | |\ | | | | | | | | \ \| | | |__| |
8-
# |_| \_|_|_| |_| |_|_| \_\_| \_____|
9-
#
10-
# project : https://github.com/jacmoe/nimrpg
11-
#
12-
# Copyright 2017 Jacob Moen
13-
#
1+
#[
2+
This file is part of the
3+
_ _ _ _____ _____ _____
4+
| \ | (_) | __ \| __ \ / ____|
5+
| \| |_ _ __ ___ | |__) | |__) | | __
6+
| . ` | | '_ ` _ \| _ /| ___/| | |_ |
7+
| |\ | | | | | | | | \ \| | | |__| |
8+
|_| \_|_|_| |_| |_|_| \_\_| \_____|
9+
10+
project : https://github.com/jacmoe/nimrpg
11+
12+
Copyright 2017 Jacob Moen
13+
]#
14+
1415
# Package
1516

1617
version = "0.1.0"

view.nim

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
#
2-
# This file is part of the
3-
# _ _ _ _____ _____ _____
4-
# | \ | (_) | __ \| __ \ / ____|
5-
# | \| |_ _ __ ___ | |__) | |__) | | __
6-
# | . ` | | '_ ` _ \| _ /| ___/| | |_ |
7-
# | |\ | | | | | | | | \ \| | | |__| |
8-
# |_| \_|_|_| |_| |_|_| \_\_| \_____|
9-
#
10-
# project : https://github.com/jacmoe/nimrpg
11-
#
12-
# Copyright 2017 Jacob Moen
13-
#
1+
#[
2+
This file is part of the
3+
_ _ _ _____ _____ _____
4+
| \ | (_) | __ \| __ \ / ____|
5+
| \| |_ _ __ ___ | |__) | |__) | | __
6+
| . ` | | '_ ` _ \| _ /| ___/| | |_ |
7+
| |\ | | | | | | | | \ \| | | |__| |
8+
|_| \_|_|_| |_| |_|_| \_\_| \_____|
9+
10+
project : https://github.com/jacmoe/nimrpg
11+
12+
Copyright 2017 Jacob Moen
13+
]#
1414
import libtcod
1515

1616
const

0 commit comments

Comments
 (0)