You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For all files in tiflash root folder and descend folders(except contrib):
c/c++ .h/.cpp/.cc/.c file;
cmake file file(CMakeLists.txt and .cmake files);
python file(include init.py, refer to one Microsoft github tutel ); SheBang handled
bash file; SheBang handled
test files under tests folder
toml/yaml files
.s assemble files
will add license header:
// Copyright 2022 PingCAP, 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.
Files already added license header in release-centos7-llvm, will be updated.
Not handled file types:
clang related
git related
.md
json files
.in files that with comment "auto generated by cmake"
txt reference files
files with no ext and no SheBang
The text was updated successfully, but these errors were encountered:
For all files in tiflash root folder and descend folders(except contrib):
will add license header:
Files already added license header in release-centos7-llvm, will be updated.
Not handled file types:
clang related
git related
.md
json files
.in files that with comment "auto generated by cmake"
txt reference files
files with no ext and no SheBang
The text was updated successfully, but these errors were encountered: