mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
Explicitly license httpp log net thread and timing
This change was ACKd by all authors and explicitly states the license to be LGPLv2 in all files to match COPYING. This removes ambiguity when using these files e.g. as part of libshout. For a list of authors, pease refer to the copyright headers of each file.
This commit is contained in:
parent
0e41ed2372
commit
8685e6ed5a
@ -1,9 +1,28 @@
|
||||
/* Httpp.c
|
||||
**
|
||||
** http parsing engine
|
||||
**
|
||||
** This program is distributed under the GNU General Public License, version 2.
|
||||
** A copy of this license is included with this source.
|
||||
**
|
||||
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||
** Ralph Giles <giles@xiph.org>,
|
||||
** Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
||||
** Karl Heyes <karl@xiph.org>,
|
||||
** Philipp "ph3-der-loewe" Schafft <lion@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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
** Boston, MA 02110-1301, USA.
|
||||
**
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
@ -1,9 +1,27 @@
|
||||
/* httpp.h
|
||||
**
|
||||
** http parsing library
|
||||
**
|
||||
** This program is distributed under the GNU General Public License, version 2.
|
||||
** A copy of this license is included with this source.
|
||||
**
|
||||
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||
** Ralph Giles <giles@xiph.org>,
|
||||
** Karl Heyes <karl@xiph.org>,
|
||||
** Philipp "ph3-der-loewe" Schafft <lion@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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
** Boston, MA 02110-1301, USA.
|
||||
**
|
||||
*/
|
||||
|
||||
#ifndef __HTTPP_H
|
||||
|
25
log/log.c
25
log/log.c
@ -1,8 +1,29 @@
|
||||
/*
|
||||
** Logging framework.
|
||||
**
|
||||
** This program is distributed under the GNU General Public License, version 2.
|
||||
** A copy of this license is included with this source.
|
||||
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||
** Ralph Giles <giles@xiph.org>,
|
||||
** Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
||||
** Karl Heyes <karl@xiph.org>,
|
||||
** Jack Moffitt <jack@icecast.org>,
|
||||
** Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>,
|
||||
** Thomas Ruecker <thomas@ruecker.fi>
|
||||
**
|
||||
** 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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
** Boston, MA 02110-1301, USA.
|
||||
**
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
25
log/log.h
25
log/log.h
@ -1,8 +1,29 @@
|
||||
/*
|
||||
** Logging framework.
|
||||
**
|
||||
** This program is distributed under the GNU General Public License, version 2.
|
||||
** A copy of this license is included with this source.
|
||||
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||
** Ralph Giles <giles@xiph.org>,
|
||||
** Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
||||
** Karl Heyes <karl@xiph.org>,
|
||||
** Jack Moffitt <jack@icecast.org>,
|
||||
** Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>,
|
||||
** Thomas Ruecker <thomas@ruecker.fi>
|
||||
**
|
||||
** 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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
** Boston, MA 02110-1301, USA.
|
||||
**
|
||||
*/
|
||||
|
||||
#ifndef __LOG_H__
|
||||
|
@ -1,21 +1,27 @@
|
||||
/*
|
||||
* resolver.c - name resolver library
|
||||
*
|
||||
* Copyright (C) 1999 the icecast team <team@icecast.org>
|
||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||
* Brendan Cully <brendan@xiph.org>,
|
||||
* Karl Heyes <karl@xiph.org>,
|
||||
* Jack Moffitt <jack@icecast.org>,
|
||||
* Philipp "ph3-der-loewe" Schafft <lion@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 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.
|
||||
* 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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
|
@ -1,9 +1,27 @@
|
||||
/*
|
||||
** resolver.h
|
||||
**
|
||||
** name resolver library header
|
||||
**
|
||||
*/
|
||||
* resolver.h
|
||||
*
|
||||
* name resolver library header
|
||||
*
|
||||
* Copyright (C) 2014 Brendan Cully <brendan@xiph.org>,
|
||||
* Jack Moffitt <jack@icecast.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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __RESOLVER_H
|
||||
#define __RESOLVER_H
|
||||
|
30
net/sock.c
30
net/sock.c
@ -1,21 +1,27 @@
|
||||
/* -*- c-basic-offset: 4; -*- */
|
||||
/* sock.c: General Socket Functions
|
||||
*
|
||||
* Copyright (c) 1999 the icecast team
|
||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||
* Brendan Cully <brendan@xiph.org>,
|
||||
* Karl Heyes <karl@xiph.org>,
|
||||
* Jack Moffitt <jack@icecast.org>,
|
||||
* Ed "oddsock" Zaleski <oddsock@xiph.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 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.
|
||||
* 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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
31
net/sock.h
31
net/sock.h
@ -1,21 +1,26 @@
|
||||
/* sock.h
|
||||
* - General Socket Function Headers
|
||||
*
|
||||
* Copyright (c) 1999 the icecast team
|
||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||
* Brendan Cully <brendan@xiph.org>,
|
||||
* Karl Heyes <karl@xiph.org>,
|
||||
* Jack Moffitt <jack@icecast.org>,
|
||||
* Ed "oddsock" Zaleski <oddsock@xiph.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* 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 General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
* 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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -1,20 +1,26 @@
|
||||
/* threads.c: Thread Abstraction Functions
|
||||
*
|
||||
* Copyright (c) 1999, 2000 the icecast team <team@icecast.org>
|
||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||
* Brendan Cully <brendan@xiph.org>,
|
||||
* Karl Heyes <karl@xiph.org>,
|
||||
* Jack Moffitt <jack@icecast.org>,
|
||||
* Ed "oddsock" Zaleski <oddsock@xiph.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 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.
|
||||
* 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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
@ -1,21 +1,26 @@
|
||||
/* thread.h
|
||||
* - Thread Abstraction Function Headers
|
||||
*
|
||||
* Copyright (c) 1999, 2000 the icecast team <team@icecast.org>
|
||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||
* Brendan Cully <brendan@xiph.org>,
|
||||
* Karl Heyes <karl@xiph.org>,
|
||||
* Jack Moffitt <jack@icecast.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 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.
|
||||
* 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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
||||
#ifndef __THREAD_H__
|
||||
|
@ -1,9 +1,29 @@
|
||||
/* timing.c
|
||||
** - Timing functions
|
||||
**
|
||||
** This program is distributed under the GNU General Public License, version 2.
|
||||
** A copy of this license is included with this source.
|
||||
*/
|
||||
* - Timing functions
|
||||
*
|
||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||
* Brendan Cully <brendan@xiph.org>,
|
||||
* Karl Heyes <karl@xiph.org>,
|
||||
* Jack Moffitt <jack@icecast.org>,
|
||||
* Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
||||
* Ralph Giles <giles@xiph.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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
|
@ -1,9 +1,28 @@
|
||||
/*
|
||||
** Timing functions.
|
||||
**
|
||||
** This program is distributed under the GNU General Public License, version 2.
|
||||
** A copy of this license is included with this source.
|
||||
*/
|
||||
* Timing functions.
|
||||
*
|
||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||
* Karl Heyes <karl@xiph.org>,
|
||||
* Jack Moffitt <jack@icecast.org>,
|
||||
* Moritz Grimm <mdgrimm@gmx.net>,
|
||||
* Ralph Giles <giles@xiph.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 Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __TIMING_H__
|
||||
#define __TIMING_H__
|
||||
|
Loading…
Reference in New Issue
Block a user