mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-01-03 14:56:35 -05:00
Update copyright and/or author email
This commit is contained in:
parent
d94afc59e0
commit
dd4c241fef
2
COPYING
2
COPYING
@ -1,6 +1,6 @@
|
|||||||
ezstream - source client for Icecast with external en-/decoder support
|
ezstream - source client for Icecast with external en-/decoder support
|
||||||
Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||||
Copyright (C) 2007, 2009 Moritz Grimm <mdgrimm@gmx.net>
|
Copyright (C) 2007, 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
|
|
||||||
|
|
||||||
The ezstream program, in its entirety, is licensed under the terms and
|
The ezstream program, in its entirety, is licensed under the terms and
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2009 Moritz Grimm <mdgrimm@gmx.net>
|
.\" Copyright (c) 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
.\"
|
.\"
|
||||||
.\" Permission to use, copy, modify, and distribute this software for any
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||||||
.\" purpose with or without fee is hereby granted, provided that the above
|
.\" purpose with or without fee is hereby granted, provided that the above
|
||||||
@ -114,4 +114,4 @@ as well as example playlist and metadata scripts.
|
|||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
script and this manual were written by
|
script and this manual were written by
|
||||||
.An Moritz Grimm Aq mdgrimm@gmx.net .
|
.An Moritz Grimm .
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2007, 2009 Moritz Grimm <mdgrimm@gmx.net>
|
.\" Copyright (c) 2007, 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
.\"
|
.\"
|
||||||
.\" This program is free software; you can redistribute it and/or modify
|
.\" This program is free software; you can redistribute it and/or modify
|
||||||
.\" it under the terms of the GNU General Public License version 2 as
|
.\" it under the terms of the GNU General Public License version 2 as
|
||||||
@ -654,6 +654,8 @@ as well as example playlist and metadata scripts.
|
|||||||
was written by:
|
was written by:
|
||||||
.Pp
|
.Pp
|
||||||
.An Ed Zaleski Aq oddsock@oddsock.org
|
.An Ed Zaleski Aq oddsock@oddsock.org
|
||||||
.An Moritz Grimm Aq mdgrimm@gmx.net
|
.An Moritz Grimm Aq mgrimm@mrsserver.net
|
||||||
.Pp
|
.Pp
|
||||||
This manual was written by Moritz Grimm.
|
.An -nosplit
|
||||||
|
This manual was written by
|
||||||
|
.An Moritz Grimm .
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* ezstream - source client for Icecast with external en-/decoder support
|
* ezstream - source client for Icecast with external en-/decoder support
|
||||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||||
* Copyright (C) 2007, 2009 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (C) 2007, 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* ezstream - source client for Icecast with external en-/decoder support
|
* ezstream - source client for Icecast with external en-/decoder support
|
||||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||||
* Copyright (C) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (C) 2007, 2015 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Convenience/wrapper script that uses ezstream to stream one or more files
|
# Convenience/wrapper script that uses ezstream to stream one or more files
|
||||||
# given on the command line.
|
# given on the command line.
|
||||||
|
|
||||||
# Copyright (c) 2009 Moritz Grimm <mdgrimm@gmx.net>
|
# Copyright (c) 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software for any
|
# Permission to use, copy, modify, and distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* ezstream - source client for Icecast with external en-/decoder support
|
* ezstream - source client for Icecast with external en-/decoder support
|
||||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||||
* Copyright (C) 2007, 2009 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (C) 2007, 2009, 2015 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007, 2009 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* Permission to use, copy, modify, and distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007, 2009 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* Permission to use, copy, modify, and distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (c) 2007 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* Permission to use, copy, modify, and distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007, 2009 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (c) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* Permission to use, copy, modify, and distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (c) 2007 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* Permission to use, copy, modify, and distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* ezstream - source client for Icecast with external en-/decoder support
|
* ezstream - source client for Icecast with external en-/decoder support
|
||||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||||
* Copyright (C) 2007, 2009 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (C) 2007, 2009 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* ezstream - source client for Icecast with external en-/decoder support
|
* ezstream - source client for Icecast with external en-/decoder support
|
||||||
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||||
* Copyright (C) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (C) 2007 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (C) 2007 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* Permission to use, copy, modify, and distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* and ensures that out-of-memory issues always cause the
|
* and ensures that out-of-memory issues always cause the
|
||||||
* application to exit.
|
* application to exit.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007 Moritz Grimm <mdgrimm@gmx.net>
|
* Copyright (C) 2007 Moritz Grimm <mgrimm@mrsserver.net>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* Permission to use, copy, modify, and distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
Loading…
Reference in New Issue
Block a user