From ebe3a29b156df99e910210703f74a86f22455a18 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 24 Jan 2018 19:23:54 -0500 Subject: [PATCH] Add missing license headers Change-Id: I0559ce5115d2bd3157b4d329455f434afd19f35e Signed-off-by: Thanh Ha --- docs_conf/__init__.py | 11 +++++++++++ tests/test_simple.py | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/docs_conf/__init__.py b/docs_conf/__init__.py index 1d6333b..d9bda41 100644 --- a/docs_conf/__init__.py +++ b/docs_conf/__init__.py @@ -1,3 +1,14 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +# SPDX-License-Identifier: EPL-1.0 +############################################################################## +# Copyright (c) 2017-2018 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 +############################################################################## """ Sphinx Docs Config diff --git a/tests/test_simple.py b/tests/test_simple.py index a19ec88..0ffcf44 100644 --- a/tests/test_simple.py +++ b/tests/test_simple.py @@ -1,3 +1,14 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +# SPDX-License-Identifier: EPL-1.0 +############################################################################## +# Copyright (c) 2017-2018 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 +############################################################################## """ Docs Conf Tests """ -- 2.16.6