From ba407b7ef640702ea9ea45de642551a6e550dcae Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 7 Nov 2013 22:27:53 -0800 Subject: server: Fix <,> in html --- gst-streaming-server/gss-server.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gst-streaming-server/gss-server.c b/gst-streaming-server/gss-server.c index ea6574e..0d1f417 100644 --- a/gst-streaming-server/gss-server.c +++ b/gst-streaming-server/gss-server.c @@ -1262,9 +1262,11 @@ gss_server_resource_about (GssTransaction * t) GSS_P ("

GStreamer Streaming Server

\n"); GSS_P ("
\n");
-  GSS_P ("Copyright (C) 2009-2012 Entropy Wave Inc \n");
-  GSS_P ("Copyright (C) 2009-2012 David Schleef \n");
-  GSS_P ("Copyright (C) 2012 Jan Schmidt \n");
+  GSS_P
+      ("Copyright (C) 2009-2012 Entropy Wave Inc <info@entropywave.com>\n");
+  GSS_P ("Copyright (C) 2009-2012 David Schleef <ds@schleef.org>\n");
+  GSS_P ("Copyright (C) 2012 Jan Schmidt <thaytan@noraisin.net>\n");
+  GSS_P ("Copyright (C) 2013 Rdio Inc <ingestions@rdio.com>\n");
   GSS_P ("\n");
   GSS_P ("This library is free software; you can redistribute it and/or\n");
   GSS_P ("modify it under the terms of the GNU Library General Public\n");
@@ -1347,7 +1349,7 @@ gss_server_resource_about (GssTransaction * t)
   GSS_P ("Copyright (C) 1997, 1998 Tim Janik\n");
   GSS_P ("Copyright (C) 2007, 2008, 2009  OpenedHand Ltd.\n");
   GSS_P ("Copyright (C) 2009, 2010, 2011  Intel Corp.\n");
-  GSS_P ("Copyright (C) 2010  Luca Bruno \n");
+  GSS_P ("Copyright (C) 2010  Luca Bruno <lethalman88@gmail.com>\n");
   GSS_P ("\n");
   GSS_P ("This library is free software; you can redistribute it and/or\n");
   GSS_P ("modify it under the terms of the GNU Lesser General Public\n");
-- 
cgit v1.2.3