update and unify copyright year

This commit is contained in:
vcaesar 2018-02-02 00:07:44 +08:00
parent 83dcf38788
commit 5b62cac9bc
11 changed files with 14 additions and 14 deletions

View File

@ -41,7 +41,7 @@ To make sure every PR is checked, we got team maintainers. A maintainer should b
## Owners ## Owners
Since Robotgo is a pure community organization without any company support, Copyright 2016-2017 The go-vgo Project Developers. Since Robotgo is a pure community organization without any company support, Copyright 2016 The go-vgo Project Developers.
## Versions ## Versions
@ -55,7 +55,7 @@ Since the `master` branch is a tip version, if you wish to use Robotgo in produc
Code that you contribute should use the standard copyright header: Code that you contribute should use the standard copyright header:
``` ```
// Copyright 2016-2017 The go-vgo Project Developers. See the COPYRIGHT // Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE // https://github.com/go-vgo/robotgo/blob/master/LICENSE
// //

View File

@ -1,4 +1,4 @@
// Copyright 2016-2017 The go-vgo Project Developers. See the COPYRIGHT // Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE // https://github.com/go-vgo/robotgo/blob/master/LICENSE
// //

View File

@ -1,4 +1,4 @@
// Copyright 2016-2017 The go-vgo Project Developers. See the COPYRIGHT // Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE // https://github.com/go-vgo/robotgo/blob/master/LICENSE
// //

View File

@ -1,4 +1,4 @@
// Copyright 2016-2017 The go-vgo Project Developers. See the COPYRIGHT // Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE // https://github.com/go-vgo/robotgo/blob/master/LICENSE
// //

View File

@ -1,4 +1,4 @@
// Copyright 2016-2017 The go-vgo Project Developers. See the COPYRIGHT // Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE // https://github.com/go-vgo/robotgo/blob/master/LICENSE
// //

View File

@ -1,4 +1,4 @@
// Copyright 2016-2017 The go-vgo Project Developers. See the COPYRIGHT // Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE // https://github.com/go-vgo/robotgo/blob/master/LICENSE
// //

View File

@ -1,4 +1,4 @@
// Copyright 2016-2017 The go-vgo Project Developers. See the COPYRIGHT // Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE // https://github.com/go-vgo/robotgo/blob/master/LICENSE
// //

View File

@ -1,4 +1,4 @@
// Copyright 2016-2017 The go-vgo Project Developers. See the COPYRIGHT // Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE // https://github.com/go-vgo/robotgo/blob/master/LICENSE
// //

View File

@ -1,4 +1,4 @@
// Copyright 2016-2017 The go-vgo Project Developers. See the COPYRIGHT // Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE // https://github.com/go-vgo/robotgo/blob/master/LICENSE
// //
@ -63,11 +63,11 @@ import (
) )
const ( const (
version string = "v0.48.0.503, Ben Nevis!" version string = "v0.48.0.504, Ben Nevis!"
) )
type ( type (
// Map a map // Map a map[string]interface{}
Map map[string]interface{} Map map[string]interface{}
// CHex c rgb Hex type // CHex c rgb Hex type
CHex C.MMRGBHex CHex C.MMRGBHex

View File

@ -1,4 +1,4 @@
// Copyright 2016-2017 The go-vgo Project Developers. See the COPYRIGHT // Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE // https://github.com/go-vgo/robotgo/blob/master/LICENSE
// //

View File

@ -1,4 +1,4 @@
// Copyright 2016-2017 The go-vgo Project Developers. See the COPYRIGHT // Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// https://github.com/go-vgo/robotgo/blob/master/LICENSE // https://github.com/go-vgo/robotgo/blob/master/LICENSE
// //