diff options
Diffstat (limited to 'core/webpack.test.js')
-rw-r--r-- | core/webpack.test.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/webpack.test.js b/core/webpack.test.js index 1fe0c2509db..c68624f5d40 100644 --- a/core/webpack.test.js +++ b/core/webpack.test.js @@ -1,7 +1,8 @@ /** * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at> * - * @author 2018 Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author John Molakvoæ <skjnldsv@protonmail.com> * * @license GNU AGPL version 3 or any later version * @@ -16,7 +17,8 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * */ const { merge } = require('webpack-merge') |