Changeset 1bf25cc in mainline for tools/deploy/hikey960/mkfastboot


Ignore:
Timestamp:
2022-08-13T12:33:44Z (21 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
7871c69
Parents:
5d7a247
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-13 12:33:38)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2022-08-13 12:33:44)
Message:

Update mkfastboot and add license files for Apache-2.0 and BSD-2-Clause

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/deploy/hikey960/mkfastboot

    r5d7a247 r1bf25cc  
    11#!/usr/bin/env python
    2 
    3 # Copyright 2015, The Android Open Source Project
    42#
    5 # Licensed under the Apache License, Version 2.0 (the "License");
    6 # you may not use this file except in compliance with the License.
    7 # You may obtain a copy of the License at
     3# SPDX-FileCopyrightText: 2015 The Android Open Source Project
    84#
    9 #     http://www.apache.org/licenses/LICENSE-2.0
     5# SPDX-License-Identifier: Apache-2.0
    106#
    11 # Unless required by applicable law or agreed to in writing, software
    12 # distributed under the License is distributed on an "AS IS" BASIS,
    13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    14 # See the License for the specific language governing permissions and
    15 # limitations under the License.
    167
    178from __future__ import print_function
Note: See TracChangeset for help on using the changeset viewer.