diff options
Diffstat (limited to 'tools/pharos-dashboard/manage.py')
-rw-r--r--[-rwxr-xr-x] | tools/pharos-dashboard/manage.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/manage.py b/tools/pharos-dashboard/manage.py index 97a5ba4a..80c496f3 100755..100644 --- a/tools/pharos-dashboard/manage.py +++ b/tools/pharos-dashboard/manage.py @@ -1,3 +1,13 @@ +############################################################################## +# Copyright (c) 2016 Max Breitenfeldt and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + + #!/usr/bin/env python import os import sys |