Files
Evan Hahn 864b2d1b3d Fix file header template (and a violation)
Files are supposed to start with a line like this:

    // Copyright 20XX Signal Messenger, LLC

However, the IDE template macro looked like this:

    // Copyright (c) 20XX Signal Messenger, LLC

That caused our linter at `Scripts/lint/lint-license-headers` to
complain. This fixes that, and a violation of it.

I introduced this recently in 370ff654e7.
2022-10-13 15:28:18 -07:00
..