diff options
Diffstat (limited to 'tools/fetchacert.py')
-rwxr-xr-x | tools/fetchacert.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/fetchacert.py b/tools/fetchacert.py index 82ea7c1..9df11c2 100755 --- a/tools/fetchacert.py +++ b/tools/fetchacert.py @@ -1,6 +1,9 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# Copyright (c) 2015, NORDUnet A/S. +# See LICENSE for licensing information. + import argparse import base64 from certtools import * |