From 13cdfee5d9656c2195bb6238d33d66cb637c22e4 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Wed, 3 Mar 2021 14:09:35 -0500 Subject: [PATCH] Add copyright notice to admin_utils file Signed-off-by: Sawyer Bergeron Change-Id: I4b8a53371c0da274347dcfb7ea969ab4ce403f66 --- src/dashboard/admin_utils.py | 9 +++++++++ 1 file changed, 9 insertions(+) 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, -- 2.16.6