This is an automated email from the ASF dual-hosted git repository. zhangliang2022 pushed a commit to branch release-v0.11 in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit e79d6e313d5a0055d1366b27a67e35c299498809 Author: zhangliang <[email protected]> AuthorDate: Wed Jun 8 20:06:59 2022 +0800 fix: add ASF header to webpack.cofnig.js --- config-ui/webpack.config.js | 17 +++++++++++++++++ config-ui/webpack.production.config.js | 18 ++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/config-ui/webpack.config.js b/config-ui/webpack.config.js index 5a253b25..9c90b952 100644 --- a/config-ui/webpack.config.js +++ b/config-ui/webpack.config.js @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ // DEVELOPMENT ONLY WEBPACK CONFIG const path = require('path') const webpack = require('webpack') diff --git a/config-ui/webpack.production.config.js b/config-ui/webpack.production.config.js index a8c34ae9..04334fa1 100644 --- a/config-ui/webpack.production.config.js +++ b/config-ui/webpack.production.config.js @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + /* eslint-disable import/no-extraneous-dependencies */ const path = require('path') const webpack = require('webpack')
