• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

valkyrjaio / valkyrja-java / 30743930191
100%

Build:
DEFAULT BRANCH: 26.x
Ran 02 Aug 2026 10:33AM UTC
Jobs 1
Files 671
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Aug 2026 10:31AM UTC coverage: 100.0%. Remained the same
30743930191

push

github

web-flow
[Copyright] style: Update header to add copyright year, remove email, and name the license (#121)

# Description

The copyright header in every source file now carries the copyright year
and
names the license. It no longer carries an email address.

The old header gave neither the year nor the license name:

```
 * (c) Melech Mizrachi <melechmizrachi@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
```

The new header gives both:

```
 * Copyright (c) 2016-present Melech Mizrachi
 *
 * Released under the MIT License. See LICENSE.md for details.
```

A copyright notice conventionally carries a year. The old header carried
none.
A vendored file on its own therefore did not record when the work was
first
published, and it did not say which license applies to it. The old
header also
carried a personal email address in every file, which makes a change of
address
a change to every file.

The year is 2016 because the first commit in `valkyrja-php` is from
October
2016. `LICENSE.md` carried `2016-2020` until a change in December 2025
replaced
it with `2025-present`. That replacement understated the first
publication by
nine years. This pull request restores the earlier range and gives it an
open
end, so no later change is necessary.

`LICENSE.md` changes in the same commit. The new header names
`LICENSE.md`, so
the two files must state the same year. A separate commit would leave a
state in
which the header points at a file that contradicts it.

The package identifier on line 1 does not change. Each repository keeps
the
identifier that it has today.

## Types of changes

- [x] Improvement _(non-breaking change which improves code)_
- [ ] Bug fix _(non-breaking change which fixes an issue)_
- [ ] New feature _(non-breaking change which adds functionality)_
- [ ] Deprecation _(breaking change which removes functionality)_
- [ ] Breaking change _(fix or feature that would... (continued)

1929 of 1929 branches covered (100.0%)

Branch coverage included in aggregate %.

7056 of 7056 relevant lines covered (100.0%)

4.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30743930191.1 02 Aug 2026 10:33AM UTC 671
100.0
GitHub Action Run
Source Files on build 30743930191
  • Tree
  • List 671
  • Changed 671
  • Source Changed 671
  • Coverage Changed 431
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30743930191
  • 4c4a9ec6 on github
  • Prev Build on 26.x (#30742872287)
  • Next Build on 26.x (#30749063443)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc