Skip to content

Commit 50e037e

Browse files
committed
Unify and update license
1 parent 13a5aa6 commit 50e037e

Some content is hidden

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

54 files changed

+57
-55
lines changed

LICENSE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Apache License
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
44

5+
Copyright (c) 2022 O-Net Communications Inc.
6+
57
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
68

79
1. Definitions.

common/Archive.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Archive.h
33
* @brief:
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

common/BlockingQueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: BlockingQueue.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
*************************************************************************/
77

88
#pragma once

common/Encoding.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @brief: Encoding utilities based on
44
* https://github.com/chronoxor/CppCommon/blob/master/include/string/encoding.h
55
*
6-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
6+
* Copyright (c) 2022 O-Net Communications Inc.
77
*************************************************************************/
88

99
#pragma once

common/Encoding_intl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @brief: Encoding utilities based on
44
* https://github.com/chronoxor/CppCommon/blob/master/include/string/encoding.h
55
*
6-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
6+
* Copyright (c) 2022 O-Net Communications Inc.
77
*************************************************************************/
88

99
#pragma once

common/FileSystem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: FileSystem.h
33
* @brief: std::filesystem adapter
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
*************************************************************************/
77

88
#pragma once

common/ForkJoinPool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: ForkJoinPool.h
33
* @brief:
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

common/Global.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Global.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
*************************************************************************/
77

88
#pragma once

common/MemoryLeaks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @brief: Include this file to detect memory leaks for MSVC builds.
44
* See details at https://github.com/KindDragon/vld
55
*
6-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
6+
* Copyright (c) 2022 O-Net Communications Inc.
77
*************************************************************************/
88

99
#pragma once

common/PointCloud.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: PointCloud.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

common/PropertyPath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: PropertyPath.h
33
* @brief:
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

common/Semaphore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Semaphore.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
*************************************************************************/
77

88
#pragma once

common/Serializer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Serializer.h
33
* @brief:
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

common/ThreadPool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: ThreadPool.cpp
33
* @brief: Based on ThreadPool @ https://github.com/progschj/ThreadPool.git
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
****************************************************************************/
77

88
#pragma once

common/ThreadPool_intl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: ThreadPool_intl.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
****************************************************************************/
77

88
#pragma once

common/Timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Timer.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
****************************************************************************/
77

88
#pragma once

common/Uuid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Uuid.h
33
* @brief:
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

common/Variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Variant.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

common/rttr/PropertyPath.impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: PropertyPath.impl
33
* @brief:
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

common/rttr/Variant.impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Variant.impl.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

common/std/PropertyPath.impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: PropertyPath.impl
33
* @brief:
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

common/std/Variant.impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Variant.impl
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

logging/Logging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Logging.h
33
* @brief: spdlog based Logger
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
*************************************************************************/
77

88
#pragma once

logging/Logging_intl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Logging_intl.h
33
* @brief: Logging internal implementations
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
**************************************************************************/
77

88
#include <common/FileSystem.h>

network/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Common.h
33
* @brief: Network common header
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
*************************************************************************/
77

88
#pragma once

network/TcpClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: TcpClient.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
*************************************************************************/
77

88
#pragma once

network/TcpServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: TcpServer.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
*************************************************************************/
77

88
#pragma once

network/UdpClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: UdpClient.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
*************************************************************************/
77

88
#pragma once

network/UdpServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: UdpServer.h
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
*************************************************************************/
77

88
#pragma once

sequence/Container.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Container.h
33
* @brief:
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

sequence/Link.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: Link.h
33
* @brief:
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

sequence/Processor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*****************************************************************************
22
* @file: Processor.h
3-
* @brief: 处理单元基类,该类是序列中的最小可执行单元。
3+
* @brief: The minimal executable unit in a sequence.
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
* **************************************************************************/
88

sequence/Sequence.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*****************************************************************************
22
* @file: Sequence.hpp
3-
* @brief: 定义执行序列基类
3+
* @brief: A series of processors that are connected by links.
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
* **************************************************************************/
88

tests/common/BlockingQueueTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: BlockingQueueTests.cpp
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
**************************************************************************/
77

88
#include <common/BlockingQueue.h>

tests/common/EigenTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: UuidTests.cpp
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
**************************************************************************/
77

88
#include <gtest/gtest.h>

tests/common/EncodingTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: EncodingTests.cpp
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
**************************************************************************/
77

88
#include <common/Encoding.h>

tests/common/MemoryLeaksTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: EncodingTests.cpp
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
**************************************************************************/
77

88
#include <common/MemoryLeaks.h>

tests/common/PropertyPathTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: PropertyPathTests.cpp
33
* @brief:
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

tests/common/SemaphoreTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: SemaphoreTests.cpp
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
**************************************************************************/
77

88
#include <common/Semaphore.h>

tests/common/SerializationTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: SerializationTests.cpp
33
* @brief:
44
*
5-
* Copyright (c) 2022 PIQS Technologies.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

tests/common/ThreadPoolTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: ThreadPoolTests.cpp
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
**************************************************************************/
77

88
#include <common/ThreadPool.h>

tests/common/TimerTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: TimerTests.cpp
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
**************************************************************************/
77

88
#include <common/Timer.h>

tests/common/UuidTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: UuidTests.cpp
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
**************************************************************************/
77

88
#include <common/Uuid.h>

tests/common/VariantTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file: VariantTests.cpp
33
* @brief:
44
*
5-
* Copyright (c) 2021 O-Net Technologies (Group) Limited.
5+
* Copyright (c) 2022 O-Net Communications Inc.
66
* All rights reserved.
77
*************************************************************************/
88

0 commit comments

Comments
 (0)