diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,6 @@ # CleanInotify -Clean Inotify wrapper + +[Clean][] Inotify wrapper Documentation is in `Inotify.dcl`. Example files: @@ -42,5 +43,7 @@ inotify_loop_forever :: !*(Inotify st) !*World -> *(!*Inotify st, !*World) ``` ## Copyright & license -Copyright © 2016 Camil Staps. Licensed under MIT, see LICENSE. +Copyright © 2016–present Camil Staps. +Licensed under MIT, see [LICENSE](/LICENSE). +[Clean]: http://clean.cs.ru.nl |