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 <fabien@symfony.com>
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 <fabien@symfony.com>
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 <fabien@symfony.com>
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 <fabien@symfony.com>
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 <fabien@symfony.com>
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 <fabien@symfony.com>
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 <fabien@symfony.com>
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 <fabien@symfony.com>
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 <fabien@symfony.com>
55
*

0 commit comments

Comments
 (0)