[xiph-commits] r18714 - in icecast/branches/ph3/libshout: include/shout src
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Wed Nov 21 06:14:03 PST 2012
Author: ph3-der-loewe
Date: 2012-11-21 06:14:03 -0800 (Wed, 21 Nov 2012)
New Revision: 18714
Modified:
icecast/branches/ph3/libshout/include/shout/shout.h.in
icecast/branches/ph3/libshout/src/shout.c
icecast/branches/ph3/libshout/src/shout_private.h
icecast/branches/ph3/libshout/src/util.c
icecast/branches/ph3/libshout/src/util.h
Log:
corrected copyright and license statements
Modified: icecast/branches/ph3/libshout/include/shout/shout.h.in
===================================================================
--- icecast/branches/ph3/libshout/include/shout/shout.h.in 2012-11-21 14:00:29 UTC (rev 18713)
+++ icecast/branches/ph3/libshout/include/shout/shout.h.in 2012-11-21 14:14:03 UTC (rev 18714)
@@ -2,7 +2,8 @@
*
* API for libshout, the streaming library for icecast
*
- * Copyright (C) 2002-2003 the Icecast team <team at icecast.org>
+ * Copyright (C) 2002-2003 the Icecast team <team at icecast.org>,
+ * Copyright (C) 2012 Philipp "ph3-der-loewe" Schafft <lion at lion.leolix.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: icecast/branches/ph3/libshout/src/shout.c
===================================================================
--- icecast/branches/ph3/libshout/src/shout.c 2012-11-21 14:00:29 UTC (rev 18713)
+++ icecast/branches/ph3/libshout/src/shout.c 2012-11-21 14:14:03 UTC (rev 18714)
@@ -1,7 +1,8 @@
/* -*- c-basic-offset: 8; -*- */
/* shout.c: Implementation of public libshout interface shout.h
*
- * Copyright (C) 2002-2004 the Icecast team <team at icecast.org>
+ * Copyright (C) 2002-2004 the Icecast team <team at icecast.org>,
+ * Copyright (C) 2012 Philipp "ph3-der-loewe" Schafft <lion at lion.leolix.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: icecast/branches/ph3/libshout/src/shout_private.h
===================================================================
--- icecast/branches/ph3/libshout/src/shout_private.h 2012-11-21 14:00:29 UTC (rev 18713)
+++ icecast/branches/ph3/libshout/src/shout_private.h 2012-11-21 14:14:03 UTC (rev 18714)
@@ -1,6 +1,23 @@
/* -*- c-basic-offset: 8; -*- */
/* shout.h: Private libshout data structures and declarations
*
+ * Copyright (C) 2002-2004 the Icecast team <team at icecast.org>,
+ * Copyright (C) 2012 Philipp "ph3-der-loewe" Schafft <lion at lion.leolix.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
* $Id$
*/
Modified: icecast/branches/ph3/libshout/src/util.c
===================================================================
--- icecast/branches/ph3/libshout/src/util.c 2012-11-21 14:00:29 UTC (rev 18713)
+++ icecast/branches/ph3/libshout/src/util.c 2012-11-21 14:14:03 UTC (rev 18714)
@@ -1,6 +1,7 @@
/* util.c: libshout utility/portability functions
*
- * Copyright (C) 2002-2003 the Icecast team <team at icecast.org>
+ * Copyright (C) 2002-2003 the Icecast team <team at icecast.org>,
+ * Copyright (C) 2012 Philipp "ph3-der-loewe" Schafft <lion at lion.leolix.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
Modified: icecast/branches/ph3/libshout/src/util.h
===================================================================
--- icecast/branches/ph3/libshout/src/util.h 2012-11-21 14:00:29 UTC (rev 18713)
+++ icecast/branches/ph3/libshout/src/util.h 2012-11-21 14:14:03 UTC (rev 18714)
@@ -1,4 +1,24 @@
-/* util.h: libshout utility/portability functions */
+/* util.h: libshout utility/portability functions
+ *
+ * Copyright (C) 2002-2004 the Icecast team <team at icecast.org>,
+ * Copyright (C) 2012 Philipp "ph3-der-loewe" Schafft <lion at lion.leolix.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ * $Id$
+ */
#ifndef __LIBSHOUT_UTIL_H__
#define __LIBSHOUT_UTIL_H__
More information about the commits
mailing list