opentracing / opentracing-java

OpenTracing API for Java. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io
Apache License 2.0
1.68k stars 344 forks source link

Update the Copyright year to 2018. #244

Closed carlosalberto closed 6 years ago

carlosalberto commented 6 years ago

Preparing the merge of v0.31.0 into master prior to the release, I came with the need to update the Copyright year for the merged files. So a choice is to do a full pass once, or else do it manually, as we go.

Opinions?

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 82.63% when pulling a671090060fefe5eeb10ed0932588ea0eb3a3fac on carlosalberto:update_copyright_year into 91d4ff7bd3e6b9aa8bc362d06455b7bdf58c0c8a on opentracing:v0.31.0.

yurishkuro commented 6 years ago

once is better (less overhead), although technically incorrect

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 82.63% when pulling c86728850b194fd7c80152f91dab3e83503004e2 on carlosalberto:update_copyright_year into 91d4ff7bd3e6b9aa8bc362d06455b7bdf58c0c8a on opentracing:v0.31.0.

carlosalberto commented 6 years ago

Forgot to mention this will cover #239

malafeev commented 6 years ago

am I right that there is no automatic check of copyright year during the build? I don't see that license.git.copyrightYears is set (src/etc/header.txt).

pavolloffay commented 6 years ago

@malafeev a year should be derived from the git history

pavolloffay commented 6 years ago

There is also section in release.md https://github.com/opentracing/opentracing-java/blob/master/RELEASE.md#first-release-of-the-year

malafeev commented 6 years ago

thanks @pavolloffay