From 069df04e012f6014729246a718067dd3e541480e Mon Sep 17 00:00:00 2001 From: Lorenzo Stella Date: Fri, 10 May 2024 09:30:58 +0200 Subject: [PATCH] Add missing headers (#65) By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- scripts/kernel-synth.py | 3 +++ scripts/training/train.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/scripts/kernel-synth.py b/scripts/kernel-synth.py index 0d11569..da2ffd3 100644 --- a/scripts/kernel-synth.py +++ b/scripts/kernel-synth.py @@ -1,3 +1,6 @@ +# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# SPDX-License-Identifier: Apache-2.0 + import argparse import functools from pathlib import Path diff --git a/scripts/training/train.py b/scripts/training/train.py index 637bed0..d043546 100644 --- a/scripts/training/train.py +++ b/scripts/training/train.py @@ -1,3 +1,6 @@ +# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +# SPDX-License-Identifier: Apache-2.0 + import ast import logging import os