1 Star 0 Fork 99

tiger7456 / atomci

forked from go-atomci / atomci 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
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

简介

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

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Go
1
https://gitee.com/scanflove_admin/atomci.git
git@gitee.com:scanflove_admin/atomci.git
scanflove_admin
atomci
atomci
master

搜索帮助