From 8bae0fc78d56ac4dc7fad8489f84c8766a0a9731 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 26 Jul 2017 16:38:14 -0400 Subject: [PATCH] Add missing license header in test_version.py Change-Id: I769511e1cb099f89b000f550b04bd5c9c9dc7f89 Signed-off-by: Thanh Ha --- tests/test_version.py | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.16.6