Skip to content

Commit 597c8e6

Browse files
authored
Merge pull request #195 from pmienk/master
Update copyright notice.
2 parents 60ea5fc + 321d60b commit 597c8e6

37 files changed

+36
-45
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This license applies to all works under this directory.
22

33
Libbitcoin - C++ Bitcoin Development Toolkit and Applications
4-
Copyright © 2011-2017 libbitcoin developers (see AUTHORS)
4+
Copyright © 2011-2018 libbitcoin developers (see AUTHORS)
55

66
This program is free software: you can redistribute it and/or modify
77
it under the terms of the GNU Affero General Public License as published by

builds/cmake/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,9 @@ set( CMAKE_CXX_STANDARD_REQUIRED ON )
4242
# Warn on all stuff.
4343
add_compile_options( "-Wall" )
4444

45-
# Warn on all stuff.
46-
add_compile_options( "-Wall" )
47-
4845
# Warn on extra stuff.
4946
add_compile_options( "-Wextra" )
5047

51-
# Warn on extra stuff.
52-
add_compile_options( "-Wextra" )
53-
54-
# Be really annoying.
55-
add_compile_options( "-Wpedantic" )
56-
5748
# Be really annoying.
5849
add_compile_options( "-Wpedantic" )
5950

include/bitcoin/protocol/define.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2017 libbitcoin developers (see AUTHORS)
2+
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
33
*
44
* This file is part of libbitcoin.
55
*

include/bitcoin/protocol/settings.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2017 libbitcoin developers (see AUTHORS)
2+
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
33
*
44
* This file is part of libbitcoin.
55
*

include/bitcoin/protocol/zmq/authenticator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2017 libbitcoin developers (see AUTHORS)
2+
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
33
*
44
* This file is part of libbitcoin.
55
*

include/bitcoin/protocol/zmq/certificate.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2017 libbitcoin developers (see AUTHORS)
2+
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
33
*
44
* This file is part of libbitcoin.
55
*

include/bitcoin/protocol/zmq/context.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2017 libbitcoin developers (see AUTHORS)
2+
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
33
*
44
* This file is part of libbitcoin.
55
*

include/bitcoin/protocol/zmq/frame.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2017 libbitcoin developers (see AUTHORS)
2+
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
33
*
44
* This file is part of libbitcoin.
55
*

include/bitcoin/protocol/zmq/identifiers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2017 libbitcoin developers (see AUTHORS)
2+
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
33
*
44
* This file is part of libbitcoin.
55
*

include/bitcoin/protocol/zmq/message.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2011-2017 libbitcoin developers (see AUTHORS)
2+
* Copyright (c) 2011-2018 libbitcoin developers (see AUTHORS)
33
*
44
* This file is part of libbitcoin.
55
*

0 commit comments

Comments
 (0)