libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

commit fd97afc36937f26be9ce3fdd38aee925a4d32ea9
parent 1dccae5fd26477f0908e2d1a1b651bea3de98d35
Author: Kris Maglione <kris@suckless.org>
Date:   Tue,  1 Jun 2010 20:17:17 -0400

Update copyrights.

Diffstat:
LICENSE | 21+++++++++++++++++++++
cmd/ixpc.c | 2+-
examples/ixpsrv.c | 2+-
include/ixp.h | 2+-
lib/libixp/LICENSE | 21---------------------
lib/libixp/client.c | 2+-
lib/libixp/convert.c | 2+-
lib/libixp/message.c | 2+-
lib/libixp/request.c | 2+-
lib/libixp/socket.c | 2+-
lib/libixp/srv_util.c | 2+-
lib/libixp/timer.c | 2+-
lib/libixp/transport.c | 2+-
lib/libixp_pthread/thread_pthread.c | 2+-
lib/libixp_rubythread/thread_ruby.c | 2+-
lib/libixp_task/thread_task.c | 2+-
16 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,21 @@ + +© 2005-2006 Anselm R. Garbe <garbeam@gmail.com> +© 2006-2010 Kris Maglione <maglione.k at Gmail> + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/cmd/ixpc.c b/cmd/ixpc.c @@ -1,4 +1,4 @@ -/* Copyright ©2007 Kris Maglione <fbsdaemon@gmail.com> +/* Copyright ©2007-2010 Kris Maglione <maglione.k at Gmail> * See LICENSE file for license details. */ #define IXP_NO_P9_ diff --git a/examples/ixpsrv.c b/examples/ixpsrv.c @@ -1,5 +1,5 @@ /* Copyright ©2007 Ron Minnich <rminnich at gmail dot com> -/* Copyright ©2007 Kris Maglione <maglione.k@gmail.com> +/* Copyright ©2007-2010 Kris Maglione <maglione.k@gmail.com> * See LICENSE file for license details. */ diff --git a/include/ixp.h b/include/ixp.h @@ -1,5 +1,5 @@ /* Copyright ©2004-2006 Anselm R. Garbe <garbeam at gmail dot com> - * Copyright ©2006-2007 Kris Maglione <fbsdaemon@gmail.com> + * Copyright ©2006-2010 Kris Maglione <maglione.k at Gmail> * See LICENSE file for license details. */ diff --git a/lib/libixp/LICENSE b/lib/libixp/LICENSE @@ -1,21 +0,0 @@ - -© 2005-2006 Anselm R. Garbe <garbeam@gmail.com> -© 2006-2009 Kris Maglione <maglione.k at Gmail> - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. diff --git a/lib/libixp/client.c b/lib/libixp/client.c @@ -1,4 +1,4 @@ -/* Copyright ©2007-2008 Kris Maglione <fbsdaemon@gmail.com> +/* Copyright ©2007-2010 Kris Maglione <maglione.k at Gmail> * See LICENSE file for license details. */ #include <assert.h> diff --git a/lib/libixp/convert.c b/lib/libixp/convert.c @@ -1,4 +1,4 @@ -/* Copyright ©2007-2008 Kris Maglione <fbsdaemon@gmail.com> +/* Copyright ©2007-2010 Kris Maglione <maglione.k at Gmail> * See LICENSE file for license details. */ #include <stdio.h> diff --git a/lib/libixp/message.c b/lib/libixp/message.c @@ -1,4 +1,4 @@ -/* Copyright ©2007-2008 Kris Maglione <fbsdaemon@gmail.com> +/* Copyright ©2007-2010 Kris Maglione <maglione.k at Gmail> * See LICENSE file for license details. */ #include <stdlib.h> diff --git a/lib/libixp/request.c b/lib/libixp/request.c @@ -1,4 +1,4 @@ -/* Copyright ©2006-2008 Kris Maglione <fbsdaemon@gmail.com> +/* Copyright ©2006-2010 Kris Maglione <maglione.k at Gmail> * See LICENSE file for license details. */ #include <assert.h> diff --git a/lib/libixp/socket.c b/lib/libixp/socket.c @@ -1,4 +1,4 @@ -/* Copyright ©2007-2008 Kris Maglione <fbsdaemon@gmail.com> +/* Copyright ©2007-2010 Kris Maglione <maglione.k at Gmail> * Copyright ©2004-2006 Anselm R. Garbe <garbeam at gmail dot com> * See LICENSE file for license details. */ diff --git a/lib/libixp/srv_util.c b/lib/libixp/srv_util.c @@ -1,4 +1,4 @@ -/* Copyright ©2006-2008 Kris Maglione <fbsdaemon at gmail dot com> +/* Copyright ©2006-2010 Kris Maglione <fbsdaemon at gmail dot com> * See LICENSE file for license details. */ #include <assert.h> diff --git a/lib/libixp/timer.c b/lib/libixp/timer.c @@ -1,4 +1,4 @@ -/* Copyright ©2008 Kris Maglione <fbsdaemon@gmail.com> +/* Copyright ©2008-2010 Kris Maglione <maglione.k at Gmail> * See LICENSE file for license details. */ #include <assert.h> diff --git a/lib/libixp/transport.c b/lib/libixp/transport.c @@ -1,4 +1,4 @@ -/* Copyright ©2007-2008 Kris Maglione <fbsdaemon@gmail.com> +/* Copyright ©2007-2010 Kris Maglione <maglione.k at Gmail> * See LICENSE file for license details. */ #include <errno.h> diff --git a/lib/libixp_pthread/thread_pthread.c b/lib/libixp_pthread/thread_pthread.c @@ -1,4 +1,4 @@ -/* Written by Kris Maglione <fbsdaemon@gmail.com> */ +/* Written by Kris Maglione <maglione.k at Gmail> */ /* Public domain */ #define _XOPEN_SOURCE 600 #include <errno.h> diff --git a/lib/libixp_rubythread/thread_ruby.c b/lib/libixp_rubythread/thread_ruby.c @@ -1,4 +1,4 @@ -/* Copyright ©2007-2008 Kris Maglione <fbsdaemon@gmail.com> +/* Copyright ©2007-2010 Kris Maglione <maglione.k at Gmail> * See LICENSE file for license details. */ #include <errno.h> diff --git a/lib/libixp_task/thread_task.c b/lib/libixp_task/thread_task.c @@ -1,4 +1,4 @@ -/* Written by Kris Maglione <fbsdaemon@gmail.com> */ +/* Written by Kris Maglione <maglione.k at Gmail> */ /* Public domain */ #include <errno.h> #include <stdlib.h>