From 895711868c3cf9916351cf840a52b03cf2f94ad6 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Tue, 15 Sep 2020 14:51:21 +0800 Subject: [PATCH] fix(tools): add license for gen_header_for_bin_reduce.py in order to open source GitOrigin-RevId: f310055a3cd3744b058a3f69d0e2ef36da3ca3c2 --- tools/gen_header_for_bin_reduce.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/gen_header_for_bin_reduce.py b/tools/gen_header_for_bin_reduce.py index b5321e3f..83e7a350 100755 --- a/tools/gen_header_for_bin_reduce.py +++ b/tools/gen_header_for_bin_reduce.py @@ -1,5 +1,12 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# MegEngine is Licensed under the Apache License, Version 2.0 (the "License") +# +# Copyright (c) 2014-2020 Megvii Inc. All rights reserved. +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. import sys import re