CakeLicenseHeaderUpdaterSettings.

OldHeaderRegexPatterns Property

Summary

If there are any "old" licenses that should be removed, add them to this list. All matches in each file will be removed. If left empty, then it is possible for a file to contain an old license and a new license header, with the newer license at the top. Nulls or empty strings added to this list are purged before running.

Syntax

public IList<string> OldHeaderRegexPatterns { get; }

Value

Type Description
IList<string>