diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-11-28 16:12:49 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2022-11-29 11:44:14 +0100 |
commit | a6576499eeb3bf4b7976c38cfd73cb5ec878c8bb (patch) | |
tree | 52dd735a039c0f71ea7f03fd908b3693b13b96c8 | |
parent | 1f151e0824c9cdc48a30f5cc54b55d1264ecbb6b (diff) | |
download | justbuild-a6576499eeb3bf4b7976c38cfd73cb5ec878c8bb.tar.gz |
bash completion: add copyright
-rw-r--r-- | share/just_complete.bash | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/just_complete.bash b/share/just_complete.bash index d6640c5f..a45ca7c7 100644 --- a/share/just_complete.bash +++ b/share/just_complete.bash @@ -1,3 +1,17 @@ +# Copyright 2022 Huawei Cloud Computing Technology Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + ########################### just completion _just_subcommand_options(){ |