Skip to content

Commit

Permalink
Fix apache-rat check.
Browse files Browse the repository at this point in the history
Fix license header check error by apache-rat.
  • Loading branch information
codelipenghui authored Jun 22, 2019
1 parent a68801e commit d53d336
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
21 changes: 21 additions & 0 deletions pulsar-client-cpp/python/pkg/osx/osx-10.14/Vagrantfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Empty file removed pulsar-function-go/README.md
Empty file.

0 comments on commit d53d336

Please sign in to comment.