You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/07/15 14:15:32 UTC

[rocketmq-apis] branch main updated: Add apache license header for bazel build file

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

aaronai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git


The following commit(s) were added to refs/heads/main by this push:
     new 2cbdf91  Add apache license header for bazel build file
2cbdf91 is described below

commit 2cbdf9145eaef021c257eb10973c23f858e1883f
Author: 凌楚 <ya...@alibaba-inc.com>
AuthorDate: Fri Jul 15 22:15:10 2022 +0800

    Add apache license header for bazel build file
---
 BUILD.bazel      | 15 +++++++++++++++
 WORKSPACE        | 15 +++++++++++++++
 cpp/BUILD.bazel  | 15 +++++++++++++++
 java/BUILD.bazel | 15 +++++++++++++++
 4 files changed, 60 insertions(+)

diff --git a/BUILD.bazel b/BUILD.bazel
index a9d1cb6..035a9d8 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -1,3 +1,18 @@
+# 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.
+
 package(default_visibility = ["//visibility:public"])
 
 proto_library(
diff --git a/WORKSPACE b/WORKSPACE
index df587d0..84e89f9 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,3 +1,18 @@
+# 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.
+
 workspace(name = "org_apache_rocketmq_apis")
 
 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
diff --git a/cpp/BUILD.bazel b/cpp/BUILD.bazel
index 5a0726b..49f5fe2 100644
--- a/cpp/BUILD.bazel
+++ b/cpp/BUILD.bazel
@@ -1,3 +1,18 @@
+# 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.
+
 load("//:plugin.bzl", "proto_plugin")
 load(":cpp_grpc_library.bzl", "cpp_grpc_library")
 
diff --git a/java/BUILD.bazel b/java/BUILD.bazel
index 93daa4c..3d1eb37 100644
--- a/java/BUILD.bazel
+++ b/java/BUILD.bazel
@@ -1,3 +1,18 @@
+# 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.
+
 load("//:plugin.bzl", "proto_plugin")
 load("@graknlabs_bazel_distribution//maven:rules.bzl", "assemble_maven", "deploy_maven")
 load(":java_grpc_compile.bzl", "java_grpc_compile")