1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

added missing license headers

This commit is contained in:
Gal Novik
2018-11-27 22:43:40 +02:00
parent 1e618647ab
commit fc6604c09c
36 changed files with 583 additions and 0 deletions

View File

@@ -1,3 +1,20 @@
#
# Copyright (c) 2017 Intel Corporation
#
# 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 os
from genericpath import isdir, isfile
from os import listdir