Skip to content

Commit 7686ece

Browse files
Wu Taoneverchanje
authored andcommitted
chore: sort out in-source 3rdparty licenses under rdsn (#637)
1 parent ad2fffc commit 7686ece

1 file changed

Lines changed: 80 additions & 0 deletions

File tree

LICENSE

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,3 +327,83 @@ src/shell/argh.h - BSD 3-Clause
327327
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
328328
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
329329
POSSIBILITY OF SUCH DAMAGE.
330+
331+
--------------------------------------------------------------------------------
332+
333+
rdsn/include/dsn/utility/smart_pointers.h - Apache 2.0 License
334+
rdsn/include/dsn/utility/string_view.h
335+
rdsn/include/dsn/utility/absl/base/internal/invoke.h
336+
rdsn/include/dsn/utility/absl/utility/utility.h
337+
rdsn/src/utils/memutil.h
338+
rdsn/src/utils/string_view.cpp
339+
rdsn/src/utils/test/memutil_test.cpp
340+
rdsn/src/utils/test/smart_pointers_test.cpp
341+
rdsn/src/utils/test/string_view_test.cpp
342+
343+
Copyright 2017 The Abseil Authors.
344+
345+
Licensed under the Apache License, Version 2.0 (the "License");
346+
you may not use this file except in compliance with the License.
347+
You may obtain a copy of the License at
348+
349+
http://www.apache.org/licenses/LICENSE-2.0
350+
351+
Unless required by applicable law or agreed to in writing, software
352+
distributed under the License is distributed on an "AS IS" BASIS,
353+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
354+
See the License for the specific language governing permissions and
355+
limitations under the License.
356+
357+
--------------------------------------------------------------------------------
358+
359+
rdsn/src/http/pprof_http_service.cpp - Apache 2.0 License
360+
rdsn/include/dsn/utility/timer.h
361+
rdsn/include/dsn/utility/string_splitter.h
362+
363+
Copyright (c) 2011 Baidu, Inc.
364+
365+
Licensed under the Apache License, Version 2.0 (the "License");
366+
you may not use this file except in compliance with the License.
367+
You may obtain a copy of the License at
368+
369+
http://www.apache.org/licenses/LICENSE-2.0
370+
371+
Unless required by applicable law or agreed to in writing, software
372+
distributed under the License is distributed on an "AS IS" BASIS,
373+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
374+
See the License for the specific language governing permissions and
375+
limitations under the License.
376+
377+
--------------------------------------------------------------------------------
378+
379+
rdsn/include/dsn/utility/safe_strerror_posix.h - 3-clause BSD
380+
rdsn/src/runtime/build_config.h
381+
rdsn/src/utils/test/autoref_ptr_test.cpp
382+
383+
Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
384+
385+
Redistribution and use in source and binary forms, with or without
386+
modification, are permitted provided that the following conditions are
387+
met:
388+
389+
* Redistributions of source code must retain the above copyright
390+
notice, this list of conditions and the following disclaimer.
391+
* Redistributions in binary form must reproduce the above
392+
copyright notice, this list of conditions and the following disclaimer
393+
in the documentation and/or other materials provided with the
394+
distribution.
395+
* Neither the name of Google Inc. nor the names of its
396+
contributors may be used to endorse or promote products derived from
397+
this software without specific prior written permission.
398+
399+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
400+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
401+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
402+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
403+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
404+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
405+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
406+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
407+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
408+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
409+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)