From 15f6ec02c32c41bdbffa021258bddeca73b2fef3 Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Tue, 19 Mar 2019 11:01:18 -0600 Subject: [PATCH] Add notices on Intel authored files. Story: 2005265 Task: 30083 Change-Id: Ibcae6539747beb9d641e7d5eef4c4ff7574a8b13 Signed-off-by: Erich Cordoba --- modules/puppet-dcmanager/src/Makefile | 2 ++ modules/puppet-dcorch/src/Makefile | 2 ++ modules/puppet-fm/src/Makefile | 2 ++ modules/puppet-mtce/src/Makefile | 2 ++ modules/puppet-nfv/src/Makefile | 2 ++ modules/puppet-patching/src/Makefile | 2 ++ modules/puppet-smapi/src/Makefile | 2 ++ modules/puppet-sshd/src/Makefile | 4 +++- modules/puppet-sysinv/src/Makefile | 2 ++ puppet-manifests/src/Makefile | 2 ++ 10 files changed, 21 insertions(+), 1 deletion(-) diff --git a/modules/puppet-dcmanager/src/Makefile b/modules/puppet-dcmanager/src/Makefile index 3ed5b9eed..95a83005b 100644 --- a/modules/puppet-dcmanager/src/Makefile +++ b/modules/puppet-dcmanager/src/Makefile @@ -1,6 +1,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# MODULEDIR ?= /usr/share/puppet/modules diff --git a/modules/puppet-dcorch/src/Makefile b/modules/puppet-dcorch/src/Makefile index 18c741322..6c5568928 100644 --- a/modules/puppet-dcorch/src/Makefile +++ b/modules/puppet-dcorch/src/Makefile @@ -1,6 +1,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# MODULEDIR ?= /usr/share/puppet/modules diff --git a/modules/puppet-fm/src/Makefile b/modules/puppet-fm/src/Makefile index 1f6f59405..b7295f809 100644 --- a/modules/puppet-fm/src/Makefile +++ b/modules/puppet-fm/src/Makefile @@ -1,6 +1,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# MODULEDIR ?= /usr/share/puppet/modules diff --git a/modules/puppet-mtce/src/Makefile b/modules/puppet-mtce/src/Makefile index 74f7f73ae..3436be5e6 100644 --- a/modules/puppet-mtce/src/Makefile +++ b/modules/puppet-mtce/src/Makefile @@ -1,6 +1,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# MODULEDIR ?= /usr/share/puppet/modules diff --git a/modules/puppet-nfv/src/Makefile b/modules/puppet-nfv/src/Makefile index 73d8011fa..907c39375 100644 --- a/modules/puppet-nfv/src/Makefile +++ b/modules/puppet-nfv/src/Makefile @@ -1,6 +1,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# MODULEDIR ?= /usr/share/puppet/modules diff --git a/modules/puppet-patching/src/Makefile b/modules/puppet-patching/src/Makefile index eab598ab9..3be863dea 100644 --- a/modules/puppet-patching/src/Makefile +++ b/modules/puppet-patching/src/Makefile @@ -1,6 +1,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# MODULEDIR ?= /usr/share/puppet/modules diff --git a/modules/puppet-smapi/src/Makefile b/modules/puppet-smapi/src/Makefile index c1932aec4..9c86d27e5 100644 --- a/modules/puppet-smapi/src/Makefile +++ b/modules/puppet-smapi/src/Makefile @@ -1,6 +1,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# MODULEDIR ?= /usr/share/puppet/modules diff --git a/modules/puppet-sshd/src/Makefile b/modules/puppet-sshd/src/Makefile index 5ccb38f30..249294048 100644 --- a/modules/puppet-sshd/src/Makefile +++ b/modules/puppet-sshd/src/Makefile @@ -1,6 +1,8 @@ - +# # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# MODULEDIR ?= /usr/share/puppet/modules diff --git a/modules/puppet-sysinv/src/Makefile b/modules/puppet-sysinv/src/Makefile index 782815259..5446df8d1 100644 --- a/modules/puppet-sysinv/src/Makefile +++ b/modules/puppet-sysinv/src/Makefile @@ -1,6 +1,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# MODULEDIR ?= /usr/share/puppet/modules diff --git a/puppet-manifests/src/Makefile b/puppet-manifests/src/Makefile index cd7ced853..54bc0eb28 100644 --- a/puppet-manifests/src/Makefile +++ b/puppet-manifests/src/Makefile @@ -1,6 +1,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# BINDIR ?= /usr/local/bin CONFIGDIR ?= /etc/puppet