Skip to content

Commit 4493962

Browse files
typhoonzerowangkuiyi
authored andcommitted
Update copyright year (#1716)
* test update * update copyright * update format * log message * update format * update format
1 parent fb4306d commit 4493962

File tree

201 files changed

+203
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+203
-202
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
repos:
12
- repo: git://github.com/dnephin/pre-commit-golang
2-
rev: v0.3.3
3+
rev: v0.3.5
34
hooks:
45
- id: go-fmt
56
- id: go-lint

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- set -e
3838
- docker pull sqlflow/sqlflow:latest && docker build --cache-from sqlflow/sqlflow:latest -t sqlflow:latest -f Dockerfile .
3939
- docker run --rm -v $GOPATH/src:/root/go/src -w /root/go/src/sqlflow.org/sqlflow sqlflow:latest go generate ./... && go build ./...
40-
- docker run --rm -v $GOPATH/src:/root/go/src -w /root/go/src/sqlflow.org/sqlflow sqlflow:latest pre-commit run -a
40+
- docker run --rm -v $GOPATH/src:/root/go/src -w /root/go/src/sqlflow.org/sqlflow sqlflow:latest pre-commit run -a --show-diff-on-failure
4141
- stage: Unitests
4242
# env is just used for displaying the job type in travis web page
4343
env: SQLFLOW_TEST_DB=mysql

cmd/docgen/model_parameter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The SQLFlow Authors. All rights reserved.
1+
// Copyright 2020 The SQLFlow Authors. All rights reserved.
22
// Licensed under the Apache License, Version 2.0 (the "License");
33
// you may not use this file except in compliance with the License.
44
// You may obtain a copy of the License at

cmd/repl/emacs_key_bindings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The SQLFlow Authors. All rights reserved.
1+
// Copyright 2020 The SQLFlow Authors. All rights reserved.
22
// Licensed under the Apache License, Version 2.0 (the "License");
33
// you may not use this file except in compliance with the License.
44
// You may obtain a copy of the License at

cmd/repl/input.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The SQLFlow Authors. All rights reserved.
1+
// Copyright 2020 The SQLFlow Authors. All rights reserved.
22
// Licensed under the Apache License, Version 2.0 (the "License");
33
// you may not use this file except in compliance with the License.
44
// You may obtain a copy of the License at

cmd/repl/prompt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The SQLFlow Authors. All rights reserved.
1+
// Copyright 2020 The SQLFlow Authors. All rights reserved.
22
// Licensed under the Apache License, Version 2.0 (the "License");
33
// you may not use this file except in compliance with the License.
44
// You may obtain a copy of the License at

cmd/repl/repl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The SQLFlow Authors. All rights reserved.
1+
// Copyright 2020 The SQLFlow Authors. All rights reserved.
22
// Licensed under the Apache License, Version 2.0 (the "License");
33
// you may not use this file except in compliance with the License.
44
// You may obtain a copy of the License at

cmd/repl/repl_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The SQLFlow Authors. All rights reserved.
1+
// Copyright 2020 The SQLFlow Authors. All rights reserved.
22
// Licensed under the Apache License, Version 2.0 (the "License");
33
// you may not use this file except in compliance with the License.
44
// You may obtain a copy of the License at

cmd/sqlflowserver/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The SQLFlow Authors. All rights reserved.
1+
// Copyright 2020 The SQLFlow Authors. All rights reserved.
22
// Licensed under the Apache License, Version 2.0 (the "License");
33
// you may not use this file except in compliance with the License.
44
// You may obtain a copy of the License at

cmd/sqlflowserver/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 The SQLFlow Authors. All rights reserved.
1+
// Copyright 2020 The SQLFlow Authors. All rights reserved.
22
// Licensed under the Apache License, Version 2.0 (the "License");
33
// you may not use this file except in compliance with the License.
44
// You may obtain a copy of the License at

0 commit comments

Comments
 (0)