Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 4ece915

Browse files
tcm-marcelapavlo
authored andcommitted
Fix duplicated headers
1 parent dea4874 commit 4ece915

File tree

4 files changed

+4
-49
lines changed

4 files changed

+4
-49
lines changed

src/network/peloton_server.cpp

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,10 @@
66
//
77
// Identification: src/network/peloton_server.cpp
88
//
9-
// Copyright (c) 2015-2017, Carnegie Mellon University Database Group
9+
// Copyright (c) 2015-2018, Carnegie Mellon University Database Group
1010
//
1111
//===----------------------------------------------------------------------===//
1212

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-
//===----------------------------------------------------------------------===//
2413
#include "event2/thread.h"
2514
#include <fstream>
2615

src/network/postgres_protocol_handler.cpp

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,7 @@
66
//
77
// Identification: src/network/postgres_protocol_handler.cpp
88
//
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
2210
//
2311
//===----------------------------------------------------------------------===//
2412

src/network/protocol_handler.cpp

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,10 @@
66
//
77
// Identification: src/network/protocol_handler.cpp
88
//
9-
// Copyright (c) 2015-2017, Carnegie Mellon University Database Group
9+
// Copyright (c) 2015-2018, Carnegie Mellon University Database Group
1010
//
1111
//===----------------------------------------------------------------------===//
1212

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-
//===----------------------------------------------------------------------===//
2413
#include "network/protocol_handler.h"
2514

2615
#include <boost/algorithm/string.hpp>

src/network/service/network_address.cpp

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,10 @@
66
//
77
// Identification: src/network/service/network_address.cpp
88
//
9-
// Copyright (c) 2015-2017, Carnegie Mellon University Database Group
9+
// Copyright (c) 2015-2018, Carnegie Mellon University Database Group
1010
//
1111
//===----------------------------------------------------------------------===//
1212

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-
//===----------------------------------------------------------------------===//
2413
#include "network/service/network_address.h"
2514

2615
#include <netdb.h>

0 commit comments

Comments
 (0)