Skip to content

Commit

Permalink
Merge pull request OpenAtomFoundation#212 from wangshao1/optimize-rsy…
Browse files Browse the repository at this point in the history
…nc-wangsy

add copy right
  • Loading branch information
chejinge authored Jul 24, 2023
2 parents 1e7750b + afd133a commit 4a54423
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Operator

on:
push:
branches: [ "unstable", "*" ]
branches: [ "unstable" ]
pull_request:
branches: [ "unstable", "*" ]
branches: [ "unstable" ]

jobs:

Expand All @@ -29,7 +29,7 @@ jobs:

- name: Build
run: |
cd tools/pika_operator && make
cd tools/pika_operator && make
- name: Unit Test
run: |
Expand Down
5 changes: 5 additions & 0 deletions include/rsync_client.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2023-present, Qihoo, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.

#ifndef RSYNC_CLIENT_H_
#define RSYNC_CLIENT_H_
#include <glog/logging.h>
Expand Down
5 changes: 5 additions & 0 deletions include/rsync_client_thread.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2023-present, Qihoo, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.

#ifndef RSYNC_CLIENT_THREAD_H_
#define RSYNC_CLIENT_THREAD_H_

Expand Down
5 changes: 5 additions & 0 deletions include/rsync_server.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2023-present, Qihoo, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.

#ifndef RSYNC_SERVER_H_
#define RSYNC_SERVER_H_
#include <stdio.h>
Expand Down
5 changes: 5 additions & 0 deletions include/throttle.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2023-present, Qihoo, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.

#ifndef THROTTLE_H_
#define THROTTLE_H_
#include <atomic>
Expand Down
5 changes: 5 additions & 0 deletions src/rsync_client.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2023-present, Qihoo, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.

#include "include/rsync_client.h"
#include <stdio.h>
#include "include/pika_server.h"
Expand Down
5 changes: 5 additions & 0 deletions src/rsync_client_thread.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2023-present, Qihoo, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.

#include "include/rsync_client_thread.h"
#include "include/rsync_client.h"
#include "include/pika_define.h"
Expand Down
5 changes: 5 additions & 0 deletions src/rsync_server.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (c) 2023-present, Qihoo, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.

#include <filesystem>

#include <glog/logging.h>
Expand Down

0 comments on commit 4a54423

Please sign in to comment.