You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2021/04/25 03:27:46 UTC

[incubator-eventmesh] branch develop updated: [ISSUE #297]Lack of licenses in each source file under the eventmesh-starter module

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

mikexue pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/develop by this push:
     new a3f1c63  [ISSUE #297]Lack of licenses in each source file under the eventmesh-starter module
     new f9a9a0f  Merge pull request #314 from xwm1992/develop
a3f1c63 is described below

commit a3f1c63b6570209096f3a8972cd38d6565f7c812
Author: xwm1992 <mi...@126.com>
AuthorDate: Sun Apr 25 10:10:48 2021 +0800

    [ISSUE #297]Lack of licenses in each source file under the eventmesh-starter module
---
 eventmesh-starter/build.gradle | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/eventmesh-starter/build.gradle b/eventmesh-starter/build.gradle
index 71fad83..59a1de1 100644
--- a/eventmesh-starter/build.gradle
+++ b/eventmesh-starter/build.gradle
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 plugins {
     id 'java'
 }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org