diff options
Diffstat (limited to 'packages/base/src/files/bin')
-rw-r--r-- | packages/base/src/files/bin/configure-maven | 4 | ||||
-rw-r--r-- | packages/base/src/files/bin/monitor | 4 | ||||
-rw-r--r-- | packages/base/src/files/bin/policy | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/packages/base/src/files/bin/configure-maven b/packages/base/src/files/bin/configure-maven index 34d6de70..70c3d0cc 100644 --- a/packages/base/src/files/bin/configure-maven +++ b/packages/base/src/files/bin/configure-maven @@ -1,9 +1,9 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh # ============LICENSE_START======================================================= # ONAP # ================================================================================ -# Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/packages/base/src/files/bin/monitor b/packages/base/src/files/bin/monitor index 864582f1..941fe62e 100644 --- a/packages/base/src/files/bin/monitor +++ b/packages/base/src/files/bin/monitor @@ -1,9 +1,9 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh # ============LICENSE_START======================================================= # ONAP # ================================================================================ -# Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/packages/base/src/files/bin/policy b/packages/base/src/files/bin/policy index 3ba75f0d..690fe1e5 100644 --- a/packages/base/src/files/bin/policy +++ b/packages/base/src/files/bin/policy @@ -1,9 +1,9 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh # ============LICENSE_START======================================================= # ONAP # ================================================================================ -# Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |