You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2019/06/22 02:01:58 UTC

[pulsar] branch branch-2.4 updated: Fix apache-rat check.

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

penghui pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new d332815  Fix apache-rat check.
d332815 is described below

commit d332815649a53a8e952d5ad75296caf92efa2e1d
Author: lipenghui <pe...@apache.org>
AuthorDate: Sat Jun 22 09:51:39 2019 +0800

    Fix apache-rat check.
    
    Fix license header check error by apache-rat.
---
 pom.xml                                             |  2 +-
 .../python/pkg/osx/osx-10.14/Vagrantfile            | 21 +++++++++++++++++++++
 pulsar-function-go/README.md                        |  0
 3 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 264fa59..7ad907f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1265,7 +1265,7 @@ flexible messaging model and an intuitive client API.</description>
                  and are included in source tree for convenience -->
             <exclude>src/main/java/org/apache/bookkeeper/mledger/proto/MLDataFormats.java</exclude>
             <exclude>src/main/java/org/apache/pulsar/common/api/proto/PulsarApi.java</exclude>
-            <exclude>src/main/java/org/apache/pulsar/common/api/proto/Markers.java</exclude>
+            <exclude>src/main/java/org/apache/pulsar/common/api/proto/PulsarMarkers.java</exclude>
             <exclude>src/main/java/org/apache/pulsar/broker/service/schema/proto/SchemaRegistryFormat.java</exclude>
             <exclude>bin/proto/MLDataFormats_pb2.py</exclude>
 
diff --git a/pulsar-client-cpp/python/pkg/osx/osx-10.14/Vagrantfile b/pulsar-client-cpp/python/pkg/osx/osx-10.14/Vagrantfile
index cc7a808..c2e4423 100644
--- a/pulsar-client-cpp/python/pkg/osx/osx-10.14/Vagrantfile
+++ b/pulsar-client-cpp/python/pkg/osx/osx-10.14/Vagrantfile
@@ -1,3 +1,24 @@
+# -*- mode: ruby -*-
+# vi: set ft=ruby :
+#
+# 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.
+#
+
 Vagrant.configure("2") do |config|
   config.vm.box = "apachepulsar/osx-10.14-python-dev"
   config.vm.box_version = "0.2"
diff --git a/pulsar-function-go/README.md b/pulsar-function-go/README.md
deleted file mode 100644
index e69de29..0000000