Skip to content

Commit 08e408b

Browse files
committed
update and unify copyright year
1 parent 3ff339f commit 08e408b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To make sure every PR is checked, we got team maintainers. A maintainer should b
4141

4242
## Owners
4343

44-
Since Ego is a pure community organization without any company support, Copyright 2016-2017 The go-ego Project Developers.
44+
Since Ego is a pure community organization without any company support, Copyright 2016 The go-ego Project Developers.
4545

4646

4747
## Versions
@@ -55,7 +55,7 @@ Since the `master` branch is a tip version, if you wish to use Ego in production
5555
Code that you contribute should use the standard copyright header:
5656

5757
```
58-
// Copyright 2016-2017 The go-ego Project Developers. See the COPYRIGHT
58+
// Copyright 2016 The go-ego Project Developers. See the COPYRIGHT
5959
// file at the top-level directory of this distribution and at
6060
// https://github.com/go-ego/gpy/blob/master/LICENSE
6161
//

pinyin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
// Meta
1111
const (
12-
version = "0.10.0.29"
12+
version = "0.10.0.34"
1313
// License = "MIT"
1414
)
1515

0 commit comments

Comments
 (0)