From: Thanh Ha Date: Wed, 26 Jul 2017 20:38:14 +0000 (-0400) Subject: Add missing license header in test_version.py X-Git-Tag: v0.7.0~14 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=8bae0fc78d56ac4dc7fad8489f84c8766a0a9731;p=releng%2Flftools.git Add missing license header in test_version.py Change-Id: I769511e1cb099f89b000f550b04bd5c9c9dc7f89 Signed-off-by: Thanh Ha --- diff --git a/tests/test_version.py b/tests/test_version.py index 6161cb28..a343f17b 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -1,3 +1,14 @@ +# -*- coding: utf-8 -*- +# SPDX-License-Identifier: EPL-1.0 +############################################################################## +# Copyright (c) 2017 The Linux Foundation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +############################################################################## + import difflib from distutils import dir_util import filecmp