Skip to content

Commit 20e6c46

Browse files
committed
update license
1 parent c0932f2 commit 20e6c46

24 files changed

+720
-261
lines changed

LICENSE

+674-201
Large diffs are not rendered by default.

src/Clock.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2021 [email protected] All rights reserved.
2+
// See accompanying files LICENSE.txt
43

54
#include "Clock.h"
65
#include <chrono>

src/Clock.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2022 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#pragma once
65

src/HHWheelTimer.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2021 [email protected] All rights reserved.
2+
// See accompanying files LICENSE.txt
43

54
#include "HHWheelTimer.h"
65
#include "Clock.h"

src/HHWheelTimer.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2022 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#pragma once
65

src/HashedWheelBucket.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2021 [email protected] All rights reserved.
2+
// See accompanying files LICENSE.txt
43

54
#include "HashedWheelBucket.h"
65
#include "HashedWheelTimer.h"

src/HashedWheelBucket.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2021 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#pragma once
65

src/HashedWheelTimer.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2021 [email protected] All rights reserved.
2+
// See accompanying files LICENSE.txt
43

54
#include "HashedWheelTimer.h"
65
#include "HashedWheelBucket.h"

src/HashedWheelTimer.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2021 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#pragma once
65

src/PriorityQueueTimer.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2022 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2021 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#include "PriorityQueueTimer.h"
65
#include "Clock.h"

src/PriorityQueueTimer.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2021 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#pragma once
65

src/QuatHeapTimer.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2022 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2022 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54

65
#include "QuatHeapTimer.h"

src/QuatHeapTimer.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2022 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#pragma once
65

src/RBTree-inl.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2022 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#pragma once
65

src/RBTree.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2022 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#pragma once
65

src/RBTreeTimer.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2022 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2022 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#include "RBTreeTimer.h"
65
#include "Clock.h"

src/RBTreeTimer.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2022 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#pragma once
65

src/TimerBase.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2022 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2021 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#include "TimerBase.h"
65
#include "PriorityQueueTimer.h"

src/TimerBase.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2021 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2022 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#pragma once
65

src/list_impl.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Distributed under GPLv3 license, see accompanying files LICENSE
2+
13
#pragma once
24

35
#include <stddef.h>

src/timer_list.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Distributed under GPLv3 license, see accompanying files LICENSE
2+
13
#include "timer_list.h"
24
#include <assert.h>
35

src/timer_list.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Distributed under GPLv3 license, see accompanying files LICENSE
2+
13
#pragma once
24

35
#include <stdint.h>

test/TestTimer.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2022 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2021 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#include <chrono>
65
#include <thread>

test/main.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright (C) 2022 [email protected]. All rights reserved.
2-
// Distributed under the terms and conditions of the Apache License.
3-
// See accompanying files LICENSE.
1+
// Copyright © 2021 [email protected] All rights reserved.
2+
// See accompanying files LICENSE
43

54
#include <iostream>
65
#include <time.h>

0 commit comments

Comments
 (0)