From: Michael Wallner Date: Mon, 7 Jun 2021 15:05:44 +0000 (+0200) Subject: move repository from m6w6 to awesomized X-Git-Tag: 1.1.0~7^2 X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=commitdiff_plain;h=e4dc06e9f89a6aa678e2973898ae75faa80bc0c2 move repository from m6w6 to awesomized --- diff --git a/.builds/alpine.yml b/.builds/alpine.yml index b121e6df..5e9dac21 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -9,7 +9,7 @@ packages: - libstdc++ - memcached sources: - - https://github.com/m6w6/libmemcached + - https://github.com/awesomized/libmemcached secrets: - a223d068-8d3f-4bab-a623-ed6e2887820a - d7dfe587-b433-481b-8725-d7ccd82e59fb diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 4074c9cd..cfb3585b 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -13,7 +13,7 @@ packages: - rsync - tbb sources: - - https://github.com/m6w6/libmemcached + - https://github.com/awesomized/libmemcached secrets: - a223d068-8d3f-4bab-a623-ed6e2887820a - d7dfe587-b433-481b-8725-d7ccd82e59fb diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 264675c9..de8b3078 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -13,7 +13,7 @@ packages: - sudo-- - tbb sources: - - https://github.com/m6w6/libmemcached + - https://github.com/awesomized/libmemcached secrets: - a223d068-8d3f-4bab-a623-ed6e2887820a - d7dfe587-b433-481b-8725-d7ccd82e59fb diff --git a/.builds/scripts/notify-gitter b/.builds/scripts/notify-gitter index 05124544..f1f5191d 100755 --- a/.builds/scripts/notify-gitter +++ b/.builds/scripts/notify-gitter @@ -4,7 +4,7 @@ set -eu GITTER=$(cat ~/.gitter) STATUS=$1 -REPO=m6w6/libmemcached +REPO=awesomized/libmemcached REF=$(GIT_DIR=libmemcached/.git git describe --abbrev --always) REF_URL=https://github.com/${REPO}/commits/${REF} diff --git a/BUGS.md b/BUGS.md index d84e4b65..796ba388 100644 --- a/BUGS.md +++ b/BUGS.md @@ -11,7 +11,7 @@ Hashkit's MurMur/MurMur3 are limited to the lower 32 bits. ### crc32 -Commit "[More Hashing methods](https://github.com/m6w6/libmemcached/commits/1207354f)" +Commit "[More Hashing methods](https://github.com/awesomized/libmemcached/commits/1207354f)" from October 2007 first released in v0.8, which main intention seems to have been to add FNV1 hash algos, changed the result of the crc32 hash to only its upper 16 bits sans MSB, without any additional comment. diff --git a/CMakeLists.txt b/CMakeLists.txt index c476f76d..35565ef1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(libmemcached VERSION "${LIBMEMCACHED_VERSION}" DESCRIPTION "libmemcached, a C/C++ memcached client library" ) -set(PROJECT_HOMEPAGE_URL "https://github.com/m6w6/libmemcached") +set(PROJECT_HOMEPAGE_URL "https://github.com/awesomized/libmemcached") set(PROJECT_CONTACT "Michael Wallner ") set(CXX_STANDARD 11) diff --git a/ChangeLog-1.1.md b/ChangeLog-1.1.md index f0b5a8d5..5c456b35 100644 --- a/ChangeLog-1.1.md +++ b/ChangeLog-1.1.md @@ -6,12 +6,12 @@ **Changes from beta2:** -* Fix [gh #108](https://github.com/m6w6/libmemcached/issues/105): +* Fix [gh #108](https://github.com/awesomized/libmemcached/issues/105): macOS Big Sur: dtrace does not understand -G switch * Add support for IPv6 bracketed syntax in `memcached_servers_parse`. * Make `memcat`'s `--file` option's argument optional defaulting to ``. * Fix libmemcachedprotocol's binary `STAT` and `VERSION` handlers. -* Fix [gh #105](https://github.com/m6w6/libmemcached/issues/105): +* Fix [gh #105](https://github.com/awesomized/libmemcached/issues/105): EINTR handled too defensively when polling. ## v 1.1.0-beta2 @@ -20,17 +20,17 @@ **Changes from beta1:** -* Fix [gh #103](https://github.com/m6w6/libmemcached/issues/103): +* Fix [gh #103](https://github.com/awesomized/libmemcached/issues/103): Build failure on 32-bit. -* Fix [gh #102](https://github.com/m6w6/libmemcached/issues/102): +* Fix [gh #102](https://github.com/awesomized/libmemcached/issues/102): Doc build with old sphinx. -* Fix [gh #100](https://github.com/m6w6/libmemcached/issues/100): +* Fix [gh #100](https://github.com/awesomized/libmemcached/issues/100): Revert symbolic rename of public header include directories. -* Fix [gh #98](https://github.com/m6w6/libmemcached/issues/98): +* Fix [gh #98](https://github.com/awesomized/libmemcached/issues/98): Library SONAMEs and NAME_LINKs differ from 1.0.18. -* Fix [gh #97](https://github.com/m6w6/libmemcached/issues/97): +* Fix [gh #97](https://github.com/awesomized/libmemcached/issues/97): Location of cmake files installation directory. -* Fix [gh #96](https://github.com/m6w6/libmemcached/issues/96): +* Fix [gh #96](https://github.com/awesomized/libmemcached/issues/96): LIBXXX_VERSION_HEX constants format. ## v 1.1.0-beta1 @@ -47,11 +47,12 @@ was incremented due to the following changes: * Tests require C++17 compiler support. * Moved to the Semantic Versioning Specification: https://semver.org * Moved the project from launchpad to github: - * Source: https://github.com/m6w6/libmemcached - * Documentation: https://m6w6.github.io/libmemcached + * Source: https://github.com/awesomized/libmemcached + * Documentation: https://awesomized.github.io/libmemcached * Continuous Integration: - * Github: https://github.com/m6w6/libmemcached/actions (Linux, MacOS, Windows **·** amd64) - * Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD, OpenBSD **·** amd64) + * Github: https://github.com/awesomized/libmemcached/actions (Linux, MacOS, Windows **·** amd64) + * Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD, + OpenBSD **·** amd64) * Build artifacts: https://artifacts.m6w6.name/libmemcached/ rsync://m6w6.name::artifacts/libmemcached/ @@ -68,59 +69,59 @@ was incremented due to the following changes: * Fix libmemcached_util_version_check(). * Fix ketama/consistent hashing: crash on reallocation of continuum. -* Fix [gh #90](https://github.com/m6w6/libmemcached/issues/90): +* Fix [gh #90](https://github.com/awesomized/libmemcached/issues/90): Build fails on Darwin. -* Fix [gh #83](https://github.com/m6w6/libmemcached/issues/83): +* Fix [gh #83](https://github.com/awesomized/libmemcached/issues/83): memcp waits forever if file no found. -* Fix [gh #80](https://github.com/m6w6/libmemcached/issues/80): +* Fix [gh #80](https://github.com/awesomized/libmemcached/issues/80): memparse docs. -* Fix [gh #72](https://github.com/m6w6/libmemcached/issues/72) - and [gh #47](https://github.com/m6w6/libmemcached/issues/47): +* Fix [gh #72](https://github.com/awesomized/libmemcached/issues/72) + and [gh #47](https://github.com/awesomized/libmemcached/issues/47): memcached_return_t docs. -* Fix [gh #62](https://github.com/m6w6/libmemcached/issues/62): +* Fix [gh #62](https://github.com/awesomized/libmemcached/issues/62): uint32_t overflow cause busy loop. * Removed restriction of UDP+IPv6. * Fix SERVER_ERROR_MEMORY_ALLOCATION_FAILURE: recognize more strings returned by the server. -* Fix [gh #13](https://github.com/m6w6/libmemcached/issues/13): +* Fix [gh #13](https://github.com/awesomized/libmemcached/issues/13): reset continuum counter after freeing them. -* Fix [gh #14](https://github.com/m6w6/libmemcached/issues/14) - and [gh #17](https://github.com/m6w6/libmemcached/issues/17): +* Fix [gh #14](https://github.com/awesomized/libmemcached/issues/14) + and [gh #17](https://github.com/awesomized/libmemcached/issues/17): SASL: AUTH_CONTINUE was considered a failure and caused IO reset. -* Fix [gh #25](https://github.com/m6w6/libmemcached/issues/25): +* Fix [gh #25](https://github.com/awesomized/libmemcached/issues/25): hashkit/murmur3 unavailable. * Fix missing handling of EAGAIN for non-blocking unix domain socket. -* Fix [gh #35](https://github.com/m6w6/libmemcached/issues/35): +* Fix [gh #35](https://github.com/awesomized/libmemcached/issues/35): handling of BEHAVIOR_REMOVE_FAILED_SERVERS. -* Fix [gh #41](https://github.com/m6w6/libmemcached/issues/41): +* Fix [gh #41](https://github.com/awesomized/libmemcached/issues/41): ensure stable sort on continuum host key collision. -* Fix [gh #42](https://github.com/m6w6/libmemcached/issues/42): +* Fix [gh #42](https://github.com/awesomized/libmemcached/issues/42): MEMCACHED_MAX_BUFFER docs. -* Fix [gh #43](https://github.com/m6w6/libmemcached/issues/43): +* Fix [gh #43](https://github.com/awesomized/libmemcached/issues/43): libmemcached_configuration docs. -* Fix [gh #46](https://github.com/m6w6/libmemcached/issues/46): +* Fix [gh #46](https://github.com/awesomized/libmemcached/issues/46): clarification on millisecond timeout docs. -* Fix [gh #50](https://github.com/m6w6/libmemcached/issues/50): +* Fix [gh #50](https://github.com/awesomized/libmemcached/issues/50): memcached_fetch_result() can return previously returned data. -* Fix [gh #53](https://github.com/m6w6/libmemcached/issues/53): +* Fix [gh #53](https://github.com/awesomized/libmemcached/issues/53): stack overflow in memcached_fetch_result(). -* Fix [gh #57](https://github.com/m6w6/libmemcached/issues/57): +* Fix [gh #57](https://github.com/awesomized/libmemcached/issues/57): include vs -* Fix [gh #58](https://github.com/m6w6/libmemcached/issues/58): +* Fix [gh #58](https://github.com/awesomized/libmemcached/issues/58): more specific error messages when connect() fails. -* Fix [gh #59](https://github.com/m6w6/libmemcached/issues/59): +* Fix [gh #59](https://github.com/awesomized/libmemcached/issues/59): bin/memcat: typo in "No servers provied". -* Fix [gh #77](https://github.com/m6w6/libmemcached/issues/77): +* Fix [gh #77](https://github.com/awesomized/libmemcached/issues/77): undeclared UINT64_C in ketama.cc. -* Fix [gh #12](https://github.com/m6w6/libmemcached/issues/12): +* Fix [gh #12](https://github.com/awesomized/libmemcached/issues/12): never reconnects after connection reset (binary protocol). -* Fix [gh #49](https://github.com/m6w6/libmemcached/issues/49): +* Fix [gh #49](https://github.com/awesomized/libmemcached/issues/49): assertion memcached_failed(rc) failed in memcached_send_ascii(). -* Fix [gh #67](https://github.com/m6w6/libmemcached/issues/67): +* Fix [gh #67](https://github.com/awesomized/libmemcached/issues/67): get returns NOTFOUND on timeout. -* Fix [gh #76](https://github.com/m6w6/libmemcached/issues/76): +* Fix [gh #76](https://github.com/awesomized/libmemcached/issues/76): memcached_touch() crashes when expiration=-1 (ASCII only). -* Fix [gh #23](https://github.com/m6w6/libmemcached/issues/23): +* Fix [gh #23](https://github.com/awesomized/libmemcached/issues/23): build fails with bison 2.3. * Fix memaslap: build fails with newer compiler versions. * Fix usage of strerror_r() implementations returning pointer to char. @@ -131,14 +132,14 @@ was incremented due to the following changes: * Fix bin/memaslap to idnentify itself as memaslap instead of memslap. * Fix bin/memcapable to work with memcached >= 1.6. * Fix murmur and murmur3 hashes on big endian platforms. -* Fix [gh #82](https://github.com/m6w6/libmemcached/issues/82), - [gh #64](https://github.com/m6w6/libmemcached/issues/64) and - [gh #21](https://github.com/m6w6/libmemcached/issues/21): +* Fix [gh #82](https://github.com/awesomized/libmemcached/issues/82), + [gh #64](https://github.com/awesomized/libmemcached/issues/64) and + [gh #21](https://github.com/awesomized/libmemcached/issues/21): clarify documentation on replication. -* Fix [gh #95](https://github.com/m6w6/libmemcached/issues/95): +* Fix [gh #95](https://github.com/awesomized/libmemcached/issues/95): MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS * Fix bin/memcat to output flags if requested with `--flag`. -* Fix [gh #68](https://github.com/m6w6/libmemcached/issues/68): +* Fix [gh #68](https://github.com/awesomized/libmemcached/issues/68): Windows support. --- diff --git a/LICENSE b/LICENSE index 095eb77d..1d50957d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Copyright (c) 2006-2014 Brian Aker, DataDifferential, https://datadifferential.com/ -Copyright (c) 2020 Michael Wallner, SmugMug Inc, https://smugmug.com/ +Copyright (c) 2020-2021 Michael Wallner, Awesome Inc, https://awesome.co/ All rights reserved. diff --git a/LICENSE.HEADER b/LICENSE.HEADER index 734fa5b9..898b7305 100644 --- a/LICENSE.HEADER +++ b/LICENSE.HEADER @@ -9,6 +9,6 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/README.md b/README.md index 3b594b37..7f2e4dad 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # libmemcached -[![Gitter Badge]](https://gitter.im/m6w6/libmemcached) [![License Badge]](https://opensource.org/licenses/BSD-3-Clause) -[Gitter Badge]: https://badges.gitter.im/m6w6/libmemcached.svg "Gitter Chat" [License Badge]: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg "BSD 3-Clause" libmemcached is an open source C/C++ client library and tools for the @@ -13,19 +11,18 @@ side methods. > **NOTE:** > This is a resurrection of the original work from Brian Aker at -> [libmemcached.org](https://libmemcached.org) and the only publicly maintained -> version of libmemcached currently known to me. +> [libmemcached.org](https://libmemcached.org). ## Documentation [![Docs Actions Badge]]( - https://github.com/m6w6/libmemcached/actions?query=workflow%3Adocs-publish-pages) + https://github.com/awesomized/libmemcached/actions?query=workflow%3Adocs-publish-pages) [Docs Actions Badge]: - https://github.com/m6w6/libmemcached/workflows/docs-publish-pages/badge.svg?branch=v1.x + https://github.com/awesomized/libmemcached/workflows/docs-publish-pages/badge.svg?branch=v1.x "Github Docs Action" -See https://m6w6.github.io/libmemcached +See https://awesomized.github.io/libmemcached ### Building and updating docs @@ -41,7 +38,7 @@ Please see/edit [`CMakeConfig.txt`](./CMakeConfig.txt) or use `ccmake(1)` or ### From source - git clone github.com:m6w6/libmemcached + git clone github.com:awesomized/libmemcached mkdir build-libmemcached cd $_ cmake ../libmemcached @@ -69,10 +66,10 @@ https://artifacts.m6w6.name/libmemcached/ and rsync://m6w6.name::artifacts/libme ## Testing -[![Codecov Badge]](https://codecov.io/gh/m6w6/libmemcached) +[![Codecov Badge]](https://codecov.io/gh/awesomized/libmemcached) [Codecov Badge]: - https://codecov.io/gh/m6w6/libmemcached/branch/v1.x/graph/badge.svg + https://codecov.io/gh/awesomized/libmemcached/branch/v1.x/graph/badge.svg "Code coverage" Enable the `BUILD_TESTING` setting for a build and run `make test`. @@ -82,11 +79,11 @@ Enable the `BUILD_TESTING` setting for a build and run `make test`. ### Continuous integration -[![Actions Badge]](https://github.com/m6w6/libmemcached/actions?query=workflow%3Acmake-build-ci) +[![Actions Badge]](https://github.com/awesomized/libmemcached/actions?query=workflow%3Acmake-build-ci) [![Sourcehut Badge]](https://builds.sr.ht/~m6w6/libmemcached) [Actions Badge]: - https://github.com/m6w6/libmemcached/workflows/cmake-build-ci/badge.svg?branch=v1.x + https://github.com/awesomized/libmemcached/workflows/cmake-build-ci/badge.svg?branch=v1.x "Github Actions" [Sourcehut Badge]: https://builds.sr.ht/~m6w6/libmemcached/commits.svg @@ -107,7 +104,7 @@ libmemcached has been tested against [memcached](https://github.com/memcached/me ## ChangeLog -Check out the latest [releases](https://github.com/m6w6/libmemcached/releases) +Check out the latest [releases](https://github.com/awesomized/libmemcached/releases) or the bundled [ChangeLog](./ChangeLog-1.1.md) for a comprehensive list of changes. ## License @@ -117,7 +114,7 @@ found in the accompanying [LICENSE](./LICENSE) file. ## Contributing -Please report any issues on the [bug tracker](https://github.com/m6w6/libmemcached/issues). +Please report any issues on the [bug tracker](https://github.com/awesomized/libmemcached/issues). A list of known permanent issues is maintained in [BUGS](./BUGS.md). diff --git a/docs/conf.py.in b/docs/conf.py.in index 97c47f77..5c331ac0 100644 --- a/docs/conf.py.in +++ b/docs/conf.py.in @@ -39,7 +39,7 @@ manpages_url = 'https://linux.die.net/man/{section}/{page}' html_context = { 'display_github': True, - 'github_user': 'm6w6', + 'github_user': 'awesomized', 'github_repo': 'libmemcached', 'github_version': 'v1.x/docs/source/' } diff --git a/docs/gh-pages/publish.sh b/docs/gh-pages/publish.sh index 5b43fa24..218b0073 100755 --- a/docs/gh-pages/publish.sh +++ b/docs/gh-pages/publish.sh @@ -9,7 +9,7 @@ then git pull -r cd .. else - git clone -b gh-pages github.com:m6w6/libmemcached pages + git clone -b gh-pages github.com:awesomized/libmemcached pages fi mkdir -p build diff --git a/docs/source/ChangeLog-1.1.rst b/docs/source/ChangeLog-1.1.rst index 71dad2e1..492568de 100644 --- a/docs/source/ChangeLog-1.1.rst +++ b/docs/source/ChangeLog-1.1.rst @@ -16,12 +16,12 @@ v 1.1.0-beta3 **Changes from beta2:** -* Fix `gh #108 `_\ : +* Fix `gh #108 `_\ : macOS Big Sur: dtrace does not understand -G switch * Add support for IPv6 bracketed syntax in ``memcached_servers_parse``. * Make ``memcat``\ 's ``--file`` option's argument optional defaulting to ````. * Fix libmemcachedprotocol's binary ``STAT`` and ``VERSION`` handlers. -* Fix `gh #105 `_\ : +* Fix `gh #105 `_\ : EINTR handled too defensively when polling. v 1.1.0-beta2 @@ -35,17 +35,17 @@ v 1.1.0-beta2 **Changes from beta1:** -* Fix `gh #103 `_\ : +* Fix `gh #103 `_\ : Build failure on 32-bit. -* Fix `gh #102 `_\ : +* Fix `gh #102 `_\ : Doc build with old sphinx. -* Fix `gh #100 `_\ : +* Fix `gh #100 `_\ : Revert symbolic rename of public header include directories. -* Fix `gh #98 `_\ : +* Fix `gh #98 `_\ : Library SONAMEs and NAME_LINKs differ from 1.0.18. -* Fix `gh #97 `_\ : +* Fix `gh #97 `_\ : Location of cmake files installation directory. -* Fix `gh #96 `_\ : +* Fix `gh #96 `_\ : LIBXXX_VERSION_HEX constants format. v 1.1.0-beta1 @@ -68,12 +68,13 @@ was incremented due to the following changes: * Moved to the Semantic Versioning Specification: https://semver.org * Moved the project from launchpad to github: - * Source: https://github.com/m6w6/libmemcached - * Documentation: https://m6w6.github.io/libmemcached + * Source: https://github.com/awesomized/libmemcached + * Documentation: https://awesomized.github.io/libmemcached * Continuous Integration: - * Github: https://github.com/m6w6/libmemcached/actions (Linux, MacOS, Windows **·** amd64) - * Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD, OpenBSD **·** amd64) + * Github: https://github.com/awesomized/libmemcached/actions (Linux, MacOS, Windows **·** amd64) + * Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD, + OpenBSD **·** amd64) * Build artifacts: https://artifacts.m6w6.name/libmemcached/ rsync://m6w6.name::artifacts/libmemcached/ @@ -90,59 +91,59 @@ was incremented due to the following changes: * Fix libmemcached_util_version_check(). * Fix ketama/consistent hashing: crash on reallocation of continuum. -* Fix `gh #90 `_\ : +* Fix `gh #90 `_\ : Build fails on Darwin. -* Fix `gh #83 `_\ : +* Fix `gh #83 `_\ : memcp waits forever if file no found. -* Fix `gh #80 `_\ : +* Fix `gh #80 `_\ : memparse docs. -* Fix `gh #72 `_ - and `gh #47 `_\ : +* Fix `gh #72 `_ + and `gh #47 `_\ : memcached_return_t docs. -* Fix `gh #62 `_\ : +* Fix `gh #62 `_\ : uint32_t overflow cause busy loop. * Removed restriction of UDP+IPv6. * Fix SERVER_ERROR_MEMORY_ALLOCATION_FAILURE: recognize more strings returned by the server. -* Fix `gh #13 `_\ : +* Fix `gh #13 `_\ : reset continuum counter after freeing them. -* Fix `gh #14 `_ - and `gh #17 `_\ : +* Fix `gh #14 `_ + and `gh #17 `_\ : SASL: AUTH_CONTINUE was considered a failure and caused IO reset. -* Fix `gh #25 `_\ : +* Fix `gh #25 `_\ : hashkit/murmur3 unavailable. * Fix missing handling of EAGAIN for non-blocking unix domain socket. -* Fix `gh #35 `_\ : +* Fix `gh #35 `_\ : handling of BEHAVIOR_REMOVE_FAILED_SERVERS. -* Fix `gh #41 `_\ : +* Fix `gh #41 `_\ : ensure stable sort on continuum host key collision. -* Fix `gh #42 `_\ : +* Fix `gh #42 `_\ : MEMCACHED_MAX_BUFFER docs. -* Fix `gh #43 `_\ : +* Fix `gh #43 `_\ : libmemcached_configuration docs. -* Fix `gh #46 `_\ : +* Fix `gh #46 `_\ : clarification on millisecond timeout docs. -* Fix `gh #50 `_\ : +* Fix `gh #50 `_\ : memcached_fetch_result() can return previously returned data. -* Fix `gh #53 `_\ : +* Fix `gh #53 `_\ : stack overflow in memcached_fetch_result(). -* Fix `gh #57 `_\ : +* Fix `gh #57 `_\ : include vs :raw-html-m2r:`` -* Fix `gh #58 `_\ : +* Fix `gh #58 `_\ : more specific error messages when connect() fails. -* Fix `gh #59 `_\ : +* Fix `gh #59 `_\ : bin/memcat: typo in "No servers provied". -* Fix `gh #77 `_\ : +* Fix `gh #77 `_\ : undeclared UINT64_C in ketama.cc. -* Fix `gh #12 `_\ : +* Fix `gh #12 `_\ : never reconnects after connection reset (binary protocol). -* Fix `gh #49 `_\ : +* Fix `gh #49 `_\ : assertion memcached_failed(rc) failed in memcached_send_ascii(). -* Fix `gh #67 `_\ : +* Fix `gh #67 `_\ : get returns NOTFOUND on timeout. -* Fix `gh #76 `_\ : +* Fix `gh #76 `_\ : memcached_touch() crashes when expiration=-1 (ASCII only). -* Fix `gh #23 `_\ : +* Fix `gh #23 `_\ : build fails with bison 2.3. * Fix memaslap: build fails with newer compiler versions. * Fix usage of strerror_r() implementations returning pointer to char. @@ -153,14 +154,14 @@ was incremented due to the following changes: * Fix bin/memaslap to idnentify itself as memaslap instead of memslap. * Fix bin/memcapable to work with memcached >= 1.6. * Fix murmur and murmur3 hashes on big endian platforms. -* Fix `gh #82 `_\ , - `gh #64 `_ and - `gh #21 `_\ : +* Fix `gh #82 `_\ , + `gh #64 `_ and + `gh #21 `_\ : clarify documentation on replication. -* Fix `gh #95 `_\ : +* Fix `gh #95 `_\ : MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS * Fix bin/memcat to output flags if requested with ``--flag``. -* Fix `gh #68 `_\ : +* Fix `gh #68 `_\ : Windows support. ---- diff --git a/src/bin/common/checks.hpp b/src/bin/common/checks.hpp index 9c963522..ba4e1286 100644 --- a/src/bin/common/checks.hpp +++ b/src/bin/common/checks.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/common/options.cpp b/src/bin/common/options.cpp index c62020a3..48891269 100644 --- a/src/bin/common/options.cpp +++ b/src/bin/common/options.cpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/common/options.hpp b/src/bin/common/options.hpp index 65018eff..2ac80bb4 100644 --- a/src/bin/common/options.hpp +++ b/src/bin/common/options.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/common/random.hpp b/src/bin/common/random.hpp index 35be5ad9..92f90890 100644 --- a/src/bin/common/random.hpp +++ b/src/bin/common/random.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/common/time.hpp b/src/bin/common/time.hpp index 0b360a62..414c0d1d 100644 --- a/src/bin/common/time.hpp +++ b/src/bin/common/time.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memcapable.cc b/src/bin/memcapable.cc index c57a8951..edf1bc06 100644 --- a/src/bin/memcapable.cc +++ b/src/bin/memcapable.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memcat.cc b/src/bin/memcat.cc index 1b0f36ca..f07f456a 100644 --- a/src/bin/memcat.cc +++ b/src/bin/memcat.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memcp.cc b/src/bin/memcp.cc index c13973e7..21c3cac4 100644 --- a/src/bin/memcp.cc +++ b/src/bin/memcp.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memdump.cc b/src/bin/memdump.cc index 7bed4923..630c1111 100644 --- a/src/bin/memdump.cc +++ b/src/bin/memdump.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memerror.cc b/src/bin/memerror.cc index 3948ff3e..98974c58 100644 --- a/src/bin/memerror.cc +++ b/src/bin/memerror.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memexist.cc b/src/bin/memexist.cc index f4ede92a..55757b8a 100644 --- a/src/bin/memexist.cc +++ b/src/bin/memexist.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memflush.cc b/src/bin/memflush.cc index 7d39867f..db7e0290 100644 --- a/src/bin/memflush.cc +++ b/src/bin/memflush.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memparse.cc b/src/bin/memparse.cc index d08c9d99..0f50edb5 100644 --- a/src/bin/memparse.cc +++ b/src/bin/memparse.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memping.cc b/src/bin/memping.cc index 6058bc67..7f9d13e0 100644 --- a/src/bin/memping.cc +++ b/src/bin/memping.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memrm.cc b/src/bin/memrm.cc index b489c0f1..539a9633 100644 --- a/src/bin/memrm.cc +++ b/src/bin/memrm.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memslap.cc b/src/bin/memslap.cc index fb512268..2e695930 100644 --- a/src/bin/memslap.cc +++ b/src/bin/memslap.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memstat.cc b/src/bin/memstat.cc index 407a7c96..6f269577 100644 --- a/src/bin/memstat.cc +++ b/src/bin/memstat.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/bin/memtouch.cc b/src/bin/memtouch.cc index 24d3869f..ea919f67 100644 --- a/src/bin/memtouch.cc +++ b/src/bin/memtouch.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/aes.cc b/src/libhashkit/aes.cc index 3ab4efc5..c41a6a93 100644 --- a/src/libhashkit/aes.cc +++ b/src/libhashkit/aes.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/aes.h b/src/libhashkit/aes.h index 1d5459d5..c4b0fd71 100644 --- a/src/libhashkit/aes.h +++ b/src/libhashkit/aes.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/algorithm.cc b/src/libhashkit/algorithm.cc index 69a36aa3..898411ce 100644 --- a/src/libhashkit/algorithm.cc +++ b/src/libhashkit/algorithm.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/algorithm.h b/src/libhashkit/algorithm.h index ec8b10f2..01c16616 100644 --- a/src/libhashkit/algorithm.h +++ b/src/libhashkit/algorithm.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/common.h b/src/libhashkit/common.h index 6d483584..bf1f4c6a 100644 --- a/src/libhashkit/common.h +++ b/src/libhashkit/common.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/crc32.cc b/src/libhashkit/crc32.cc index 34a801ff..d2e5caf0 100644 --- a/src/libhashkit/crc32.cc +++ b/src/libhashkit/crc32.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/digest.cc b/src/libhashkit/digest.cc index 6ca176a6..eca47df7 100644 --- a/src/libhashkit/digest.cc +++ b/src/libhashkit/digest.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/encrypt.cc b/src/libhashkit/encrypt.cc index e99d8c74..c5a49a10 100644 --- a/src/libhashkit/encrypt.cc +++ b/src/libhashkit/encrypt.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/fnv_32.cc b/src/libhashkit/fnv_32.cc index 8c557a65..4784b1f8 100644 --- a/src/libhashkit/fnv_32.cc +++ b/src/libhashkit/fnv_32.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/fnv_64.cc b/src/libhashkit/fnv_64.cc index 4b5ac95a..b412ba9b 100644 --- a/src/libhashkit/fnv_64.cc +++ b/src/libhashkit/fnv_64.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/function.cc b/src/libhashkit/function.cc index 67bb9947..6f3704f0 100644 --- a/src/libhashkit/function.cc +++ b/src/libhashkit/function.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/has.cc b/src/libhashkit/has.cc index 1a2dd762..5ccb66c8 100644 --- a/src/libhashkit/has.cc +++ b/src/libhashkit/has.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/hashkit.cc b/src/libhashkit/hashkit.cc index d74128f2..25644f8b 100644 --- a/src/libhashkit/hashkit.cc +++ b/src/libhashkit/hashkit.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/hashkit.h b/src/libhashkit/hashkit.h index e4285233..a958c4ff 100644 --- a/src/libhashkit/hashkit.h +++ b/src/libhashkit/hashkit.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/hashkitcon.h.in b/src/libhashkit/hashkitcon.h.in index 077dc670..3ef9d367 100644 --- a/src/libhashkit/hashkitcon.h.in +++ b/src/libhashkit/hashkitcon.h.in @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/hsieh.cc b/src/libhashkit/hsieh.cc index 3a8baf89..65319941 100644 --- a/src/libhashkit/hsieh.cc +++ b/src/libhashkit/hsieh.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/is.h b/src/libhashkit/is.h index 3b94d49d..2f6fcb6b 100644 --- a/src/libhashkit/is.h +++ b/src/libhashkit/is.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/jenkins.cc b/src/libhashkit/jenkins.cc index 64595f69..b30cb1cc 100644 --- a/src/libhashkit/jenkins.cc +++ b/src/libhashkit/jenkins.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/md5.cc b/src/libhashkit/md5.cc index aa417cb4..e74248c2 100644 --- a/src/libhashkit/md5.cc +++ b/src/libhashkit/md5.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/murmur.cc b/src/libhashkit/murmur.cc index 5ad796b1..480ed08a 100644 --- a/src/libhashkit/murmur.cc +++ b/src/libhashkit/murmur.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/murmur3.cc b/src/libhashkit/murmur3.cc index fa83b76b..b6283408 100644 --- a/src/libhashkit/murmur3.cc +++ b/src/libhashkit/murmur3.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/murmur3.h b/src/libhashkit/murmur3.h index f0410099..aead62a8 100644 --- a/src/libhashkit/murmur3.h +++ b/src/libhashkit/murmur3.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/murmur3_api.cc b/src/libhashkit/murmur3_api.cc index fd01ca27..e6533096 100644 --- a/src/libhashkit/murmur3_api.cc +++ b/src/libhashkit/murmur3_api.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/one_at_a_time.cc b/src/libhashkit/one_at_a_time.cc index 5983ce36..8d2768c0 100644 --- a/src/libhashkit/one_at_a_time.cc +++ b/src/libhashkit/one_at_a_time.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/rijndael.cc b/src/libhashkit/rijndael.cc index 663d3d9d..9ba5265b 100644 --- a/src/libhashkit/rijndael.cc +++ b/src/libhashkit/rijndael.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/rijndael.hpp b/src/libhashkit/rijndael.hpp index 4ab2eba6..f161c5d6 100644 --- a/src/libhashkit/rijndael.hpp +++ b/src/libhashkit/rijndael.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/str_algorithm.cc b/src/libhashkit/str_algorithm.cc index 9c3bc3cd..a5c2c835 100644 --- a/src/libhashkit/str_algorithm.cc +++ b/src/libhashkit/str_algorithm.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/strerror.cc b/src/libhashkit/strerror.cc index 022fb22c..78874873 100644 --- a/src/libhashkit/strerror.cc +++ b/src/libhashkit/strerror.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/string.cc b/src/libhashkit/string.cc index 4fc4ea4d..76a6705c 100644 --- a/src/libhashkit/string.cc +++ b/src/libhashkit/string.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libhashkit/string.h b/src/libhashkit/string.h index 0a052b38..19425e2a 100644 --- a/src/libhashkit/string.h +++ b/src/libhashkit/string.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/allocators.cc b/src/libmemcached/allocators.cc index 38fb4441..782581c7 100644 --- a/src/libmemcached/allocators.cc +++ b/src/libmemcached/allocators.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/allocators.hpp b/src/libmemcached/allocators.hpp index 0f438947..4f681bb3 100644 --- a/src/libmemcached/allocators.hpp +++ b/src/libmemcached/allocators.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/analyze.cc b/src/libmemcached/analyze.cc index 121639e5..a22d411e 100644 --- a/src/libmemcached/analyze.cc +++ b/src/libmemcached/analyze.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/array.cc b/src/libmemcached/array.cc index 176005cf..9bd4c27b 100644 --- a/src/libmemcached/array.cc +++ b/src/libmemcached/array.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/array.h b/src/libmemcached/array.h index 2b4eed93..c53b720b 100644 --- a/src/libmemcached/array.h +++ b/src/libmemcached/array.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/assert.hpp b/src/libmemcached/assert.hpp index abad23d1..b5ef82de 100644 --- a/src/libmemcached/assert.hpp +++ b/src/libmemcached/assert.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/auto.cc b/src/libmemcached/auto.cc index 3ae163f6..59124953 100644 --- a/src/libmemcached/auto.cc +++ b/src/libmemcached/auto.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/backtrace.cc b/src/libmemcached/backtrace.cc index fb19b3aa..ef403acc 100644 --- a/src/libmemcached/backtrace.cc +++ b/src/libmemcached/backtrace.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/backtrace.hpp b/src/libmemcached/backtrace.hpp index 9b94dcaa..b0e657b0 100644 --- a/src/libmemcached/backtrace.hpp +++ b/src/libmemcached/backtrace.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/behavior.cc b/src/libmemcached/behavior.cc index acb0fe1a..d13cb5e5 100644 --- a/src/libmemcached/behavior.cc +++ b/src/libmemcached/behavior.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/behavior.hpp b/src/libmemcached/behavior.hpp index 8d1de793..79821844 100644 --- a/src/libmemcached/behavior.hpp +++ b/src/libmemcached/behavior.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/byteorder.cc b/src/libmemcached/byteorder.cc index 6263a358..727cd56d 100644 --- a/src/libmemcached/byteorder.cc +++ b/src/libmemcached/byteorder.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/byteorder.h b/src/libmemcached/byteorder.h index 36d3f101..af92ffba 100644 --- a/src/libmemcached/byteorder.h +++ b/src/libmemcached/byteorder.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/callback.cc b/src/libmemcached/callback.cc index e3d80bd2..ec4b0f4a 100644 --- a/src/libmemcached/callback.cc +++ b/src/libmemcached/callback.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/common.h b/src/libmemcached/common.h index c36384b2..e79a9768 100644 --- a/src/libmemcached/common.h +++ b/src/libmemcached/common.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/connect.cc b/src/libmemcached/connect.cc index 54e58ec3..739e349d 100644 --- a/src/libmemcached/connect.cc +++ b/src/libmemcached/connect.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/connect.hpp b/src/libmemcached/connect.hpp index bfdb3bd2..ae850f18 100644 --- a/src/libmemcached/connect.hpp +++ b/src/libmemcached/connect.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/continuum.hpp b/src/libmemcached/continuum.hpp index a960e5bd..9e03774e 100644 --- a/src/libmemcached/continuum.hpp +++ b/src/libmemcached/continuum.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/csl/common.h b/src/libmemcached/csl/common.h index 818e25ef..0dd821cb 100644 --- a/src/libmemcached/csl/common.h +++ b/src/libmemcached/csl/common.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/csl/context.cc b/src/libmemcached/csl/context.cc index 556b5a18..251cf15e 100644 --- a/src/libmemcached/csl/context.cc +++ b/src/libmemcached/csl/context.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/csl/context.h b/src/libmemcached/csl/context.h index 4339f9e5..c8ce54a2 100644 --- a/src/libmemcached/csl/context.h +++ b/src/libmemcached/csl/context.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/csl/server.h b/src/libmemcached/csl/server.h index 20846303..da6e24c5 100644 --- a/src/libmemcached/csl/server.h +++ b/src/libmemcached/csl/server.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/csl/symbol.h b/src/libmemcached/csl/symbol.h index 22059a20..030360e0 100644 --- a/src/libmemcached/csl/symbol.h +++ b/src/libmemcached/csl/symbol.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/delete.cc b/src/libmemcached/delete.cc index 52e14979..61a1d01d 100644 --- a/src/libmemcached/delete.cc +++ b/src/libmemcached/delete.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/do.cc b/src/libmemcached/do.cc index 8385a300..388221ea 100644 --- a/src/libmemcached/do.cc +++ b/src/libmemcached/do.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/do.hpp b/src/libmemcached/do.hpp index fb1eefe5..5a7cebe3 100644 --- a/src/libmemcached/do.hpp +++ b/src/libmemcached/do.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/dump.cc b/src/libmemcached/dump.cc index d74a74b8..308a03f6 100644 --- a/src/libmemcached/dump.cc +++ b/src/libmemcached/dump.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/encoding_key.cc b/src/libmemcached/encoding_key.cc index 1df0dcf1..6ae03cdc 100644 --- a/src/libmemcached/encoding_key.cc +++ b/src/libmemcached/encoding_key.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/error.cc b/src/libmemcached/error.cc index cd14e06b..ae64b83f 100644 --- a/src/libmemcached/error.cc +++ b/src/libmemcached/error.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/error.hpp b/src/libmemcached/error.hpp index 544854df..c69bd7f1 100644 --- a/src/libmemcached/error.hpp +++ b/src/libmemcached/error.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/exist.cc b/src/libmemcached/exist.cc index 43f2ac0f..e543927a 100644 --- a/src/libmemcached/exist.cc +++ b/src/libmemcached/exist.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/fetch.cc b/src/libmemcached/fetch.cc index eef8f401..12f046c9 100644 --- a/src/libmemcached/fetch.cc +++ b/src/libmemcached/fetch.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/flag.cc b/src/libmemcached/flag.cc index dec8266c..e0ec504e 100644 --- a/src/libmemcached/flag.cc +++ b/src/libmemcached/flag.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/flag.hpp b/src/libmemcached/flag.hpp index 383f98b3..7f6e9dc3 100644 --- a/src/libmemcached/flag.hpp +++ b/src/libmemcached/flag.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/flush.cc b/src/libmemcached/flush.cc index bc663984..c2792411 100644 --- a/src/libmemcached/flush.cc +++ b/src/libmemcached/flush.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/flush_buffers.cc b/src/libmemcached/flush_buffers.cc index 512fa2b7..07d52728 100644 --- a/src/libmemcached/flush_buffers.cc +++ b/src/libmemcached/flush_buffers.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/get.cc b/src/libmemcached/get.cc index 1afef22d..52a53ea5 100644 --- a/src/libmemcached/get.cc +++ b/src/libmemcached/get.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/hash.cc b/src/libmemcached/hash.cc index 3e147f87..42d3a4ef 100644 --- a/src/libmemcached/hash.cc +++ b/src/libmemcached/hash.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/hash.hpp b/src/libmemcached/hash.hpp index 1b40a9fa..ee290065 100644 --- a/src/libmemcached/hash.hpp +++ b/src/libmemcached/hash.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/hosts.cc b/src/libmemcached/hosts.cc index ad01decd..5c231953 100644 --- a/src/libmemcached/hosts.cc +++ b/src/libmemcached/hosts.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/initialize_query.cc b/src/libmemcached/initialize_query.cc index ad4dfc15..48fb9a2d 100644 --- a/src/libmemcached/initialize_query.cc +++ b/src/libmemcached/initialize_query.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/initialize_query.h b/src/libmemcached/initialize_query.h index 96652338..c80496c2 100644 --- a/src/libmemcached/initialize_query.h +++ b/src/libmemcached/initialize_query.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/instance.cc b/src/libmemcached/instance.cc index a6725d18..ff404a7b 100644 --- a/src/libmemcached/instance.cc +++ b/src/libmemcached/instance.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/instance.hpp b/src/libmemcached/instance.hpp index de072536..d1740cae 100644 --- a/src/libmemcached/instance.hpp +++ b/src/libmemcached/instance.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/internal.h b/src/libmemcached/internal.h index ac7ccd31..6a5d8973 100644 --- a/src/libmemcached/internal.h +++ b/src/libmemcached/internal.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/io.cc b/src/libmemcached/io.cc index e41891a9..173a0fce 100644 --- a/src/libmemcached/io.cc +++ b/src/libmemcached/io.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/io.h b/src/libmemcached/io.h index 5cbca8f7..bb76346a 100644 --- a/src/libmemcached/io.h +++ b/src/libmemcached/io.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/io.hpp b/src/libmemcached/io.hpp index 625a446a..241e7872 100644 --- a/src/libmemcached/io.hpp +++ b/src/libmemcached/io.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/is.h b/src/libmemcached/is.h index 7d9fed9a..fc0d1439 100644 --- a/src/libmemcached/is.h +++ b/src/libmemcached/is.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/key.cc b/src/libmemcached/key.cc index d6ff8a5d..b314b92d 100644 --- a/src/libmemcached/key.cc +++ b/src/libmemcached/key.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/key.hpp b/src/libmemcached/key.hpp index 93c91581..cb6c425b 100644 --- a/src/libmemcached/key.hpp +++ b/src/libmemcached/key.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/libmemcached_probes.h b/src/libmemcached/libmemcached_probes.h index 02a09bee..4fb87b8c 100644 --- a/src/libmemcached/libmemcached_probes.h +++ b/src/libmemcached/libmemcached_probes.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/memcached.cc b/src/libmemcached/memcached.cc index 586744f0..38e770be 100644 --- a/src/libmemcached/memcached.cc +++ b/src/libmemcached/memcached.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/memcached.h b/src/libmemcached/memcached.h index c0878dc3..17411b54 100644 --- a/src/libmemcached/memcached.h +++ b/src/libmemcached/memcached.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/memcached.hpp b/src/libmemcached/memcached.hpp index 6ebb5c4d..9f836b9b 100644 --- a/src/libmemcached/memcached.hpp +++ b/src/libmemcached/memcached.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/memory.h b/src/libmemcached/memory.h index f254cadd..9d0d97a9 100644 --- a/src/libmemcached/memory.h +++ b/src/libmemcached/memory.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/namespace.cc b/src/libmemcached/namespace.cc index 8cf54347..7894a0c5 100644 --- a/src/libmemcached/namespace.cc +++ b/src/libmemcached/namespace.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/namespace.h b/src/libmemcached/namespace.h index 03bc7f36..4ed8bbe7 100644 --- a/src/libmemcached/namespace.h +++ b/src/libmemcached/namespace.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/options.cc b/src/libmemcached/options.cc index 455a8749..39ee13d9 100644 --- a/src/libmemcached/options.cc +++ b/src/libmemcached/options.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/options.hpp b/src/libmemcached/options.hpp index 645d97b5..b8aab3b6 100644 --- a/src/libmemcached/options.hpp +++ b/src/libmemcached/options.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/parse.cc b/src/libmemcached/parse.cc index d9d81db0..5fe34ba8 100644 --- a/src/libmemcached/parse.cc +++ b/src/libmemcached/parse.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/purge.cc b/src/libmemcached/purge.cc index d6943701..234cc757 100644 --- a/src/libmemcached/purge.cc +++ b/src/libmemcached/purge.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/quit.cc b/src/libmemcached/quit.cc index 195582c4..d6a50668 100644 --- a/src/libmemcached/quit.cc +++ b/src/libmemcached/quit.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/quit.hpp b/src/libmemcached/quit.hpp index 5356fbb7..c39be62a 100644 --- a/src/libmemcached/quit.hpp +++ b/src/libmemcached/quit.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/response.cc b/src/libmemcached/response.cc index 13ffefeb..464fa222 100644 --- a/src/libmemcached/response.cc +++ b/src/libmemcached/response.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/response.h b/src/libmemcached/response.h index fad0c9c9..873c34cd 100644 --- a/src/libmemcached/response.h +++ b/src/libmemcached/response.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/result.cc b/src/libmemcached/result.cc index d57be515..1b55aabb 100644 --- a/src/libmemcached/result.cc +++ b/src/libmemcached/result.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/result.h b/src/libmemcached/result.h index 4342c78b..f59d5e17 100644 --- a/src/libmemcached/result.h +++ b/src/libmemcached/result.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/sasl.cc b/src/libmemcached/sasl.cc index 437499b0..c961c095 100644 --- a/src/libmemcached/sasl.cc +++ b/src/libmemcached/sasl.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/sasl.hpp b/src/libmemcached/sasl.hpp index f51b7d69..58a479fd 100644 --- a/src/libmemcached/sasl.hpp +++ b/src/libmemcached/sasl.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/server.cc b/src/libmemcached/server.cc index 6633da9c..bd59336e 100644 --- a/src/libmemcached/server.cc +++ b/src/libmemcached/server.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/server.hpp b/src/libmemcached/server.hpp index d6fdd0da..c98af7ae 100644 --- a/src/libmemcached/server.hpp +++ b/src/libmemcached/server.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/server_instance.h b/src/libmemcached/server_instance.h index ccf22e04..96cea4e7 100644 --- a/src/libmemcached/server_instance.h +++ b/src/libmemcached/server_instance.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/server_list.cc b/src/libmemcached/server_list.cc index 5fe0acd6..ea8558d1 100644 --- a/src/libmemcached/server_list.cc +++ b/src/libmemcached/server_list.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/server_list.hpp b/src/libmemcached/server_list.hpp index 2d515663..adfc423b 100644 --- a/src/libmemcached/server_list.hpp +++ b/src/libmemcached/server_list.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/stats.cc b/src/libmemcached/stats.cc index 13600ff4..cef756cf 100644 --- a/src/libmemcached/stats.cc +++ b/src/libmemcached/stats.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/storage.cc b/src/libmemcached/storage.cc index 0404b193..fb889179 100644 --- a/src/libmemcached/storage.cc +++ b/src/libmemcached/storage.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/strerror.cc b/src/libmemcached/strerror.cc index 24a5e44d..72e9d16a 100644 --- a/src/libmemcached/strerror.cc +++ b/src/libmemcached/strerror.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/string.cc b/src/libmemcached/string.cc index 1e6c256a..fc47c49d 100644 --- a/src/libmemcached/string.cc +++ b/src/libmemcached/string.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/string.hpp b/src/libmemcached/string.hpp index 060318c8..2b4c8c49 100644 --- a/src/libmemcached/string.hpp +++ b/src/libmemcached/string.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/touch.cc b/src/libmemcached/touch.cc index 7213cbbe..472e787b 100644 --- a/src/libmemcached/touch.cc +++ b/src/libmemcached/touch.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/udp.cc b/src/libmemcached/udp.cc index 99052c07..eeee012b 100644 --- a/src/libmemcached/udp.cc +++ b/src/libmemcached/udp.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/udp.hpp b/src/libmemcached/udp.hpp index c3df8b1d..2f030140 100644 --- a/src/libmemcached/udp.hpp +++ b/src/libmemcached/udp.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/util.h b/src/libmemcached/util.h index 48c7fc49..8cf39da7 100644 --- a/src/libmemcached/util.h +++ b/src/libmemcached/util.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/verbosity.cc b/src/libmemcached/verbosity.cc index 575a2aee..28ef1963 100644 --- a/src/libmemcached/verbosity.cc +++ b/src/libmemcached/verbosity.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/version.cc b/src/libmemcached/version.cc index 557b936d..ae2d8d20 100644 --- a/src/libmemcached/version.cc +++ b/src/libmemcached/version.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/version.hpp b/src/libmemcached/version.hpp index b73a397b..e6130221 100644 --- a/src/libmemcached/version.hpp +++ b/src/libmemcached/version.hpp @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/virtual_bucket.cc b/src/libmemcached/virtual_bucket.cc index 2c9a3dd3..b9356ac8 100644 --- a/src/libmemcached/virtual_bucket.cc +++ b/src/libmemcached/virtual_bucket.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/virtual_bucket.h b/src/libmemcached/virtual_bucket.h index a43d3e81..cb2beba1 100644 --- a/src/libmemcached/virtual_bucket.h +++ b/src/libmemcached/virtual_bucket.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcached/watchpoint.h b/src/libmemcached/watchpoint.h index 2a9a6cb9..38fea90e 100644 --- a/src/libmemcached/watchpoint.h +++ b/src/libmemcached/watchpoint.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedprotocol/ascii_handler.c b/src/libmemcachedprotocol/ascii_handler.c index 52db7922..2caa9ff0 100644 --- a/src/libmemcachedprotocol/ascii_handler.c +++ b/src/libmemcachedprotocol/ascii_handler.c @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedprotocol/ascii_handler.h b/src/libmemcachedprotocol/ascii_handler.h index 730e77ed..ce13e136 100644 --- a/src/libmemcachedprotocol/ascii_handler.h +++ b/src/libmemcachedprotocol/ascii_handler.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedprotocol/binary_handler.c b/src/libmemcachedprotocol/binary_handler.c index c5419619..84151cfe 100644 --- a/src/libmemcachedprotocol/binary_handler.c +++ b/src/libmemcachedprotocol/binary_handler.c @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedprotocol/binary_handler.h b/src/libmemcachedprotocol/binary_handler.h index f3299e9b..db073984 100644 --- a/src/libmemcachedprotocol/binary_handler.h +++ b/src/libmemcachedprotocol/binary_handler.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedprotocol/cache.c b/src/libmemcachedprotocol/cache.c index 39e2fc7d..b8d890f4 100644 --- a/src/libmemcachedprotocol/cache.c +++ b/src/libmemcachedprotocol/cache.c @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedprotocol/cache.h b/src/libmemcachedprotocol/cache.h index 7b5efa98..56e6a4e8 100644 --- a/src/libmemcachedprotocol/cache.h +++ b/src/libmemcachedprotocol/cache.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedprotocol/common.h b/src/libmemcachedprotocol/common.h index 39f0464e..3e69723c 100644 --- a/src/libmemcachedprotocol/common.h +++ b/src/libmemcachedprotocol/common.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedprotocol/handler.c b/src/libmemcachedprotocol/handler.c index 535795ca..2abccbde 100644 --- a/src/libmemcachedprotocol/handler.c +++ b/src/libmemcachedprotocol/handler.c @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedprotocol/pedantic.c b/src/libmemcachedprotocol/pedantic.c index c966ee8b..90ce9bbc 100644 --- a/src/libmemcachedprotocol/pedantic.c +++ b/src/libmemcachedprotocol/pedantic.c @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedutil/common.h b/src/libmemcachedutil/common.h index 680f85c0..55c4d841 100644 --- a/src/libmemcachedutil/common.h +++ b/src/libmemcachedutil/common.h @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedutil/flush.cc b/src/libmemcachedutil/flush.cc index 97469c73..ba73e487 100644 --- a/src/libmemcachedutil/flush.cc +++ b/src/libmemcachedutil/flush.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedutil/pid.cc b/src/libmemcachedutil/pid.cc index f910978d..0c2f37da 100644 --- a/src/libmemcachedutil/pid.cc +++ b/src/libmemcachedutil/pid.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedutil/ping.cc b/src/libmemcachedutil/ping.cc index b9111e4c..cbc41d72 100644 --- a/src/libmemcachedutil/ping.cc +++ b/src/libmemcachedutil/ping.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedutil/pool.cc b/src/libmemcachedutil/pool.cc index 759b9576..593a446d 100644 --- a/src/libmemcachedutil/pool.cc +++ b/src/libmemcachedutil/pool.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/libmemcachedutil/version.cc b/src/libmemcachedutil/version.cc index fab04b2e..239b7e62 100644 --- a/src/libmemcachedutil/version.cc +++ b/src/libmemcachedutil/version.cc @@ -9,7 +9,7 @@ | the terms online at: https://opensource.org/licenses/BSD-3-Clause | +--------------------------------------------------------------------+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | + | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ | +--------------------------------------------------------------------+ */ diff --git a/src/win32/wrappers.h b/src/win32/wrappers.h index a009fbdc..732e6a06 100644 --- a/src/win32/wrappers.h +++ b/src/win32/wrappers.h @@ -101,4 +101,4 @@ static inline int gettimeofday(struct timeval* tp, struct timezone* tzp) { tp->tv_usec = usec.count(); return 0; } -#endif \ No newline at end of file +#endif diff --git a/support/libmemcached.pc.in b/support/libmemcached.pc.in index c53e7513..ef8ce60b 100644 --- a/support/libmemcached.pc.in +++ b/support/libmemcached.pc.in @@ -4,7 +4,7 @@ libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@ Name: libmemcached -URL: https://m6w6.github.io/libmemcached/ +URL: https://awesomized.github.io/libmemcached/ Description: libmemcached C/C++ library Version: @PROJECT_VERSION@ Libs: -L@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ -lmemcached -lmemcachedutil