Skip to content

Commit ff73469

Browse files
authored
Merge pull request #156 from boostorg/prepare_for_first_boost_release
Prepare for first boost release
2 parents 11c9c1b + 548e3d4 commit ff73469

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+52
-50
lines changed

README.md

Lines changed: 10 additions & 8 deletions

example/sync_connection.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
/* Copyright (c) 2018-2022 Marcelo Zimbres Silva ([email protected])
2+
/* Copyright (c) 2018-2023 Marcelo Zimbres Silva ([email protected])
33
*
44
* Distributed under the Boost Software License, Version 1.0. (See
55
* accompanying file LICENSE.txt)

include/boost/redis.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018-2022 Marcelo Zimbres Silva ([email protected])
1+
/* Copyright (c) 2018-2023 Marcelo Zimbres Silva ([email protected])
22
*
33
* Distributed under the Boost Software License, Version 1.0. (See
44
* accompanying file LICENSE.txt)

include/boost/redis/adapter/adapt.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018-2022 Marcelo Zimbres Silva ([email protected])
1+
/* Copyright (c) 2018-2023 Marcelo Zimbres Silva ([email protected])
22
*
33
* Distributed under the Boost Software License, Version 1.0. (See
44
* accompanying file LICENSE.txt)

include/boost/redis/adapter/detail/adapters.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018-2022 Marcelo Zimbres Silva ([email protected])
1+
/* Copyright (c) 2018-2023 Marcelo Zimbres Silva ([email protected])
22
*
33
* Distributed under the Boost Software License, Version 1.0. (See
44
* accompanying file LICENSE.txt)

include/boost/redis/adapter/detail/response_traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018-2022 Marcelo Zimbres Silva ([email protected])
1+
/* Copyright (c) 2018-2023 Marcelo Zimbres Silva ([email protected])
22
*
33
* Distributed under the Boost Software License, Version 1.0. (See
44
* accompanying file LICENSE.txt)

include/boost/redis/adapter/detail/result_traits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018-2022 Marcelo Zimbres Silva ([email protected])
1+
/* Copyright (c) 2018-2023 Marcelo Zimbres Silva ([email protected])
22
*
33
* Distributed under the Boost Software License, Version 1.0. (See
44
* accompanying file LICENSE.txt)

include/boost/redis/adapter/ignore.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018-2022 Marcelo Zimbres Silva ([email protected])
1+
/* Copyright (c) 2018-2023 Marcelo Zimbres Silva ([email protected])
22
*
33
* Distributed under the Boost Software License, Version 1.0. (See
44
* accompanying file LICENSE.txt)

include/boost/redis/adapter/result.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
/* Copyright (c) 2018-2022 Marcelo Zimbres Silva ([email protected])
2+
/* Copyright (c) 2018-2023 Marcelo Zimbres Silva ([email protected])
33
*
44
* Distributed under the Boost Software License, Version 1.0. (See
55
* accompanying file LICENSE.txt)

include/boost/redis/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2018-2022 Marcelo Zimbres Silva ([email protected])
1+
/* Copyright (c) 2018-2023 Marcelo Zimbres Silva ([email protected])
22
*
33
* Distributed under the Boost Software License, Version 1.0. (See
44
* accompanying file LICENSE.txt)

0 commit comments

Comments
 (0)