Add EPL License Header file 15/66915/6
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 1 Mar 2021 18:20:04 +0000 (10:20 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 4 Mar 2021 01:34:43 +0000 (17:34 -0800)
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 <tbramwell@linuxfoundation.org>
license-header.txt [new file with mode: 0644]

diff --git a/license-header.txt b/license-header.txt
new file mode 100644 (file)
index 0000000..dc57d69
--- /dev/null
@@ -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
+##############################################################################