diff options
-rw-r--r-- | win/CS/stylecop.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/stylecop.json b/win/CS/stylecop.json index 0f4c75219..d21aae424 100644 --- a/win/CS/stylecop.json +++ b/win/CS/stylecop.json @@ -3,7 +3,8 @@ "settings": { "documentationRules": { "companyName": "HandBrake Project (http://handbrake.fr)", - "copyrightText": "This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License." + "copyrightText": "This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.", + "headerDecoration": "--------------------------------------------------------------------------------------------------------------------" } } } |