From 9d9d78e0876573f5d74b81c183b930b389fdfd00 Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Mon, 8 Nov 2021 13:52:36 -0500 Subject: [PATCH] header checker appeasement --- jake/command/config.py | 18 ++++++++++++++++++ jake/command/sbom.py | 1 + 2 files changed, 19 insertions(+) diff --git a/jake/command/config.py b/jake/command/config.py index bf550fb..7e7c4ee 100644 --- a/jake/command/config.py +++ b/jake/command/config.py @@ -1,3 +1,21 @@ +# encoding: utf-8 + +# +# Copyright 2019-Present Sonatype Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + import argparse from . import BaseCommand diff --git a/jake/command/sbom.py b/jake/command/sbom.py index 8c1f4aa..3fa2ed5 100644 --- a/jake/command/sbom.py +++ b/jake/command/sbom.py @@ -15,6 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # + import argparse import sys