Skip to content

Commit

Permalink
[FIX] Autosplitter now also uses the same RegExp
Browse files Browse the repository at this point in the history
  • Loading branch information
codeworrior committed Jun 26, 2019
1 parent d2e1f30 commit 39e7903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lbt/bundle/AutoSplitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const ModuleName = require("../utils/ModuleName");
const {SectionType} = require("./BundleDefinition");
const log = require("@ui5/logger").getLogger("lbt:bundle:AutoSplitter");

const copyrightCommentsPattern = /copyright|\(c\)|released under|license|\u00a9/i;
const copyrightCommentsPattern = /copyright|\(c\)(?:[0-9]+|\s+[0-9A-za-z])|released under|license|\u00a9/i;
const xmlHtmlPrePattern = /<(?:\w+:)?pre>/;

/**
Expand Down

0 comments on commit 39e7903

Please sign in to comment.