From ca271abe062cb37084c5582932c726eddc34a52b Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sat, 31 Oct 2015 10:47:34 +1100 Subject: [PATCH] Stylekitten Former-commit-id: 159b0d302d26362b37881eba2fa8578a5116ff86 Former-commit-id: 0a5a9be1b73bba4225f305f53cb809e7b100c602 Former-commit-id: 74c88123f514a7d9458d7693234121414b1ff232 --- src/ImageProcessor/stylecop.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ImageProcessor/stylecop.json b/src/ImageProcessor/stylecop.json index f577200a2..c2a3e3cc3 100644 --- a/src/ImageProcessor/stylecop.json +++ b/src/ImageProcessor/stylecop.json @@ -3,9 +3,9 @@ "settings": { "documentationRules": { "companyName": "James South", - "copyrightText": "Copyright (c) {companyName} and contributors\nLicensed under the {licenseName} license.", + "copyrightText": "Copyright (c) {companyName} and contributors.\nLicensed under the {licenseName}.", "variables": { - "licenseName": "Apache License, Version 2.0." + "licenseName": "Apache License, Version 2.0" }, "documentPrivateFields": true }