diff --git a/COPYING b/COPYING index 149ffdf..d58074d 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ The MIT License -Copyright (c) 2009 Thomas Porzelt +Copyright (c) 2009-2011 Thomas Porzelt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/client.c b/src/client.c index 87b0a1a..f8875e4 100644 --- a/src/client.c +++ b/src/client.c @@ -2,7 +2,7 @@ * weighttp - a lightweight and simple webserver benchmarking tool * * Author: - * Copyright (c) 2009 Thomas Porzelt + * Copyright (c) 2009-2011 Thomas Porzelt * * License: * MIT, see COPYING file diff --git a/src/client.h b/src/client.h index 0e387d1..bb0a8b0 100644 --- a/src/client.h +++ b/src/client.h @@ -2,7 +2,7 @@ * weighttp - a lightweight and simple webserver benchmarking tool * * Author: - * Copyright (c) 2009 Thomas Porzelt + * Copyright (c) 2009-2011 Thomas Porzelt * * License: * MIT, see COPYING file diff --git a/src/weighttp.c b/src/weighttp.c index 56862ef..77504f1 100644 --- a/src/weighttp.c +++ b/src/weighttp.c @@ -2,7 +2,7 @@ * weighttp - a lightweight and simple webserver benchmarking tool * * Author: - * Copyright (c) 2009 Thomas Porzelt + * Copyright (c) 2009-2011 Thomas Porzelt * * License: * MIT, see COPYING file diff --git a/src/weighttp.h b/src/weighttp.h index 584c975..4d98fba 100644 --- a/src/weighttp.h +++ b/src/weighttp.h @@ -2,7 +2,7 @@ * weighttp - a lightweight and simple webserver benchmarking tool * * Author: - * Copyright (c) 2009 Thomas Porzelt + * Copyright (c) 2009-2011 Thomas Porzelt * * License: * MIT, see COPYING file diff --git a/src/worker.c b/src/worker.c index fea79a8..8cadc9b 100644 --- a/src/worker.c +++ b/src/worker.c @@ -2,7 +2,7 @@ * weighttp - a lightweight and simple webserver benchmarking tool * * Author: - * Copyright (c) 2009 Thomas Porzelt + * Copyright (c) 2009-2011 Thomas Porzelt * * License: * MIT, see COPYING file diff --git a/src/worker.h b/src/worker.h index 318d325..f87476b 100644 --- a/src/worker.h +++ b/src/worker.h @@ -2,7 +2,7 @@ * weighttp - a lightweight and simple webserver benchmarking tool * * Author: - * Copyright (c) 2009 Thomas Porzelt + * Copyright (c) 2009-2011 Thomas Porzelt * * License: * MIT, see COPYING file diff --git a/wscript b/wscript index 6d3cfc0..67fa9e8 100644 --- a/wscript +++ b/wscript @@ -5,7 +5,7 @@ * weighttp - a lightweight and simple webserver benchmarking tool * * Author: - * Copyright (c) 2009 Thomas Porzelt + * Copyright (c) 2009-2011 Thomas Porzelt * * License: * MIT, see COPYING file @@ -14,7 +14,7 @@ import Options # the following two variables are used by the target "waf dist" -VERSION='0.2' +VERSION='0.3' APPNAME='weighttp' # these variables are mandatory ('/' are converted automatically)