From afc1008ef1caeba4cd46936681ccc04a65fb8858 Mon Sep 17 00:00:00 2001 From: tbbulloc Date: Wed, 17 Jan 2007 04:24:25 +0000 Subject: [PATCH] Updated License with linking exception for the openssl project --- httperf/src/call.c | 14 ++++++++++++-- httperf/src/call.h | 14 ++++++++++++-- httperf/src/conn.c | 14 ++++++++++++-- httperf/src/conn.h | 14 ++++++++++++-- httperf/src/core.c | 14 ++++++++++++-- httperf/src/core.h | 14 ++++++++++++-- httperf/src/event.c | 14 ++++++++++++-- httperf/src/event.h | 14 ++++++++++++-- httperf/src/gen/call_seq.c | 14 ++++++++++++-- httperf/src/gen/conn_rate.c | 14 ++++++++++++-- httperf/src/gen/misc.c | 14 ++++++++++++-- httperf/src/gen/rate.c | 14 ++++++++++++-- httperf/src/gen/rate.h | 14 ++++++++++++-- httperf/src/gen/sess_cookie.c | 14 ++++++++++++-- httperf/src/gen/session.c | 14 ++++++++++++-- httperf/src/gen/session.h | 14 ++++++++++++-- httperf/src/gen/uri_fixed.c | 14 ++++++++++++-- httperf/src/gen/uri_wlog.c | 14 ++++++++++++-- httperf/src/gen/uri_wset.c | 14 ++++++++++++-- httperf/src/gen/wsess.c | 14 ++++++++++++-- httperf/src/gen/wsesslog.c | 14 ++++++++++++-- httperf/src/gen/wsesspage.c | 14 ++++++++++++-- httperf/src/http.c | 14 ++++++++++++-- httperf/src/http.h | 14 ++++++++++++-- httperf/src/httperf.c | 14 ++++++++++++-- httperf/src/httperf.h | 14 ++++++++++++-- httperf/src/idleconn.c | 14 ++++++++++++-- httperf/src/lib/ssl_writev.c | 14 ++++++++++++-- httperf/src/object.c | 14 ++++++++++++-- httperf/src/object.h | 14 ++++++++++++-- httperf/src/sess.c | 14 ++++++++++++-- httperf/src/sess.h | 14 ++++++++++++-- httperf/src/stat/basic.c | 14 ++++++++++++-- httperf/src/stat/print_reply.c | 14 ++++++++++++-- httperf/src/stat/sess_stat.c | 14 ++++++++++++-- httperf/src/stat/stats.h | 14 ++++++++++++-- httperf/src/timer.c | 14 ++++++++++++-- httperf/src/timer.h | 14 ++++++++++++-- httperf/src/ttest.c | 14 ++++++++++++-- 39 files changed, 468 insertions(+), 78 deletions(-) diff --git a/httperf/src/call.c b/httperf/src/call.c index 36f43ff..e4cb49e 100755 --- a/httperf/src/call.c +++ b/httperf/src/call.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/call.h b/httperf/src/call.h index 0557c14..e4d5b5a 100755 --- a/httperf/src/call.h +++ b/httperf/src/call.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/conn.c b/httperf/src/conn.c index 6123236..46d0cd1 100755 --- a/httperf/src/conn.c +++ b/httperf/src/conn.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/conn.h b/httperf/src/conn.h index b5c62ac..38cefa3 100755 --- a/httperf/src/conn.h +++ b/httperf/src/conn.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/core.c b/httperf/src/core.c index 11d0ffd..798d05f 100755 --- a/httperf/src/core.c +++ b/httperf/src/core.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/core.h b/httperf/src/core.h index ecc0fdb..1c086d1 100755 --- a/httperf/src/core.h +++ b/httperf/src/core.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/event.c b/httperf/src/event.c index 456e7d6..8d910dc 100755 --- a/httperf/src/event.c +++ b/httperf/src/event.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/event.h b/httperf/src/event.h index bd2f27b..4e06e60 100755 --- a/httperf/src/event.h +++ b/httperf/src/event.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/call_seq.c b/httperf/src/gen/call_seq.c index f2d9ce5..372896d 100755 --- a/httperf/src/gen/call_seq.c +++ b/httperf/src/gen/call_seq.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/conn_rate.c b/httperf/src/gen/conn_rate.c index a03d823..aa93252 100755 --- a/httperf/src/gen/conn_rate.c +++ b/httperf/src/gen/conn_rate.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/misc.c b/httperf/src/gen/misc.c index c5e25bd..1ea2485 100755 --- a/httperf/src/gen/misc.c +++ b/httperf/src/gen/misc.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/rate.c b/httperf/src/gen/rate.c index 5ef7350..e153b5b 100755 --- a/httperf/src/gen/rate.c +++ b/httperf/src/gen/rate.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/rate.h b/httperf/src/gen/rate.h index 7df232e..8b7f22b 100755 --- a/httperf/src/gen/rate.h +++ b/httperf/src/gen/rate.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/sess_cookie.c b/httperf/src/gen/sess_cookie.c index d7ba3ef..9ac3a63 100755 --- a/httperf/src/gen/sess_cookie.c +++ b/httperf/src/gen/sess_cookie.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/session.c b/httperf/src/gen/session.c index 3ef4bb3..ec5439f 100755 --- a/httperf/src/gen/session.c +++ b/httperf/src/gen/session.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/session.h b/httperf/src/gen/session.h index 63da7c4..f82e277 100755 --- a/httperf/src/gen/session.h +++ b/httperf/src/gen/session.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/uri_fixed.c b/httperf/src/gen/uri_fixed.c index 7477c12..7abcc30 100755 --- a/httperf/src/gen/uri_fixed.c +++ b/httperf/src/gen/uri_fixed.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/uri_wlog.c b/httperf/src/gen/uri_wlog.c index 5f76d80..dc32d22 100755 --- a/httperf/src/gen/uri_wlog.c +++ b/httperf/src/gen/uri_wlog.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by Stephane Eranian + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/uri_wset.c b/httperf/src/gen/uri_wset.c index d5cc833..a35b089 100755 --- a/httperf/src/gen/uri_wset.c +++ b/httperf/src/gen/uri_wset.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/wsess.c b/httperf/src/gen/wsess.c index 7da8cd2..279ebae 100755 --- a/httperf/src/gen/wsess.c +++ b/httperf/src/gen/wsess.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/wsesslog.c b/httperf/src/gen/wsesslog.c index 0a57e22..9789b09 100755 --- a/httperf/src/gen/wsesslog.c +++ b/httperf/src/gen/wsesslog.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by Richard Carter + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/gen/wsesspage.c b/httperf/src/gen/wsesspage.c index 7f2d6ad..dda384d 100755 --- a/httperf/src/gen/wsesspage.c +++ b/httperf/src/gen/wsesspage.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/http.c b/httperf/src/http.c index 72b0209..62e1c42 100755 --- a/httperf/src/http.c +++ b/httperf/src/http.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/http.h b/httperf/src/http.h index f83594e..1168cf6 100755 --- a/httperf/src/http.h +++ b/httperf/src/http.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/httperf.c b/httperf/src/httperf.c index 12240e4..1b24cbc 100755 --- a/httperf/src/httperf.c +++ b/httperf/src/httperf.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/httperf.h b/httperf/src/httperf.h index a4bb779..aa53a8c 100755 --- a/httperf/src/httperf.h +++ b/httperf/src/httperf.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/idleconn.c b/httperf/src/idleconn.c index 711768c..0769558 100755 --- a/httperf/src/idleconn.c +++ b/httperf/src/idleconn.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/lib/ssl_writev.c b/httperf/src/lib/ssl_writev.c index 02c5752..ab273d1 100755 --- a/httperf/src/lib/ssl_writev.c +++ b/httperf/src/lib/ssl_writev.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by Martin Arlitt + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/object.c b/httperf/src/object.c index f764b9b..d25751b 100755 --- a/httperf/src/object.c +++ b/httperf/src/object.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/object.h b/httperf/src/object.h index 1c993a3..1b6104a 100755 --- a/httperf/src/object.h +++ b/httperf/src/object.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/sess.c b/httperf/src/sess.c index d2faad5..d6dc770 100755 --- a/httperf/src/sess.c +++ b/httperf/src/sess.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/sess.h b/httperf/src/sess.h index 6fbdd22..d033c65 100755 --- a/httperf/src/sess.h +++ b/httperf/src/sess.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/stat/basic.c b/httperf/src/stat/basic.c index 19a020e..2cf2fee 100755 --- a/httperf/src/stat/basic.c +++ b/httperf/src/stat/basic.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/stat/print_reply.c b/httperf/src/stat/print_reply.c index 6192452..9da28a3 100755 --- a/httperf/src/stat/print_reply.c +++ b/httperf/src/stat/print_reply.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/stat/sess_stat.c b/httperf/src/stat/sess_stat.c index ac36d7c..63a73e1 100755 --- a/httperf/src/stat/sess_stat.c +++ b/httperf/src/stat/sess_stat.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/stat/stats.h b/httperf/src/stat/stats.h index b56aeaa..639d30a 100755 --- a/httperf/src/stat/stats.h +++ b/httperf/src/stat/stats.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/timer.c b/httperf/src/timer.c index 46a0347..1e9213f 100755 --- a/httperf/src/timer.c +++ b/httperf/src/timer.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/timer.h b/httperf/src/timer.h index 4cb9e56..9210951 100755 --- a/httperf/src/timer.h +++ b/httperf/src/timer.h @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/httperf/src/ttest.c b/httperf/src/ttest.c index a2d69d8..8656026 100755 --- a/httperf/src/ttest.c +++ b/httperf/src/ttest.c @@ -1,7 +1,7 @@ /* httperf -- a tool for measuring web server performance - Copyright (C) 2000 Hewlett-Packard Company - Contributed by David Mosberger-Tang + Copyright (C) 2007 Hewlett-Packard Company and Contributors + Contributed by David Mosberger-Tang This file is part of httperf, a web server performance measurment tool. @@ -10,6 +10,16 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + In addition, as a special exception, the copyright holders give + permission to link the code of this work with the OpenSSL project's + "OpenSSL" library (or with modified versions of it that use the same + license as the "OpenSSL" library), and distribute linked combinations + including the two. You must obey the GNU General Public License in + all respects for all of the code used other than "OpenSSL". If you + modify this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of