27 Star 259 Fork 110

GVPgo-atomci/atomci

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
Apache-2.0
#!/bin/bash # license header added for current workdir for i in $(find ./* -not -path "./vendor/*" -name "*.go"); do file $i |grep -q "symbolic link" isLinkFile=$? if [ $isLinkFile -eq 0 ]; then echo "$i is link file, skip..." fi grep -q "Copyright 2021 The AtomCI Group Authors." $i existLicenseHeader=$? if [ $existLicenseHeader -eq 0 ]; then echo "$i already have license header, skip..."; echo continue fi sed -i '1i \ /*\ Copyright 2021 The AtomCI Group Authors.\ \ 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.\ */\ ' $i; done

About

为中国企业而来,以应用为中心的云原生cicd平台 - 流水线模板/并行构建/多环境管理/权限控制 - 致力于让中小企业快速落地Kubernetes expand collapse
Cancel

Releases (9)

All

Contributors

All

Activities

Load More
can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/goatom/atomci.git
git@gitee.com:goatom/atomci.git
goatom
atomci
atomci
master

Search