Update copyright notices

This commit is contained in:
Tony Garnock-Jones 2011-01-05 13:08:13 -05:00
parent bfce65daf7
commit bfd7e24957
34 changed files with 35 additions and 35 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_private_h #ifndef cmsg_private_h
#define cmsg_private_h #define cmsg_private_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_dataq_h #ifndef cmsg_dataq_h
#define cmsg_dataq_h #define cmsg_dataq_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_direct_h #ifndef cmsg_direct_h
#define cmsg_direct_h #define cmsg_direct_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_fanout_h #ifndef cmsg_fanout_h
#define cmsg_fanout_h #define cmsg_fanout_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_harness_h #ifndef cmsg_harness_h
#define cmsg_harness_h #define cmsg_harness_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_hashtable_h #ifndef cmsg_hashtable_h
#define cmsg_hashtable_h #define cmsg_hashtable_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
@ -96,7 +96,7 @@ static void console_listener(void *arg) {
#endif #endif
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
info("cmsg ALPHA, Copyright (C) 2010 Tony Garnock-Jones. All rights reserved.\n"); info("cmsg ALPHA, Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved.\n");
event_init(); event_init();
signal(SIGPIPE, SIG_IGN); /* avoid EPIPE when connections drop unexpectedly */ signal(SIGPIPE, SIG_IGN); /* avoid EPIPE when connections drop unexpectedly */
info("Using libevent version %s\n", event_get_version()); info("Using libevent version %s\n", event_get_version());

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_meta_h #ifndef cmsg_meta_h
#define cmsg_meta_h #define cmsg_meta_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_net_h #ifndef cmsg_net_h
#define cmsg_net_h #define cmsg_net_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_node_h #ifndef cmsg_node_h
#define cmsg_node_h #define cmsg_node_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_queue_h #ifndef cmsg_queue_h
#define cmsg_queue_h #define cmsg_queue_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_ref_h #ifndef cmsg_ref_h
#define cmsg_ref_h #define cmsg_ref_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_relay_h #ifndef cmsg_relay_h
#define cmsg_relay_h #define cmsg_relay_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_sexp_h #ifndef cmsg_sexp_h
#define cmsg_sexp_h #define cmsg_sexp_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_sexpio_h #ifndef cmsg_sexpio_h
#define cmsg_sexpio_h #define cmsg_sexpio_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#ifndef cmsg_subscription_h #ifndef cmsg_subscription_h
#define cmsg_subscription_h #define cmsg_subscription_h

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2010 Tony Garnock-Jones. All rights reserved. */ /* Copyright (C) 2010, 2011 Tony Garnock-Jones. All rights reserved. */
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>