diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2021-03-03 14:09:35 -0500 |
---|---|---|
committer | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2021-03-17 17:07:58 +0000 |
commit | 13cdfee5d9656c2195bb6238d33d66cb637c22e4 (patch) | |
tree | 15b981f8754a6297d77a62679c986e23b3a0bf00 /src/dashboard | |
parent | 72585921008fc89b5a32f4cb116d5ea9fe1a8ead (diff) |
Add copyright notice to admin_utils file
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Change-Id: I4b8a53371c0da274347dcfb7ea969ab4ce403f66
Diffstat (limited to 'src/dashboard')
-rw-r--r-- | src/dashboard/admin_utils.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dashboard/admin_utils.py b/src/dashboard/admin_utils.py index d97b6ed..ad276d9 100644 --- a/src/dashboard/admin_utils.py +++ b/src/dashboard/admin_utils.py @@ -1,3 +1,12 @@ +############################################################################## +# Copyright (c) 2021 Sawyer Bergeron 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 +############################################################################## + from resource_inventory.models import ( ResourceTemplate, Image, |