201
201
limitations under the License.
202
202
203
203
--------------------------------------------------------------------------------
204
- src/kudu /gutil (some portions): Apache 2.0, and 3-clause BSD
204
+ src/yb /gutil (some portions): Apache 2.0, and 3-clause BSD
205
205
206
206
This module is derived from code in the Chromium project, copyright
207
207
(c) Google inc and (c) The Chromium Authors and licensed under the
@@ -237,7 +237,7 @@ Apache 2.0 License or the under the 3-clause BSD license:
237
237
238
238
--------------------------------------------------------------------------------
239
239
240
- src/kudu /gutil/utf: licensed under the following terms:
240
+ src/yb /gutil/utf: licensed under the following terms:
241
241
242
242
UTF-8 Library
243
243
@@ -256,7 +256,7 @@ src/kudu/gutil/utf: licensed under the following terms:
256
256
257
257
--------------------------------------------------------------------------------
258
258
259
- src/kudu /gutil/valgrind.h: Hybrid BSD (half BSD, half zlib)
259
+ src/yb /gutil/valgrind.h: Hybrid BSD (half BSD, half zlib)
260
260
261
261
This file is part of Valgrind, a dynamic binary instrumentation
262
262
framework.
@@ -295,7 +295,7 @@ src/kudu/gutil/valgrind.h: Hybrid BSD (half BSD, half zlib)
295
295
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
296
296
297
297
--------------------------------------------------------------------------------
298
- src/kudu /util (some portions): 3-clause BSD license
298
+ src/yb /util (some portions): 3-clause BSD license
299
299
300
300
Some portions of this module are derived from code from LevelDB
301
301
( https://github.com/google/leveldb ):
@@ -329,7 +329,7 @@ Some portions of this module are derived from code from LevelDB
329
329
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
330
330
331
331
--------------------------------------------------------------------------------
332
- src/kudu /util (HdrHistogram-related classes): public domain
332
+ src/yb /util (HdrHistogram-related classes): public domain
333
333
334
334
Portions of these classes were ported from Java to C++ from the sources
335
335
available at https://github.com/HdrHistogram/HdrHistogram .
@@ -340,7 +340,7 @@ available at https://github.com/HdrHistogram/HdrHistogram .
340
340
341
341
--------------------------------------------------------------------------------
342
342
343
- src/kudu /util/random-util.cc: some portions adapted from WebRTC project
343
+ src/yb /util/random-util.cc: some portions adapted from WebRTC project
344
344
(modules/video_coding/main/test/test_util.cc) under a 3-clause BSD license.
345
345
346
346
Copyright (c) 2011, The WebRTC project authors. All rights reserved.
@@ -375,7 +375,7 @@ src/kudu/util/random-util.cc: some portions adapted from WebRTC project
375
375
376
376
--------------------------------------------------------------------------------
377
377
378
- src/kudu /util/sync_point: adapted from the RocksDB project under a 3-clause
378
+ src/yb /util/sync_point: adapted from the RocksDB project under a 3-clause
379
379
BSD license with an additional grant of patent rights:
380
380
381
381
Copyright (c) 2014, Facebook, Inc.
@@ -445,7 +445,7 @@ BSD license with an additional grant of patent rights:
445
445
446
446
--------------------------------------------------------------------------------
447
447
448
- src/kudu /server/url-coding.cc: some portions adapted from the Boost project
448
+ src/yb /server/url-coding.cc: some portions adapted from the Boost project
449
449
thirdparty/boost_uuid/:
450
450
451
451
Boost Software License - Version 1.0 - August 17th, 2003
@@ -576,7 +576,7 @@ www/jquery*.js: MIT license
576
576
577
577
--------------------------------------------------------------------------------
578
578
579
- java/kudu -client/src/main/java/org/kududb /util/: Slice.java and Slices.java
579
+ java/yb -client/src/main/java/org/ybdb /util/: Slice.java and Slices.java
580
580
581
581
Derived from the LevelDB Java project at https://github.com/dain/leveldb/
582
582
Licensed under the Apache 2.0 license with the following copyrights:
@@ -598,7 +598,7 @@ java/kudu-client/src/main/java/org/kududb/util/: Slice.java and Slices.java
598
598
599
599
--------------------------------------------------------------------------------
600
600
601
- java/kudu -client/: Some classes are derived from the AsyncHBase project
601
+ java/yb -client/: Some classes are derived from the AsyncHBase project
602
602
under the following 3-clause BSD license:
603
603
604
604
Copyright (C) 2010-2012 The Async HBase Authors. All rights reserved.
0 commit comments