diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/certtools.py | 3 | ||||
-rwxr-xr-x | tools/submitcert.py | 4 | ||||
-rwxr-xr-x | tools/testcase1.py | 4 |
3 files changed, 11 insertions, 0 deletions
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 |