diff options
Diffstat (limited to 'p11p-daemon/src/p11p_sup.erl')
-rw-r--r-- | p11p-daemon/src/p11p_sup.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p11p-daemon/src/p11p_sup.erl b/p11p-daemon/src/p11p_sup.erl index 6a317c6..9eeb83b 100644 --- a/p11p-daemon/src/p11p_sup.erl +++ b/p11p-daemon/src/p11p_sup.erl @@ -1,3 +1,6 @@ +%%% Copyright (c) 2019, Sunet. +%%% See LICENSE for licensing information. + -module(p11p_sup). -behaviour(supervisor). |