From b0060286cdfcff5e6989dacdbfd602883077181e Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Mon, 1 Mar 2021 10:20:04 -0800 Subject: [PATCH] Add EPL License Header file This should help contributors have a clearer idea of the licensing of the code without having to look at setup.cfg or individual file headers. Change-Id: I05f702dd026e6656c47e5662cc6be1e4e5427dd8 Signed-off-by: Trevor Bramwell --- license-header.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 license-header.txt diff --git a/license-header.txt b/license-header.txt new file mode 100644 index 0000000..dc57d69 --- /dev/null +++ b/license-header.txt @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: EPL-1.0 +############################################################################## +# Copyright (c) 2021 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 +############################################################################## -- 2.16.6