~mordred/libmemcached/fix-weird-link

« back to all changes in this revision

Viewing changes to clients/memcat.c

  • Committer: Brian Aker
  • Date: 2009-12-16 19:03:49 UTC
  • Revision ID: brian@gir.tangent.org-20091216190349-0qtf5mw4b88lxvbi
Updated copyright headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* LibMemcached
 
2
 * Copyright (C) 2006-2009 Brian Aker
 
3
 * All rights reserved.
 
4
 *
 
5
 * Use and distribution licensed under the BSD license.  See
 
6
 * the COPYING file in the parent directory for full text.
 
7
 *
 
8
 * Summary:
 
9
 *
 
10
 */
 
11
 
1
12
#include "libmemcached/common.h"
2
13
#include <stdio.h>
3
14
#include <inttypes.h>