From: Trevor Bramwell Date: Mon, 1 Mar 2021 18:20:04 +0000 (-0800) Subject: Add EPL License Header file X-Git-Tag: v0.7.0~13 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=b0060286cdfcff5e6989dacdbfd602883077181e;p=releng%2Fdocs-conf.git 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 --- 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 +##############################################################################