This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/master by this push:
new 8daa38c5 add header
8daa38c5 is described below
commit 8daa38c5a65e4da23e1acb67ed795df9f8dcf6a5
Author: Ubuntu <[email protected]>
AuthorDate: Mon Jul 14 14:49:01 2025 +0000
add header
---
.licenserc.yaml | 3 ---
WORKSPACE | 17 +++++++++++++++++
repositories.bzl | 18 ++++++++++++++++++
3 files changed, 35 insertions(+), 3 deletions(-)
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 2cb7e2a9..ae67f6f1 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -13,10 +13,7 @@ header:
- '**/*.sol'
- '**/*.pri'
- '**/*.pub'
- - 'Doxyfile'
- - 'header'
- 'dev/.rat-excludes'
- - '**/*.md'
- 'DISCLAIMER'
- 'NOTICE'
- 'LICENSE'
diff --git a/WORKSPACE b/WORKSPACE
index 98a7d203..ba145119 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,3 +1,20 @@
+# 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 = "com_resdb_nexres")
diff --git a/repositories.bzl b/repositories.bzl
index 6b69cbf1..fe0d768d 100644
--- a/repositories.bzl
+++ b/repositories.bzl
@@ -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.
+#
+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")