Skip to content

Commit

Permalink
all: 2021 is the year of the Gopher
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Jan 4, 2021
1 parent 8fb7154 commit cc69431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion groot/gen.rboot.go
Expand Up @@ -168,7 +168,7 @@ void genstreamers(const char* fname) {
}
defer f.Close()

_, err = f.Write([]byte(`// Copyright ©2020 The go-hep Authors. All rights reserved.
_, err = f.Write([]byte(`// Copyright ©2021 The go-hep Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion groot/internal/genroot/genroot_test.go
Expand Up @@ -21,7 +21,7 @@ func TestExtractYear(t *testing.T) {
},
{
fname: "../../cmd/root-gen-rfunc/testdata/func1_golden.txt",
year: 2020,
year: 2021,
},
} {
t.Run(tc.fname, func(t *testing.T) {
Expand Down

0 comments on commit cc69431

Please sign in to comment.