Updated copyright headers.
[m6w6/libmemcached] / libmemcached / memcached_util.h
index 501b81ae6c0a515927684009c238fab50b733dd6..f06804b40d1ecffe1238443df8b06fd39a82f9af 100644 (file)
@@ -1,15 +1,20 @@
-/*
- * Summary: interface for libmemcached utility library
- * Description: main include file for libmemcachedutil
+/* LibMemcached
+ * Copyright (C) 2006-2009 Brian Aker 
+ * All rights reserved.
  *
- * Copy: See Copyright for the status of this software.
+ * Use and distribution licensed under the BSD license.  See
+ * the COPYING file in the parent directory for full text.
+ *
+ * Summary: Connection pool library.
  *
  * Author: Trond Norbye
+ *
  */
 
-#ifndef LIBMEMCACHED_MEMCACHED_UTIL_H
-#define LIBMEMCACHED_MEMCACHED_UTIL_H
+
+#ifndef MEMCACHED_UTIL_H
+#define MEMCACHED_UTIL_H
 
 #include <libmemcached/memcached_pool.h>
 
-#endif /* LIBMEMCACHED_MEMCACHED_UTIL_H */
+#endif /* MEMCACHED_UTIL_H */