Skip to content

Commit 8510dd4

Browse files
committed
add license info
1 parent ee5d675 commit 8510dd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,7 @@ Session manager is designed "object like", the MessageDatabase in `messages/stor
111111
In `messages/messages.go` most interfaces and data structures for communication are kept.
112112

113113
The `config/settings.go` keeps a singleton `Config` struct with the config that is loaded via the gopkg.in/ini.v1 library when the app starts. This makes it easy to quickly add new configuration items with default values that can be used across the app.
114+
115+
## License
116+
117+
This software is released under MIT license. Remember that this gives you all freedom except for slapping your name on it.

0 commit comments

Comments
 (0)