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

harishgokul01 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/development by this push:
     new e075d52d Update file permissions and remove license comments from 
configuration files
e075d52d is described below

commit e075d52daeb68e2cf232c8d9ee68eea6366d4545
Author: harish876 <[email protected]>
AuthorDate: Mon Dec 15 01:51:49 2025 +0000

    Update file permissions and remove license comments from configuration files
---
 ecosystem/graphql/INSTALL.sh                           |  0
 .../graphql/service/http_server/server_config.config   | 18 ------------------
 .../service/tools/config/interface/client.config       | 17 -----------------
 .../service/tools/config/interface/service.config      | 17 -----------------
 .../graphql/service/tools/config/server/server.config  | 17 -----------------
 platform/config/BUILD                                  | 14 --------------
 6 files changed, 83 deletions(-)

diff --git a/ecosystem/graphql/INSTALL.sh b/ecosystem/graphql/INSTALL.sh
old mode 100644
new mode 100755
diff --git a/ecosystem/graphql/service/http_server/server_config.config 
b/ecosystem/graphql/service/http_server/server_config.config
index 58551cc5..d5755a7f 100644
--- a/ecosystem/graphql/service/http_server/server_config.config
+++ b/ecosystem/graphql/service/http_server/server_config.config
@@ -1,21 +1,3 @@
-// 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.
-
-
 1 127.0.0.1 10001
 2 127.0.0.1 10002
 3 127.0.0.1 10003
diff --git a/ecosystem/graphql/service/tools/config/interface/client.config 
b/ecosystem/graphql/service/tools/config/interface/client.config
index 1334de2b..e1bcc905 100644
--- a/ecosystem/graphql/service/tools/config/interface/client.config
+++ b/ecosystem/graphql/service/tools/config/interface/client.config
@@ -1,18 +1 @@
-// 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.
-
 5 127.0.0.1 10005
diff --git a/ecosystem/graphql/service/tools/config/interface/service.config 
b/ecosystem/graphql/service/tools/config/interface/service.config
index 3d1f8e9c..d357ba73 100644
--- a/ecosystem/graphql/service/tools/config/interface/service.config
+++ b/ecosystem/graphql/service/tools/config/interface/service.config
@@ -1,20 +1,3 @@
-// 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.
-
 5 127.0.0.1 10005
 
 
diff --git a/ecosystem/graphql/service/tools/config/server/server.config 
b/ecosystem/graphql/service/tools/config/server/server.config
index 1e7280bc..e75cbf7c 100644
--- a/ecosystem/graphql/service/tools/config/server/server.config
+++ b/ecosystem/graphql/service/tools/config/server/server.config
@@ -1,20 +1,3 @@
-// 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.
-
 {
   region : {
     replica_info : {
diff --git a/platform/config/BUILD b/platform/config/BUILD
index 45248e94..14f17e7e 100644
--- a/platform/config/BUILD
+++ b/platform/config/BUILD
@@ -28,26 +28,12 @@ cc_library(
     ],
 )
 
-
-#filegroup(
-#    name = "data_files",
-#    srcs = ["test.config", "expect_test.config"],
-#)
-#
-#cc_library(
-#    name = "test_config_data",
-#     "//platform/config:expect_test.config",
-#    ],
-#)
-#
-
 cc_test(
     name = "resdb_config_test",
     srcs = ["resdb_config_test.cpp"],
     timeout = "short",
     deps = [
         ":resdb_config",
-        ":resdb_config_utils",
         "//common/test:test_main",
         ":resdb_config_utils",
     ],

Reply via email to