summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-06-10 20:30:53 +0200
committerLinus Nordberg <linus@nordberg.se>2014-06-10 20:30:53 +0200
commitc238e8aa3a472ebc9546c88f1291b325d11e85b0 (patch)
tree06a5b1ad667ede6b99071d46c602e454be89687e /src
parentf473802d5ebe9192c635c477d053523b2baaa3a3 (diff)
Add licensing information.
Diffstat (limited to 'src')
-rw-r--r--src/catlfish.erl3
-rw-r--r--src/https_server.erl3
-rw-r--r--src/v1.erl3
3 files changed, 9 insertions, 0 deletions
diff --git a/src/catlfish.erl b/src/catlfish.erl
index 015d8b4..ad99f78 100644
--- a/src/catlfish.erl
+++ b/src/catlfish.erl
@@ -1,3 +1,6 @@
+%%% Copyright (c) 2014, NORDUnet A/S.
+%%% See LICENSE for licensing information.
+
%% This is a CA transparency log.
%% In order to find https_server and other required modules, a couple
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]).
diff --git a/src/v1.erl b/src/v1.erl
index 6ab9e75..7e9e46d 100644
--- a/src/v1.erl
+++ b/src/v1.erl
@@ -1,3 +1,6 @@
+%%% Copyright (c) 2014, NORDUnet A/S.
+%%% See LICENSE for licensing information.
+
%%% @doc Certificate Transparency (RFC 6962)
-module(v1).