change license header library name to libmemcached-awesome
[awesomized/libmemcached] / src / libmemcached / callback.cc
index fbbf68d7231461094080e71ac2e67d35b41028f8..dc34aa608b930c16e15595acfad934e540b26d2c 100644 (file)
@@ -1,6 +1,6 @@
 /*
     +--------------------------------------------------------------------+
-    | libmemcached - C/C++ Client Library for memcached                  |
+    | libmemcached-awesome - C/C++ Client Library for memcached          |
     +--------------------------------------------------------------------+
     | Redistribution and use in source and binary forms, with or without |
     | modification, are permitted under the terms of the BSD license.    |
@@ -9,17 +9,13 @@
     | 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   <mike@php.net>                |
+    | Copyright (c) 2020-2021 Michael Wallner        https://awesome.co/ |
     +--------------------------------------------------------------------+
 */
 
 #include "libmemcached/common.h"
 #include <sys/types.h>
 
-#ifndef __INTEL_COMPILER
-#  pragma GCC diagnostic ignored "-Wstrict-aliasing"
-#endif
-
 /*
   These functions provide data and function callback support
 */