Skip to content

Commit 30fa144

Browse files
committed
Removing some irrelevant files
Summary: Removing some irrelevant files (Kudu Python client, some build support tools we are not using, disclaimer, etc.) Test Plan: Build locally Jenkins: skip Reviewers: karthik, kannan, bharat Reviewed By: kannan, bharat Subscribers: ybase Differential Revision: https://phabricator.dev.yugabyte.com/D2875
1 parent ad2e046 commit 30fa144

31 files changed

+46
-5221
lines changed

CONTRIBUTING.adoc

-18
This file was deleted.

DISCLAIMER

-8
This file was deleted.

Doxyfile

+17-15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Doxyfile 1.8.5
22

3+
# This file was initially automatically generated by Doxygen.
4+
#
5+
# The following only applies to changes made to this file as part of YugaByte development.
6+
#
7+
# Portions Copyright (c) YugaByte, Inc.
8+
#
9+
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
10+
# in compliance with the License. You may obtain a copy of the License at
11+
#
12+
# http://www.apache.org/licenses/LICENSE-2.0
13+
#
14+
# Unless required by applicable law or agreed to in writing, software distributed under the License
15+
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
16+
# or implied. See the License for the specific language governing permissions and limitations
17+
# under the License.
18+
#
19+
320
# This file describes the settings to be used by the documentation system
421
# doxygen (www.doxygen.org) for a project.
522
#
@@ -24,21 +41,6 @@
2441
# for the list of possible encodings.
2542
# The default value is: UTF-8.
2643

27-
#
28-
# The following only applies to changes made to this file as part of YugaByte development.
29-
#
30-
# Portions Copyright (c) YugaByte, Inc.
31-
#
32-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
33-
# in compliance with the License. You may obtain a copy of the License at
34-
#
35-
# http://www.apache.org/licenses/LICENSE-2.0
36-
#
37-
# Unless required by applicable law or agreed to in writing, software distributed under the License
38-
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
39-
# or implied. See the License for the specific language governing permissions and limitations
40-
# under the License.
41-
#
4244
DOXYFILE_ENCODING = UTF-8
4345

4446
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by

LICENSE.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
limitations under the License.
202202

203203
--------------------------------------------------------------------------------
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
205205

206206
This module is derived from code in the Chromium project, copyright
207207
(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:
237237

238238
--------------------------------------------------------------------------------
239239

240-
src/kudu/gutil/utf: licensed under the following terms:
240+
src/yb/gutil/utf: licensed under the following terms:
241241

242242
UTF-8 Library
243243

@@ -256,7 +256,7 @@ src/kudu/gutil/utf: licensed under the following terms:
256256

257257
--------------------------------------------------------------------------------
258258

259-
src/kudu/gutil/valgrind.h: Hybrid BSD (half BSD, half zlib)
259+
src/yb/gutil/valgrind.h: Hybrid BSD (half BSD, half zlib)
260260

261261
This file is part of Valgrind, a dynamic binary instrumentation
262262
framework.
@@ -295,7 +295,7 @@ src/kudu/gutil/valgrind.h: Hybrid BSD (half BSD, half zlib)
295295
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
296296

297297
--------------------------------------------------------------------------------
298-
src/kudu/util (some portions): 3-clause BSD license
298+
src/yb/util (some portions): 3-clause BSD license
299299

300300
Some portions of this module are derived from code from LevelDB
301301
( https://github.com/google/leveldb ):
@@ -329,7 +329,7 @@ Some portions of this module are derived from code from LevelDB
329329
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
330330

331331
--------------------------------------------------------------------------------
332-
src/kudu/util (HdrHistogram-related classes): public domain
332+
src/yb/util (HdrHistogram-related classes): public domain
333333

334334
Portions of these classes were ported from Java to C++ from the sources
335335
available at https://github.com/HdrHistogram/HdrHistogram .
@@ -340,7 +340,7 @@ available at https://github.com/HdrHistogram/HdrHistogram .
340340

341341
--------------------------------------------------------------------------------
342342

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
344344
(modules/video_coding/main/test/test_util.cc) under a 3-clause BSD license.
345345

346346
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
375375

376376
--------------------------------------------------------------------------------
377377

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
379379
BSD license with an additional grant of patent rights:
380380

381381
Copyright (c) 2014, Facebook, Inc.
@@ -445,7 +445,7 @@ BSD license with an additional grant of patent rights:
445445

446446
--------------------------------------------------------------------------------
447447

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
449449
thirdparty/boost_uuid/:
450450

451451
Boost Software License - Version 1.0 - August 17th, 2003
@@ -576,7 +576,7 @@ www/jquery*.js: MIT license
576576

577577
--------------------------------------------------------------------------------
578578

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
580580

581581
Derived from the LevelDB Java project at https://github.com/dain/leveldb/
582582
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
598598

599599
--------------------------------------------------------------------------------
600600

601-
java/kudu-client/: Some classes are derived from the AsyncHBase project
601+
java/yb-client/: Some classes are derived from the AsyncHBase project
602602
under the following 3-clause BSD license:
603603

604604
Copyright (C) 2010-2012 The Async HBase Authors. All rights reserved.

build-support/check_compatibility.py

-232
This file was deleted.

0 commit comments

Comments
 (0)