From a4107f8dbbde519982e79ce09c3adf874f2a0a29 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Apr 2022 03:45:47 +0000 Subject: [PATCH 1/2] fix DEVELOPMENT --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 26ef4ac8..4f157a12 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -5,7 +5,7 @@ > apt-get install git cmake build-essential protobuf-compiler libprotobuf-dev golang-go libunwind-dev libicu-dev **2. Build** -> git clone git@git.bilibili.co:quic/quiche.git && cd quiche +> git clone https://github.com/bilibili/quiche.git && cd quiche > git submodule update --init --recursive > mkdir -p build > cd build && cmake .. From 0a9e1f717851acf5575ca489e0a7d71d3ac342f9 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Apr 2022 03:57:15 +0000 Subject: [PATCH 2/2] fix DEVELOPMENT --- base/bvc-qlog/src/base_qlogger.cc | 2 -- base/bvc-qlog/src/file_qlogger.h | 8 -------- base/bvc-qlog/src/qlogger_constants.cc | 8 -------- 3 files changed, 18 deletions(-) diff --git a/base/bvc-qlog/src/base_qlogger.cc b/base/bvc-qlog/src/base_qlogger.cc index b50ed5df..0bb72aa2 100644 --- a/base/bvc-qlog/src/base_qlogger.cc +++ b/base/bvc-qlog/src/base_qlogger.cc @@ -1,5 +1,3 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved - #include "base/bvc-qlog/src/base_qlogger.h" #include "gquiche/quic/core/quic_types.h" #include "platform/quiche_platform_impl/quiche_text_utils_impl.h" diff --git a/base/bvc-qlog/src/file_qlogger.h b/base/bvc-qlog/src/file_qlogger.h index c1b1d275..a8227505 100644 --- a/base/bvc-qlog/src/file_qlogger.h +++ b/base/bvc-qlog/src/file_qlogger.h @@ -1,11 +1,3 @@ -/* - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - */ - #pragma once #include #include diff --git a/base/bvc-qlog/src/qlogger_constants.cc b/base/bvc-qlog/src/qlogger_constants.cc index c96184e9..096947c9 100644 --- a/base/bvc-qlog/src/qlogger_constants.cc +++ b/base/bvc-qlog/src/qlogger_constants.cc @@ -1,11 +1,3 @@ -/* - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - */ - #include "base/bvc-qlog/src/qlogger_constants.h" namespace quic {