You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2020/02/11 02:11:15 UTC

[incubator-flagon-useralejs] branch master updated: adding license header to webpack.config.js in examples

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/master by this push:
     new cf8aaaf  adding license header to webpack.config.js in examples
cf8aaaf is described below

commit cf8aaaf2eb36121a52aa87755d1ddccbfe5f6509
Author: poorejc <po...@apache.org>
AuthorDate: Mon Feb 10 21:11:05 2020 -0500

    adding license header to webpack.config.js in examples
---
 example/webpackUserAleExample/webpack.config.js | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/example/webpackUserAleExample/webpack.config.js b/example/webpackUserAleExample/webpack.config.js
index 8d6e815..a5c9df6 100644
--- a/example/webpackUserAleExample/webpack.config.js
+++ b/example/webpackUserAleExample/webpack.config.js
@@ -1,3 +1,16 @@
+// 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.
+
 // webpack.config.js
 
 module.exports = {