diff options
author | Linus Nordberg <linus@sunet.se> | 2019-07-02 21:41:53 +0200 |
---|---|---|
committer | Linus Nordberg <linus@sunet.se> | 2019-07-02 21:41:53 +0200 |
commit | b3ef888e09a51d0426c84f77f844b36060146fa3 (patch) | |
tree | c82003b55436a26b6c2a7e4badb658d8f7602640 /p11p-daemon/src/p11p_config.erl | |
parent | ba44cc2dd448427e39695b2068f6cd74a62072f4 (diff) |
add copyright and license info headers
Diffstat (limited to 'p11p-daemon/src/p11p_config.erl')
-rw-r--r-- | p11p-daemon/src/p11p_config.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p11p-daemon/src/p11p_config.erl b/p11p-daemon/src/p11p_config.erl index 6c4cfb6..187fa8b 100644 --- a/p11p-daemon/src/p11p_config.erl +++ b/p11p-daemon/src/p11p_config.erl @@ -1,3 +1,6 @@ +%%% Copyright (c) 2019, Sunet. +%%% See LICENSE for licensing information. + -module(p11p_config). -behaviour(gen_server). |