Skip to content

Commit

Permalink
Add missing license header in test_version.py
Browse files Browse the repository at this point in the history
Change-Id: I769511e1cb099f89b000f550b04bd5c9c9dc7f89
Signed-off-by: Thanh Ha <[email protected]>
  • Loading branch information
zxiiro committed Jul 26, 2017
1 parent 856d800 commit 8bae0fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/test_version.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8bae0fc

Please sign in to comment.