update copyright statements

* include 2010
* add Andreas Eversberg and Sylvain
diff --git a/openbsc/src/bsc_hack.c b/openbsc/src/bsc_hack.c
index 581e9be..e7db3c7 100644
--- a/openbsc/src/bsc_hack.c
+++ b/openbsc/src/bsc_hack.c
@@ -1,6 +1,6 @@
 /* A hackish minimal BSC (+MSC +HLR) implementation */
 
-/* (C) 2008-2009 by Harald Welte <laforge@gnumonks.org>
+/* (C) 2008-2010 by Harald Welte <laforge@gnumonks.org>
  * (C) 2009 by Holger Hans Peter Freyther <zecke@selfish.org>
  * All Rights Reserved
  *
diff --git a/openbsc/src/telnet_interface.c b/openbsc/src/telnet_interface.c
index ebddaf5..6f452a5 100644
--- a/openbsc/src/telnet_interface.c
+++ b/openbsc/src/telnet_interface.c
@@ -102,9 +102,9 @@
 	int ret;
 	static char *msg =
 		"Welcome to the OpenBSC Control interface\n"
-		"Copyright (C) 2008, 2009 Harald Welte\n"
+		"Copyright (C) 2008-2010 Harald Welte\n"
 		"Contributions by Daniel Willmann, Jan Lübbe, "
-		"Stefan Schmidt, Holger Freyther\n\n"
+		"Stefan Schmidt, Holger Freyther, Andreas Eversberg\n\n"
 		"License GPLv2+: GNU GPL version 2 or later "
 		"<http://gnu.org/licenses/gpl.html>\n"
 		"This is free software: you are free to change "