diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-06-10 20:30:53 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-06-10 20:30:53 +0200 |
commit | c238e8aa3a472ebc9546c88f1291b325d11e85b0 (patch) | |
tree | 06a5b1ad667ede6b99071d46c602e454be89687e /test | |
parent | f473802d5ebe9192c635c477d053523b2baaa3a3 (diff) |
Add licensing information.
Diffstat (limited to 'test')
-rw-r--r-- | test/catlfish_test.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/catlfish_test.erl b/test/catlfish_test.erl index 5782984..b098cc1 100644 --- a/test/catlfish_test.erl +++ b/test/catlfish_test.erl @@ -1,3 +1,6 @@ +%%% Copyright (c) 2014, NORDUnet A/S. +%%% See LICENSE for licensing information. + -module(catlfish_test). -include_lib("eunit/include/eunit.hrl"). |