kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit af865abede89dca1a10b393a6f761f2844cef6b0
parent bc0fae9c682e229a49bfb1a721377c4cd77dd224
Author: Joris Vink <joris@coders.se>
Date:   Tue,  7 Apr 2015 13:08:26 +0200

Bump copyright to 2015

Diffstat:
LICENSE | 2+-
includes/kore.h | 2+-
includes/spdy.h | 2+-
src/accesslog.c | 2+-
src/bsd.c | 2+-
src/buf.c | 2+-
src/config.c | 2+-
src/connection.c | 2+-
src/domain.c | 2+-
src/http.c | 2+-
src/kore.c | 2+-
src/linux.c | 2+-
src/mem.c | 2+-
src/module.c | 2+-
src/net.c | 2+-
src/pool.c | 2+-
src/spdy.c | 2+-
src/utils.c | 2+-
src/validator.c | 2+-
src/worker.c | 2+-
20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/includes/kore.h b/includes/kore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/includes/spdy.h b/includes/spdy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/accesslog.c b/src/accesslog.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bsd.c b/src/bsd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/buf.c b/src/buf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/config.c b/src/config.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/connection.c b/src/connection.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/domain.c b/src/domain.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/http.c b/src/http.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/kore.c b/src/kore.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/linux.c b/src/linux.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/mem.c b/src/mem.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/module.c b/src/module.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/net.c b/src/net.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/pool.c b/src/pool.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/spdy.c b/src/spdy.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/utils.c b/src/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/validator.c b/src/validator.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/worker.c b/src/worker.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2015 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above