diff options
Diffstat (limited to 'feature-mdc-filters')
-rwxr-xr-x | feature-mdc-filters/src/main/feature/install/disable | 4 | ||||
-rwxr-xr-x | feature-mdc-filters/src/main/feature/install/enable | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/feature-mdc-filters/src/main/feature/install/disable b/feature-mdc-filters/src/main/feature/install/disable index dda7e695..c95f6f9b 100755 --- a/feature-mdc-filters/src/main/feature/install/disable +++ b/feature-mdc-filters/src/main/feature/install/disable @@ -1,10 +1,10 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh ### # ============LICENSE_START======================================================= # feature-mdc-filters # ================================================================================ -# 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/feature-mdc-filters/src/main/feature/install/enable b/feature-mdc-filters/src/main/feature/install/enable index 63f907e8..9066d9d7 100755 --- a/feature-mdc-filters/src/main/feature/install/enable +++ b/feature-mdc-filters/src/main/feature/install/enable @@ -1,10 +1,10 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh ### # ============LICENSE_START======================================================= # feature-mdc-filters # ================================================================================ -# 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. |