This repository was archived by the owner on Sep 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-49
lines changed Expand file tree Collapse file tree 4 files changed +4
-49
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// Identification: src/network/peloton_server.cpp
8
8
//
9
- // Copyright (c) 2015-2017 , Carnegie Mellon University Database Group
9
+ // Copyright (c) 2015-2018 , Carnegie Mellon University Database Group
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
13
- // ===----------------------------------------------------------------------===//
14
- //
15
- // Peloton
16
- //
17
- // peloton_server.cpp
18
- //
19
- // Identification: src/network/peloton_server.cpp
20
- //
21
- // Copyright (c) 2015-17, Carnegie Mellon University Database Group
22
- //
23
- // ===----------------------------------------------------------------------===//
24
13
#include " event2/thread.h"
25
14
#include < fstream>
26
15
Original file line number Diff line number Diff line change 6
6
//
7
7
// Identification: src/network/postgres_protocol_handler.cpp
8
8
//
9
- // Copyright (c) 2015-2017, Carnegie Mellon University Database Group
10
- //
11
- // ===----------------------------------------------------------------------===//
12
-
13
- // ===----------------------------------------------------------------------===//
14
- //
15
- // Peloton
16
- //
17
- // postgres_protocol_handler.cpp
18
- //
19
- // Identification: src/network/postgres_protocol_handler.cpp
20
- //
21
- // Copyright (c) 2015-17, Carnegie Mellon University Database Group
9
+ // Copyright (c) 2015-2018, Carnegie Mellon University Database Group
22
10
//
23
11
// ===----------------------------------------------------------------------===//
24
12
Original file line number Diff line number Diff line change 6
6
//
7
7
// Identification: src/network/protocol_handler.cpp
8
8
//
9
- // Copyright (c) 2015-2017 , Carnegie Mellon University Database Group
9
+ // Copyright (c) 2015-2018 , Carnegie Mellon University Database Group
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
13
- // ===----------------------------------------------------------------------===//
14
- //
15
- // Peloton
16
- //
17
- // protocol_handler.h
18
- //
19
- // Identification: src/include/network/protocol_handler.h
20
- //
21
- // Copyright (c) 2015-17, Carnegie Mellon University Database Group
22
- //
23
- // ===----------------------------------------------------------------------===//
24
13
#include " network/protocol_handler.h"
25
14
26
15
#include < boost/algorithm/string.hpp>
Original file line number Diff line number Diff line change 6
6
//
7
7
// Identification: src/network/service/network_address.cpp
8
8
//
9
- // Copyright (c) 2015-2017 , Carnegie Mellon University Database Group
9
+ // Copyright (c) 2015-2018 , Carnegie Mellon University Database Group
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
13
- // ===----------------------------------------------------------------------===//
14
- //
15
- // Peloton
16
- //
17
- // tcp_address.cpp
18
- //
19
- // Identification: src/network/tcp_address.cpp
20
- //
21
- // Copyright (c) 2015-16, Carnegie Mellon University Database Group
22
- //
23
- // ===----------------------------------------------------------------------===//
24
13
#include " network/service/network_address.h"
25
14
26
15
#include < netdb.h>
You can’t perform that action at this time.
0 commit comments