We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c4ad0 commit cd42db0Copy full SHA for cd42db0
1 file changed
gulpfile.common.js
@@ -45,7 +45,7 @@ exports.loaderConfig = function (emptyPaths) {
45
return result;
46
};
47
48
-var IS_OUR_COPYRIGHT_REGEXP = /Copyright \(C\) Microsoft Corporation/;
+var IS_OUR_COPYRIGHT_REGEXP = /Copyright \(C\) Microsoft Corporation/i;
49
50
function loader() {
51
return gulp.src([
0 commit comments