Thomas Roseman
Thomas Roseman
@geekmuse has a solid idea in that the one repo per user will act like normal. GitHub will see little impact compared to many commits by many people that was...
It is expected though might be a bit surprising given both extensions are largely synonymous for C/C++. I would suspect this was based on a style guide or existing convention....
Example from my pull request for c style comments. ``` /* * SPDX-FileCopyrightText: 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ ```
Thanks for the pull request! INI format is flexible though public usage appears to favor the usage of a `;` (semicolon) over the `#` (hash). Given the chance different parsers...
Thanks for the request. The ability to control comment style via flag does increase complexity but can go into consideration. As always we welcome a pull request
Thank you for raising a bug report. I attempted to reproduce this but could not reproduce the symptoms reported. Would you be able to describe a bit more detail if...
Confirmed your report. ~Given that the only special bit about your report is the non-ascii `©` symbol, I would hazard a guess this is breaking something about our detection.~ https://github.com/google/addlicense/blob/master/main.go#L428...