diff options
Diffstat (limited to 'systems/fedora')
-rwxr-xr-x | systems/fedora/22/build_base_machine.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/systems/fedora/22/build_base_machine.sh b/systems/fedora/22/build_base_machine.sh index c0c61462..2d749cfb 100755 --- a/systems/fedora/22/build_base_machine.sh +++ b/systems/fedora/22/build_base_machine.sh @@ -2,13 +2,13 @@ # # Build a base machine for Fedora 22 # -# Copyright 2015 OPNFV, Intel Corporation. +# Copyright 2016-2019 Intel Corporation and OPNFV. 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. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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, @@ -16,6 +16,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# # Contributors: # Aihua Li, Huawei Technologies. # Martin Klozik, Intel Corporation. |