From 43f413e27ab44a06b6f68cd3bac9a5257d904ac5 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Tue, 10 Apr 2012 23:07:31 -0400 Subject: [PATCH] base: updates copyright date --- LICENSE | 4 ++-- include/buffer_event.h | 2 +- include/event_buffer.h | 2 +- include/event_callback.h | 2 +- include/utility.h | 2 +- src/buffer_event.c | 2 +- src/event_buffer.c | 2 +- src/event_callback.c | 2 +- src/luaevent.c | 2 +- src/utility.c | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 334eadf..25c5363 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ LuaEvent - Binding of libevent to Lua to offer event-based IO programming -Copyright (C) 2007 Thomas Harning +Copyright (C) 2007,2012 Thomas Harning -See doc/COPYING for more details. \ No newline at end of file +See doc/COPYING for more details. diff --git a/include/buffer_event.h b/include/buffer_event.h index b98b26a..b03804b 100644 --- a/include/buffer_event.h +++ b/include/buffer_event.h @@ -1,4 +1,4 @@ -/* LuaEvent - Copyright (C) 2007 Thomas Harning +/* LuaEvent - Copyright (C) 2007,2012 Thomas Harning * Licensed as LGPL - See doc/COPYING for details */ #ifndef BUFFER_EVENT_H #define BUFFER_EVENT_H diff --git a/include/event_buffer.h b/include/event_buffer.h index 33306f1..1824191 100644 --- a/include/event_buffer.h +++ b/include/event_buffer.h @@ -1,4 +1,4 @@ -/* LuaEvent - Copyright (C) 2007 Thomas Harning +/* LuaEvent - Copyright (C) 2007,2012 Thomas Harning * Licensed as LGPL - See doc/COPYING for details */ #ifndef EVENT_BUFFER_H #define EVENT_BUFFER_H diff --git a/include/event_callback.h b/include/event_callback.h index 7bb7c5e..8524d73 100644 --- a/include/event_callback.h +++ b/include/event_callback.h @@ -1,4 +1,4 @@ -/* LuaEvent - Copyright (C) 2007 Thomas Harning +/* LuaEvent - Copyright (C) 2007,2012 Thomas Harning * Licensed as LGPL - See doc/COPYING for details */ #ifndef EVENT_CALLBACK #define EVENT_CALLBACK diff --git a/include/utility.h b/include/utility.h index f5afcfc..96d9d1b 100644 --- a/include/utility.h +++ b/include/utility.h @@ -1,4 +1,4 @@ -/* LuaEvent - Copyright (C) 2007 Thomas Harning +/* LuaEvent - Copyright (C) 2007,2012 Thomas Harning * Licensed as LGPL - See doc/COPYING for details */ #ifndef UTILITY_H #define UTILITY_H diff --git a/src/buffer_event.c b/src/buffer_event.c index 09410f0..30baa83 100644 --- a/src/buffer_event.c +++ b/src/buffer_event.c @@ -1,4 +1,4 @@ -/* LuaEvent - Copyright (C) 2007 Thomas Harning +/* LuaEvent - Copyright (C) 2007,2012 Thomas Harning * Licensed as LGPL - See doc/COPYING for details */ #include #include "buffer_event.h" diff --git a/src/event_buffer.c b/src/event_buffer.c index 048b04a..dda9b22 100644 --- a/src/event_buffer.c +++ b/src/event_buffer.c @@ -1,4 +1,4 @@ -/* LuaEvent - Copyright (C) 2007 Thomas Harning +/* LuaEvent - Copyright (C) 2007,2012 Thomas Harning * Licensed as LGPL - See doc/COPYING for details */ #include #include "event_buffer.h" diff --git a/src/event_callback.c b/src/event_callback.c index ace9cf2..5e022a8 100644 --- a/src/event_callback.c +++ b/src/event_callback.c @@ -1,4 +1,4 @@ -/* LuaEvent - Copyright (C) 2007 Thomas Harning +/* LuaEvent - Copyright (C) 2007,2012 Thomas Harning * Licensed as LGPL - See doc/COPYING for details */ #include "event_callback.h" #include diff --git a/src/luaevent.c b/src/luaevent.c index c037872..2d6a564 100644 --- a/src/luaevent.c +++ b/src/luaevent.c @@ -1,4 +1,4 @@ -/* LuaEvent - Copyright (C) 2007 Thomas Harning +/* LuaEvent - Copyright (C) 2007,2012 Thomas Harning * Licensed as LGPL - See doc/COPYING for details */ #include "event_callback.h" diff --git a/src/utility.c b/src/utility.c index d42be1f..9f630ec 100644 --- a/src/utility.c +++ b/src/utility.c @@ -1,4 +1,4 @@ -/* LuaEvent - Copyright (C) 2007 Thomas Harning +/* LuaEvent - Copyright (C) 2007,2012 Thomas Harning * Licensed as LGPL - See doc/COPYING for details */ #include "utility.h" #include -- 2.11.4.GIT