Skip to content

Commit 7912b95

Browse files
committed
Updated license comments to make extra-clear that the code is dual-licensed under the Boost terms (issue #207)
1 parent 38e6a6f commit 7912b95

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

blockingconcurrentqueue.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// Provides an efficient blocking version of moodycamel::ConcurrentQueue.
2-
// ©2015-2016 Cameron Desrochers. Distributed under the terms of the simplified
2+
// ©2015-2020 Cameron Desrochers. Distributed under the terms of the simplified
33
// BSD license, available at the top of concurrentqueue.h.
4+
// Also dual-licensed under the Boost Software License (see LICENSE.md)
45
// Uses Jeff Preshing's semaphore implementation (under the terms of its
5-
// separate zlib license, embedded below).
6+
// separate zlib license, see lightweightsemaphore.h).
67

78
#pragma once
89

concurrentqueue.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// http://moodycamel.com/blog/2014/detailed-design-of-a-lock-free-queue
66

77
// Simplified BSD license:
8-
// Copyright (c) 2013-2016, Cameron Desrochers.
8+
// Copyright (c) 2013-2020, Cameron Desrochers.
99
// All rights reserved.
1010
//
1111
// Redistribution and use in source and binary forms, with or without modification,
@@ -27,6 +27,7 @@
2727
// TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
2828
// EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929

30+
// Also dual-licensed under the Boost Software License (see LICENSE.md)
3031

3132
#pragma once
3233

0 commit comments

Comments
 (0)