From e415efb0dd328284e60b076ce6aa0ae5782a7d41 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 19 Apr 2018 08:13:59 +0100 Subject: [PATCH] config: Add SPDX license header to config file The config file is in TOML format which supports comments, so add the license header to it. Fixes #234. Signed-off-by: James O. D. Hunt --- cli/config/configuration.toml.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cli/config/configuration.toml.in b/cli/config/configuration.toml.in index 7753093219..4b310aa208 100644 --- a/cli/config/configuration.toml.in +++ b/cli/config/configuration.toml.in @@ -1,3 +1,8 @@ +# Copyright (c) 2017-2018 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 +# + # XXX: WARNING: this file is auto-generated. # XXX: # XXX: Source file: "@CONFIG_IN@"