Skip to content

Commit

Permalink
Updates to boost license.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzimbres committed Apr 25, 2022
1 parent d1e7ec6 commit f0deda4
Show file tree
Hide file tree
Showing 45 changed files with 152 additions and 547 deletions.
373 changes: 0 additions & 373 deletions LICENSE

This file was deleted.

23 changes: 23 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Boost Software License - Version 1.0 - August 17th, 2003

Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:

The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
7 changes: 3 additions & 4 deletions aedis/adapter/adapt.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_ADAPTER_ADAPT_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/adapter/detail/adapters.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_ADAPTER_ADAPTERS_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/adapter/error.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_ADAPTER_ERROR_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/adapter/impl/error.ipp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <system_error>
Expand Down
7 changes: 3 additions & 4 deletions aedis/adapter/response_traits.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_ADAPTER_RESPONSE_TRAITS_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/aedis.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/generic/client.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_GENERIC_CLIENT_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/generic/detail/client_ops.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_GENERIC_CLIENT_OPS_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/generic/error.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_GENERIC_ERROR_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/generic/impl/error.ipp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <aedis/generic/error.hpp>
Expand Down
7 changes: 3 additions & 4 deletions aedis/generic/serializer.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_GENERIC_SERIALIZER_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/redis/command.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_REDIS_COMMAND_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/redis/impl/command.ipp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <aedis/redis/command.hpp>
Expand Down
7 changes: 3 additions & 4 deletions aedis/resp3/compose.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_RESP3_COMPOSE_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/resp3/detail/impl/parser.ipp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva (mzimbres at gmail dot com)
/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <boost/spirit/include/qi.hpp>
Expand Down
7 changes: 3 additions & 4 deletions aedis/resp3/detail/parser.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva (mzimbres at gmail dot com)
/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_RESP3_PARSER_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/resp3/detail/read_ops.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva (mzimbres at gmail dot com)
/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_RESP3_READ_OPS_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/resp3/error.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_RESP3_ERROR_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/resp3/impl/error.ipp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <boost/assert.hpp>
Expand Down
7 changes: 3 additions & 4 deletions aedis/resp3/impl/type.ipp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <boost/assert.hpp>
Expand Down
7 changes: 3 additions & 4 deletions aedis/resp3/node.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 - 2022 Marcelo Zimbres Silva (mzimbres at gmail dot com)
/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_RESP3_NODE_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/resp3/read.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_RESP3_READ_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/resp3/type.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 - 2021 Marcelo Zimbres Silva (mzimbres at gmail dot com)
/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_RESP3_TYPE_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/sentinel/command.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#ifndef AEDIS_SENTINEL_COMMAND_HPP
Expand Down
7 changes: 3 additions & 4 deletions aedis/sentinel/impl/command.ipp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <aedis/sentinel/command.hpp>
Expand Down
9 changes: 3 additions & 6 deletions aedis/src.hpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

// Include this file in no more than one source file in your application.

#include <aedis/redis/impl/command.ipp>
#include <aedis/sentinel/impl/command.ipp>
#include <aedis/resp3/impl/type.ipp>
Expand Down
7 changes: 3 additions & 4 deletions examples/aggregates_high_level.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <map>
Expand Down
7 changes: 3 additions & 4 deletions examples/chat_room.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <vector>
Expand Down
7 changes: 3 additions & 4 deletions examples/custom_adapter.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva (mzimbres.gmail.com)
/* Copyright (c) 2018 Marcelo Zimbres Silva (mzimbres@gmail.com)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <iostream>
Expand Down
7 changes: 3 additions & 4 deletions examples/echo_server.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <iostream>
Expand Down
7 changes: 3 additions & 4 deletions examples/intro_high_level.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* Copyright (c) 2019 Marcelo Zimbres Silva ([email protected])
/* Copyright (c) 2018 Marcelo Zimbres Silva ([email protected])
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE.txt)
*/

#include <string>
Expand Down
Loading

0 comments on commit f0deda4

Please sign in to comment.