From: Carl Worth <cworth@cworth.org>
Date: Thu, 10 Jan 2008 06:48:48 +0000 (-0800)
Subject: Add copyright and authorship for Carl Worth
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=dff431f2d28cb1da0769422062daba60ffe420d7;p=loudgame

Add copyright and authorship for Carl Worth
---

diff --git a/lg-echo.c b/lg-echo.c
index 661949e..61729ad 100644
--- a/lg-echo.c
+++ b/lg-echo.c
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2003-2004 Imendio AB
+ * Copyright (C) 2008 Carl Worth
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
@@ -15,6 +16,9 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
+ *
+ * Authors: Imendio AB
+ *	    Carl Worth <cworth@cworth.org>
  */
  
 #include <glib.h>