diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-10-15 16:12:32 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-15 16:12:32 +0200 |
commit | 92d8435250a9d8d498e129f91e64045bfd30e7b9 (patch) | |
tree | 39f4842e9a4911e322829c56fdc20ff5c83ae279 /src | |
parent | f3f35b9a4140830e97b5382bc22fc2e78be7124b (diff) |
Add copyright and licensing information.
After offline discussions with Magnus Ahltorp.
Diffstat (limited to 'src')
-rw-r--r-- | src/catlfish_app.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/catlfish_app.erl b/src/catlfish_app.erl index 7e26243..39c3109 100644 --- a/src/catlfish_app.erl +++ b/src/catlfish_app.erl @@ -1,3 +1,6 @@ +%%% Copyright (c) 2014, NORDUnet A/S. +%%% See LICENSE for licensing information. + -module(catlfish_app). -behaviour(application). |