1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- ====================BSL-1.0====================
- // Distributed under the Boost Software License, Version 1.0. (See accompanying
- // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- ====================COPYRIGHT====================
- // Copyright (c) 2003-2011 Christopher M. Kohlhoff (chris at kohlhoff dot com)
- ====================COPYRIGHT====================
- // Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
- ====================COPYRIGHT====================
- // Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
- // Copyright (c) 2005 Stefan Arentz (stefan at soze dot com)
- ====================COPYRIGHT====================
- // Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
- // Copyright (c) 2008 Rep Invariant Systems, Inc. (info@repinvariant.com)
- ====================COPYRIGHT====================
- // Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
- // Copyright (c) 2008 Roelof Naude (roelof.naude at gmail dot com)
- ====================COPYRIGHT====================
- // Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
- // Copyright (c) 2011 Boris Schaeling (boris@highscore.de)
- ====================COPYRIGHT====================
- // Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
- // Copyright (c) 2014 Oliver Kowalke (oliver dot kowalke at gmail dot com)
- ====================COPYRIGHT====================
- // Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
- // Copyright (c) 2021 Klemens D. Morgenstern
- // (klemens dot morgenstern at gmx dot net)
- ====================COPYRIGHT====================
- // Copyright (c) 2005 Voipster / Indrek dot Juhani at voipster dot com
- // Copyright (c) 2005-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com)
- ====================COPYRIGHT====================
- // Copyright (c) 2021-2023 Klemens D. Morgenstern
- // (klemens dot morgenstern at gmx dot net)
- ====================Public-Domain====================
- // Derived from a public domain implementation written by Daniel Casimiro.
|