From 6c8f7c31ed48581efedb19110b3db2b78bd41978 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: 1e089a26d76450926d57795567cb2e5f58586a40 Former-commit-id: 0c46c82ee9f0b83f14b6957fc091e13490f456d5 Former-commit-id: b9420bec8dc59ea0ef3cfe5ac7a88cb9e9abaa8c --- 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 }