From 92d8435250a9d8d498e129f91e64045bfd30e7b9 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 15 Oct 2014 16:12:32 +0200 Subject: Add copyright and licensing information. After offline discussions with Magnus Ahltorp. --- AUTHORS | 4 ++++ src/catlfish_app.erl | 3 +++ tools/certtools.py | 3 +++ tools/submitcert.py | 4 ++++ tools/testcase1.py | 4 ++++ 5 files changed, 18 insertions(+) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..94bd40d --- /dev/null +++ b/AUTHORS @@ -0,0 +1,4 @@ +Catlfish was written by, in alphabetic order: + +Linus Nordberg, NORDUnet +Magnus Ahltorp, KTH Royal Institute of Technology 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). diff --git a/tools/certtools.py b/tools/certtools.py index a62d58f..8d64ee4 100644 --- a/tools/certtools.py +++ b/tools/certtools.py @@ -1,3 +1,6 @@ +# Copyright (c) 2014, NORDUnet A/S. +# See LICENSE for licensing information. + import subprocess import json import base64 diff --git a/tools/submitcert.py b/tools/submitcert.py index 1fa6982..4f1609c 100755 --- a/tools/submitcert.py +++ b/tools/submitcert.py @@ -1,4 +1,8 @@ #!/usr/bin/env python + +# Copyright (c) 2014, NORDUnet A/S. +# See LICENSE for licensing information. + import urllib2 import urllib import json diff --git a/tools/testcase1.py b/tools/testcase1.py index f78faa3..eab6c6f 100755 --- a/tools/testcase1.py +++ b/tools/testcase1.py @@ -1,4 +1,8 @@ #!/usr/bin/env python + +# Copyright (c) 2014, NORDUnet A/S. +# See LICENSE for licensing information. + import urllib2 import urllib import json -- cgit v1.1