From: Thanh Ha Date: Thu, 25 Jan 2018 00:23:54 +0000 (-0500) Subject: Add missing license headers X-Git-Tag: v0.2.1~29 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F8514%2F1;p=releng%2Fdocs-conf.git Add missing license headers Change-Id: I0559ce5115d2bd3157b4d329455f434afd19f35e Signed-off-by: Thanh Ha --- 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 """