Browse Source

fix(tools): add license for gen_header_for_bin_reduce.py in order to open source

GitOrigin-RevId: f310055a3c
tags/v1.0.0-rc1
Megvii Engine Team 4 years ago
parent
commit
895711868c
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      tools/gen_header_for_bin_reduce.py

+ 7
- 0
tools/gen_header_for_bin_reduce.py View File

@@ -1,5 +1,12 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 sys
import re import re


Loading…
Cancel
Save