Skip to content

Commit ddd0ace

Browse files
committed
add copyright header
1 parent 5831dc3 commit ddd0ace

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

struct.nim

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#
2+
# Nim's Unofficial Library
3+
# (c) Copyright 2015 Huy Doan
4+
#
5+
# See the file "LICENSE", included in this
6+
# distribution, for details about the copyright.
7+
#
8+
9+
## This module implements Python struct for Nim
10+
111
import strutils
212
import tables
313

0 commit comments

Comments
 (0)