Update headers from 2018 to 2019 once for all. (#26165)

* Add CopyrightHeader support for sbt-boilerplate plugin.
* Add CopyrightHeader support for `*.proto` files.
* Add regex match for both `–` and `-` for CopyrightHeader.
* Add CopyrightHeader support for sbt build files.
* Update copyright from 2018 to 2019.
This commit is contained in:
kerr 2019-01-02 18:55:26 +08:00 committed by Johan Andrén
parent b48938f4a0
commit bdc90052aa
2426 changed files with 2598 additions and 2491 deletions

View file

@ -1,5 +1,5 @@
/**
* Copyright (C) 2016-2018 Lightbend Inc. <https://www.lightbend.com>
/*
* Copyright (C) 2016-2019 Lightbend Inc. <https://www.lightbend.com>
*/
import sbt._