mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
Update: Corrected years of copyright
This commit is contained in:
parent
60ab7b13b7
commit
f2efba644c
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 1995-1997 by Sam Rushing <rushing@nightmare.com>
|
* Copyright (C) 1995-1997 Sam Rushing <rushing@nightmare.com>
|
||||||
|
* Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
*
|
*
|
||||||
* All Rights Reserved
|
* All Rights Reserved
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 1995 by Sam Rushing <rushing@nightmare.com>
|
* Copyright (C) 1995 Sam Rushing <rushing@nightmare.com>,
|
||||||
|
* Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: avl.h,v 1.7 2003/07/07 01:10:14 brendan Exp $ */
|
/* $Id: avl.h,v 1.7 2003/07/07 01:10:14 brendan Exp $ */
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
** http transfer encoding library
|
** http transfer encoding library
|
||||||
** See RFC2616 section 3.6 for more details.
|
** See RFC2616 section 3.6 for more details.
|
||||||
**
|
**
|
||||||
** Copyright (C) 2015 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
** Copyright (C) 2015-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
**
|
**
|
||||||
** This library is free software; you can redistribute it and/or
|
** This library is free software; you can redistribute it and/or
|
||||||
** modify it under the terms of the GNU Library General Public
|
** modify it under the terms of the GNU Library General Public
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
** http transfer encoding library
|
** http transfer encoding library
|
||||||
** See RFC2616 section 3.6 for more details.
|
** See RFC2616 section 3.6 for more details.
|
||||||
**
|
**
|
||||||
** Copyright (C) 2015 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
** Copyright (C) 2015-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
**
|
**
|
||||||
** This library is free software; you can redistribute it and/or
|
** This library is free software; you can redistribute it and/or
|
||||||
** modify it under the terms of the GNU Library General Public
|
** modify it under the terms of the GNU Library General Public
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
**
|
**
|
||||||
** http parsing engine
|
** http parsing engine
|
||||||
**
|
**
|
||||||
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||||
** Ralph Giles <giles@xiph.org>,
|
** Ralph Giles <giles@xiph.org>,
|
||||||
** Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
** Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
||||||
** Karl Heyes <karl@xiph.org>,
|
** Karl Heyes <karl@xiph.org>,
|
||||||
** Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
** Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
**
|
**
|
||||||
** This library is free software; you can redistribute it and/or
|
** This library is free software; you can redistribute it and/or
|
||||||
** modify it under the terms of the GNU Library General Public
|
** modify it under the terms of the GNU Library General Public
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
**
|
**
|
||||||
** http parsing library
|
** http parsing library
|
||||||
**
|
**
|
||||||
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||||
** Ralph Giles <giles@xiph.org>,
|
** Ralph Giles <giles@xiph.org>,
|
||||||
** Karl Heyes <karl@xiph.org>,
|
** Karl Heyes <karl@xiph.org>,
|
||||||
** Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
** Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
**
|
**
|
||||||
** This library is free software; you can redistribute it and/or
|
** This library is free software; you can redistribute it and/or
|
||||||
** modify it under the terms of the GNU Library General Public
|
** modify it under the terms of the GNU Library General Public
|
||||||
|
14
log/log.c
14
log/log.c
@ -1,13 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
** Logging framework.
|
** Logging framework.
|
||||||
**
|
**
|
||||||
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||||
** Ralph Giles <giles@xiph.org>,
|
** Ralph Giles <giles@xiph.org>,
|
||||||
** Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
** Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
||||||
** Karl Heyes <karl@xiph.org>,
|
** Karl Heyes <karl@xiph.org>,
|
||||||
** Jack Moffitt <jack@icecast.org>,
|
** Jack Moffitt <jack@icecast.org>,
|
||||||
** Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>,
|
** Thomas Ruecker <thomas@ruecker.fi>,
|
||||||
** Thomas Ruecker <thomas@ruecker.fi>
|
** Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
**
|
**
|
||||||
** This library is free software; you can redistribute it and/or
|
** This library is free software; you can redistribute it and/or
|
||||||
** modify it under the terms of the GNU Library General Public
|
** modify it under the terms of the GNU Library General Public
|
||||||
|
14
log/log.h
14
log/log.h
@ -1,13 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
** Logging framework.
|
** Logging framework.
|
||||||
**
|
**
|
||||||
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
** Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||||
** Ralph Giles <giles@xiph.org>,
|
** Ralph Giles <giles@xiph.org>,
|
||||||
** Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
** Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
||||||
** Karl Heyes <karl@xiph.org>,
|
** Karl Heyes <karl@xiph.org>,
|
||||||
** Jack Moffitt <jack@icecast.org>,
|
** Jack Moffitt <jack@icecast.org>,
|
||||||
** Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>,
|
** Thomas Ruecker <thomas@ruecker.fi>,
|
||||||
** Thomas Ruecker <thomas@ruecker.fi>
|
** Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
**
|
**
|
||||||
** This library is free software; you can redistribute it and/or
|
** This library is free software; you can redistribute it and/or
|
||||||
** modify it under the terms of the GNU Library General Public
|
** modify it under the terms of the GNU Library General Public
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
* resolver.c - name resolver library
|
* resolver.c - name resolver library
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||||
* Brendan Cully <brendan@xiph.org>,
|
* Brendan Cully <brendan@xiph.org>,
|
||||||
* Karl Heyes <karl@xiph.org>,
|
* Karl Heyes <karl@xiph.org>,
|
||||||
* Jack Moffitt <jack@icecast.org>,
|
* Jack Moffitt <jack@icecast.org>,
|
||||||
* Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
* Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -3,8 +3,9 @@
|
|||||||
*
|
*
|
||||||
* name resolver library header
|
* name resolver library header
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Brendan Cully <brendan@xiph.org>,
|
* Copyright (C) 2014 Brendan Cully <brendan@xiph.org>,
|
||||||
* Jack Moffitt <jack@icecast.org>
|
* Jack Moffitt <jack@icecast.org>,
|
||||||
|
* Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
11
net/sock.c
11
net/sock.c
@ -1,11 +1,12 @@
|
|||||||
/* -*- c-basic-offset: 4; -*- */
|
/* -*- c-basic-offset: 4; -*- */
|
||||||
/* sock.c: General Socket Functions
|
/* sock.c: General Socket Functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||||
* Brendan Cully <brendan@xiph.org>,
|
* Brendan Cully <brendan@xiph.org>,
|
||||||
* Karl Heyes <karl@xiph.org>,
|
* Karl Heyes <karl@xiph.org>,
|
||||||
* Jack Moffitt <jack@icecast.org>,
|
* Jack Moffitt <jack@icecast.org>,
|
||||||
* Ed "oddsock" Zaleski <oddsock@xiph.org>
|
* Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
||||||
|
* Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
11
net/sock.h
11
net/sock.h
@ -1,11 +1,12 @@
|
|||||||
/* sock.h
|
/* sock.h
|
||||||
* - General Socket Function Headers
|
* - General Socket Function Headers
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||||
* Brendan Cully <brendan@xiph.org>,
|
* Brendan Cully <brendan@xiph.org>,
|
||||||
* Karl Heyes <karl@xiph.org>,
|
* Karl Heyes <karl@xiph.org>,
|
||||||
* Jack Moffitt <jack@icecast.org>,
|
* Jack Moffitt <jack@icecast.org>,
|
||||||
* Ed "oddsock" Zaleski <oddsock@xiph.org>
|
* Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
||||||
|
* Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
/* threads.c: Thread Abstraction Functions
|
/* threads.c: Thread Abstraction Functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||||
* Brendan Cully <brendan@xiph.org>,
|
* Brendan Cully <brendan@xiph.org>,
|
||||||
* Karl Heyes <karl@xiph.org>,
|
* Karl Heyes <karl@xiph.org>,
|
||||||
* Jack Moffitt <jack@icecast.org>,
|
* Jack Moffitt <jack@icecast.org>,
|
||||||
* Ed "oddsock" Zaleski <oddsock@xiph.org>
|
* Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
||||||
|
* Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
/* thread.h
|
/* thread.h
|
||||||
* - Thread Abstraction Function Headers
|
* - Thread Abstraction Function Headers
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||||
* Brendan Cully <brendan@xiph.org>,
|
* Brendan Cully <brendan@xiph.org>,
|
||||||
* Karl Heyes <karl@xiph.org>,
|
* Karl Heyes <karl@xiph.org>,
|
||||||
* Jack Moffitt <jack@icecast.org>
|
* Jack Moffitt <jack@icecast.org>,
|
||||||
|
* Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
/* timing.c
|
/* timing.c
|
||||||
* - Timing functions
|
* - Timing functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||||
* Brendan Cully <brendan@xiph.org>,
|
* Brendan Cully <brendan@xiph.org>,
|
||||||
* Karl Heyes <karl@xiph.org>,
|
* Karl Heyes <karl@xiph.org>,
|
||||||
* Jack Moffitt <jack@icecast.org>,
|
* Jack Moffitt <jack@icecast.org>,
|
||||||
* Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
* Ed "oddsock" Zaleski <oddsock@xiph.org>,
|
||||||
* Ralph Giles <giles@xiph.org>
|
* Ralph Giles <giles@xiph.org>,
|
||||||
|
* Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* Timing functions.
|
* Timing functions.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
* Copyright (C) 2014 Michael Smith <msmith@icecast.org>,
|
||||||
* Karl Heyes <karl@xiph.org>,
|
* Karl Heyes <karl@xiph.org>,
|
||||||
* Jack Moffitt <jack@icecast.org>,
|
* Jack Moffitt <jack@icecast.org>,
|
||||||
* Moritz Grimm <mdgrimm@gmx.net>,
|
* Moritz Grimm <mdgrimm@gmx.net>,
|
||||||
* Ralph Giles <giles@xiph.org>
|
* Ralph Giles <giles@xiph.org>,
|
||||||
|
* Copyright (C) 2012-2018 Philipp "ph3-der-loewe" Schafft <lion@lion.leolix.org>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Library General Public
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
Loading…
Reference in New Issue
Block a user