Skip to content

Commit c0b4632

Browse files
committed
minor #138 Modify file headers to 'Symfony Webpack Encore package' (Lyrkan)
This PR was merged into the master branch. Discussion ---------- Modify file headers to 'Symfony Webpack Encore package' This PR changes file headers from `This file is part of the Symfony package.` to `This file is part of the Symfony Webpack Encore package.` (fixes #84). Since there are not many open PRs right now it may be a good time to do it. Commits ------- e894c20 Modify file headers to 'Symfony Webpack Encore package'
2 parents 4d6381b + e894c20 commit c0b4632

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+64
-64
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = {
5454
"node/no-unpublished-bin": "error",
5555
"node/no-unpublished-require": "error",
5656
"node/process-exit-as-throw": "error",
57-
"header/header": [2, "block", {"pattern": "This file is part of the Symfony package"}]
57+
"header/header": [2, "block", {"pattern": "This file is part of the Symfony Webpack Encore package"}]
5858
}
5959
};
6060

bin/encore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/*
3-
* This file is part of the Symfony package.
3+
* This file is part of the Symfony Webpack Encore package.
44
*
55
* (c) Fabien Potencier <[email protected]>
66
*

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/WebpackConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/config-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/config/RuntimeConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/config/parse-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/config/path-util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/config/validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/features.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/friendly-errors/asset-output-display-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/friendly-errors/formatters/missing-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/friendly-errors/formatters/missing-postcss-config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*
@@ -26,7 +26,7 @@ function formatErrors(errors) {
2626
messages.push('');
2727
messages.push(`${chalk.bgGreen.black('', 'FIX', '')} Create a ${chalk.yellow('postcss.config.js')} file at the root of your project.`);
2828
messages.push('');
29-
messages.push('Here is an example to get you started!')
29+
messages.push('Here is an example to get you started!');
3030
messages.push(chalk.yellow(`
3131
// postcss.config.js
3232
module.exports = {
@@ -37,7 +37,7 @@ module.exports = {
3737
`));
3838

3939
messages.push('');
40-
messages.push('')
40+
messages.push('');
4141

4242
return messages;
4343
}

lib/friendly-errors/formatters/vue-unactivated-loader-error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/friendly-errors/transformers/missing-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/friendly-errors/transformers/missing-postcss-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/friendly-errors/transformers/vue-unactivated-loader-error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/loaders/babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/loaders/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/loaders/extract-text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/loaders/less.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/loaders/sass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/loaders/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/loaders/vue-unactivated-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/loaders/vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/package-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/asset-output-display.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/clean.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/common-chunks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/define.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/delete-unused-entries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/extract-text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/forked-ts-types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/friendly-errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/loader-options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/uglify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/variable-provider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/plugins/versioning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/test/assert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/test/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

lib/webpack/delete-unused-entries-js-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

test/WebpackConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

test/bin/encore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

test/config-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

test/config/parse-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

test/config/path-util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

test/config/validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

test/friendly-errors/formatters/missing-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

test/friendly-errors/transformers/missing-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

test/functional.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Symfony package.
2+
* This file is part of the Symfony Webpack Encore package.
33
*
44
* (c) Fabien Potencier <[email protected]>
55
*

0 commit comments

Comments
 (0)