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

liujun pushed a commit to branch 2.7.5-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.7.5-release by this push:
     new 5ae160a  aad Apache License for mustache template files
5ae160a is described below

commit 5ae160ad7b6b1ec67dad14bce819e5d27353cf21
Author: ken.lj <[email protected]>
AuthorDate: Tue Dec 24 10:42:37 2019 +0800

    aad Apache License for mustache template files
---
 compiler/src/main/resources/DubboGrpcStub.mustache     | 18 ++++++++++++++++++
 compiler/src/main/resources/DubboStub.mustache         | 18 ++++++++++++++++++
 .../src/main/resources/ReactorDubboGrpcStub.mustache   | 18 ++++++++++++++++++
 compiler/src/main/resources/RxDubboGrpcStub.mustache   | 18 ++++++++++++++++++
 4 files changed, 72 insertions(+)

diff --git a/compiler/src/main/resources/DubboGrpcStub.mustache 
b/compiler/src/main/resources/DubboGrpcStub.mustache
index a02d0c4..38c67c6 100644
--- a/compiler/src/main/resources/DubboGrpcStub.mustache
+++ b/compiler/src/main/resources/DubboGrpcStub.mustache
@@ -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.
+ */
+}}
 {{#packageName}}
     package {{packageName}};
 {{/packageName}}
diff --git a/compiler/src/main/resources/DubboStub.mustache 
b/compiler/src/main/resources/DubboStub.mustache
index 06bd7b4..e2eb2dc 100644
--- a/compiler/src/main/resources/DubboStub.mustache
+++ b/compiler/src/main/resources/DubboStub.mustache
@@ -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.
+ */
+}}
 {{#packageName}}
     package {{packageName}};
 {{/packageName}}
diff --git a/compiler/src/main/resources/ReactorDubboGrpcStub.mustache 
b/compiler/src/main/resources/ReactorDubboGrpcStub.mustache
index 2cf1471..c10e9b2 100644
--- a/compiler/src/main/resources/ReactorDubboGrpcStub.mustache
+++ b/compiler/src/main/resources/ReactorDubboGrpcStub.mustache
@@ -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.
+ */
+}}
 {{#packageName}}
     package {{packageName}};
 {{/packageName}}
diff --git a/compiler/src/main/resources/RxDubboGrpcStub.mustache 
b/compiler/src/main/resources/RxDubboGrpcStub.mustache
index 22c06b0..5bdde58 100644
--- a/compiler/src/main/resources/RxDubboGrpcStub.mustache
+++ b/compiler/src/main/resources/RxDubboGrpcStub.mustache
@@ -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.
+ */
+}}
 {{#packageName}}
     package {{packageName}};
 {{/packageName}}

Reply via email to