diff options
Diffstat (limited to 'src/https_server.erl')
-rw-r--r-- | src/https_server.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/https_server.erl b/src/https_server.erl index 47b4465..465d77b 100644 --- a/src/https_server.erl +++ b/src/https_server.erl @@ -1,3 +1,6 @@ +%%% Copyright (c) 2014, NORDUnet A/S. +%%% See LICENSE for licensing information. + -module(https_server). -export([start/0, stop/1]). |