Skip to content

Commit 8a5c1ff

Browse files
authored
chore(license): check and fix *.txt files license (#1173)
1 parent a103b59 commit 8a5c1ff

44 files changed

Lines changed: 912 additions & 39 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/standardization_lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
7979
uses: actions/checkout@v2
8080
- name: Check License Header
81-
uses: apache/skywalking-eyes@v0.3.0
81+
uses: apache/skywalking-eyes@main
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # needed only when you want License-Eye to comment on the pull request.
8484
with:

.licenserc.yaml

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,17 @@ header:
4747
- 'src/rdsn/src/utils/test/TokenBucketTest.cpp'
4848
- 'src/rdsn/src/utils/test/TokenBucketTest.h'
4949
# https://github.com/preshing/cpp11-on-multicore/blob/master/LICENSE
50+
- 'src/rdsn/include/dsn/utility/hpc_locks/autoresetevent.h'
5051
- 'src/rdsn/include/dsn/utility/hpc_locks/autoreseteventcondvar.h'
52+
- 'src/rdsn/include/dsn/utility/hpc_locks/benaphore.h'
53+
- 'src/rdsn/include/dsn/utility/hpc_locks/bitfield.h'
54+
- 'src/rdsn/include/dsn/utility/hpc_locks/readme.txt'
5155
- 'src/rdsn/include/dsn/utility/hpc_locks/rwlock.h'
52-
- 'src/rdsn/include/dsn/utility/hpc_locks/autoresetevent.h'
5356
- 'src/rdsn/include/dsn/utility/hpc_locks/sema.h'
54-
- 'src/rdsn/include/dsn/utility/hpc_locks/bitfield.h'
55-
- 'src/rdsn/include/dsn/utility/hpc_locks/benaphore.h'
5657
# Copyright (c) xxxx The Chromium Authors
58+
- 'src/rdsn/include/dsn/utility/safe_strerror_posix.h'
5759
- 'src/rdsn/src/runtime/build_config.h'
5860
- 'src/rdsn/src/utils/test/autoref_ptr_test.cpp'
59-
- 'src/rdsn/include/dsn/utility/safe_strerror_posix.h'
6061
- 'src/rdsn/src/utils/safe_strerror_posix.cpp'
6162
# Copyright 2017 The Abseil Authors
6263
- 'src/rdsn/include/dsn/utility/absl/base/internal/invoke.h'
@@ -202,38 +203,46 @@ header:
202203
- 'src/rdsn/include/dsn/utility/utils.h'
203204
- 'src/rdsn/include/dsn/utility/work_queue.h'
204205
- 'src/rdsn/include/dsn/utils/time_utils.h'
206+
- 'src/rdsn/src/aio/CMakeLists.txt'
205207
- 'src/rdsn/src/aio/aio_provider.cpp'
206208
- 'src/rdsn/src/aio/aio_provider.h'
207209
- 'src/rdsn/src/aio/disk_engine.cpp'
208210
- 'src/rdsn/src/aio/disk_engine.h'
209211
- 'src/rdsn/src/aio/file_io.cpp'
210212
- 'src/rdsn/src/aio/native_linux_aio_provider.cpp'
211213
- 'src/rdsn/src/aio/native_linux_aio_provider.h'
214+
- 'src/rdsn/src/aio/test/CMakeLists.txt'
212215
- 'src/rdsn/src/aio/test/aio.cpp'
213216
- 'src/rdsn/src/aio/test/clear.sh'
214217
- 'src/rdsn/src/aio/test/config.ini'
218+
- 'src/rdsn/src/aio/test/copy_source.txt'
215219
- 'src/rdsn/src/aio/test/run.sh'
216220
- 'src/rdsn/src/block_service/test/config-test.ini'
221+
- 'src/rdsn/src/client/CMakeLists.txt'
217222
- 'src/rdsn/src/client/partition_resolver.cpp'
218223
- 'src/rdsn/src/client/partition_resolver_manager.cpp'
219224
- 'src/rdsn/src/client/partition_resolver_manager.h'
220225
- 'src/rdsn/src/client/partition_resolver_simple.cpp'
221226
- 'src/rdsn/src/client/partition_resolver_simple.h'
222227
- 'src/rdsn/src/client/replication_ddl_client.cpp'
228+
- 'src/rdsn/src/common/CMakeLists.txt'
223229
- 'src/rdsn/src/common/consensus.thrift'
224230
- 'src/rdsn/src/common/fs_manager.cpp'
225231
- 'src/rdsn/src/common/meta_admin.thrift'
226232
- 'src/rdsn/src/common/metadata.thrift'
227233
- 'src/rdsn/src/common/replica_admin.thrift'
228234
- 'src/rdsn/src/common/replication_common.cpp'
229235
- 'src/rdsn/src/common/replication_common.h'
236+
- 'src/rdsn/src/common/test/CMakeLists.txt'
230237
- 'src/rdsn/src/common/test/config-test.ini'
231238
- 'src/rdsn/src/common/test/duplication_common_test.cpp'
232239
- 'src/rdsn/src/common/test/main.cpp'
233240
- 'src/rdsn/src/common/test/run.sh'
241+
- 'src/rdsn/src/failure_detector/CMakeLists.txt'
234242
- 'src/rdsn/src/failure_detector/failure_detector.cpp'
235243
- 'src/rdsn/src/failure_detector/failure_detector_multimaster.cpp'
236244
- 'src/rdsn/src/failure_detector/fd.thrift'
245+
- 'src/rdsn/src/failure_detector/test/CMakeLists.txt'
237246
- 'src/rdsn/src/failure_detector/test/clear.sh'
238247
- 'src/rdsn/src/failure_detector/test/config-test.ini'
239248
- 'src/rdsn/src/failure_detector/test/config-whitelist-test-failed.ini'
@@ -244,6 +253,7 @@ header:
244253
- 'src/rdsn/src/http/http_message_parser.cpp'
245254
- 'src/rdsn/src/http/http_message_parser.h'
246255
- 'src/rdsn/src/http/test/run.sh'
256+
- 'src/rdsn/src/meta/CMakeLists.txt'
247257
- 'src/rdsn/src/meta/distributed_lock_service_simple.cpp'
248258
- 'src/rdsn/src/meta/distributed_lock_service_simple.h'
249259
- 'src/rdsn/src/meta/dump_file.h'
@@ -266,6 +276,8 @@ header:
266276
- 'src/rdsn/src/meta/server_load_balancer.h'
267277
- 'src/rdsn/src/meta/server_state.cpp'
268278
- 'src/rdsn/src/meta/server_state.h'
279+
- 'src/rdsn/src/meta/test/CMakeLists.txt'
280+
- 'src/rdsn/src/meta/test/balancer_simulator/CMakeLists.txt'
269281
- 'src/rdsn/src/meta/test/balancer_simulator/balancer_simulator.cpp'
270282
- 'src/rdsn/src/meta/test/balancer_validator.cpp'
271283
- 'src/rdsn/src/meta/test/clear.sh'
@@ -279,7 +291,7 @@ header:
279291
- 'src/rdsn/src/meta/test/meta_partition_guardian_test.cpp'
280292
- 'src/rdsn/src/meta/test/meta_service_test_app.h'
281293
- 'src/rdsn/src/meta/test/meta_split_service_test.cpp'
282-
- 'src/rdsn/src/meta/test/meta_state/clear.cmd'
294+
- 'src/rdsn/src/meta/test/meta_state/CMakeLists.txt'
283295
- 'src/rdsn/src/meta/test/meta_state/clear.sh'
284296
- 'src/rdsn/src/meta/test/meta_state/config-test.ini'
285297
- 'src/rdsn/src/meta/test/meta_state/main.cpp'
@@ -292,6 +304,7 @@ header:
292304
- 'src/rdsn/src/meta/test/server_state_test.cpp'
293305
- 'src/rdsn/src/meta/test/state_sync_test.cpp'
294306
- 'src/rdsn/src/meta/test/update_configuration_test.cpp'
307+
- 'src/rdsn/src/nfs/CMakeLists.txt'
295308
- 'src/rdsn/src/nfs/nfs.thrift'
296309
- 'src/rdsn/src/nfs/nfs_client_impl.cpp'
297310
- 'src/rdsn/src/nfs/nfs_client_impl.h'
@@ -301,17 +314,22 @@ header:
301314
- 'src/rdsn/src/nfs/nfs_node_simple.h'
302315
- 'src/rdsn/src/nfs/nfs_server_impl.cpp'
303316
- 'src/rdsn/src/nfs/nfs_server_impl.h'
317+
- 'src/rdsn/src/nfs/test/CMakeLists.txt'
304318
- 'src/rdsn/src/nfs/test/clear.sh'
305319
- 'src/rdsn/src/nfs/test/config.ini'
306320
- 'src/rdsn/src/nfs/test/main.cpp'
307321
- 'src/rdsn/src/nfs/test/run.sh'
322+
- 'src/rdsn/src/perf_counter/CMakeLists.txt'
308323
- 'src/rdsn/src/perf_counter/perf_counter.cpp'
309324
- 'src/rdsn/src/perf_counter/perf_counters.cpp'
325+
- 'src/rdsn/src/perf_counter/test/CMakeLists.txt'
310326
- 'src/rdsn/src/perf_counter/test/clear.sh'
311327
- 'src/rdsn/src/perf_counter/test/perf_counter_test.cpp'
312328
- 'src/rdsn/src/perf_counter/test/perf_counters_test.cpp'
313329
- 'src/rdsn/src/perf_counter/test/run.sh'
330+
- 'src/rdsn/src/remote_cmd/CMakeLists.txt'
314331
- 'src/rdsn/src/remote_cmd/command.thrift'
332+
- 'src/rdsn/src/replica/CMakeLists.txt'
315333
- 'src/rdsn/src/replica/backup/test/config-test.ini'
316334
- 'src/rdsn/src/replica/backup/test/run.sh'
317335
- 'src/rdsn/src/replica/bulk_load/test/config-test.ini'
@@ -349,6 +367,8 @@ header:
349367
- 'src/rdsn/src/replica/replication_service_app.cpp'
350368
- 'src/rdsn/src/replica/split/test/config-test.ini'
351369
- 'src/rdsn/src/replica/split/test/run.sh'
370+
- 'src/rdsn/src/replica/storage/CMakeLists.txt'
371+
- 'src/rdsn/src/replica/storage/simple_kv/CMakeLists.txt'
352372
- 'src/rdsn/src/replica/storage/simple_kv/clear.sh'
353373
- 'src/rdsn/src/replica/storage/simple_kv/config.ini'
354374
- 'src/rdsn/src/replica/storage/simple_kv/run.sh'
@@ -360,6 +380,7 @@ header:
360380
- 'src/rdsn/src/replica/storage/simple_kv/simple_kv.server.impl.cpp'
361381
- 'src/rdsn/src/replica/storage/simple_kv/simple_kv.server.impl.h'
362382
- 'src/rdsn/src/replica/storage/simple_kv/simple_kv.thrift'
383+
- 'src/rdsn/src/replica/storage/simple_kv/test/CMakeLists.txt'
363384
- 'src/rdsn/src/replica/storage/simple_kv/test/README.md'
364385
- 'src/rdsn/src/replica/storage/simple_kv/test/addcase.sh'
365386
- 'src/rdsn/src/replica/storage/simple_kv/test/case-000.act'
@@ -482,13 +503,15 @@ header:
482503
- 'src/rdsn/src/replica/storage/simple_kv/test/simple_kv.main.cpp'
483504
- 'src/rdsn/src/replica/storage/simple_kv/test/simple_kv.server.impl.cpp'
484505
- 'src/rdsn/src/replica/storage/simple_kv/test/simple_kv.server.impl.h'
506+
- 'src/rdsn/src/replica/test/CMakeLists.txt'
485507
- 'src/rdsn/src/replica/test/config-test.ini'
486508
- 'src/rdsn/src/replica/test/mock_utils.h'
487509
- 'src/rdsn/src/replica/test/mutation_log_learn_test.cpp'
488510
- 'src/rdsn/src/replica/test/mutation_log_test.cpp'
489511
- 'src/rdsn/src/replica/test/replica_test_base.h'
490512
- 'src/rdsn/src/replica/test/replication_service_test_app.h'
491513
- 'src/rdsn/src/replica/test/run.sh'
514+
- 'src/rdsn/src/runtime/CMakeLists.txt'
492515
- 'src/rdsn/src/runtime/core_main.cpp'
493516
- 'src/rdsn/src/runtime/dsn.layer2_types.cpp'
494517
- 'src/rdsn/src/runtime/env.sim.cpp'
@@ -500,6 +523,7 @@ header:
500523
- 'src/rdsn/src/runtime/profiler.cpp'
501524
- 'src/rdsn/src/runtime/profiler_header.h'
502525
- 'src/rdsn/src/runtime/providers.common.cpp'
526+
- 'src/rdsn/src/runtime/rpc/CMakeLists.txt'
503527
- 'src/rdsn/src/runtime/rpc/asio_net_provider.cpp'
504528
- 'src/rdsn/src/runtime/rpc/asio_net_provider.h'
505529
- 'src/rdsn/src/runtime/rpc/asio_rpc_session.cpp'
@@ -525,6 +549,7 @@ header:
525549
- 'src/rdsn/src/runtime/service_engine.cpp'
526550
- 'src/rdsn/src/runtime/service_engine.h'
527551
- 'src/rdsn/src/runtime/simulator.cpp'
552+
- 'src/rdsn/src/runtime/task/CMakeLists.txt'
528553
- 'src/rdsn/src/runtime/task/hpc_task_queue.cpp'
529554
- 'src/rdsn/src/runtime/task/hpc_task_queue.h'
530555
- 'src/rdsn/src/runtime/task/simple_task_queue.cpp'
@@ -539,8 +564,10 @@ header:
539564
- 'src/rdsn/src/runtime/task/task_spec.cpp'
540565
- 'src/rdsn/src/runtime/task/task_tracker.cpp'
541566
- 'src/rdsn/src/runtime/task/task_worker.cpp'
567+
- 'src/rdsn/src/runtime/test/CMakeLists.txt'
542568
- 'src/rdsn/src/runtime/test/async_call.cpp'
543569
- 'src/rdsn/src/runtime/test/clear.sh'
570+
- 'src/rdsn/src/runtime/test/command.txt'
544571
- 'src/rdsn/src/runtime/test/config-test-corrupt-message.ini'
545572
- 'src/rdsn/src/runtime/test/config-test-sim.ini'
546573
- 'src/rdsn/src/runtime/test/config-test.ini'
@@ -562,7 +589,9 @@ header:
562589
- 'src/rdsn/src/runtime/tool_api.cpp'
563590
- 'src/rdsn/src/runtime/tracer.cpp'
564591
- 'src/rdsn/src/runtime/zlocks.cpp'
592+
- 'src/rdsn/src/tools/CMakeLists.txt'
565593
- 'src/rdsn/src/tools/mutation_log_tool.cpp'
594+
- 'src/rdsn/src/utils/CMakeLists.txt'
566595
- 'src/rdsn/src/utils/binary_reader.cpp'
567596
- 'src/rdsn/src/utils/binary_writer.cpp'
568597
- 'src/rdsn/src/utils/command_manager.cpp'
@@ -581,6 +610,7 @@ header:
581610
- 'src/rdsn/src/utils/simple_logger.cpp'
582611
- 'src/rdsn/src/utils/simple_logger.h'
583612
- 'src/rdsn/src/utils/strings.cpp'
613+
- 'src/rdsn/src/utils/test/CMakeLists.txt'
584614
- 'src/rdsn/src/utils/test/address.cpp'
585615
- 'src/rdsn/src/utils/test/clear.sh'
586616
- 'src/rdsn/src/utils/test/command_manager.cpp'
@@ -611,11 +641,13 @@ header:
611641
- 'src/rdsn/src/utils/thread_access_checker.cpp'
612642
- 'src/rdsn/src/utils/utils.cpp'
613643
- 'src/rdsn/src/utils/zlock_provider.h'
644+
- 'src/rdsn/src/zookeeper/CMakeLists.txt'
614645
- 'src/rdsn/src/zookeeper/distributed_lock_service_zookeeper.cpp'
615646
- 'src/rdsn/src/zookeeper/distributed_lock_service_zookeeper.h'
616647
- 'src/rdsn/src/zookeeper/lock_struct.cpp'
617648
- 'src/rdsn/src/zookeeper/lock_struct.h'
618649
- 'src/rdsn/src/zookeeper/lock_types.h'
650+
- 'src/rdsn/src/zookeeper/test/CMakeLists.txt'
619651
- 'src/rdsn/src/zookeeper/test/clear.sh'
620652
- 'src/rdsn/src/zookeeper/test/config-test.ini'
621653
- 'src/rdsn/src/zookeeper/test/distributed_lock_zookeeper.cpp'

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ to deploying a standalone cluster of Pegasus containers on your local machine.
2727

2828
[![BuildThirdpartyDockerRegularly - build and publish thirdparty every week](https://github.com/apache/incubator-pegasus/actions/workflows/thirdparty-regular-push.yml/badge.svg)](https://github.com/apache/incubator-pegasus/actions/workflows/thirdparty-regular-push.yml)
2929

30-
[![BuildPegasusRegularly - build pegasus and rdsn on different env every day](https://github.com/apache/incubator-pegasus/actions/workflows/pegasus-regular-build.yml/badge.svg)](https://github.com/apache/incubator-pegasus/actions/workflows/pegasus-regular-build.yml)
30+
[![Lint and build regularly](https://github.com/apache/incubator-pegasus/actions/workflows/regular-build.yml/badge.svg)](https://github.com/apache/incubator-pegasus/actions/workflows/regular-build.yml)
3131

3232
## pegasus-build-env
3333

src/rdsn/src/aio/CMakeLists.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# The MIT License (MIT)
2+
#
3+
# Copyright (c) 2015 Microsoft Corporation
4+
#
5+
# -=- Robust Distributed System Nucleus (rDSN) -=-
6+
#
7+
# Permission is hereby granted, free of charge, to any person obtaining a copy
8+
# of this software and associated documentation files (the "Software"), to deal
9+
# in the Software without restriction, including without limitation the rights
10+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
# copies of the Software, and to permit persons to whom the Software is
12+
# furnished to do so, subject to the following conditions:
13+
#
14+
# The above copyright notice and this permission notice shall be included in
15+
# all copies or substantial portions of the Software.
16+
#
17+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23+
# THE SOFTWARE.
24+
125
set(MY_PROJ_NAME dsn_aio)
226

327
#Source files under CURRENT project directory will be automatically included.

src/rdsn/src/aio/test/CMakeLists.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# The MIT License (MIT)
2+
#
3+
# Copyright (c) 2015 Microsoft Corporation
4+
#
5+
# -=- Robust Distributed System Nucleus (rDSN) -=-
6+
#
7+
# Permission is hereby granted, free of charge, to any person obtaining a copy
8+
# of this software and associated documentation files (the "Software"), to deal
9+
# in the Software without restriction, including without limitation the rights
10+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
# copies of the Software, and to permit persons to whom the Software is
12+
# furnished to do so, subject to the following conditions:
13+
#
14+
# The above copyright notice and this permission notice shall be included in
15+
# all copies or substantial portions of the Software.
16+
#
17+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23+
# THE SOFTWARE.
24+
125
set(MY_PROJ_NAME dsn_aio_test)
226

327
# Source files under CURRENT project directory will be automatically included.

src/rdsn/src/block_service/fds/CMakeLists.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
118
set(MY_PROJ_NAME dsn.block_service.fds)
219

320
#Source files under CURRENT project directory will be automatically included.

src/rdsn/src/block_service/hdfs/CMakeLists.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
118
set(MY_PROJ_NAME dsn.block_service.hdfs)
219

320
set(DIRECTIO_SRC

src/rdsn/src/block_service/local/CMakeLists.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
118
set(MY_PROJ_NAME dsn.block_service.local)
219

320
#Source files under CURRENT project directory will be automatically included.

src/rdsn/src/client/CMakeLists.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# The MIT License (MIT)
2+
#
3+
# Copyright (c) 2015 Microsoft Corporation
4+
#
5+
# -=- Robust Distributed System Nucleus (rDSN) -=-
6+
#
7+
# Permission is hereby granted, free of charge, to any person obtaining a copy
8+
# of this software and associated documentation files (the "Software"), to deal
9+
# in the Software without restriction, including without limitation the rights
10+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
# copies of the Software, and to permit persons to whom the Software is
12+
# furnished to do so, subject to the following conditions:
13+
#
14+
# The above copyright notice and this permission notice shall be included in
15+
# all copies or substantial portions of the Software.
16+
#
17+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23+
# THE SOFTWARE.
24+
125
set(MY_PROJ_NAME dsn_client)
226

327
# Source files under CURRENT project directory will be automatically included.

0 commit comments

Comments
 (0)