'How to set StyleCop company name and copyright? (VS2019 with R#)

ReSharper (with StyleCop plugin) helps to generate the header text of each file:

// -------------------------------------------------------
// <copyright file="Car.cs" company="">
//   
// </copyright>
// <summary>
//   Defines the Car type.
// </summary>
// -------------------------------------------------------

However, it keeps showing the following warning. Clicking on the suggestion does not fix it.

header text

How to configure this so it gets auto-filled or at least gets fixed by the ReSharper suggestion.

PS: None of the solutions present in this question are working with VS2019.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source