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

valkyrjaio / sindri-java / 30743945636
100%

Build:
DEFAULT BRANCH: 26.x
Ran 02 Aug 2026 10:33AM UTC
Jobs 1
Files 90
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:32AM UTC coverage: 100.0%. Remained the same
30743945636

push

github

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

# 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)

618 of 618 branches covered (100.0%)

Branch coverage included in aggregate %.

1679 of 1679 relevant lines covered (100.0%)

4.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30743945636.1 02 Aug 2026 10:33AM UTC 90
100.0
GitHub Action Run
Source Files on build 30743945636
  • Tree
  • List 90
  • Changed 90
  • Source Changed 90
  • Coverage Changed 60
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30743945636
  • 874ab4c6 on github
  • Prev Build on 26.x (#30742874208)
  • Next Build on 26.x (#30746328127)
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